Bridging CopperMine with phpBB Bridging CopperMine with phpBB
 

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

Bridging CopperMine with phpBB

Started by MegaMan1311, July 19, 2006, 07:57:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MegaMan1311

I have the following issue when trying to bridge coppermine and phpBB:
When I bridge phpBB and Coppermine, I get redirected back to the gallery, but I'm not logged in. I've read the messages that talk about the same problem, but none of the solutions work for me!

Coppermine install: http://www.thecybernetwork.net/gallery/
Forum install: http://www.thecybernetwork.net/forums/
Coppermine version: cpg1.4.8
Forum version: phpBB 2.0.21
Test user account: test / test

BridgeManager settings:
Forum URL:  http://www.thecybernetwork.net/forums
Relative path to your BBS's config file:  ../forums/
Use post-based groups?:  0

Nibbler

What did you tell Coppermine the cookie prefix is?


Nibbler

There you go then. Use something sensible for your cookie prefix and it will work.

MegaMan1311


Nibbler

dots are not valid characters for a cookie name. phpbb notices this and changes them to underscores to protect you from yourself. Coppermine looks for a cookie with the prefix www.thecybernetwork.net which doesn't exist. Set the prefix to something valid in phpbb and then set the same in the bridge manager. The default phpbb2mysql is perfectly adequate.

MegaMan1311

#6
Ok, I changed the cookie to thecybernetwork in phpbb and in coppermine, but it still doesn't work.

Nibbler


MegaMan1311

#8
It's fixed now. Thanks for the help!