login - logout url login - logout url
 

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

login - logout url

Started by rickyspires, September 27, 2005, 10:20:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rickyspires

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

rickyspires

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?

Nibbler


rickyspires

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