```2025/10/02 21:22:11 [error] 1306892#1306892: *321 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $db in /home/glitchy/staging/GMDprivateServer/accounts/registerGJAccount.php on line 21; PHP message: PHP Fatal error: Uncaught Error: Call to a member function prepare() on null in /home/glitchy/staging/GMDprivateServer/accounts/registerGJAccount.php:21 Stack trace: #0 {main} thrown in /home/glitchy/staging/GMDprivateServer/accounts/registerGJAccount.php on line 21" while reading response header from upstream, client: 188.65.190.64, server: gdps.amcalledglitchy.dev, request: "POST /accounts/registerGJAccount.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php8.2-fpm.sock:", host: "gdps.amcalledglitchy.de ``` ```php <?php $servername = "127.0.0.1"; $port = 3306; $username = "root"; $password = "redacted"; $dbname = "geometrydash"; ?>```