Server doesn't allow chmod with PHP!

See all posts See thread Reply

Re: Server doesn't allow chmod with PHP! new!
by colin, 13 years, 9 months ago
You will probably need to solve this issue with your hosting company. Generally, on shared hosting, the web server user is the same as your FTP user, and you don't have the problem you describe.

That said, you can change the default chmod mode with the class:
$handle->dir_chmod = 0777;
Reply