When a front-end user is logged in and goes to the page "forum" I get this error:
Fatal error: Call to undefined method pear_ADOConnection::PO_Insert_ID() in [PATH]\plugins\function.phpbbx.php on line 200
Line 200:
Code: Select all
$group_id = $db->PO_Insert_ID($tablepref . "groups", "group_id");
Any insight appreciated.