Cookie problem in bridging with phpbb3.0.5 Cookie problem in bridging with phpbb3.0.5
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Cookie problem in bridging with phpbb3.0.5

Started by kromnaios, June 22, 2009, 12:16:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kromnaios

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

Nibbler

It can't see the cookie because you restricted it to only apply to /forum. Set the cookie path to '/'.

kromnaios

The cookie in the forum control panel?
Can i make it to see in the /forum?

Nibbler

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.