I keep getting this error on a new server I just setup
[Wed Feb 16 22:46:51 2011] [error] [client 71.1.236.114] PHP Warn
Log into your ftp and confirm the following:
0666
looking at the log:
Unable to move '/tmp/php6wlOg1' to 'upload/110216104651_00134_smooth_1440x900.jpg'
It seems to me that its looking in your root directory as upload/110216....
should be path.to/public_html/upload/110216....
If none of the above work, please post your line of code that has move_uploaded_file
on.