coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Pretender on November 13, 2005, 02:13:48 PM

Title: Integration with IPB 2.1.x
Post by: Pretender on November 13, 2005, 02:13:48 PM
I have the following installations:

Invisionboard: http://forums.atomicstrike.com
Coppermine:  http://forums.atomicstrike.com/gallery

I have tried to bridge these but I get the following error on the coppermine:

QuoteFatal error :
There was an error while processing a database query

I'm pretty sure that I've done all of the instructions as stated. Here is my bridge file:

Quote// database configuration
define('IB_DB_NAME', 'zak_ipb'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'zak_******'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '******'); // The password to use to connect to the database

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forums/');

-

// Prefix and names for the database tables
define('IB_TABLE_PREFIX', 'asf_'); // The prefix used for the DB tables
define('IB_USER_TABLE', 'members'); // The members table
define('IB_SESSION_TABLE', 'sessions'); // The sessions table
define('IB_GROUP_TABLE', 'groups'); // The groups table

Any help would be much appreciated. Thanks :)
Title: Re: Integration with IPB 2.1.x
Post by: Joachim Müller on November 14, 2005, 07:36:12 AM
Make sure to use the proper version: http://forum.coppermine-gallery.net/index.php?topic=8334.0
Title: Re: Integration with IPB 2.1.x
Post by: Pretender on November 18, 2005, 11:55:59 PM
Quote from: GauGau on November 14, 2005, 07:36:12 AM
Make sure to use the proper version: http://forum.coppermine-gallery.net/index.php?topic=8334.0

Thanks, this worked great! It was probably right under my nose and I wasn't paying attention.  :D

Sorry I didn't reply earlier, I've been quite busy!