Your PHP version does not support ZipArchive.Message I am getting while uploading H

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's picture

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

My PHP version is 7.2.4 with Zip library enabled mention in  my problem description already in starting.

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.