Page MenuHomePhabricator

Need to validate administrator username and password during installation
Closed, ResolvedPublic

Description

Output by installation script:

  • PHP 5.1.6 installed
  • Found database drivers for: MySQL
  • PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
  • Have XML / Latin1-UTF-8 conversion support.
  • Session save path appears to be valid.
  • PHP is configured with no memory_limit.
  • Couldn't find Turck MMCache, eAccelerator, or APC. Object caching functions cannot be used.
  • GNU diff3 not found.
  • Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
  • Installation directory: C:\Programme\xampp\htdocs\trunk\phase3
  • Script URI path: /trunk/phase3
  • Environment checked. You can install MediaWiki.
  • Warning: $wgSecretKey key is insecure, generated with mt_rand(). Consider changing it manually. *

    Generating configuration file...
  • Database type: MySQL
  • Loading class: DatabaseMysql
  • Attempting to connect to database server as root...success.
  • Connected to 5.0.24a-community-nt
  • Attempting to create database...
  • Created database wikidb
  • Creating tables... done.
  • Initializing data...
  • Granting user permissions to wikiuser on wikidb...success.

    Set $wgShowExceptionDetails = true; in LocalSettings.php to show detailed debugging information.

Running MySQL 5.0.24a. Worked before 1.10/1.11. wikiuser is generated, as are the tables. WikiSysop is not there, though.


Version: 1.11.x
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz9980

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:39 PM
bzimport set Reference to bz9980.
bzimport added a subscriber: Unknown Object (MLST).

Addendum: Reloading the "stopped" page actually installs MediaWiki, but it does not install the sysop account.

robchur wrote:

Fixed in r22759, or rather, the user is now warned if their username or password are not acceptable.

ayg wrote:

*** Bug 10376 has been marked as a duplicate of this bug. ***