Gzip problem?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
dingonv

Gzip problem?

Post by dingonv »

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.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Gzip problem?

Post by Ted »

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!
Locked

Return to “[locked] Installation, Setup and Upgrade”