1
Hi there.
Can someone help me. I tried to include my own html page with the XOOPS module using the tree Includes;
include($_SERVER['DOCUMENT_ROOT']."/mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
MY HTML
include(XOOPS_ROOT_PATH."/footer.php");
but now i get this error:
Fatal error: Call to a member function on a non-object in /home/www/xxx/kernel/configitem.php on line 286
can someone help? the rest of XOOPS just works fine.
thanks