ob_gzhandler zlib output compression conflict
Simple, web-based address & phone book
Brought to you by:
chatelao
Version v8.1.13 - r527 generates an error when certain php extensions are not activated in your installation / provider:
Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in E:\sites\zw3rv3r.local\public_html\addressbook\include\dbconnect.php on line 27
This (also) prevents the write-out of the navigation menu.
Anonymous
Work-around is adding an .htaccess file in your website root with the following line:
It prevents the compression with PHP because compression is done another way. This may not work on shared hosting where access and rights are mostly more strict.
Last edit: zwerver 2012-09-04