Page 1 of 1

restored from backup... error when upping img

Posted: Tue Jan 11, 2005 5:48 pm
by JustinS

Code: Select all

Adding image...


Warning: move_uploaded_file(/home/justin/public_html/uploads/Tech/mp3shitter.jpg): failed to open stream: Permission denied in /home/justin/public_html/include/admin/images.inc.php on line 155

Warning: move_uploaded_file(): Unable to move '/tmp/phpzlmQfw' to '/home/justin/public_html/uploads/Tech/mp3shitter.jpg' in /home/justin/public_html/include/admin/images.inc.php on line 155
Unknown error occured, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.
I get the above error whenever I attempt to upload an image to my Media Library. Ideas / suggestions / resolution?

Thanks,

Justin

Re: restored from backup... error when upping img

Posted: Tue Jan 11, 2005 9:05 pm
by garvinhicking
Make your "uploads" folder and subfolders writable for the webserver user. Or chmod it to 777 if you don't care about extra security. :)

Regards,
Garvin