Hi,
i have a problem with the synchronization in Coppermine.
I installed the Gallery. All is functionally and goes. Then i bridged the Gallery with the woltlab21.php
I solved some Problems with the Cookies (but not all) and if i logged in in my Board and go to CPG 1.3.2 i allready logged in, but i don't logged in as Admin.
It is not possible to syncronize the groups or upload pictures. I can surf only.
in phpmyadmin i see, that my username is registered as Admin.
can you help me?
the Forum with converted Data (that's the reason for some ASCII-Code):
http://www.brotmaschine.net/forum (Woltlab Burning Board 2.1.5)
the Gallery: http://www.brotmaschine.net/galerie (CPG 1.3.2)
Testaccount: tester
pass: test
the Tester has same Options like me as Admin. Can't upload pictures and so on.
brotmaschine
PS: Cookieproblem: then i logged in to the board and call the Gallery i logged in. But if i go back to the Bulletin Board i don't logged in. some ideas? Could this problem call a mistake of my Adminstatus?
here are the lines with changing circumstances of my bridgefile:
// The paths to your Woltlab Board directory
define('RELATIVE_WBB_PATH','../forum/');
define('WBB_WEB_PATH','/forum/');
// 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");
PPS: my Debug Info generated by Coppermine is attached
Where did you get the php bridge file? And is there one for 2.2.x ?!?
take a look @: ..\[your cpg]\bridge
in my tests the bridge is functionally with the 2.3.0 Board Version.
but my problem is still alive ;)