coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: kromnaios on June 22, 2009, 12:16:23 PM

Title: Cookie problem in bridging with phpbb3.0.5
Post by: kromnaios on June 22, 2009, 12:16:23 PM
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
Title: Re: Cookie problem in bridging with phpbb3.0.5
Post by: Nibbler on June 22, 2009, 12:22:27 PM
It can't see the cookie because you restricted it to only apply to /forum. Set the cookie path to '/'.
Title: Re: Cookie problem in bridging with phpbb3.0.5
Post by: kromnaios on June 22, 2009, 12:25:10 PM
The cookie in the forum control panel?
Can i make it to see in the /forum?
Title: Re: Cookie problem in bridging with phpbb3.0.5
Post by: Nibbler on June 22, 2009, 12:27:32 PM
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.