Last modified: 2014-04-04 14:31:41 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64950, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62950 - Installer incorrectly adds port 4215 to $wgServer in the wmf tool labs environment.
Installer incorrectly adds port 4215 to $wgServer in the wmf tool labs enviro...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.23.0
All All
: Low trivial with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-22 02:10 UTC by Purodha Blissenbach
Modified: 2014-04-04 14:31 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Purodha Blissenbach 2014-03-22 02:10:14 UTC
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.
Comment 1 Bawolff (Brian Wolff) 2014-03-22 02:14:43 UTC
Installer should prompt user if its guess at what the server is, is correct.
Comment 2 Kevin Israel (PleaseStand) 2014-03-22 02:25:47 UTC
(In reply to Bawolff (Brian Wolff) from comment #1)
> Installer should prompt user if its guess at what the server is, is correct.

It could also check protocol and host (including port) in client-side JS.
Comment 3 Bawolff (Brian Wolff) 2014-03-22 02:30:29 UTC
That'd be cool. We should also keep in mind that sometimes people install mediawiki from a domain that's different from where user's would access it (aka person installs from somewhere.internal.tld but server gets accessed by outside world at website.com), so we should still ask the user to confirm.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links