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

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

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!