MyBB bridge; login/logout error MyBB bridge; login/logout error
 

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

MyBB bridge; login/logout error

Started by Hraefn, October 17, 2006, 07:25:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hraefn

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 (it's a subdomain; alt. URL is at http://dotnyx.us.to/gallery)
Forum install: 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! =^^=

Nibbler

The redirects should be based on what you have set in the bridge manager for your board's url.

Hraefn

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. =^^=