Getting error Zlib is not active! Failed to initiate ZipArchive

Viewing 4 posts - 1 through 4 (of 4 total)
#162470

Wanderson Silva
Participant

Hello, i am getting this error when i try to make a bulk download. Am using the free version of the plugin. What could be the problem? Thanks in advance.

#162476

Nayeem Riddhi
Moderator

Hello @sonwander,

Hope you are well. please you can try these steps,

#1.Install and activate zlib from your server

zlib compression is enabled by default in the PHP engine. For this purpose you can easily enable it by placing the following line in a local php.ini file:

zlib.output_compression = On

Please note that this php.ini file has to be copied to each folder requiring the above settings. This is necessary because settings in php.ini files do not apply recursively

#2.Install php7.4-zip, php7.3-zip and php7.0-zip

For details about zlib, please check this article, https://www.php.net/manual/en/zlib.configuration.php

let me know if those help you

thank you and regards

  • This reply was modified 3 years, 7 months ago by Nayeem Riddhi.
#162487

Wanderson Silva
Participant

Hello, thanks for the reply. I’ll do that. Best regards!

#162493

Nayeem Riddhi
Moderator

You are welcome

Thank you and regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Getting error Zlib is not active! Failed to initiate ZipArchive’ is closed to new replies.