New Upload Problem New Upload Problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

New Upload Problem

Started by JCphotog, May 16, 2005, 09:41:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JCphotog

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!

OmegaGOD

You need to make the directories ./albums and ./albums/edit writable by the webserver. ie CHMOD 777.
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.