Page MenuHomePhabricator

Error updating shared user table to 1.9.0
Closed, ResolvedPublic

Description

Author: bugs

Description:
When $wgSharedDB is set, updating to 1.9.0 leaves the user table out.

update.php complains:
PHP Notice: Undefined variable: doShared in
/home/public/www/mediawiki-jr/maintenance/updaters.inc on line 843

In updaters.inc, changing line 843 to:

$doUser = !$wgSharedDB || $shared;

fixes the problem.


Version: 1.9.x
Severity: normal

Details

Reference
bz8647

Event Timeline

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

robchur wrote:

This was fixed in r19148.