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: login - logout url  (Read 4049 times)

0 Members and 1 Guest are viewing this topic.

rickyspires

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
login - logout url
« 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
Logged

rickyspires

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: login - logout url
« Reply #1 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?
Logged

Nibbler

  • Guest
Re: login - logout url
« Reply #2 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
Logged

rickyspires

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: login - logout url
« Reply #3 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
Code: [Select]
// 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);
Code: [Select]
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 15 queries.