Hi,
When trying to unlink a file I get:
Warning: Unlink failed (Permission denied)
Example Code:
$delFile = "$CFG->photoDir/$p2";
unlink($delFile);
$CFG->photoDir has been established as something like:
/home/www/path/www.thispath.com/photos
I have checked many many times and the photos Directory is set to 0777. I can upload
files to the directory, just unlinking them doesn't seem to work.
This is a Linux machine, not Windows... (Obviously).
any help would be GREATLY appreciated. Thanks.
BjM