You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Updating tables ucp_sessions...Завершено
icu is not installed. You need to run: yum install icu libicu-devel
FIX:
In line 95 in /var/www/html/admin/modules/ucp/Ucp.class.php has
`$output = exec("icu-config --version");
Create file /usr/bin/icu-config with the of
icuinfo 2>/dev/null|grep '"version"'|sed 's/.*">\(.*\)<.*/\1/g'
and in docker-compose.yml
volumes:
- /mnt/docker/fix/icu-config:/usr/bin/icu-config
The text was updated successfully, but these errors were encountered: