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

            Bug ID: 62950
           Summary: Installer incorrectly adds port 4215 to $wgServer in
                    the wmf tool labs environment.
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: Installer
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: bugzilla.wikime...@publi.purodha.net
                CC: bugzilla.wikime...@publi.purodha.net
       Web browser: ---
   Mobile Platform: ---

When testing an install in the wmf tool labs environment, the installer yields:
$wgServer = "http://tools.wmflabs.org:4215";;

which does not work (timeout) - my manual correction:

$wgServer = 'http://tools.wmflabs.org';

seems to fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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