Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.0k views
in Q2A Core by
Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/u230563178/public_html/qa-include/qa-index.phpon line 170

1 Answer

+2 votes
by
selected by
 
Best answer

Locate this line in your qa-config.php file: https://github.com/q2a/question2answer/blob/7f8e3a71492f3c6d140323e1cf8bf2a8147bd5bc/qa-config-example.php#L163

Then just turn it into:

define('QA_HTML_COMPRESSION', false);

asked Dec 25, 2014 in Q2A Core by
edited Dec 25, 2014 by
Problem in q2a - It shows warning ! See description
...