I have the following issue when trying to bridge coppermine and phpBB:
When I bridge phpBB and Coppermine, I get redirected back to the gallery, but I'm not logged in. I've read the messages that talk about the same problem, but none of the solutions work for me!
Coppermine install: http://www.thecybernetwork.net/gallery/
Forum install: http://www.thecybernetwork.net/forums/
Coppermine version: cpg1.4.8
Forum version: phpBB 2.0.21
Test user account: test / test
BridgeManager settings:
Forum URL: http://www.thecybernetwork.net/forums
Relative path to your BBS's config file: ../forums/
Use post-based groups?: 0
What did you tell Coppermine the cookie prefix is?
cookie prefix - www.thecybernetwork.net
There you go then. Use something sensible for your cookie prefix and it will work.
what do you mean?
dots are not valid characters for a cookie name. phpbb notices this and changes them to underscores to protect you from yourself. Coppermine looks for a cookie with the prefix www.thecybernetwork.net which doesn't exist. Set the prefix to something valid in phpbb and then set the same in the bridge manager. The default phpbb2mysql is perfectly adequate.
Ok, I changed the cookie to thecybernetwork in phpbb and in coppermine, but it still doesn't work.
Cookie path needs to be '/'
It's fixed now. Thanks for the help!