Page MenuHomePhabricator

Localization regression on trunk
Closed, ResolvedPublic

Description

Author: GICodeWarrior

Description:
I am seeing multiple localization issues on trunk, even after running maintenance/rebuildLocalisationCache.php.

I am getting errors about core being unable to find the names for special pages as well as numerous untranslated messages displayed.

Some of the issues seem to be related to APC caching because restarting apache fixes some of the untranslated messages temporarily.

I intend to dig into this issue (it completely blocks me right now).

If anyone has any information on what was changed in the past 3-4 weeks that might cause this, please let me know.


Version: 1.20.x
Severity: major

Details

Reference
bz32602

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:07 AM
bzimport set Reference to bz32602.
bzimport added a subscriber: Unknown Object (MLST).

GICodeWarrior wrote:

hmm. Definitely has to do with APC. Setting $wgMessageCacheType = CACHE_DB; seems to fix the issues.

I am going to be bold and just remove the code that makes APC the default storage backend for LC. I had a number of objections to it, but you're the third person that complains about it from a user / wikiadmin perspective.

(In reply to comment #2)

I am going to be bold and just remove the code that makes APC the default
storage backend for LC. I had a number of objections to it, but you're the
third person that complains about it from a user / wikiadmin perspective.

Did so in r104029.