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