1
Hi to all and happy new year 2007!
I have problem in my xoops, hope someone can help?
I installed just XBS MetaTags module in my xoops. Everything else works fine, but my X-PHPBB module shows blank page when i try post message. Same happens if i try delete message. Post goes nicely right ways, only blank page is the problem.
I have tested this on php-debug. phpbb -> posting.php? PHP-debug shows error:
Fatal error: Call to a member function on a non-object in /home/users/panttinet/sites/www.pantti.net/www/footer.php on line 82when i check footer.php line 82:
$xoopsTpl->display($xoopsConfig['theme_set'].'/theme.html');This line 82 is old line, and works fine before add new hack code. New line is before that line. lines 71-79 are new XBS MetaTags hack:
/**
* Hack by A Kitson to enable XBS MetaTags
*/
if (file_exists(XOOPS_ROOT_PATH."/modules/xbs_tags/include/metatags.php")) {
include XOOPS_ROOT_PATH."/modules/xbs_tags/include/metatags.php";
}
/**
* End hack
*/
Can someone help me?
ps.sorry my bad english