Timwi wrote:
Hello,
I'm trying to use the MediaWiki namespace on my new installation of MediaWiki.
Unfortunately, {{msg:Blah}} is being replaced by nothing (i.e. it is just being removed) even though [[MediaWiki:Blah]] does contain text.
What might the cause of this be?
Thanks again for any help, Timwi
You need to put the following in LocalSettings.php:
$wgUseDatabaseMessages = true;
This could probably be called a bug.
-- Tim Starling