Page MenuHomePhabricator

LocalisationCache Notice
Closed, ResolvedPublic

Description

PHP Notice: Undefined index: conversiontable in includes/LocalisationCache.php on line 234
Notice: Undefined index: conversiontable in includes/LocalisationCache.php on line 234


Version: 1.16.x
Severity: normal

Details

Reference
bz20837

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:51 PM
bzimport set Reference to bz20837.

Do you have a scenario that will cause this to occur?

More exactly, test Self-link in language variants

Reproduceable for me on MySQL backend, but not on SQLite. I use the following settings:

$wgLocalisationCacheConf['store'] = 'file';
$wgCacheDirectory = 'path/to/file';