i'm wondering if anyone has been using the phpbbx plugin to integrate a proper forum into cms made simple, i'm also open to other forum solutions too so long as it uses the same user database as frontend users.
i followed the instructions meaning:
- install phpbb2 in domain.tld/forum
- install plugin phpbbx
- create a page with the tag: {phpbbx tablepref="cms_phpbb_" dir="forum"}
and with this a i get an error message:
Fatal error: Call to a member function on a non-object in /var/..snip../domain.tld/plugins/function.phpbbx.php on line 68
that line would be:
Code: Select all
if( ($result = $db->Execute($sql)) ) any ideas are bienvenue. . ...


