ParserFunctions installation issue - Windows / IIS7

Fragment of a discussion from Project:Support desk
Jump to: navigation, search

Fixed it!

You need to ensure the filecache has been enabled:

Localsettings.php requires:

$wgUseFileCache = true; /* default: false */
$wgFileCacheDirectory = "$IP/cache";
$wgShowIPinHeader = false;
82.16.27.2811:31, 30 August 2012

Note (for other onlookers) - This is unrelated to ParserFunctions - Basically $wgFileCacheDirectory has to point to the right place for the i18n cache to work (Assuming storing i18n cache in files is enabled. I do not believe it is by default) . The error probably occurred when installing parser functions as that causes all existing caches to be cleared.

Bawolff (talk)04:20, 1 September 2012