Problems with php 2.0.22 with CH 2.1.6g Problems with php 2.0.22 with CH 2.1.6g
 

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

Problems with php 2.0.22 with CH 2.1.6g

Started by El Gordito, January 06, 2008, 03:00:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

El Gordito

I have the following issue when trying to bridge coppermine and phpBB2 2.0.22 with Categories Hierarchy 2.1.6g:

I bridge the two databases and then i automatically log off. When I try to login it redirects me to the forum (which it should), but I'm already logged in there. I log out, try again, log in trough CPG (it sends me to the forum login box), I login in the forum but when I try to go to CPG I'm logged out again. I don't know what the error is, maybe the Bridge Wizard doesn't support Category Hierarchy.

Coppermine install: http://www.lusowrestling.com/puppies/
Forum install: http://www.lusowrestling.com/forum/
Coppermine version: cpg1.4.14
Forum version: phpBB2 2.0.22 with Categories Hierarchy 2.1.6g
Test user account: testing
Test user password: testing

BridgeManager settings:
Forum URL:  http://www.lusowrestling.com/forum
Relative path to your BBS's config file:  ../forum/
Use post-based groups?:  0
Cookie name/preifx : lusowrestl_forum

Thanks in advance.

Nibbler

You have to change your cookie path in phpBB to '/'. You have them restricted to /forum. Coppermine is not in /forum so it cannot read them, therefore cannot recognize you.

El Gordito

That's it.

I'd done a search earlier and saw that same fix but I must've misread and thought the '/' prefix was for the cookie name in CPG in cause the other one didn't work. Better pay attention next time.

Thank you very much.