Hey everyone! Thanks in advance for your help.

I'm getting the following error when I try to upload a logo via Home » Dashboard » Site building » Themes » Themes:

warning: move_uploaded_file(c:/wamp/tmp/logo.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/traders/public_html/includes/file.inc on line 588.
warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpoQAjSs' to 'c:/wamp/tmp/logo.gif' in /home/traders/public_html/includes/file.inc on line 588.
File upload error. Could not move uploaded file.
The settings have not been saved because of the errors.

I think the problem might be related to having moved all my files from my local (wamp) test environment to a live server. This is not a major problem, but I do want to solve it, and feel others might run into something similar in the future.

I made sure that my /tmp file has the correct permissions, and I don't know what else it could be.

Thanks everyone!

Comments

eddy147’s picture

check your permissions if your folders do exist. We got the same errors, and the folder (files and tmp) were not writeable.
(chmod -R +w)