coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: HaVaNa7 on March 26, 2005, 07:49:24 PM

Title: PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout problem
Post by: HaVaNa7 on March 26, 2005, 07:49:24 PM
Hi to all and sorry if i posted here but i could not find a section for phpbbintegration.

I installed and integrated perfectly as show in the documentation but i still get an error.

when i click LOGIN from my coppermine it redirect me to my phpbb login page, but when i filled fields and press the login button it goes to a blank page: The page cannot be displayed.
You need simply to press the reload button of internet explorer and you acces the correct page and you are logged in!

The same issue comes when you are logged in and in Coppermine page you click Logout, The page cannot be displayed.
Again if you refresh the page you access correctly to the coppermine page that display youre not logged in.


Another question is that when i click the users button in coppermine that goes to usermgr.php it goes to my phpbb index page and not to the memberlist page, is it normal?


To test the login/logout problem here is an account:

URL: http://lnx.havana7.it/Fotoforum/

User: test
Pass: test
Title: Re: PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout problem
Post by: Nibbler on March 26, 2005, 08:55:32 PM
You didn't change the redir file correctly. If you can't see what the problem is post it here.
Title: Re: PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout problem
Post by: HaVaNa7 on March 27, 2005, 03:14:54 AM
ok, i found the error, thnx very much, the error was in this line:

}
$cpg_path='/http://lnx.havana7.it/Fotoforum';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>

that shuold be:

}
$cpg_path='/Fotoforum';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>

Now works fine :)

but what about the link to users that point to index of forum and not to the memberlist?
Title: Re: PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout pro
Post by: kegobeer on March 27, 2005, 05:32:43 AM
http://forum.coppermine-gallery.net/index.php?topic=8021.0