Hi!
Thanks for your post and sorry for the trouble!
This means that your server is not configured to support ZIP files. In particular, you must activate the PHP ZIP module.
(This is probably not something that you can do yourself, so please ask the server admin or the support team of your web host company for this.)
Best wishes,
Tobias
We have verified using phpinfo(); and it seems the module is already enabled, pls see the output below for the Zip module:
Zip: enabled
Zip version: 1.21.1
Libzip version: 1.7.3
BZIP2 compression: Yes
XZ compression: No
ZSTD compression: No
AES-128 encryption: Yes
AES-192 encryption: Yes
AES-256 encryption: Yes
Is there any other reason why we caould see this error message?
-
This reply was modified 2 years, 1 month ago by
pranavlari.
Hi,
Ok, that likely means that the PHP class ZipArchive does exist (which is what’s checked here). Can you confirm that?
Also, is there maybe something on the site using the unzip_file_use_ziparchive filter hook? (There is a bug in WordPress 6.4.3 for which one workaround is to use that filter hook. You might be seeing a plugin related to ZIP files in that case.)
Regards,
Tobias
The issue was due to unzip_file_use_ziparchive filter hook. Thanks
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress in the plugin directory. Thanks!