Upload Error Upload Error
 

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

Upload Error

Started by Phil136, December 17, 2004, 02:10:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Phil136

Hi,
Last night i left my two day old coppermine picture site, and when i came back to it this morning it wasnt working.

I have done a search for what it says but got no results so could someone please shed some light on my problem.

This is the error message i get at the top of the screen when i go to the upload section...


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

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

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

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

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

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

Nibbler

Search harder !

This has been answered lots of times, and the answer, as always, is to chmod albums/edit to 777/755.

Phil136

Sorry i just read
http://forum.coppermine-gallery.net/index.php?topic=5841.0
and that covers everything.

For some reason the edit folder had changed its self to CHMOD 666

Weird  ::)