Menu

#127 ob_gzhandler zlib output compression conflict

v1.0_(example)
open
nobody
htaccess (1)
1
2014-09-02
2012-09-04
zwerver
No

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.

Discussion

  • zwerver

    zwerver - 2012-09-04

    Work-around is adding an .htaccess file in your website root with the following line:

    #enable resulting html compression
    php_flag zlib.output_compression on
    

    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
  • Anonymous

    Anonymous - 2014-09-02
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel