phpBB 2.0.10\CPG 1.3.2 Login Probs phpBB 2.0.10\CPG 1.3.2 Login Probs
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

phpBB 2.0.10\CPG 1.3.2 Login Probs

Started by JustMike, November 06, 2004, 08:45:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JustMike

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
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


JustMike

I got it...
Changed the cookie path...all works now

Matthias Heil

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!

kegobeer

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.
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

h4mmer

or install phpadmin on your server and change the cookie value