Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in /functions.php on line 585
I get this after I enabled compression under Options
I checked functions.php and line 585 is ob_start('ob_gzhandler');
There are no extra spaces before or after the php tags in functions.php
How do I solve this?