04-21-2024, 12:57 PM
(04-21-2024, 12:46 PM)popej Wrote: Looking at nginx log, maybe you could find something:
Code:2024/04/21 14:19:22 [crit] 602#602: *1 connect() to unix:/run/php/php8.2-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.1.185, server: , request: "GET /engine-cmd.php?_=1713701981522 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "192.168.1.8", referrer: "http://192.168.1.8/sys-config.php"
2024/04/21 14:19:24 [crit] 602#602: *1 connect() to unix:/run/php/php8.2-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.1.185, server: , request: "GET /engine-mpd.php?state=reconnect&_=1713701992056 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "192.168.1.8", referrer: "http://192.168.1.8/sys-config.php"
2024/04/21 14:20:34 [error] 602#602: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /var/www/sys-config.php:462
Stack trace:
#0 /var/www/sys-config.php(462): explode()
#1 {main}
thrown in /var/www/sys-config.php on line 462" while reading response header from upstream, client: 192.168.1.185, server: , request: "GET /sys-config.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "192.168.1.8", referrer: "http://192.168.1.8/index.php"
2024/04/21 14:24:23 [error] 602#602: *39 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /var/www/sys-config.php:462
Stack trace:
#0 /var/www/sys-config.php(462): explode()
#1 {main}
thrown in /var/www/sys-config.php on line 462" while reading response header from upstream, client: 192.168.1.185, server: , request: "GET /sys-config.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "192.168.1.8", referrer: "http://192.168.1.8/"
it's right there, /var/www/sys-config.php on line 462. Do not try to read $_SESSION['ipaddress'] if NFS is off.