When I try to log in from the gallery it sends me to forum, I log in, it sends me back to gallery but I'm not logged in!
But if you go to the forum I'm logged in. :-\\
http://www.wishblade.mine.nu/gallery
http://www.wishblade.mine.nu/forum
testuser//12345
Cookie domain=www.wishblade.mine.nu
Cookie name=wishblade
Cookie path=/forum/
init.inc.php
define('COPPERMINE_VERSION', '1.3.5');
// User database integration
// Uncomment the applicable line if you want to use it
define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
cpg_redir.php
<?php
if (!$_SERVER['HTTP_HOST']) {
$cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
$cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/gallery';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>
phpbbinc.php
// database configuration
define('PHPBB_DB_NAME', 'wishblade'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'katt'); // 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/');
// 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', 'wishblade'); // The prefix used for board cookies
// Prefix and names for the database tables
define('PHPBB_TABLE_PREFIX', 'forum_'); // The prefix used for the DB tables
define('PHPBB_USER_TABLE', 'users'); // The members table
define('PHPBB_SESSION_TABLE', 'sessions'); // The session table
define('PHPBB_GROUP_TABLE', 'groups'); // The groups table
define('PHPBB_UGROUP_TABLE', 'user_group'); // The group/user table
I hope I gave you all the information you need to be able to help me!
Thanks in advance!
Quote from: Mysmasken on October 07, 2005, 08:21:59 PM
Cookie path=/forum/
Quote from: documentation
If you are using phpBB 2, go to the admin control panel and check that "Cookie domain" corresponds to your domain, "Cookie name" is "phpbb2mysql" and "Cookie path" is "/".
If I change from /forum/ to just / Log in button in the gallery don't work.
Did you change the PHPBB_WEB_PATH in the bridge file, or did you change the cookie path from your phpBB admin control panel? Don't change the PHPBB_WEB_PATH.
Quote from: kegobeer on October 07, 2005, 09:11:56 PM
Did you change the PHPBB_WEB_PATH in the bridge file, or did you change the cookie path from your phpBB admin control panel? Don't change the PHPBB_WEB_PATH.
I changed it from the admin control panel.
It's still set to /forum/, change it.
Ok, switched back to / now
Looks like you are changing the Script path instead of the Cookie path.
Yes you're right. Now I can't logout instead. lol.
Clear the cookie manually with your browser. Looks to be working fine now.
You're my hero!
Wanna mary me? ;D
Thanks a lot for the help!
One of the users, might be more can't login even after I told them to clear cookies.
It just takes them back to gallery, un-inlogged. ???
works like a charm for me... does this user know how to clear cookies?
I hope so ;D
I sent her a PM to tell her how to do it, hope it will work.
Quote from: User on the forumThat's how I did it, and I swear it didn't work But I just tried again, and it's working I think. I did shut down my computer. Maybe it needed a rest!
Thanks!!!!
Katie