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