Directory Creation Problem

See all posts See thread Reply

Re: Directory Creation Problem new!
by colin, 17 years, 6 months ago
I would guess that it is because PHP creates the directory under the PHP or webserver user.

So via FTP, you can't delete it since you are the FTP user, or anyway an user different that the webserver/PHP user.

Try maybe using the PHP function chmod() to change the user. Alternatively, you can write a simple PHP script which would delete the directory for you.Reply