coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: JCphotog on May 16, 2005, 09:41:51 PM

Title: New Upload Problem
Post by: JCphotog on May 16, 2005, 09:41:51 PM
You guys have been so great.  For some reason I have to try again.  I haven't changed anything. It has been working great, so a user recently reported the following error durring upload.  Any thoughts?

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

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

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

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

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

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

Also, I have no problem deleting images or viewing them, just uploading new ones.

I'd be glad to get some input.  Thank you so much!
Title: Re: New Upload Problem
Post by: OmegaGOD on May 17, 2005, 03:47:03 AM
You need to make the directories ./albums and ./albums/edit writable by the webserver. ie CHMOD 777.