[Solved]: Not know how to bridge mybb 1.2.13 and cpg [Solved]: Not know how to bridge mybb 1.2.13 and cpg
 

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

[Solved]: Not know how to bridge mybb 1.2.13 and cpg

Started by optimusgeorge, June 12, 2008, 04:54:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

optimusgeorge

I have the following issue when trying to bridge coppermine and mybb 1.2.13:
I don't know how to do it. I can't find a config file in the forum sub-directory. I was hoping for a little assistance as the bridging wizard doesn't accommodate mybb 1.2.13. Am I MISSING the config file for some reason? Thanks in advance.

Coppermine install: http://www.thezombiegame.com/gallery/
Forum install: http://www.thezombiegame.com/my_forum_folder/
Coppermine version: cpg1.4.18
Forum version: mybb 1.2.13
Test user account: Not set up.

BridgeManager settings:
Not set up yet.

Nibbler

It's there. Enter the relative path of "../forums/inc/" and use the correct URL for your forum.

optimusgeorge

umm... I evidently don't know alphabetical order.   :-X

optimusgeorge

Okay... I bridged them. But now I can't log in to CPG at all. I made a test account...

test/test

But I can't log in to CPG... logging into the forum has no problems though.

optimusgeorge

not test for password

test/testing

...sorry.

optimusgeorge

I can't even log in as admin anymore... uh oh...

Nibbler

You need to change your forum's cookie path from "/forums/" to just "/" and then clear your cookies. I don't know how you do that in mybb though.

optimusgeorge

Okay. I did that. But now I'm not able to logout at all. Logging in DOES seem to be working. Thanks for that!!!

Nibbler

That's a mybb problem. You need to change its member.php


// Otherwise, check logoutkey
else if($mybb->input['logoutkey'] != $mybb->user['logoutkey'])


to


// Otherwise, check logoutkey
else if(!$mybb->input['sid'] && $mybb->input['logoutkey'] != $mybb->user['logoutkey'])

optimusgeorge

I just changed it. It still won't let me log out.

Nibbler

Make sure you cleared your cookies properly.

optimusgeorge

Alright. You rule. Thanks SOOOO much for all your help!!!