I have the following issue when trying to bridge coppermine and phpbb2.0.19:
When i finished the bridgewizard and click logout it says: error you are not logged in. And when i try to login it redirects me to my phpbb forum (wich is good) but after login to my forum it redirects me back to my gallery without being logged in.
Coppermine install: http://www.staticbox.com/gallery/
Forum install: http://www.staticbox.com/forum/
Coppermine version: cpg1.4.3
Forum version: phpBB 2.0.19 (with Categories Hierarchy v 2.1.4 mod)
Test user account: Test / testing
BridgeManager settings:
Forum URL: http://www.staticbox.com/forum
Relative path to your BBS's config file: ../forum/
Use post-based groups?: 0
Cookie prefix: phpbb2mysql
on another note: would it be possible to integrate my Joomla (former mambo), phpbb and coppermine in one? (one login for all)
You must set your cookie path to '/' in phpbb's config as indicated in the documentation. You can only bridge Coppermine to 1 other app. You can connect all 3 if you do either:
Get Joomla to use phpbb's user information and bridge coppermine to phpbb
or
Get phpbb to use Joomla's user information and bridge coppermine to Joomla (mambo bridge)
ah yes i forgot to change the cookie path in phpbb tnx alot it works perfectly now :D