Advanced search  

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]

Pages: [1]   Go Down

Author Topic: issues with phpbb2 and coppermine intergration  (Read 4468 times)

0 Members and 1 Guest are viewing this topic.

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
issues with phpbb2 and coppermine intergration
« 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.

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

Nibbler

  • Guest
Re: issues with phpbb2 and coppermine intergration
« Reply #1 on: September 20, 2005, 09:02:45 pm »

http://forum.coppermine-gallery.net/index.php?topic=17684.0

I expect you have a path set incorrectly.
Logged

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
Re: issues with phpbb2 and coppermine intergration
« Reply #2 on: September 20, 2005, 09:16:39 pm »

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

  • Guest
Re: issues with phpbb2 and coppermine intergration
« Reply #3 on: September 20, 2005, 09:29:32 pm »

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

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
Re: issues with phpbb2 and coppermine intergration
« Reply #5 on: September 20, 2005, 09:35:09 pm »

One last question I was able create a link from my coppermine section www.cooltechcentral.com/multimedia back to www.cooltechcentral.com I forgot how I did it and I can't find away how to on this site.

Nibbler

  • Guest
Re: issues with phpbb2 and coppermine intergration
« Reply #6 on: September 20, 2005, 09:39:44 pm »

http://forum.coppermine-gallery.net/index.php?topic=21563.0

One question per thread please, marking this as solved.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: issues with phpbb2 and coppermine intergration
« Reply #7 on: September 20, 2005, 11:51:56 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 15 queries.