19
This line is giving you problems:
$xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name'));
Fatal error: Call to a member function on a non-object in /home/sites/www.4elol.net/public_html/xoops/header.php on line 112
So $xoopsModule is the non-object in this case.
Perhaps anyone can fill in here. Is include/common.php missing or perhaps the settings for the XOOPS_ROOT_PATH variable in the setup was not correct? I am lost here.
Regards,
Martijn