Manual:Rebuildmessages.php/fi
Appearance
| MediaWiki version: | ≥ 1.12 |
| tiedosto MediaWiki: rebuildmessages.php | |
|---|---|
| Sijainti: | maintenance/ |
| Lähdekoodi: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| Sarjat: | RebuildMessages |
Details
rebuildmessages.php file is a maintenance script to purge all language messages from the cache.
MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php. This script clears this cache.
Vaihtoehdot
This script does not accept any options.
Käyttö
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.