
The server is apache running postgreSQL7/8 safe mode ON. I use cmsMS 0.13.
I did this:
You need permissions to folders below template_c, because smarty makes sub_dirs.
If you cannot do that change the source of content.functions.php line 53 from
//use_sub_dirs doesn't work in safe mode
if (ini_get("safe_mode") != "1")
$this->use_sub_dirs = true;
to
$this->use_sub_dirs = false;
This did not do anything for the main page, but errors in admin panel is gone.