https://bugzilla.wikimedia.org/show_bug.cgi?id=23368

           Summary: $wgUseGzip buggy in combination with wgUseFileCache
                    and PHP accelerator
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


$wgUseGzip is buggy in combination with wgUseFileCache and PHP accelerator

1) This return garbage HTML: Some PHP accelerator + $wgUseGzip +
$wgUseFileCache.

2) Certain page elements don't load with $wgUseGzip + APC:
Since I used $wgUseGzip the following page load mistakes occured randomly and
mostly after page edit / submit actions:
* The sidebar was not loaded properly (the default layout is loaded).
* Page elements from the MediaWiki namespace didn't load at all, e.g. the
CharInsert tools and apperead as "<CharInsert>" in plain text instead. Same for
stuff loaded by Extension:HeaderFooter.

Since I don't know exactly what causes these errors I disabled $wgUseGzip. But
I bet it's the usage of with APC again (which I won't disable).

Reports summed up from http://www.mediawiki.org/wiki/Manual_talk:$wgUseGzip

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to