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.
It's there. Enter the relative path of "../forums/inc/" and use the correct URL for your forum.
umm... I evidently don't know alphabetical order. :-X
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.
not test for password
test/testing
...sorry.
I can't even log in as admin anymore... uh oh...
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.
Okay. I did that. But now I'm not able to logout at all. Logging in DOES seem to be working. Thanks for that!!!
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'])
I just changed it. It still won't let me log out.
Make sure you cleared your cookies properly.
Alright. You rule. Thanks SOOOO much for all your help!!!