Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
711 views
in Q2A Core by

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.

Q2A version: 1.5.1

Please log in or register to answer this question.

...