nitsuarox
Nov 1 2007, 10:00 PM
I am using
http://www.simplemachines.org and i am installing a package (works without having to change the php.ini settings) and it wants to chmod and write some files is there a reason it won't? it's not the softwares fault
nitsuarox
Nov 1 2007, 10:14 PM
no error it just won't chmod.
Colin
Nov 2 2007, 07:08 PM
Open ftp and do it yourself
nitsuarox
Nov 5 2007, 06:18 PM
QUOTE(Colin @ Nov 2 2007, 07:08 PM)

Open ftp and do it yourself

it oesn't list the files that need to be chmodded and it also has to edit files
HCkev
Nov 12 2007, 08:46 PM
The chmod() function for PHP is disabled on most free hosts, so I think it's the same with Zymic. I don't know why though. Maybe there's some security holes using this function?
Anyway, you can manuelly do this job using your FTP client.