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
Look in the phpbb.inc.php bridge file for this:
define('PHPBB_TABLE_PREFIX', 'phpbb_'); // The prefix used for the DB tables