blank page help..
Posted: Wed Aug 23, 2006 10:45 am
How can i turn safe mode in cmsMS ON? This mabe cause blank main page. The admin page works fine. Hope some one can help me out here 
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.

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.