Unlink() error
Posted: Tue Dec 16, 2008 8:14 am
Hello!
I posted here a while ago regarding a problem with the unlink() function. I've been trying to fix it for weeks and can't seem to do it! I've been working with the code, and I've been trying to simply delete a photo based on a filename from a database. Instead of going into the code right now, I'm mainly just concerned with one thing:
What does the following error mean:
Warning: unlink(/home/owstopit/lizziewrightphotography.com/css/images/photos/wallsanddoors/) [function.unlink]: Is a directory in /home/owstopit/lizziewrightphotography.com/private/delete_photo_wallsanddoors.php on line 14
The first filepath mentioned in the error is the path to the folder containing the image I want to delete. The second path is the location of the script that's trying to delete the file. What does this error mean?!
I posted here a while ago regarding a problem with the unlink() function. I've been trying to fix it for weeks and can't seem to do it! I've been working with the code, and I've been trying to simply delete a photo based on a filename from a database. Instead of going into the code right now, I'm mainly just concerned with one thing:
What does the following error mean:
Warning: unlink(/home/owstopit/lizziewrightphotography.com/css/images/photos/wallsanddoors/) [function.unlink]: Is a directory in /home/owstopit/lizziewrightphotography.com/private/delete_photo_wallsanddoors.php on line 14
The first filepath mentioned in the error is the path to the folder containing the image I want to delete. The second path is the location of the script that's trying to delete the file. What does this error mean?!