Instalé el complemento wp all export en mi sitio web de wordpress pero no funciona en mi servidor, no sé por qué, el problema aparentemente se debe a que falta el archivo zip en mi servidor.
MENSAJE DE ERROR:
Estoy en un servidor VPS de digital ocean que se ejecuta en un sistema CENTOS 7, he realizado algunas comprobaciones para ver si tenía un archivo zip instalado o no y parece que sí:
[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 doY tengo php 7 instalado en mi servidor
[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 ContractAlguien le preguntó al creador de este complemento sobre exactamente el mismo problema, pero no ayudó.
WP TODAS LAS IMPORTACIONES DE RESPUESTA:
Su configuración no parece consistente, tiene habilitados remi-php55 (para PHP 5.5) y remi-php56 (para PHP 5.6), pero está ejecutando PHP 7.4
Para una correcta configuración, te recomiendo seguir las instrucciones del asistente .
En breve:
yum-config-manager --disable 'remi-php*' yum-config-manager --enable remi-php74 yum install php-zip