The new mediawiki installer doesn't show the database prefix option. For users who' want to update their own wiki, it's impossible by /config/index.php.
Installer creates, now, new tables without prefix.
Version: 1.13.x
Severity: critical
The new mediawiki installer doesn't show the database prefix option. For users who' want to update their own wiki, it's impossible by /config/index.php.
Installer creates, now, new tables without prefix.
Version: 1.13.x
Severity: critical
This was broken by the recent changes to add SQLite support; the SQLite config bit wasn't done quite right, resulting in the JS goodies hiding MySQL but not re-showing it.
Fixed in r34457, along with improving the SQLite installer support and the generated LocalSettings.php.