Closed GoogleCodeExporter closed 9 years ago
Try the FirePHP error logging
http://code.google.com/p/minify/wiki/Debugging
Original comment by mrclay....@gmail.com
on 17 May 2010 at 1:30
Hi,
Thx for your reply.
My problem doesn't occur in Firefox therefore I'm not sure it will help. The
only warning I get is when
launching the builder, it's saying "Warning: It appears output is being
automatically compressed, interfering
with Minify's own compression. The option "zlib.output_compression" is disabled
in your PHP configuration so
this behavior is likely due to a server option."
On the mean time, I got an answer from MT support. It seems to be a well-known
Safari (not Webkit) bug
since 4.0 regarding how it handles caching and output compression. Everything
is explained here but that
didn't help me very much.
https://bugs.webkit.org/show_bug.cgi?id=25786
But as I said, everything is working fine in Safari on my local MAMP. Any clue
about which Apache or PHP
setting could fix that?
Thanks!
Original comment by gregouni...@gmail.com
on 17 May 2010 at 4:52
If the compression is coming from Apache's DEFLATE filter, you could try
this .htaccess from 2.1.4
http://code.google.com/p/minify/source/browse/branches/2.1.4/min/.htaccess
If it's caused by zlib.output_compression, you can try to turn that Off via
.htaccess
or in a php.ini in the "min" directory.
Original comment by mrclay....@gmail.com
on 17 May 2010 at 5:26
Thanks a million time!
zlib.output_compression was already turned off but adding "SetEnv no-gzip" did
the trick!
Best,
G
Original comment by gregouni...@gmail.com
on 17 May 2010 at 5:37
Great. Fixed in R412
Original comment by mrclay....@gmail.com
on 17 May 2010 at 11:21
Original issue reported on code.google.com by
gregouni...@gmail.com
on 16 May 2010 at 5:32