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?
ok.. stupid me was using the IPB2.0 bridge... ::)
I got that taken care of... now my 'user' link doesnt work.. is that normal?
'Users' will bounce you to the board in a bridged install.
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
Can you post the url you are redirected to ?
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?
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.
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