Tried several attempts on lxd container and on a full VM Ubuntu 20.04 and 22.04 with the latest script and every time it returns Internal Server Error Code: 500 when opening the login page for the first time.
in the logs I find
=> nginx-error.log <==
2022/09/01 08:39:03 [error] 41248#0: *27 FastCGI sent in stderr: “PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/inc/main.php on line 485PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /usr/local/hestia/web/inc/main.php on line 486PHP message: PHP Warning: Undefined array key “RELEASE_BRANCH” in /usr/local/hestia/web/inc/main.php on line 102PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/inc/main.php on line 485PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /usr/local/hestia/web/inc/main.php on line 486PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/login/index.php on line 317PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/login/index.php on line 317PHP 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:322
Stack trace:
#0 /usr/local/hestia/web/login/index.php(322): in_array()
#1 {main}
thrown in /usr/local/hestia/web/login/index.php on line 322” while reading response header from upstream, client: 192.168.1.30, server: _, request: “GET /login/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/hestia-php.sock:”, host: “192.168.1.209:8083”, referrer: “https://192.168.1.10:8006/”
Blockquote