coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: fairbaken on January 10, 2005, 02:51:52 PM

Title: Login prob. with bridge to wbb 2.2
Post by: fairbaken on January 10, 2005, 02:51:52 PM
Hi, i'm using coppermine on http://www.abikini05.de/bilder/
Now i set up the woltlab21.inc.php for my board on http://www.abikini05.de/test/

Quote// In this example there are 2 subdirectories
// WBB: http://yoursite_name.com/wbb2/
// CPG: http://yoursite_name.com/cpg/
// Setup path to your Woltlab Board directory to change this

// The paths to your Woltlab Board directory
define('RELATIVE_WBB_PATH','../test/');
define('WBB_WEB_PATH','/test/');

// database configuration
require_once(RELATIVE_WBB_PATH."acp/lib/config.inc.php");
require_once(RELATIVE_WBB_PATH."acp/lib/options.inc.php");
define('WBB_DB_NAME',$sqldb);
define('WBB_BD_HOST',$sqlhost);
define('WBB_DB_USERNAME',$sqluser);
define('WBB_DB_PASSWORD',$sqlpassword);

// cookies configuration
define('WBB_COOKIE_HASH',$cookieprefix."hash");
define('WBB_COOKIE_USERID',$cookieprefix."userid");
define('WBB_COOKIE_USERPW',$cookieprefix."userpassword");

There are no error messages but i can not login! by clicking on login i will be redirect to my board. ok thats fine but i am already logged in!
It seems that coppermine doesn't recognises that i am logged in already.
Title: Re: Login prob. with bridge to wbb 2.2
Post by: Joachim Müller on January 12, 2005, 01:44:35 AM
post a test user account (non-admin).

Joachim
Title: Re: Login prob. with bridge to wbb 2.2
Post by: fairbaken on January 12, 2005, 01:08:55 PM
ok here it is:

username: test
password: hans


Please help me ! i have to set the page on...
Title: Re: Login prob. with bridge to wbb 2.2
Post by: fairbaken on January 12, 2005, 01:12:54 PM
it looks like there is an problem with the cookies..
Title: Re: Login prob. with bridge to wbb 2.2
Post by: Nibbler on January 12, 2005, 01:21:20 PM
Change cookie path as instructed.
Title: Re: Login prob. with bridge to wbb 2.2
Post by: fairbaken on January 13, 2005, 05:19:02 PM
sorry but that is the helpfully answer i ever received!  ??? ??? >:(

QuoteChange cookie path as instructed.

as instructed? but where ?
Title: Re: Login prob. with bridge to wbb 2.2
Post by: Nibbler on January 13, 2005, 06:04:59 PM
http://coppermine.sourceforge.net/manual.php#integrating_cookie_start
Title: Re: Login prob. with bridge to wbb 2.2
Post by: kegobeer on January 13, 2005, 11:43:09 PM
Ahh, the manual.  What a wealth of knowledge you contain.