coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: uk_martin on September 25, 2004, 01:43:16 PM

Title: phpBB 2.10 intergration stopped after upgrade to Coppermine 1.32
Post by: uk_martin on September 25, 2004, 01:43:16 PM
Hi before when I was on Coppermine 1.30, my intergration worked fine. I saw the other thread about cookie paths, and yes, mine are as they should be. So this is a different problem.

I upgraded to 1.32, I backed-up and restored the following filess :

anycontent.php
config.php
includes/config.inc.php
includes/init.inc.php
bridge/phpbb.inc.php

Now the problem is that I cannot log in from Coppermine. When I do, I get a "404" error at the following URL ...Members/galleries/login.php?referer=%2FMembers%2Fgalleries%2F

When I log-in in phpBB, Coppermine recognises that I'm logged in, but won't let me log out. I get a "404" error message at the following URL
...Members/galleries/logout.php?referer=%2FMembers%2Fgalleries%2F

The upgrade instructions didn't refer to the cpg_redir.php file that gets put into phpBB. Does it still need to be there or does it too need to be edited?

Assistance would be much appreciated.

Thanks

Martin

Title: Re: phpBB 2.10 intergration stopped after upgrade to Coppermine 1.32
Post by: Nibbler on September 25, 2004, 02:34:48 PM
Have you checked your PHPBB_WEB_PATH setting in the bridge file ?

Also posting a link and test account is helpful.
Title: Re: phpBB 2.10 intergration stopped after upgrade to Coppermine 1.32
Post by: uk_martin on September 25, 2004, 03:56:43 PM
Thanks for that, it's all fixed now.  ;D

It was the web path like you suggested. (I must be going blind  :o )

Cheers

Martin
Title: Re: phpBB 2.10 intergration stopped after upgrade to Coppermine 1.32
Post by: Joachim Müller on September 25, 2004, 07:57:09 PM
you were not meant to use outdated versions; only anycontent.php and include/config.inc.php should be from older versions, the files config.php, includes/init.inc.php and bridge/phpbb.inc.php should be used from the cpg1.3.2 bundle (you will have to modify the cpg1.3.2 versions of bridge/phpbb.inc.php and include/init.inc.php once more to re-enable integration as suggested in the integration documentation).

Joachim