Errors when trying to upload - possible chmod problem? Errors when trying to upload - possible chmod problem?
 

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

Errors when trying to upload - possible chmod problem?

Started by drhamad, December 19, 2004, 09:12:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

drhamad

We recently had to reinstall our coppermine gallery ( http://mazda3forums.com/gallery ) and we're having a file upload problem. 

When someone clicks upload file, they get this on the top of the page:

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

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

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

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

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

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

I've been thinking it's a chmod problem with the "edit" folder, but here's the weird thing - I can't enter or chmod that folder.  It says permission denied when I try to enter it (either through ftp or shell access) and operation not permitted when I try to chmod it.  I have no idea why this would be... any ideas?

Nibbler


drhamad

Yes sir, I figured that.  Unfortunately anything I've searched for regarding the issue has only come back with this post.  I guess I'm just not sure what to search for?  I've searched for several different selections from the error msg's.

Joachim Müller

search for "Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in"

Joachim