Problem Integrating with PHPBBS Problem Integrating with PHPBBS
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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