woodpress Posted January 18, 2006 Posted January 18, 2006 When loading a new product to osc and the image is being uploaded to the server I am now all of a sudden getting the following error message: Warning: move_uploaded_file(): Moved: '/var/tmp/phpFJW62Z' to '/home/woodpress/public_html/images/359.jpg' in /home/woodpress/public_html/admin/includes/classes/upload.php on line 94 This was not an issue for the last month but all of a sudden on Tuesday the error message appeared. I over wrote the upload.php file from a clean back up but that did not clear the message. Any suggestions os OSC-Savvy wizards?
user99999999 Posted January 20, 2006 Posted January 20, 2006 It looks like it worked so just put @ in front of the function in upload.php that will supress the warning. @move_uploaded_file()
Recommended Posts
Archived
This topic is now archived and is closed to further replies.