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: Bridged buttons not working. Help :)  (Read 2787 times)

0 Members and 1 Guest are viewing this topic.

frankenberrie

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Bridged buttons not working. Help :)
« on: February 14, 2005, 07:29:55 pm »

I am having a problem with my buttons. I have Vbulletin 3.06 & CPG 1.32 running bridged. The bridge is ok, but some of the buttons on my gallery page are not working correctly for example:

Login & logout. Any ideas?

My weblinks: homepage
www.bio-driver.com

Gallery:
www.bio-driver.com/gallery

Username: test
password: test

Code: [Select]
define('VB_CUST_NO', '*****'); // Your vBulletin license number (NOT your customer number)
define('VB_DB_NAME', '*****'); // 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', 'http://www.bio-driver.com/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

// Group definitions (default values used by the board)
define('VB_VALIDATING_GROUP', 3);
define('VB_GUEST_GROUP', 1);
define('VB_MEMBERS_GROUP', 2);
define('VB_ADMIN_GROUP', 6);
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Bridged buttons not working. Help :)
« Reply #1 on: February 15, 2005, 12:00:33 am »

The user test does not work.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Nibbler

  • Guest
Re: Bridged buttons not working. Help :)
« Reply #2 on: February 15, 2005, 02:50:30 pm »

VB_WEB_PATH, as the name suggests, is supposed to be a path. An url is not a path. Change it to '/forums/'.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 15 queries.