5
Hi, other changes are nesesery, just do one thing:
find line 69 in /class/smarty/xoops_plugins/resource.db.php
$tplobj =& $tplfile_handler->find($GLOBALS['xoopsConfig']['template_set'], null, null, null, $tpl_name, false);
and replace with
$tplobj = $tplfile_handler->find($GLOBALS['xoopsConfig']['template_set'], null, null, null, $tpl_name, false);
that's all,enjoy