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
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?
You have set an url instead of a path in your bridge file.
Also: http://forum.coppermine-gallery.net/index.php?topic=17684.0
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);