I installed everything as instructed to do in the readme file. Now, when I try to access the forum I get this error:
Fatal error: Call to undefined function: com_siteheader() in *********/forum/includes/page_header.php on line 350
I opened the page_header.php and there is this code:
// Added by Turias
global $_PHPBBB_CONF;
$geeklog_site_header = '';
if ($_PHPBBB_CONF['show_left_blocks'])
{
$geeklog_site_header = COM_siteHeader();
}
else
{
$geeklog_site_header = COM_siteHeader('none');
}
Can anyone please tell me what is wrong and how can I fix it. I followed the instructions and everything went fine in the installation. It's just this thing that's not working.
Please help me...thanks in advance.