I'm new to CMSMS and I'm working my way around 1.5.2 - thanks for a great piece of work!
Due to hardware failure my hosting provider has marked the entire file system read-only for the rest of the day (including the phptemp directory). At the moment the site returns:
Code: Select all
The following directories must be writable by the web server:
tmp/cache
tmp/templates_c
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivilent for your platform before continuing.
There's nothing I can do about it now but I'm wondering what future failover options might be.