Manual:rebuildmessages.php
Appearance
| MediaWiki version: | ≥ 1.12 |
| MediaWiki file: rebuildmessages.php | |
|---|---|
| Location: | maintenance/ |
| Source code: | master • 1.45.0 • 1.44.2 • 1.39.15 |
| Classes: | RebuildMessages |
Details
[edit]rebuildmessages.php file is a maintenance script to purge all language messages from the cache.
Introduced in r28789 (MW 1.12).
MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php. This script clears this cache.
Options
[edit]This script does not accept any options.
Usage
[edit]php maintenance/run.php rebuildmessages
Terminal
$ php maintenance/run.php rebuildmessages Purging message cache for all languages on this wiki... Done
In MediaWiki version 1.39.15 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.