Problem with Coppermine 1.3.2 / Vbulletin 3.0.3 Integration Problem with Coppermine 1.3.2 / Vbulletin 3.0.3 Integration
 

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

Problem with Coppermine 1.3.2 / Vbulletin 3.0.3 Integration

Started by ipas, October 19, 2004, 02:05:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipas

I have problems getting the Intergration between Coppermine 1.3.2 and Vbulletin 3.0.3 working.
My problem looks similar to the item in this forum http://forum.coppermine-gallery.net/index.php?topic=10755.0

After creating the bridge the following problem occur. I'm logged in to the vbulletin-forum. When I access the coppermine dir I'm not logged in. When I press the login button I jump to the forum screen where I'm allready logged in.

Info:
Standalone the forum and the coppermine works fine.
I uncomment the line in init.inc.php
define('UDB_INTEGRATION', 'vbulletin30');M 

I edited the file ./bridge/vbulletin30.inc.php


//NOTE : Your vBulletin license number is provided at the top of every php file in your vBulletin installation!M
define('VB_CUST_NO', '<my serialnumber>'); // Your vBulletin license number (NOT your customer number)M
define('VB_DB_NAME', 'forum'); // The name of the database used by the boardM
define('VB_BD_HOST', 'localhost'); // The name of the database serverM
define('VB_DB_USERNAME', 'forum'); // The username to use to connect to the databaseM
define('VB_DB_PASSWORD', 'xxxxxx'); // The password to use to connect to the databaseM
M
// The web path to your vBulletin Board directoryM
// In this example http://yoursite_name.com/vbulletin3/M
define('VB_WEB_PATH', '/');M
// ------------------------------------------------------------------------- //M
// Nothing to edit below this lineM
// ------------------------------------------------------------------------- //M
// Prefix and names for the database tablesM
define('VB_TABLE_PREFIX', ''); // Leave empty, not supported by vBulletin 2.3M
define('VB_USER_TABLE', 'user'); // The members tableM
define('VB_SESSION_TABLE', 'session'); // The sessions tableM
define('VB_GROUP_TABLE', 'usergroup'); // The groups tableM 
define('VB_COOKIE_PREFIX', '');  // Cookie Prefix, not supported by vBulletin 2M


I tried all possible options with domain names of the forum-cookie but nothing seems to work.

Try this on my site :

http://www.groningen.it
login / pass : test/test

Please help me with this one.. I tried it all for sooooo long  ;)


Nibbler

What are all those 'M' s doing there ?

You need to set your cookie prefix correctly in that file.

ipas

You can ignore those 'M'' Somehow my editor on linux shows those 'M' chars but it's nog in the file.

The cookie prefix. what does this do exactly. All my cookie names starts with bb**** whould I fill in 'bb' by cookieprefix ?

Grtz
Mark