Problems with Coppermine-IPB2 bridging Problems with Coppermine-IPB2 bridging
 

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

Problems with Coppermine-IPB2 bridging

Started by Knuxman, November 22, 2005, 09:22:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Knuxman

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/

Nibbler

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

Knuxman


Joachim Müller


Knuxman

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



Nibbler

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.

Knuxman