I have the following issue when trying to bridge coppermine and phpBB2 2.0.22 with Categories Hierarchy 2.1.6g:
I bridge the two databases and then i automatically log off. When I try to login it redirects me to the forum (which it should), but I'm already logged in there. I log out, try again, log in trough CPG (it sends me to the forum login box), I login in the forum but when I try to go to CPG I'm logged out again. I don't know what the error is, maybe the Bridge Wizard doesn't support Category Hierarchy.
Coppermine install: http://www.lusowrestling.com/puppies/
Forum install: http://www.lusowrestling.com/forum/
Coppermine version: cpg1.4.14
Forum version: phpBB2 2.0.22 with Categories Hierarchy 2.1.6g
Test user account: testing
Test user password: testing
BridgeManager settings:
Forum URL: http://www.lusowrestling.com/forum
Relative path to your BBS's config file: ../forum/
Use post-based groups?: 0
Cookie name/preifx : lusowrestl_forum
Thanks in advance.
You have to change your cookie path in phpBB to '/'. You have them restricted to /forum. Coppermine is not in /forum so it cannot read them, therefore cannot recognize you.
That's it.
I'd done a search earlier and saw that same fix but I must've misread and thought the '/' prefix was for the cookie name in CPG in cause the other one didn't work. Better pay attention next time.
Thank you very much.