Pages not rendering Correctly
-
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.
- The topic ‘Pages not rendering Correctly’ is closed to new replies.