PHPbb login help PHPbb login help
 

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

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

Previous topic - Next topic

0 Members and 2 Guests 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.