Author Topic: Upload error: Warning: move_uploaded_file(): Unable to move...  (Read 3756 times)

0 Members and 1 Guest are viewing this topic.

Offline dgennetten

  • Pre-Newbie
  • Posts: 7
    • View Profile
I have recently encountered this new error upon any attempt to upload:

Warning: move_uploaded_file(): Unable to move '/var/tmp/phpp5E9pr' to './data/media/33/Image001.jpg' in /usr/home/douglas/public_html/photos/includes/upload.php on line 116

I'm unaware of anything I might have done to cause this. Any suggestions?

Many thanks,

Douglas

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: Upload error: Warning: move_uploaded_file(): Unable to move...
« Reply #1 on: July 06, 2005, 10:17:34 PM »
Have a look an the FAQ section maybe there´s a solution for you
http://www.4homepages.de/forum/index.php?topic=6836.0
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline dgennetten

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: Upload error: Warning: move_uploaded_file(): Unable to move...
« Reply #2 on: July 06, 2005, 10:44:45 PM »
Fixed. Thanks!