Login prob. with bridge to wbb 2.2 Login prob. with bridge to wbb 2.2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Login prob. with bridge to wbb 2.2

Started by fairbaken, January 10, 2005, 02:51:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fairbaken

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.

Joachim Müller

post a test user account (non-admin).

Joachim

fairbaken

ok here it is:

username: test
password: hans


Please help me ! i have to set the page on...

fairbaken

it looks like there is an problem with the cookies..

Nibbler


fairbaken

sorry but that is the helpfully answer i ever received!  ??? ??? >:(

QuoteChange cookie path as instructed.

as instructed? but where ?


kegobeer

Ahh, the manual.  What a wealth of knowledge you contain.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots