Last modified: 2010-05-15 15:42:52 UTC
I installed version 1.8.2 with PHP 5.2.0 and IIS 5.0, Mysql 4.1.18, and get a strange behavior. While everything runs happily under FireFox 2, with IE 6 the pages are rendered only partially, making mediawiki unuable. Note that I cannot reproduce on Wikipedia and MediaWiki sandbox. Any idea? Here is the end of the page source I get: <!-- Saved in parser cache with key wikidb:pcache:idhash:1-0!1!0!!en!2 and timestamp 20061130100404 --> <div class="printfooter"> Retrieved from "<a href="http://10.200.15.220/wiki/index.php?title=Main_Page">http://10.200.15.220/wiki/index.php?title=Main_Page</a>"</div> <!-- end content --> <div class="visualClear"></div> </div> </div> </div> <div id="column-one"> <div id="p-cactions" class="portlet"> <h5>Views</h5> <ul> <li id="ca-
Added the following parameter in localsettings.php, and it seems to fix my issue: "$wgNoOutputBuffer = true; "