GMDprivateServer icon indicating copy to clipboard operation
GMDprivateServer copied to clipboard

$db not defined, connection.php is valid afaik

Open i-am-called-glitchy opened this issue 3 months ago • 0 comments

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
$servername = "127.0.0.1";
$port = 3306;
$username = "root";
$password = "redacted";
$dbname = "geometrydash";
?>```

i-am-called-glitchy avatar Oct 03 '25 01:10 i-am-called-glitchy