Problem Integrating with PHPBBS Problem Integrating with PHPBBS
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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