[Solved]: IPB 1.3 and Coppermine 1.3 [Solved]: IPB 1.3 and Coppermine 1.3
 

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

[Solved]: IPB 1.3 and Coppermine 1.3

Started by Pejman, July 30, 2004, 06:13:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pejman

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?

Pejman

ok.. stupid me was using the IPB2.0 bridge...  ::)

I got that taken care of... now my 'user' link doesnt work.. is that normal?

Nibbler

'Users' will bounce you to the board in a bridged install.

Pejman

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

Nibbler

Can you post the url you are redirected to ?

Pejman

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?

Nibbler

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.

Pejman

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