Page MenuHomePhabricator

Couple of weird warnings coming up during LocalisationUpdate runs
Closed, ResolvedPublic

Description

We found these while debugging T106460:

Warning: LU_Updater::readMessages: Unable to parse messages from /var/lib/l10nupdate/mediawiki/extensions/Validator/Validator.i18n.php in /srv/mediawiki-staging/php-1.26wmf16/extensions/LocalisationUpdate/Updater.php on line 63
Warning: LU_Updater::readMessages: Unable to parse messages from /var/lib/l10nupdate/mediawiki/extensions/SemanticResultFormats/SemanticResultFormats.i18n.php in /srv/mediawiki-staging/php-1.26wmf16/extensions/LocalisationUpdate/Updater.php on line 63

Event Timeline

demon triaged this task as Medium priority.Aug 6 2015, 3:50 PM
demon subscribed.
Reedy lowered the priority of this task from Medium to Lowest.Aug 13 2015, 8:07 PM
Reedy set Security to None.

The problem seems to be for Validator (and presumably SRF), is that LU is still seeing a PHP file

> var_dump( $wgMessagesDirs['Validator'] );
NULL

Both patches got merged ages ago.
Is this still an issue? Or can this be closed as resolved?

Aklapper claimed this task.

No feedback. Assuming this got fixed by the patches.
If not, please reopen or report a new task.