issues with phpbb2 and coppermine intergration issues with phpbb2 and coppermine intergration
 

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

issues with phpbb2 and coppermine intergration

Started by ctcentralinfo, September 20, 2005, 08:51:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ctcentralinfo

OK I update coppermine as suggested by the admin of this board, but I am getting the following errors.

1. When I try to log in to coppermin I get the following message:

Redirection limit for this URL exceeded....

2. I can't access the members list from coppermine

3. If I try to log out from copper mine I get you are already logged in

I had this working perfectly before I upergraded coppermine.

the URL is:

www.cooltechcentral.com



ctcentralinfo

Alright.

these are the sites

www.cooltechcentral.com/forum

www.cooltechcentral.com/Multimedia

the user name and password you can use is:

Username: test
Password: test


These are the files plus the edits for the bridge:

for phpbb.inc.php

Quote// database configuration
define('PHPBB_DB_NAME', 'wwwcool_mambo'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'wwwcool'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', 'cooltech'); // 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', '/Multimedia/');
// 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);

for cpg_redir.php

Quote<?php
if (!$_SERVER['HTTP_HOST']) {
  $cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
  $cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/Multimedia';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>









Nibbler

Right, you've set '/Multimedia/' in your bridge file instead of '/forum/'.




Joachim Müller

Quote from: ctcentralinfo on September 20, 2005, 08:51:09 PM
OK I update coppermine as suggested by the admin of this board, but I am getting the following errors.
You didn't, I would know - I'm the admin of this board, and I haven't told you anything yet.