Problem Integrating with PHPBBS Problem Integrating with PHPBBS
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Problem Integrating with PHPBBS

Started by MikeSouth, August 17, 2004, 05:33:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MikeSouth


when I installed my php bbs I used the table prefix asg_

now when I try to integrate them coppermne looks for phpbb_ table prefixes and fails

how do I solve this

TIA


kegobeer

Look in the phpbb.inc.php bridge file for this:

define('PHPBB_TABLE_PREFIX', 'phpbb_'); // The prefix used for the DB tables
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots