Wierd Issue with phpBBx
Posted: Wed Oct 11, 2006 7:08 pm
Well, it works. Sort of.
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:
And then if the user refreshes, it doesn't produce that error and registers/logs them in!
Any insight appreciated.
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.