Created page with "{{MW file|rebuildLocalisationCache.php|maintenance/|class1=RebuildLocalisationCache}} '''rebuildLocalisationCache.php''' is one of the scripts ..."
New page
{{MW file|rebuildLocalisationCache.php|maintenance/|class1=RebuildLocalisationCache}}
'''rebuildLocalisationCache.php''' is one of the [[Manual:Maintenance scripts|scripts]] included in the /maintenance/ directory of your Mediawiki installation. Its purpose is to Rebuild the [[localisation cache]]. Useful if you disabled automatic updates using <code>[[Manual:$wgLocalisationCacheConf|$wgLocalisationCacheConf]]['manualRecache'] = true</code>;
Usage:
php rebuildLocalisationCache.php [--force] [--threads=N]
* Use <code>--force</code> to rebuild all files, even the ones that are not out of date.
* Use <code>--threads=N</code> to fork more threads.
Introduced in {{r|52503}} (MW 1.16).
[[Category:Maintenance scripts|RebuildLocalisationCache.php]]
'''rebuildLocalisationCache.php''' is one of the [[Manual:Maintenance scripts|scripts]] included in the /maintenance/ directory of your Mediawiki installation. Its purpose is to Rebuild the [[localisation cache]]. Useful if you disabled automatic updates using <code>[[Manual:$wgLocalisationCacheConf|$wgLocalisationCacheConf]]['manualRecache'] = true</code>;
Usage:
php rebuildLocalisationCache.php [--force] [--threads=N]
* Use <code>--force</code> to rebuild all files, even the ones that are not out of date.
* Use <code>--threads=N</code> to fork more threads.
Introduced in {{r|52503}} (MW 1.16).
[[Category:Maintenance scripts|RebuildLocalisationCache.php]]
No comments:
Post a Comment