restored from backup... error when upping img

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
JustinS
Regular
Posts: 17
Joined: Thu May 27, 2004 5:53 pm
Location: Tulsa, Oklahoma, USA
Contact:

restored from backup... error when upping img

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply