coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Pejman on July 30, 2004, 06:13:35 PM

Title: [Solved]: IPB 1.3 and Coppermine 1.3
Post by: Pejman on July 30, 2004, 06:13:35 PM
I was trying to intrgrate the gallery to my IPB.. The gallery installation was smooth with no problem. But once I edit my bridge file and upload in it's foler, I get the following error

QuoteWhile executing query "SELECT id as user_id, name as user_name, mgroup FROM `autox_forum`.ibf_members WHERE id='1' AND  member_login_key='d18d8b89ed09337dc9c2b3b4e246458b'" on 0

mySQL error: Unknown column 'member_login_key' in 'where clause'

I went thru 10 pages of search on Integrataion forums, but no luck..

One thing I might add is that the IPB allows '.' in the username but Coppermine didnt.. My username (admin) on my IPboard is veedub1.8t.. do you think that could be the problem? If so, any way around that?
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Pejman on July 30, 2004, 06:41:07 PM
ok.. stupid me was using the IPB2.0 bridge...  ::)

I got that taken care of... now my 'user' link doesnt work.. is that normal?
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Nibbler on July 30, 2004, 06:54:42 PM
'Users' will bounce you to the board in a bridged install.
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Pejman on July 30, 2004, 06:55:57 PM
Quote from: Nibbler on July 30, 2004, 06:54:42 PM
'Users' will bounce you to the board in a bridged install.

I am not sure what you mean

this is what I get

QuoteThe page cannot be displayed
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Nibbler on July 30, 2004, 06:58:26 PM
Can you post the url you are redirected to ?
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Pejman on July 30, 2004, 07:08:37 PM
http://www.autoxforum.com/gallery/usermgr.php


usermgr.php is uploaded and it's in the right price.. I kinda doubt that's the one it should go to thu, since I am using a different DB... do i need to modify the file?
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Nibbler on July 30, 2004, 07:47:10 PM
Post what you have in your bridge file for


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


I think you may have that set wrongly.
Title: Re: IPB 1.3 and Coppermine 1.3
Post by: Pejman on July 30, 2004, 07:59:19 PM
Quote from: Nibbler on July 30, 2004, 07:47:10 PM
Post what you have in your bridge file for


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


I think you may have that set wrongly.

you are right.. I had the whole URL as my path.. that was the problem

fixed now.. thanks