Page MenuHomePhabricator

Languages missing from Names.php causing hidden errors in pre-install config/index.php
Closed, ResolvedPublic

Description

Author: zigger

Description:
Running a clean config/index.php (from HEAD) is causing the following errors to
be inserted in the HTML (attachment to follow) -- but not displayed (at least in
Firefox 1.0) as they are inserted inside "select" tags.

The errors, with markup removed, are:

Notice:  Undefined index:  gem-alsatian in W:\www\head\config\index.php on

line 1051

Notice:  Undefined index:  tlh in W:\www\head\config\index.php on line 1051

The two languages occur as languages/LanguageXXX.php files, but
languages/Names.php has "tlh" commented-out and is missing gem-alsation completely.


Version: 1.4.x
Severity: normal

Details

Reference
bz961

Event Timeline

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

zigger wrote:

pre-install html with "hidden" errors

Attached:

Now checks gracefully for existence of name definition.