Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

User Control Panel (ucp) install error #85

Closed
joltiy opened this issue Jun 21, 2019 · 1 comment
Closed

User Control Panel (ucp) install error #85

joltiy opened this issue Jun 21, 2019 · 1 comment

Comments

@joltiy
Copy link

joltiy commented Jun 21, 2019

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

@junalmeida
Copy link

I've solved this manually installing libicu from the following:
https://packages.debian.org/jessie/amd64/libicu52/download

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants