bonjour
sur mon cms (backdrop
, fork de drupal
) j’ai le message suivant
Sorry, it seems that the PHP .zip extension is not loaded on your server.
You will not be able to download any projects using Project Installer until this is fixed.
Please contact your website administrator.
pourtant php-zip
est bien installé
$ php -m
[PHP Modules]
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
j’ai fait un
ls -l /etc/php/7.3/apache2/conf.d/20-zip.ini
lrwxrwxrwx 1 root root 35 Aug 13 12:29 /etc/php/7.3/apache2/conf.d/20-zip.ini -> /etc/php/7.3/mods-available/zip.ini
et voici ce qui est activé
$ ls /etc/apache2/mods-enabled/
access_compat.load auth_basic.load authz_core.load autoindex.conf deflate.load env.load mime.load negotiation.conf php7.3.load proxy.load rewrite.load status.conf
alias.conf authn_core.load authz_host.load autoindex.load dir.conf filter.load mpm_prefork.conf negotiation.load proxy.conf reqtimeout.conf setenvif.conf status.load
alias.load authn_file.load authz_user.load deflate.conf dir.load mime.conf mpm_prefork.load php7.3.conf proxy_fcgi.load reqtimeout.load setenvif.load