coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Hraefn on October 17, 2006, 07:25:50 AM

Title: MyBB bridge; login/logout error
Post by: Hraefn on October 17, 2006, 07:25:50 AM
Bridging works, but it seems the redirects for the login/logout isn't working properly. When trying to logout from Coppermine, I get this:

QuoteNot Found
The requested URL /gallery/member.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

A similar thing happens when trying to login from Coppermine, or viewing your profile or memberlist. It seems like all redirects aren't working properly. I've read through the forum, but I can't find any solution to this. Any help would be appreciated. =^^=

Here's my install info:

QuoteCoppermine install: http://gallery.dotnyx.us.to (http://gallery.dotnyx.us.to) (it's a subdomain; alt. URL is at http://dotnyx.us.to/gallery (http://dotnyx.us.to/gallery))
Forum install: http://dotnyx.us.to (http://dotnyx.us.to)
Coppermine version: cpg1.4.9
Forum version: MyBB v1.2.1
Test user account: testuser / testuser

BridgeManager settings:
Forum URL:  http://dotnyx.us.to
Relative path to your BBS's config file:  ../inc/
Use post-based groups?:  0 

Thanks! =^^=
Title: Re: MyBB bridge; login/logout error
Post by: Nibbler on October 17, 2006, 04:34:13 PM
The redirects should be based on what you have set in the bridge manager for your board's url.
Title: Re: MyBB bridge; login/logout error
Post by: Hraefn on October 17, 2006, 08:41:48 PM
Well, I did use the correct settings when I ran the bridge manager. For some reason, it seems like it didn't take. Perhaps it's because the bridge wasn't specifically designed for the version of MyBB I'm using. In any case, I've got it fixed now. I had to manually edit the mybb.inc.php file and use static values instead of the ones defined from bridgemgr. Certainly not ideal, but at least it works. =^^=

Thanks for your time, Nibbler. It was much appreciated. =^^=