Integration with IPB 2.1.x Integration with IPB 2.1.x
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Integration with IPB 2.1.x

Started by Pretender, November 13, 2005, 02:13:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pretender

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 :)

Joachim Müller


Pretender

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!