coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: purplewolfhound on May 15, 2005, 05:13:53 AM

Title: Bridging 1.33 and ipb 2.o3
Post by: purplewolfhound on May 15, 2005, 05:13:53 AM
hey all
i adjusted the file as indicated below, and uploaded the files.  Nothing happening.
I am assuming that a registered board user can automatically login if working correctly, or are they supposed to be automaticall logged in?  Thanks.

the board is at http://ggne.org/battleroom/index.php
the photogallery is at http://ggne.org/photogallery/index.php

This is a private forum, but i can give a test account in a pm.

// database configuration
define('IB_DB_NAME', 'xxx'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'xxx'); // The username to use to connect to the database
define('IB_DB_PASSWORD', 'xxx'); // 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', 'http://ggne.org/battleroom/index.php');
// ------------------------------------------------------------------------- //
Title: Re: Bridging 1.33 and ipb 2.o3
Post by: Joachim Müller on May 15, 2005, 08:50:16 AM
use a path instead of an URL (as suggested) for 'IB_WEB_PATH' and you should be fine. A non-admin test user account should be posted, not PMed if you need further support.
Title: Re: Bridging 1.33 and ipb 2.o3
Post by: Nibbler on May 15, 2005, 07:49:24 PM
You haven't enabled the bridge by editing include/init.inc.php.
Title: Re: Bridging 1.33 and ipb 2.o3
Post by: purplewolfhound on May 19, 2005, 05:37:53 PM
thanks, but that was not it, two different databases! all better now!
Title: Re: Bridging 1.33 and ipb 2.o3
Post by: Cool Surfer on May 24, 2005, 08:16:19 PM
Hi all friends
I have installed coppermine 1.33, and previously had 1.31.

If I edit file > include/init.inc.php. and uncomment the invision line, I get the

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


and if i dont uncomment it, then the gallery works but does not pick up the members from
invision sql.

the other parameters and cookies are same for both coppermine and invsion2 forum .

Pl suggest me where I am faultering.

Regards

James
Title: Re: Bridging 1.33 and ipb 2.o3
Post by: Joachim Müller on May 25, 2005, 07:01:27 AM
when not bridged, enable debug mode in coppermine's config, then enable bridging, trigger the error and post the exact error message (the query that fails, not the debug output).

[Edit GauGau]
I just realized that your above posting is a double-posting/cross-posting: you posted the very same question here (http://forum.coppermine-gallery.net/index.php?topic=18221.0) as well. This caused two different supporters to reply -> double work >:(
In the future: respect board rules and common sense!
[/edit]