HestiaCP doesnt open after update to version 1.9.2

Hello everyone!
After update HestiaCP to version 1.9.2 panel doesnt open. Logs in /var/log/hestia/nginx-error.log:

2025/02/06 11:08:18 [error] 143902#0: *49 FastCGI sent in stderr: “PHP message: PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.2.0”. You are running 7.4.33. in /usr/local/hestia/web/inc/vendor/composer/platform_check.php on line 24” while reading response header from upstream, client: x.x.x.x, server: _, request: “GET /login/ HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php7.4-fpm.sock:”, host: “y.y.y.y:8083”

How can i fix this?
thx for help

Why it is using php7.4-fpm sock and on hestia.sock?

can you share /usr/local/hestia/php/php/php.ini?

hello. there is no php.ini file in /usr/local/hestia/php/php

I installed PHP 8.3, changed the parameter fastcgi://unix:/run/php/php7.4-fpm.sock to fastcgi://unix:/run/php/php8.3-fpm.sock in the configuration file /usr/local/hestia/nginx/conf/nginx.conf, and now I’m getting the following error:

2025/03/11 20:06:23 [error] 1036603#0: *7 FastCGI sent in stderr: “PHP message: PHP Warning: Trying to access array offset on null in /usr/local/hestia/web/inc/main.php on line 549; PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /usr/local/hestia/web/inc/main.php on line 550; PHP message: PHP Warning: Undefined array key “RELEASE_BRANCH” in /usr/local/hestia/web/inc/main.php on line 116; PHP message: PHP Warning: Trying to access array offset on null in /usr/local/hestia/web/inc/main.php on line 549; PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /usr/local/hestia/web/inc/main.php on line 550; PHP message: PHP Warning: Trying to access array offset on null in /usr/local/hestia/web/login/index.php on line 443; PHP message: PHP Warning: Trying to access array offset on null in /usr/local/hestia/web/login/index.php on line 443; PHP message: PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /usr/local/hestia/web/login/index.php:448 Stack trace: #0 /usr/local/hestia/web/login/index.php(448): in_array() #1 {main} thrown in /usr/local/hestia/web/login/index.php on line 448” while reading response header from upstream, client: x.x.x.x, server: _, request: “GET /login/ HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php-fpm.sock:”, host: “y.y.y.y:8083”.

Is this a bug?