Tag: MediaWiki

  • Cite Extension Reflist unavail to anon users

    MediaWiki’s Cite Extension Reflist, normally pulled with the tag, was invisible to anon users, while visible to registered users. The source showed this:


    Notes


    I deactivated the parser cache by adding the line
    $wgEnableParserCache=false;
    in LocalSettings.php

    And the problem was solved. Not sure why it was happening, though.

    Versions: MediaWiki 13.3.3, Cite SVN Snapshot