coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: optimusgeorge on June 12, 2008, 04:54:00 PM

Title: [Solved]: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 04:54:00 PM
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.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: Nibbler on June 12, 2008, 05:07:34 PM
It's there. Enter the relative path of "../forums/inc/" and use the correct URL for your forum.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 05:16:57 PM
umm... I evidently don't know alphabetical order.   :-X
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 05:46:34 PM
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.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 05:48:10 PM
not test for password

test/testing

...sorry.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 05:49:00 PM
I can't even log in as admin anymore... uh oh...
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: Nibbler on June 12, 2008, 06:18:25 PM
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.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 06:23:28 PM
Okay. I did that. But now I'm not able to logout at all. Logging in DOES seem to be working. Thanks for that!!!
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: Nibbler on June 12, 2008, 06:35:03 PM
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'])
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 07:59:58 PM
I just changed it. It still won't let me log out.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: Nibbler on June 12, 2008, 08:10:04 PM
Make sure you cleared your cookies properly.
Title: Re: Not know how to bridge mybb 1.2.13 and cpg
Post by: optimusgeorge on June 12, 2008, 08:14:12 PM
Alright. You rule. Thanks SOOOO much for all your help!!!