Wierd Issue with phpBBx

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
pgoneill

Wierd Issue with phpBBx

Post by pgoneill »

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:

Code: Select all

$group_id = $db->PO_Insert_ID($tablepref . "groups", "group_id");
And then if the user refreshes, it doesn't produce that error and registers/logs them in!

Any insight appreciated.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Wierd Issue with phpBBx

Post by Dee »

PO_Insert_ID is a function from ADOdb. PO stands for portable.
The plugin probably expects CMSMS to use full ADOdb ($config['use_adodb_light'] = false; in config.php).
You can try changing the call to $db->Insert_ID and see if it works with ADOdb Light.
pgoneill

Re: Wierd Issue with phpBBx

Post by pgoneill »

Not sure I'm going to end up using phpBBx, but I'll keep that in mind in case I do decide to use it.  Thanks a lot. :)
Locked

Return to “Modules/Add-Ons”