coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: rickyspires on September 27, 2005, 10:20:00 PM

Title: login - logout url
Post by: rickyspires on September 27, 2005, 10:20:00 PM
wronge url for logout after coppermine bridged...

hello.

i have just bridged coppermine with phpbb but after i sorted out the groups i noticed that when i went to log out it went to a wronge url.

also when i login to my phpbb forum then go to my coppermine calendar
it hasnt loged me in as admin. if i then click login it says page not found again
where have i gone wronge?

my site is www.clubequip.com

forum - www.clubequip.com/mab6/comm
coppermine - www.clubequip.com/mab6/cpg135

thanks

ricky
Title: Re: login - logout url
Post by: rickyspires on September 27, 2005, 10:29:11 PM
ok ...

if i login the my phpbb forum as admin, then open up my coppermine gallery it now shows me as logged in as admin.
but i still cant log out?
Title: Re: login - logout url
Post by: Nibbler on September 27, 2005, 10:32:58 PM
You have set an url instead of a path in your bridge file.

Also: http://forum.coppermine-gallery.net/index.php?topic=17684.0
Title: Re: login - logout url
Post by: rickyspires on September 28, 2005, 01:16:34 AM
hello,

i have attached my bridge file for you to look at because i change it from http://www.clubequip.com/mab6/comm to /mab6/comm/ and it is still not working.

thanks
ricky
// database configuration
define('PHPBB_DB_NAME', 'mab'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'root'); // 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', '/mab6/comm/');
// 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);