Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: vb 3.5 integration problem  (Read 3924 times)

0 Members and 1 Guest are viewing this topic.

jed12345

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
vb 3.5 integration problem
« on: November 06, 2005, 11:45:54 pm »

I am unable to log in to coppermine from my forum.  When I select Login, it just sends me back to my forum page.

http://www.americanwaterfowlers.com/forum/gallery/

I set up a test user - testuser   pw - testpw

Here is the bridge file:

Code: [Select]
//NOTE : Your vBulletin license number is provided at the top of every php file in your vBulletin installation!
define('VB_CUST_NO', '*******'); // Your vBulletin license number (NOT your customer number)
define('VB_DB_NAME', 'american_awf'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', '*******'); // The username to use to connect to the database
define('VB_DB_PASSWORD', '*******'); // 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', '/forum/');
« Last Edit: November 07, 2005, 12:28:33 am by Nibbler »
Logged

jed12345

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: vb 3.5 integration problem
« Reply #1 on: November 07, 2005, 12:27:40 am »

If I select this:
Code: [Select]
define('COPPERMINE_VERSION', '1.3.5');
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
define('UDB_INTEGRATION', 'vbulletin3gamma');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
// Start output buffering

Istead of this:

Code: [Select]
define('COPPERMINE_VERSION', '1.3.5');
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
// Start output buffering

It seems to work now.

Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 15 queries.