New installation UNA 12.1.0

Hello.

Trying to install UNA on Ubuntu 20 with NGINX - first problem was in php-xml module for PHP - but OK. Than I was stopped on check page. 

Your hosting doesn't meet minimal requirements: 

  • php module: mbstring = - FAIL (must be module mbstring)
  • php module: zip = - FAIL (must be module zip)

But in my PHP INFO

php -i | grep -i mbstring

/etc/php/7.4/cli/conf.d/20-mbstring.ini,

Zend Multibyte Support => provided by mbstring

Multibyte decoding support using mbstring => enabled

php -i | grep -i zip

/etc/php/7.4/cli/conf.d/20-zip.ini

Registered PHP Streams => https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip

ZIP-based phar archives => enabled

gzip compression => enabled

bzip2 compression => disabled (install ext/bz2)

zip

Zip => enabled

Zip version => 1.15.6

Libzip headers version => 1.5.1

Libzip library version => 1.5.1

What is the problem? 😰

  • 840
  • More
Attachments
Replies (7)
    Login or Join to comment.