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.
post a test user account (non-admin).
Joachim
ok here it is:
username: test
password: hans
Please help me ! i have to set the page on...
it looks like there is an problem with the cookies..
Change cookie path as instructed.
sorry but that is the helpfully answer i ever received! ??? ??? >:(
QuoteChange cookie path as instructed.
as instructed?
but where ?
http://coppermine.sourceforge.net/manual.php#integrating_cookie_start
Ahh, the manual. What a wealth of knowledge you contain.