No Longer able to Upload Pictures No Longer able to Upload Pictures
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

No Longer able to Upload Pictures

Started by LiamWeb, December 16, 2005, 10:37:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LiamWeb

I've been using Coppermine for half a year, but suddenly I'm unable to upload pictures. This is the error I get:

QuoteWarning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/*beep*/public_html/liam/gallery/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/*beep*/public_html/liam/gallery/upload.php on line 440

Warning: unlink(./albums/edit/.): Permission denied in /home/*beep*/public_html/liam/gallery/upload.php on line 453

Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/*beep*/public_html/liam/gallery/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/*beep*/public_html/liam/gallery/upload.php on line 440

Warning: unlink(./albums/edit/..): Permission denied in /home/*beep*/public_html/liam/gallery/upload.php on line 453

I've submitted a help desk ticket to my host as well, in case it's not a Coppermine problem. Is there any way this can be fixed? I'm not very PHP-savvy, so I don't know if it's just a simple problem I'm overlooking or not.  :)

Nibbler

CHMOD albums/edit to 777 or 755 with your FTP client and update your gallery.

LiamWeb

Wow, such fast response time! Thanks for the help.

I tried to CHMOD my albums/edit to both 777 and then 755, but I get this error in the log on my FTP client.

Quote550 Could not change perms on edit: Bad file descriptor 

I use CoreFTP Lite, if that helps any?  ???

Nibbler

Delete or rename the edit directory and make a new one. If that doesn't work then you'll need to ask your host to CHOWN that directory back to you. Whatever you do you need to update your gallery so this cannot happen again.

LiamWeb

It's fixed now. I got my host to CHMOD the file/folder.

Thanks for your help!  :)