coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Renada on April 04, 2005, 10:44:53 PM

Title: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 04, 2005, 10:44:53 PM
Hi,

I'm running vBulletin 3.0.7 and have just installed Coppermine 1.3.2 - I've followed the instructions to the letter but am locked in a login loop.

Coppermine installed into the same database as vBulletin
Licence # is correct
Path to the forums is correct
Cookies are correct (as far as I can make out)

I log into the forum everything is fine.
I go to the gallery - I'm no longer logged in
I click on login and I'm back in the forum still logged in

This goes on and on and on and is now driving me round the bend LOL!

Could anyone help please?

Thanks,
Renada
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Nibbler on April 04, 2005, 11:06:54 PM
Can you post a link to your site and a test user account please ? :)
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 04, 2005, 11:12:37 PM
Hi,

Thanks for the fast response :)

http://www.thinkstop.com/test/forums

User: test
Password: test

Thanks,
Renada
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Nibbler on April 04, 2005, 11:22:04 PM
Hi,

Your cookies look fine to me. Can you post the changes you have made to the bridge file ?
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 04, 2005, 11:43:26 PM
Hi,

Is this all you need?

define('VB_DB_NAME', 'xxxxxx'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', 'xxxxxx'); // The username to use to connect to the database
define('VB_DB_PASSWORD', 'xxxxxx'); // The password to use to connect to the database

// The web path to your vBulletin Board directory
// In this example http://yoursite_name.com/vbulletin3/
define('VB_WEB_PATH', '/test/forums/');
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
// Prefix and names for the database tables
define('VB_TABLE_PREFIX', ''); // Leave empty, not supported by vBulletin 2.3
define('VB_USER_TABLE', 'user'); // The members table
define('VB_SESSION_TABLE', 'session'); // The sessions table
define('VB_GROUP_TABLE', 'usergroup'); // The groups table
define('VB_COOKIE_PREFIX', 'bb');  // Cookie Prefix, not supported by vBulletin 2


I have tried this with the last line 'bb' and without

Hopefully you can solve this for me :)

Regards,
Renada
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Nibbler on April 04, 2005, 11:50:01 PM
Hmm, I still can't see the problem. Maybe there has been some change in 3.0.7 that has broken the bridge. Any chance you could PM me an ftp login and some way to view your database ?
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 05, 2005, 12:08:17 AM
Done :)
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 05, 2005, 12:25:09 AM
Nibbler,

One other thing - the integration file states that all files in Coppermine will be lost upon integrating with vB but this hasn't happened, I still have a file in Coppermine.

Does that help you?

Renada
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Nibbler on April 05, 2005, 12:33:06 AM
Should be working now (your VB_CUST_NO was incorrect).

You would lose the correlation between pics and their owners if you had coppermine users. Since you are sole user there was no probelm with the swicth. You are user #1 in both coppermine and vb.
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 05, 2005, 12:47:16 AM
QuoteShould be working now (your VB_CUST_NO was incorrect

It was? What did I have wrong? Please pm me the answer if it means revealing my info LOL!

Thank you so much, you're a diamond!

Regards,
Renada
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Nibbler on April 05, 2005, 12:57:07 AM
Well, the VB_CUST_NO should look like this (http://forum.coppermine-gallery.net/index.php?topic=9204.msg44630#msg44630). Yours was nothing like that, it was some long number.
Title: Re: vBulletin 3.0.7 integration log-in loop
Post by: Renada on April 05, 2005, 01:22:54 AM
Nibbler,

Duhh!!  My only excuse is that I let my mind wander and it never came back.

Thanks again,
Renada