Page MenuHomePhabricator

Notice: Undefined index: other in /var/www/mediawiki/includes/HTMLForm.php on line 1378
Closed, ResolvedPublic

Description

I just updated to trunk and I'm getting this error when I got to Special:Preferences:

Notice: Undefined index: other in /var/www/mediawiki/includes/HTMLForm.php on line 1378

My LocalSettings has this in addition to the default contents:
error_reporting( E_ALL | E_STRICT );
ini_set( 'display_errors', 1 );
$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgDebugDumpSql = true;


Version: 1.20.x
Severity: normal

Details

Reference
bz29792

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:34 PM
bzimport set Reference to bz29792.
bzimport added a subscriber: Unknown Object (MLST).

(In reply to comment #0)

I just updated to trunk...

Specifically, I updated to r91807.