Closed GoogleCodeExporter closed 9 years ago
I'm out of town for a few more days but try this: Open /min/builder/index.php
and
change (line 4):
$encodeOutput = ! ini_get('zlib.output_compression');
...to...
$encodeOutput = (function_exists('gzdeflate') && !ini_get
('zlib.output_compression'));
Does this fix everything?
Original comment by mrclay....@gmail.com
on 18 Nov 2008 at 4:24
This seems to have taken care of the issue. I'll perform some more testing and
let
you know if something comes up. Thanks Steve.
Original comment by leveillej
on 18 Nov 2008 at 5:09
BTW, if you're out of town (presumably on vacation), shouldn't you be relaxing?
Thanks again.
Original comment by leveillej
on 18 Nov 2008 at 5:11
Fixed in R275
Original comment by mrclay....@gmail.com
on 16 Dec 2008 at 5:17
Original issue reported on code.google.com by
leveillej
on 17 Nov 2008 at 2:14