I get this error when trying to upload a file.
Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 432
Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 440
Warning: unlink(./albums/edit/.): Permission denied in /home/readyt3/public_html/pictures/upload.php on line 453
Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 432
Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/readyt3/public_html/pictures/upload.php on line 440
Warning: unlink(./albums/edit/..): Permission denied in /home/readyt3/public_html/pictures/upload.php on line 453
Can someone help me with this?
The edit directory does not have the required permission.
Change the permissions of edit directory to 777 (chmod 777 /albums/edit)
Also always search the forum and read the documentation before posting.
I'm sorry. I should have read the docs before I posted. I just went and read the docs and figured out what I was suppose to do. Please delete this post. Sorry again.
Use your FTP program to change the permissions. The command is chmod 777 edit. (Make sure you are in albums folder).
If you don;t know how to do this contact your web host.
Thanks. I'm new to the whole thing, I appreciate the help. Next time, I'll definately be reading up on what's giving me troubles. ;)