coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: delmarva on November 02, 2005, 04:29:42 PM

Title: PHPbb login help
Post by: delmarva on November 02, 2005, 04:29:42 PM
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"
Title: Re: PHPbb login help
Post by: Nibbler on November 02, 2005, 04:33:31 PM
http://forum.coppermine-gallery.net/index.php?topic=17684.0
Title: Re: PHPbb login help
Post by: delmarva on November 02, 2005, 04:41:18 PM
// ------------------------------------------------------------------------- //
// 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);
// ------------------------------------------------------------------------- //
Title: Re: PHPbb login help
Post by: Nibbler on November 02, 2005, 04:48:13 PM
Works for me. Try clearing your cookies.
Title: Re: PHPbb login help
Post by: delmarva on November 02, 2005, 05:00:43 PM
Cleared cookies, now when I try to log out of /gallery, I get this message:

General Error:
Invalid_session
Title: Re: PHPbb login help
Post by: Nibbler on November 02, 2005, 05:31:50 PM
2.0.18 ?

http://forum.coppermine-gallery.net/index.php?topic=23281.0
Title: Re: PHPbb login help
Post by: delmarva on November 02, 2005, 05:47:39 PM
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
Title: Re: PHPbb login help
Post by: Nibbler on November 02, 2005, 06:19:27 PM
Clear your cookies and make sure you dont have the same cookie name for coppermine and phpbb.