coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Genax on September 09, 2007, 09:54:32 PM

Title: phpBB Login Redirection
Post by: Genax on September 09, 2007, 09:54:32 PM
I have the following issue when trying to bridge coppermine and phpBB:
Logging in from the Coppermine log in link redirects back to the Coppermine page, still asking for a log in.

Coppermine install: http://rollmodel.org/gallery/
Forum install: http://rollmodel.org/forum/
Coppermine version: cpg1.4.12
Forum version: phpBB 2.0.22
Test user account: test/test

BridgeManager settings:
Forum URL:  http://www.rollmodel.org/forum
Relative path to your BBS's config file:  ../forum/
Use post-based groups?:  0
Cookie name/preifx: phpbb2mysql


Spent quite a few hours searching because there is alot of information on this in these forums, though little on the phpBB forums. Fixes that told me to change sections of code were from past versions, I think, because I could not find the extract to overwrite in the file name provided, or any file names similar. Made sure to match up the cookie name as described in a few threads. Other links to fixes were outdated and gave 404 pages.
Title: Re: phpBB Login Redirection
Post by: Nibbler on September 09, 2007, 09:58:11 PM
You have one of the most common issues, you should have found it quite easily...

Either be consistent with your use of www.rollmodel.org vs rollmodel.org or set your cookie domain to .rollmodel.org in phpbb.
Title: Re: phpBB Login Redirection
Post by: Genax on September 09, 2007, 10:13:21 PM
Thanks for the lightspeed reply, Nibbler. Removed the "www.", no more problems. Seems I was searching with the wrong key words, eh? Cheers.