vBulletin 3.0.7 integration log-in loop vBulletin 3.0.7 integration log-in loop
 

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

vBulletin 3.0.7 integration log-in loop

Started by Renada, April 04, 2005, 10:44:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Renada

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

Nibbler

Can you post a link to your site and a test user account please ? :)

Renada

Hi,

Thanks for the fast response :)

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

User: test
Password: test

Thanks,
Renada

Nibbler

Hi,

Your cookies look fine to me. Can you post the changes you have made to the bridge file ?

Renada

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

Nibbler

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 ?


Renada

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

Nibbler

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.

Renada

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

Nibbler

Well, the VB_CUST_NO should look like this. Yours was nothing like that, it was some long number.

Renada

Nibbler,

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

Thanks again,
Renada