Posts: 803 Location: Dresden
Sun 01 Jul, 2007 15:54
Hello,
I have a really strange error in my forum. If i try to create a new topic or post i get a blank page with the following error:
Quote:
Fatal error: Call to a member function set_filenames() on a non-object in C:Programmexampphtdocsincludesbbcb_mg.php on line 67
the line 61 to 68 in bbcb_mg.php says:
Quote:
if ( defined('IN_PA_POSTING') )
{
$pafiledb_template->set_filenames(array('bbcb_mg' => 'bbcb_mg.tpl'));
}
else
{
$template->set_filenames(array('bbcb_mg' => 'bbcb_mg.tpl'));
}
can anybody help mke to fix this... i tried many things but now i have no idea where the problem is or which causes this error.
thx