Internal server error 500 after upgrading to Hestia 1.4.7

tried reinstalling hestia-php and hestia-nginx packages but I can’t fix it

could someone help me?

thank you

Debian GNU/Linux 9 (stretch)

hestia.service - LSB: starts the hestia control panel
Active: failed (Result: exit-code)
 Process: 12698 ExecStart=/etc/init.d/hestia start (code=exited, status=127)
systemd[1]: Failed to start LSB: starts the hestia control panel.
hestia.service: Unit entered failed state.
hestia.service: Failed with result 'exit-code'.

Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package hestia-nginx (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up hestia-php (7.4.19) ...
Errors were encountered while processing:
 hestia-nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)

Same trouble Debian 9 after upgrading to Hestia 1.4.7

Jul 17 00:01:19 hestia[27478]: Starting hestia-nginx: hestia-nginx.
Jul 17 00:01:19 hestia[27478]: Starting hestia-php: hestia-php/usr/local/hestia/php/sbin/hestia-php: error while loading shared libraries: libicuio.so.57: cannot open shared object file: No such file or directory

apt-get install libicuio59

Fixed with:

apt-get install libicu57

Thank you!