Page 1 of 1

Chmoddy-moddy

Posted: Fri Jul 11, 2003 2:05 pm
by Gen-ik
I'm taking a wild guess that this might be a CHMOD issue...

After a file gets uploaded from my website to the server via PHP it won't allow me to delete it.. either through my FTP program or via the server admin apps.

Whenever I try to delete a PHP-uploaded file I get a "permission denied" or "permission not granted" error.

Has anyone had a similar problem or know how I can sort this out?


Thanks.

Posted: Fri Jul 11, 2003 2:49 pm
by daven
that is indeed a CHMOD problem. Check out the permissions on the files. If all else fails, do a CHMOD 777 (or 0777 if you are using php rather than shell).