https://bugzilla.wikimedia.org/show_bug.cgi?id=27279

           Summary: URL prefix used twice if  $wgScriptPath =
                    "$wgServer/w"
           Product: MediaWiki extensions
           Version: any
          Platform: All
               URL: http://openfarmtech.org/w/index.php?title=Special:Open
                    IDLogin&returnto=Main_Page
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: OpenID
        AssignedTo: sergey.chernys...@gmail.com
        ReportedBy: elifar...@gmail.com


When I try to log in using my OpenID, my OpenID provider shows me this error:

return_to
u'http://openfarmtech.orghttp://openfarmtech.org/w/index.php?title=Special:OpenIDLogin/Finish&janrain_nonce=2011-02-09T12%3A00%3A00cSPXXW9'
not under trust_root u'http://openfarmtech.org/'

Variables:

$wgServer = "http://openfarmtech.org";;
$wgArticlePath = "/wiki/$1";
$wgScriptPath       = "$wgServer/w";

Everything else on the wiki seems to be working fine.

If I change $wgScriptPath to "/w", I can log in, but then all my links will be
relative, which makes it troublesome to browse the wiki via CoralDCN, so I
really need to have $wgScriptPath = "$wgServer/w".

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to