coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Knuxman on November 22, 2005, 09:22:14 PM

Title: Problems with Coppermine-IPB2 bridging
Post by: Knuxman on November 22, 2005, 09:22:14 PM
I'm running the latest stable version, 1.3.5.

I want to bridge this and my IPB forum. I downloaded the bridging thing.

Q1: It says 1.3.1 .. does it work with 1.3.5?

I did everything the directions said, put in the variables and put up invisionboard_inc.php. I uploaded login.php my IPB directory.

However, when I click login in coppermine, it doesn't redirect me to the IPB login or anything. What's the problem?

Forum: http://www.thesonicworld.net/forums/
Coppermine: http://www.thesonicworld.net/fanart/
Title: Re: Problems with Coppermine-IPB2 bridging
Post by: Nibbler on November 22, 2005, 09:24:33 PM
http://forum.coppermine-gallery.net/index.php?topic=17684.0

Should work fine on any 1.3.x, looks like you missed the edit to include/init.inc.php
Title: Re: Problems with Coppermine-IPB2 bridging
Post by: Knuxman on November 23, 2005, 06:00:07 AM
What edit is that? It's not in READ.txt
Title: Re: Problems with Coppermine-IPB2 bridging
Post by: Joachim Müller on November 23, 2005, 08:06:52 AM
http://coppermine-gallery.net/demo/cpg13x/docs/index.htm#integrating
Title: Re: Problems with Coppermine-IPB2 bridging
Post by: Knuxman on November 23, 2005, 06:36:38 PM
Thanks, my read.txt must be corrupted because that init part wasn't in it.

Now I'm getting another error. I went in inlcude/init.inc.php (There was no include directly or just init.php) and took off the // before the invisionboard line.

However, now when I click login I get this error: "thesonicworld.nethttp could not be found."

I thought I might have entered a wrong value into my webpath, here it is:

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

This is the correct webpath to my forums though, you can check the link to see. Perhaps I just need /forums/? That's how it was in the example. But then again since I'm using a webost I don't really know how far up root it is, so it would be difficult to do. Maybe ../forums/? (the forums directory is in the same location as the coppermine directory, ../ moves one directory up, correct? Sorry my pathing isn't so good.)


Title: Re: Problems with Coppermine-IPB2 bridging
Post by: Nibbler on November 23, 2005, 06:50:13 PM
Read the example


// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/ivboard/');


You just need to enter the web path to your forum - not an URL and not a full server path. /forums/ is fine.
Title: Re: Problems with Coppermine-IPB2 bridging
Post by: Knuxman on November 23, 2005, 09:34:31 PM
Thanks it seems to be working now.