Integration with IPB 1.3. Need some help please. Integration with IPB 1.3. Need some help please.
 

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]

Main Menu

Integration with IPB 1.3. Need some help please.

Started by Omeba, February 10, 2005, 07:02:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Omeba

 
  I have integrated My IPB v1.3 final with CPG. Something is not quite right and I would definitely appreciate any pointers in getting going in the right direction.   I have done my homework and have spent probably 12 hours over the last three days searching and reading before posting this, and if I have missed a previous post on this, I apologize.

 My issue is as follows. From my forum you can click on the gallery link and it does take you to the front page of the gallery, but the gallery does not recognize that the person is logged in on the forum, and although you are logged in,  the gallery shows you as not logged in. You can take the link back to the forum and you are still logged in there.

 Any help is greatly appreciated.

My Webpage

 User: test
 pass: test


// database configuration
define('IB_DB_NAME', 'alt-shot_com_-_omebainvision'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'alt-shot'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '************'); // The password to use to connect to the database

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forums/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', '/forums/'); // The prefix used for board cookies

// Prefix and names for the database tables
define('IB_TABLE_PREFIX', 'ibf_'); // The prefix used for the DB tables
define('IB_USER_TABLE', 'members'); // The members table
define('IB_SESSION_TABLE', 'sessions'); // The sessions table
define('IB_GROUP_TABLE', 'groups'); // The groups table

// Group definitions (default values used by the board)
define('IB_VALIDATING_GROUP', 1);
define('IB_GUEST_GROUP', 2);
define('IB_MEMBERS_GROUP', 3);
define('IB_ADMIN_GROUP', 4);
define('IB_BANNED_GROUP', 5);


 define('COPPERMINE_VERSION', '1.3.2');
// 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...');



Nibbler

// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', '/forums/'); // The prefix used for board cookies


That looks wrong to me. Seems like your cookie prefix is actually blank, so

// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', ''); // The prefix used for board cookies

Omeba

  Thank You for responding Nibbler. I did as stated, resetting that cookie to blank, exactly as you show. What I get when I do that is,... no matter who is logged in on the forum, whether it be a admin,member or even as guest, when you click on the link to the gallery,or even the url directly to the gallery, the gallery is logged in as my admin screen name. clicking log out on the gallery gives a blank page.

I did change this cookie to just a "/"  for the time being so that I don't have everyone logging in on the gallery as admin.  Again any help with this is greatly appreciated.

 Thank You

 O