Your PHP version does not support ZipArchive.Message I am getting while uploading H
Submitted by jayeshjdz on Fri, 05/15/2020 - 09:02
Forums:
Your PHP version does not support ZipArchive.Message I am getting while uploading H5P sample examples.My PHP version is 7.2.4 with Zip library enabled.So I am not able to install any of sample example/activity on WP word site.My OS is Ubuntu 18.04.4
BV52
Fri, 05/15/2020 - 19:27
Permalink
Hi jayeshjdz,The generic H5P
Hi jayeshjdz,
The generic H5P part of the plugin should support PHP versions as low as 5.2.
Make sure that you enable the ZipArchive extension in PHP as it's required.
-BV
jayeshjdz
Sat, 05/16/2020 - 12:59
Permalink
My PHP version is 7.2.4 with Zip library enabled mention in prob
My PHP version is 7.2.4 with Zip library enabled mention in my problem description already in starting.
jayeshjdz
Sun, 05/24/2020 - 12:39
Permalink
Problem solved after installing zip library.
Problem solved after installing zip library.I have refer the digital tutorial :
https://www.digitalocean.com/community/questions/how-to-install-zip-in-u...
I am giving details of installation for help
apt-get update
apt-get install php7.x-zip
replace x with PHP version.