Handbuch:rebuildmessages.php

This page is a translated version of the page Manual:Rebuildmessages.php and the translation is 80% complete.
MediaWiki Version:
1.12

Details

rebuildmessages.php file is a maintenance script to purge all language messages from the cache.

Eingeführt in r28789 (MW 1.12 ).

MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php . Dieses Skript leert den Cache.

Optionen

Dieses Skript nimmt keine Optionen an.

Verwendung

php maintenance/run.php rebuildmessages
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Siehe auch