An error started with no changes?? An error started with no changes??
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

An error started with no changes??

Started by nocaborg, May 05, 2005, 04:35:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nocaborg

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

OmegaGOD

You need to make both ./albums and ./albums/edit writeable by the webserver. ie CHMOD 777|755 those directories.
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.