Can't Chmod

janbos

New member
Joined
Nov 9, 2008
Messages
3
When I trie to chmod mij directies/files in file manager but in the FTPprogram (totalcommander) too I get:

Unable to set file permissions

Details

Unable to chmod /domains/janbos.net/public_html/drupal/sites/default/files/images/temp to 777

Can somebody tell what goes wrong.

Thanks

Jan Bos
 
temp is probably owned by apache if Drupal created it and therefore you as the user do not have permission to do anything to that directory.
 
Code:
chown -R user:user /home/[B]user[/B]/domains/[B]domain.ext[/B]/public_html
 
Back
Top