• Resolved amelieviennot4

    (@amelieviennot4)


    Hi Guys,

    On WP all export I got error message :

    ZipArchive class is missing on your server.
    Please contact your web hosting provider and ask them to install and activate ZipArchive.

    I am on a VPS server from digital ocean running on a CENTOS 7 System

    I have done some checking to see I had this install or not and it seems that I do :

    [root@server ~]# rpm -q zip unzip
    zip-3.0-11.el7.x86_64
    unzip-6.0-22.el7_9.x86_64
    [root@server ~]# yum install zip unzip
    
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirrors.vinters.com
     * epel: mirrors.coreix.net
     * extras: mirrors.coreix.net
     * remi: mirror.netweaver.uk
     * remi-php55: mirror.netweaver.uk
     * remi-php56: mirror.netweaver.uk
     * remi-safe: mirror.netweaver.uk
     * remi-test: mirror.netweaver.uk
     * updates: mirror.pulsant.com
    vesta                                                                        | 2.9 kB  00:00:00
    Package zip-3.0-11.el7.x86_64 already installed and latest version
    Package unzip-6.0-22.el7_9.x86_64 already installed and latest version
    Nothing to do

    And my php version :

    [root@server ~]# php --version
    PHP 7.4.23 (cli) (built: Aug 24 2021 16:33:30) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
        with the ionCube PHP Loader + ionCube24 v10.4.5, Copyright (c) 2002-2020, by ionCube Ltd.
        with Zend OPcache v7.4.23, Copyright (c), by Zend Technologies

    So I do I fix this one guys ?

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ZipArchive class is missing on your server. Please contact your web hosting prov’ is closed to new replies.