A PHP Error was encountered Severity: Warning Message: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' Filename: libraries/Output.php Line Number: 202 Code (markup): sometimes it shows and sometimes is vanishes..... i hope someone can help if not ..... i remember there was a trick to make this error silent maybe using # looking forward
You could put "php_flag display_errors off" in a .htaccess file, or place "error_reporting(0);" in the PHP script, on the first line or where you want it to hide errors. How often does the error come up? Maybe diagnosing it would be better than hiding from it!
Either one of them? Try this in an .htaccess then If that doesn't work, try: If that doesn't work, your host might have disabled the changing of these functions. You could ask them if they can give you a custom php.ini with error reporting disabled.