Kyle Wheeler wrote:
On Tuesday, March 25 at 09:01 AM, quoth A.L.E.C:
I have a strange problem and can't find a reason. When in index.php is used ob_start('ob_gzhandler') I've problem in firefox (Opera works fine). When I'm clicking on messages list, sometimes (very often) firefox hangs for a while and then starts downloading some binary file.
I have this problem too! Is there even a workaround?
one workaround is to comment few lines in index.php to use ob_start() instead of ob_start('gz_handler').