Another Error when logging in after integrating Another Error when logging in after integrating
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Another Error when logging in after integrating

Started by Phaeton, November 09, 2004, 12:29:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Phaeton

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



Joachim Müller

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

Phaeton

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.

Nibbler

You appear to have a / at the end of your cookie domain.