I have a big problem with locations in Profiles:
- if I use nominatim - there is check only for Country and in UNA I can manage only Contry List
- if I use google - I have problem that Users in different languages have different locations - see the pictures
So - maybe somebody knows some solution?
- 921
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? 😰
- 1139