Author Topic: can not upload image! no such file or directory  (Read 2542 times)

0 Members and 1 Guest are viewing this topic.

Offline doer

  • Pre-Newbie
  • Posts: 1
    • View Profile
can not upload image! no such file or directory
« on: December 20, 2006, 10:53:35 AM »
when I try to upload a image it says

Code: [Select]
Warning: move_uploaded_file(./data/media/1/Blue_hills.jpg): failed to open stream: No such file or directory in /mounted-storage/home/sub/sc15605-NZUA/www/gallery/includes/upload.php on line 113

Warning: move_uploaded_file(): Unable to move '/tmp/phpEuriKY' to './data/media/1/Blue_hills.jpg' in /mounted-storage/home/sub/sc15605-NZUA/www/gallery/includes/upload.php on line 113

First, I had my data folder deleted accidentally, then I have re-uploaded it... now nothing is missing...

Why do I get this message again?? :?

Offline phantom5

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: can not upload image! no such file or directory
« Reply #1 on: December 27, 2006, 01:10:18 AM »
is your category folder (/1) read-only? I had a problem like that. Make sure the folders are set to 777 which might fix it.. that fixed mine.