Strange error messages, what I can do? Strange error messages, what I can do?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Strange error messages, what I can do?

Started by Naif, February 18, 2005, 01:13:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Naif

When I click to upload images, I get these error messages, and later I'm unable to upload any pic:


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

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

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

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

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

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

Naif

Oh, and I have read that I should chmod the edit folder to 777, or 755, but what is that exactly? I've tried to change something in the properties folder, called "Numeric Value", but it just doesn't let me change that!

Naif

I solved it, I just deleted the edit folder, created it again and then used such Numeric Value. It's just strange that I couldn't change the format before.