• If you are trying to append a page from a newer version of Media Wiki the current code will not work. You will need to update line 149 of the php file from

    if (!$h->fetch($page."?action=render"))

    to

    if (!$h->fetch($page."&action=render"))

    After you make the update the plugin will work correctly.

    https://www.ads-software.com/plugins/wiki-append/

  • The topic ‘Pages not rendering Correctly’ is closed to new replies.