'chmod 777 templates_c' doesn't throw any errors, but attempting a recursive one, 'chmod -R 777 templates_c' does, as does 'chmod -R 755 templates_c'. Also, chmod 755 does not have any effect on the error.
Looking further at the error, it's saying it can't create the folder in a subfolder of templates_c. templates_c has 777 permissions. Subfolders, however, do not. Obviously the web user does not have access to create these required sub folders. But if a recursive chmod won't work, any ideas how I might apply chmod to all folders in the templates_c folder?
Cheers,
Richard
|