i had to comment out 3 header() lines in the admin header.php file
my server has mod_gzip turned on, and i think the output was getting doubly zipped.
all i was getting after admin login was a screen of garbage.
am i right?
is there an easier way other than commenting out those 3 lines?
i might be breaking language support by doing that.
Gzip problem?
Gzip problem?
Which ones did you comment out? Content-Encoding, Content-Language and Content-type?
Content-Encoding is going away in the next release, as it's causing an issue with older browsers. Try taking just that line and see if it helps. If so, then everyone will still be happy and language will still work.
Thanks!
Content-Encoding is going away in the next release, as it's causing an issue with older browsers. Try taking just that line and see if it helps. If so, then everyone will still be happy and language will still work.
Thanks!