Thank you for the quick response.
Regarding the command lsof -Pn +c0 -i:8085 -sTCP:LISTEN
, it returns:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
node 3967437 root 18u IPv6 9511374 0t0 TCP *:8085 (LISTEN)
I’m running tail -f /var/log/hestia/nginx-error.log
to view live logs, but when I click the terminal icon in Hestia CP, the error you mentioned doesn’t appear.
2025/06/24 10:23:32 [error] 2985107#0: *842 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /usr/local/hestia/web/fm/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php on line 53" while reading response header from upstream, client: 60.32.43.1, server: _, request: "GET /fm/?r=/getconfig HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "example.com:38083", referrer: "https://example.com:38083/fm/"
2025/06/24 10:23:32 [error] 2985107#0: *842 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /usr/local/hestia/web/fm/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php on line 53" while reading response header from upstream, client: 60.32.43.1, server: _, request: "GET /fm/?r=/getuser HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "example.com:38083", referrer: "https://example.com:38083/fm/"
2025/06/24 10:23:32 [error] 2985107#0: *842 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /usr/local/hestia/web/fm/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php on line 53" while reading response header from upstream, client: 60.32.43.1, server: _, request: "POST /fm/?r=/getdir HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "example.com:38083", referrer: "https://example.com:38083/fm/"
2025/06/24 10:23:37 [error] 2985107#0: *842 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /usr/local/hestia/web/fm/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php on line 53" while reading response header from upstream, client: 60.32.43.1, server: _, request: "POST /fm/?r=/logout HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "example.com:38083", referrer: "https://example.com:38083/fm/"
2025/06/24 10:23:37 [error] 2985107#0: *842 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /usr/local/hestia/web/fm/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php on line 53" while reading response header from upstream, client: 60.32.43.1, server: _, request: "GET /fm/?r=/getuser HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "example.com:38083", referrer: "https://example.com:38083/fm/"
2025/06/24 10:23:38 [error] 2985107#0: *842 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): Session ini settings cannot be changed when a session is active in /usr/local/hestia/web/fm/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php on line 53" while reading response header from upstream, client: 60.32.43.1, server: _, request: "POST /fm/?r=/getdir HTTP/2.0", upstream: "fastcgi://unix:/run/hestia-php.sock:", host: "example.com:38083", referrer: "https://example.com:38083/fm/"
That’s is all - last 10 errors.