Not logging in (CPG + phpBB) Not logging in (CPG + phpBB)
 

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

Not logging in (CPG + phpBB)

Started by Mysmasken, October 07, 2005, 08:21:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mysmasken

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!

Nibbler

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

Mysmasken

If I change from /forum/ to just / Log in button in the gallery don't work.

kegobeer

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

Mysmasken

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.

Nibbler

It's still set to /forum/, change it.

Mysmasken


Nibbler

Looks like you are changing the Script path instead of the Cookie path.

Mysmasken

Yes you're right. Now I can't logout instead. lol.

Nibbler

Clear the cookie manually with your browser. Looks to be working fine now.

Mysmasken

You're my hero!
Wanna mary me?  ;D
Thanks a lot for the help!

Mysmasken

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

Stramm

works like a charm for me... does this user know how to clear cookies?

Mysmasken

I hope so  ;D
I sent her a PM to tell her how to do it, hope it will work.

Mysmasken

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