PHPbb login help PHPbb login help
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

PHPbb login help

Started by delmarva, November 02, 2005, 04:29:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

delmarva

I know you all have this down pat by now, but I can't seem to figure it out for the life of me. I have already done it once with delmarvafishing.com/forum & delmarvafishing.com/gallery. Integration is perfect, don't have problems.

Now, the problem is with delmarvahunting.com/forum & delmarvahunting.com/gallery. When I log into PHPbb, it logs in fine, but when I go to the gallery, it says "login". When I log out of phpbb and try to log in to the gallery, it takes me back to phpbb, and then I can log in to the gallery. Strange, but a pain. Can you guys check it out for me?

http://www.delmarvahunting.com/forum
http://www.delmarvahunting.com/gallery

user: "test"
pass: "password"


delmarva

// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation              //
// ------------------------------------------------------------------------- //

// database configuration
define('PHPBB_DB_NAME', 'delmarva1'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'mysql67.secureserver.net'); // The name of the database server
define('PHPBB_DB_USERNAME', 'delmarva1'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', '*******'); // 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', '/forum/'); define('PHPBB_LOGOUT_GET', TRUE);
// 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);
// ------------------------------------------------------------------------- //

Nibbler

Works for me. Try clearing your cookies.

delmarva

Cleared cookies, now when I try to log out of /gallery, I get this message:

General Error:
Invalid_session


delmarva

Thanks.
Now I get this message...?

Notice: unserialize(): Error at offset 0 of 7 bytes in /home/content/d/e/l/delmarva1/html/gallery/bridge/phpbb.inc.php on line 89.

on the top of the browser

Nibbler

Clear your cookies and make sure you dont have the same cookie name for coppermine and phpbb.