How to turn zlib on ?

Discussion in 'Installation/Configuration' started by AxelssonDesign, Aug 3, 2020.

  1. Hello,
    How can I add "zlib.output_compression = On" to phpini ?
    When I try to add MaxMind GeoIP to woocommerce I get this error:
    Code:
    unable to decompress gzipped phar archive "/var/www/clients/client0/web86/tmp/geoip_download-6oP4MU.tmp" to temporary file, enable zlib extension in php.ini
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I have added PHP directives in ISPConfig panel website Options tab.
    Have you installed the zlib packages for your OS?
     
  3. Thanks for replay.
    zlib is active on server.
     

    Attached Files:

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't think that the error in your first post refers to zlib.output_compression option. I guess it refers to the php-zip extension (package) which needs to be installed. Take care to install it for the right php version, in case you have multiple php versions installed.
     

Share This Page