Last night I updated to 1.5.1, for some reason I keep getting this error message at the top of the page:
Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/*****/public_html/qa-include/qa-index.php on line 158
So I went to qa-index.php and disabled the call for ob_gzhandler by commenting it out.
That did remove the message, but now I can't login to the admin panel (everything else works fine though). Unfortunately I have no php.ini to disable zlib. Is there any other way to disable ob_gzhandler?
P.S.
I also tried defining QA_HTML_COMPRESSION to false but that gave me a blank page everywhere.