Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression'

petrsedivec / 2016-09-18 22:11:37   

after installation, I am receiving the following warning message:

Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/u942463830/public_html/ndxzstudio/index.php on line 10

anybody could advise how to troubleshoot this? thank you

sfjuocekr / 2016-09-18 22:23:02   

You are missing php-bzip2 and/or php-zip.

You could also add a line to .htaccess:

php_value zlib.output_compression = On/Off

To turn compression either on or off, whatever floats your boat!

This thread has been closed, thank you.