OK.
All on the integration seemed to be working fine.
I had an issue where I have an Admin acct. on the BB and a test account on the BB.
I log out of the BB as Admin and login as my test account, click on the Gallery Link but it has me logged in as the Admin Account and not the test account.
Well, I think I goofed big...I went into the config of CPG and changed the cookie name (different from that of the CPG Default and different from the BB). Now I can't even get logged into the gallery to put all back to normal. I do think I figured out my original problem; however, I can't get the gallery back to 'normal' so I can fix that issue (the bridge file had the wrong cookie name after I changed it on the forums).
thebittentail.org/forums (http://thebittentail.org/forums)
thebittentail.org/thepack (http://thebittentail.org/thepack)
phpBB Info
Cookie domain thebittentail.org
Cookie name bittentailforums
Cookie path /forums/
CPG Info
All I can do is post the phpbb.inc.php file as I can no longer access the CPG Config page
// database configuration
define('PHPBB_DB_NAME', 'thebitt_thebarking'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'thebitt_wonderdo'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', 'REMOVED'); // The password to use to connect to the database
// The web path to your phpBB directory
// If your URL to your board is for example 'http://yoursite_name.com/phpBB2/',
// you'll have to set the below var to '/phpBB2/'.
define('PHPBB_WEB_PATH', '/forums/');
// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'bittentailforums'); // The prefix used for board cookies
I got it...
Changed the cookie path...all works now
After some hours of vain attempts... I give up.
Coppermine and phpBB Plus 1.52 were integrated smoothly until a few days ago I had to replace some phpBB core files.
This caused the lousy "phpBB login is not reflected in Coppermine" problem.
I checked on the relevant bridging and redirection files (att.s 1 and 2), I tried changing my phpBB's cookie path (att.3)... - all to no avail, I cannot get into CM Admin.
Grateful for your help!
If you compare your original phpBB files to the new ones, perhaps you can find what changed and therefore what needs to be changed in the bridge file.
or install phpadmin on your server and change the cookie value