I have the following issue when trying to bridge coppermine and phpbb 3.0.5:
When I login in the forum and go to the gallery, it redirects me to the forum. I think the gallery does not see the cookie from forum. Why?
( Also, I have set the gallery to be viewable only by registered members. )
Coppermine install: http://e-uowm.gr/gallery
Forum install: http://e-uowm.gr/forum
Coppermine version: cpg1.4.24
Forum version: phpbb 3.0.5
BridgeManager settings:
Forum URL: http://e-uowm.gr/forum
Relative path to your BBS's config file: ../forum/
Cookie name/preifx: e-uowm
It can't see the cookie because you restricted it to only apply to /forum. Set the cookie path to '/'.
The cookie in the forum control panel?
Can i make it to see in the /forum?
It's a setting in your forum. There's nothing you can 'fix' in Coppermine; if the path is /forum your browser will only send the cookie for paths that start with /forum.