1
Hello
I am having problems with PHP safe mode ad Smarty. Even with the setting:
var $use_sub_dirs = false;
Smarty seems to not be working. I cannot change safe mode to off. I am sure smarty has something to do with this because when I put an old theme (themes.php) in the theme directory and change the DB for using that theme, the page is displayed (although not correctly since there are no links). However when using Smarty nothing appears on the screen (empty tags BODY and HEAD)
I am using XOOPS 2.0.9.2
I tweaked the installation so that it can ignore the fact that mainfile.php is not writable (I set the other parameters by hand in mainfile.php) so that it can create the tables without any problem
Thanks in advance!