Hello,

I'm having a few problems with deleting items. When I do the unlink()
function, it gives me a permission denied error. For example..here's the
code:

    unlink($this->currentfolder().'/packs/'.$title.'/'.$intname);

Here's the error returned:

    Warning: unlink() failed (Permission denied) in
/usr/local/plesk/apache/vhosts/piw.melchior.us/httpdocs/phpiw/classes/class.
delete.php on line 45

The problem with all this is, I dynamically create the directories and files
and dynamically CHMOD them all to 777 with no problems. I don't see why I'm
getting all this! Please help ASAP! Thanks in advance!

Thanks,
Stephen Craton
http://www.melchior.us



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to