Hi everyone !
Just want to say that I am a big fan of Hestia, I was a bit reluctant of such tools but once we started using it, it makes life much easier and it is a fantastic tool.
I started having this issue out of the bloom with Hestia, when creating a new domain and trying to use quick install app I get Internal Server Error 500.
My nginx-error.log shows this
2024/01/29 20:36:51 [error] 3974631#0: *782 FastCGI sent in stderr: "PHP message: PHP Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in /usr/local/hestia/web/inc/helpers.php on line 168; PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 226; PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 226; PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 237; PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 268; PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 226; PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 226; PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 237; PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 268; PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /usr/local/hestia/web/templates/pages/setup_webapp.php:70
Stack trace:
#0 /usr/local/hestia/web/inc/main.php(202): include()
#1 /usr/local/hestia/web/add/webapp/index.php(106): render_page()
#2 {main}
thrown in /usr/local/hestia/web/templates/pages/setup_webapp.php on line 70" while reading response header from upstream
I am running hestia on Debian 11
hestia | Hestia core package | 1.8.11 (amd64) | |
---|---|---|---|
hestia-php | Hestia internal php interpreter | 8.2.11 (amd64) | |
hestia-nginx | Hestia internal web server | 1.25.2 (amd64) | |
Any help would be greatly appreciated. |