-
Notifications
You must be signed in to change notification settings - Fork 115
HARD BUG FIX THIS ASAP 111 #144
Comments
That error means the game couldn't connect to the mysql server running on the machine hosting your sever. If it's godady they are doing some maintenance from what I was told. Date: Sat, 27 Feb 2016 10:29:41 -0800 HOW IS IT POSSIBLE THAT AN ERROR IS GENERATED ON USER ACCOUNT WITH OUR DATABASE INFORMATION !!! WTF Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)' in /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php:36 Stack trace: #0 /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php(36): PDO->__construct('mysql:host=loca...', 'DBUSER WAS HERE', 'PASS WAS HERE') #1 /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php(16): Database->__construct() #2 /home/admin/web/xterium.space/public_html/includes/classes/Config.class.php(89): Database::get() #3 /home/admin/web/xterium.space/public_html/includes/classes/Config.class.php(66): Config::generateInstances() #4 /home/admin/web/xterium.space/public_html/includes/GeneralFunctions.php(658): Config::get() #5 [internal function]: exceptionHandler(Object(PDOException)) #6 {main} thrown in /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php on line 36 — |
The problem is that the stackstrace leaks some credentials... |
Thats not a problem, i dont use Goddaddy, but i dont allow to show my password and username of my database, else all users could login and change values like darkmatter, antimatter, delete accounts |
Normally, nothing is affected. because the database should not open to the internet. Also you should always use another password for you database. But its still a problem |
Ahh. I thought he was referring to the db connection error. Date: Sat, 27 Feb 2016 10:55:26 -0800 Normally, nothing is affected. because the database should not open to the internet. Also you should always use another password for you database. But its still a problem — |
:) added a htaccess htpassw before accesing phpmyadmin url so i dont care anymore for this problem, pass can be showen they will not be able to do something with it |
In my opinion, its still a problem. |
HOW IS IT POSSIBLE THAT AN ERROR IS GENERATED ON USER ACCOUNT WITH OUR DATABASE INFORMATION !!! WTF
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)' in /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php:36 Stack trace: #0 /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php(36): PDO->__construct('mysql:host=loca...', 'DBUSER WAS HERE', 'PASS WAS HERE') #1 /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php(16): Database->__construct() #2 /home/admin/web/xterium.space/public_html/includes/classes/Config.class.php(89): Database::get() #3 /home/admin/web/xterium.space/public_html/includes/classes/Config.class.php(66): Config::generateInstances() #4 /home/admin/web/xterium.space/public_html/includes/GeneralFunctions.php(658): Config::get() #5 [internal function]: exceptionHandler(Object(PDOException)) #6 {main} thrown in /home/admin/web/xterium.space/public_html/includes/classes/Database.class.php on line 36
The text was updated successfully, but these errors were encountered: