coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: nocaborg on May 05, 2005, 04:35:42 PM

Title: An error started with no changes??
Post by: nocaborg on May 05, 2005, 04:35:42 PM
I have had CPG running for asome time, then all of a sudden when a user trys to upload an image the following error appears:

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

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

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

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

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

Warning: unlink(./albums/edit/..): Permission denied in /var/www/gallery/upload.php on line 453
Title: Re: An error started with no changes??
Post by: OmegaGOD on May 05, 2005, 04:51:47 PM
You need to make both ./albums and ./albums/edit writeable by the webserver. ie CHMOD 777|755 those directories.