Error: Wrong export slider file format! This could be caused because the ZipArchive extension is not enabled

I’m getting this error while trying to import sliders in Revolution Slider WordPress plugin:

Error: Wrong export slider file format! This could be caused because the ZipArchive extension is not enabled.

Read More

In my case the ZipArchive extension is installed and active (check: http://www.digitpro.it/tools/info.php) so none of other replies on the web applies.

Related posts

Leave a Reply

2 comments

  1. When upgrading to PHP 7, you should make sure to install the PHP 7 versions of you libraries as well. The PPA providing PHP 7 also provides a php7.0-zip package. You can install it with:

    sudo apt-get install php7.0-zip
    

    To see additional PHP 7 libraries that are available, run:

    sudo apt-cache search php7.0-*