https://bugzilla.wikimedia.org/show_bug.cgi?id=26130
--- Comment #4 from Mark Clements (HappyDog) <[email protected]> 2010-12-08 10:34:06 UTC --- I'm afraid not :-( Having upgraded to r77908, if I re-enable the ob_start() line in my LocalSettings.php I no longer get the double-encoding on the HTML page that I was experiencing before. However CSS/JS files are not working with this line enabled. Here's what's in the header for the main page: <link rel="stylesheet" href="/load.php?debug=false&lang=en&modules=mediawiki.legacy.commonPrint%7Cmediawiki.legacy.shared%7Cskins.monobook&only=styles&skin=monobook" /> <link rel="stylesheet" href="/load.php?debug=false&lang=en&modules=site&only=styles&skin=monobook&version=20101103T234320Z" /> <style>@media all{a.new,#quickbar a.new{color:#ba0000}}</style> Both of those URLs give the following error in Firefox: > Content Encoding Error > The page you are trying to view cannot be shown because it uses > an invalid or unsupported form of compression. I also get the same error for the JS inclusions at the bottom of the page. If I comment-out the ob_start() then everything seems to work fine. Also tested on HEAD (r78066), which has the same problem. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
