Dawson wrote:
> Modified config file as follows:
> 
> $wgUseDatabaseMessage = false;
> $wgUseFileCache = true;
> $wgMainCacheType = "CACHE_ACCEL";

This should be $wgMainCacheType = CACHE_ACCEL; (constant) not
$wgMainCacheType = "CACHE_ACCEL"; (string)


_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to