when attempting to upload a new logo to my theme (general settings or flexible) I get the following messages:

* warning: move_uploaded_file(sites/default/files/tmp/logo.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/mysite/public_html/folder/includes/file.inc on line 572.
* warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpNNVxPk' to 'sites/default/files/tmp/logo.jpg' in /home/mysite/public_html/folder/includes/file.inc on line 572.
* File upload error. Could not move uploaded file.
* The settings have not been saved because of the errors.

I have checked the file.inc. It is there. A tmp folder rests in the sites/default/files directory.

I have checked that the upload module is activated.

I hve checked the permissions of the sites/default/files/tmp folder and it is writeable.

any suggestions? HELP please.

thanks