Hi, I'm also a rooky and looked on this forum but found nothing that helped me, evrything works until I want to log in using phpBB.
So I want to log in in cpg, I'm redirected to the Login-screen of phpBB. Using the normal password (otherwise he doesn't accept it) I'm redirected back to the CPG.
But now I'm not logged in?
I really don't know what I do wrong? Can anyone help me?
www.zeescoutssintleo.be/phpBB2/
www.zeescoutssintleo.be/gallery
//database configuration
define('PHPBB_DB_NAME', 'testit'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'testit'); // 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', '/phpBB2/');
// 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);
define('COPPERMINE_VERSION', '1.3.2');
// 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');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
// Start output buffering
ob_start();
<?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;
?>
checking your site I found out you disabled integration. Turn it back on, and post a test user account (non-admin) - that's what all users looking for support on bridging issues keep getting told by the supporters, your search should have shown you this clearly.
Joachim
Even turned on the integration I 'm not logged in, I disabled the integration to check other things and I left it like this.
So it still doesn't work. Normally the first post is an image of my system not working.
You appear to have a / at the end of your cookie domain.