Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied
 

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

Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied

Started by SV650, November 07, 2004, 09:51:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SV650

Well my photohosting has been going great, and just out of the blue, never touched a thing...I get this funky error message:

Click Here: http://www.jerzeedevil.com/gallery/upload.php

Does anyone know what could have caused this?

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

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

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

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

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

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

Tranz

I got this message:
QuoteYou don't have permission to perform this operation.

But maybe that's because you don't allow unregistered visitors to upload. What is the message that you see?

SV650

Here it is, thanks for replying so fast, I got people PMing me on my forum complaining, lol.

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

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

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

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

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

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

Joachim Müller

did you search this board for the error message "Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied)"? This has been discussed in detail already.

Joachim

tanfwc

chmod edit folder to 777

open up include/picmgmt.inc.php

find this code
@mkdir($CONFIG['fullpath'].'edit',0666);

Replace with this
//@mkdir($CONFIG['fullpath'].'edit',0666);
@mkdir($CONFIG['fullpath'].'edit',0777);

This should solve your problem.
tanfwc
[ + ] My HomePage
[ + ] GuestBook
[ + ] Photo Gallery
[ + ] Free Image Hosting

WhiteMew

Quote from: tanfwc on November 07, 2004, 01:45:42 PM
chmod edit folder to 777

open up include/picmgmt.inc.php

find this code
@mkdir($CONFIG['fullpath'].'edit',0666);

Replace with this
//@mkdir($CONFIG['fullpath'].'edit',0666);
@mkdir($CONFIG['fullpath'].'edit',0777);

This should solve your problem.


Weird, Did the fix but I cant access or Chmod the edit folder, any suggestions? o.oU

Casper

If it exists, but you cannot chmod or delete it, try renaming it, and then create a new edit folder with the correct permissions.
If you can't dothat, ask your host to chown the file to you.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here