coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: drhamad on December 19, 2004, 09:12:41 PM

Title: Errors when trying to upload - possible chmod problem?
Post by: drhamad on December 19, 2004, 09:12:41 PM
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?
Title: Re: Errors when trying to upload - possible chmod problem?
Post by: Nibbler on December 19, 2004, 11:03:37 PM
Please search the board, it is well knwon issue.
Title: Re: Errors when trying to upload - possible chmod problem?
Post by: drhamad on December 20, 2004, 08:29:53 AM
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.
Title: Re: Errors when trying to upload - possible chmod problem?
Post by: Joachim Müller on December 20, 2004, 08:36:51 AM
search for "Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in"

Joachim