No Login possible after Bridging with MyBB 1.6 No Login possible after Bridging with MyBB 1.6
 

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

No Login possible after Bridging with MyBB 1.6

Started by Cookiie, February 26, 2013, 04:27:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cookiie

Hi,

I have the following issue when trying to bridge coppermine and MyBB 1.6:
Actually its only a testinstallation of coppermine and mybb, to check if it's possible and how.
If i click on login (german "Anmelden"). Coppermine switch to mybb-loginscreen and after entering the credentials it switch back.
But i'm still not loged in.
Cookie-Path in both application is only "/". I think it's still a cookie-problem, but i don't see it.

Coppermine install: http://www.madrikor.de/copper/
Bridging app install: http://www.madrikor.de/forum/
Coppermine version: cpg1.5.20
Bridging app version: MyBB 1.6
Test user account: Test / Test1234

BridgeManager settings:
Bridge app URL:  http://www.madrikor.de/forum   (without endslash, this differs from documentation,but if i try, the bridge assistent calls an error)
Relative path to your bridge app's config file:  ../forum/inc/
Cookie name or prefix:  mybb_
Use bridge app custom groups?:  1

I hope you can help me. Bridging is enabled at this time.

Greetings Cookiie

Αndré

Works as expected if I change the cookie name from
Quotemadri_sid
to
Quotesid

I assume you both works if you remove the board's cookie prefix or adjust the bridge file accordingly.

Cookiie

Hi André,

great, it works. Thanks a lot.
I just change to much, because the docu said, the cookienames must differ.

Cookiie