PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout problem PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout problem
 

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

PHPBB 2.0.13 and Coppermine Photo Gallery 1.3.2 integration login/logout problem

Started by HaVaNa7, March 26, 2005, 07:49:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HaVaNa7

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

Nibbler

You didn't change the redir file correctly. If you can't see what the problem is post it here.

HaVaNa7

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?

kegobeer

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots