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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.