• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help] Register

Newbie Spellweaver
Joined
May 26, 2015
Messages
85
Reaction score
4
after I register on my website I got this error :(

exception 'PDOException' with message 'SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' in /var/www/mvcboxengine/classes/cls/Db/cls_DbMySQL.php:19
Stack trace:
#0 /var/www/mvcboxengine/classes/cls/Db/cls_DbMySQL.php(19): PDO->__construct('mysql:host=loca...', 'root', 'mypssword')
#1 /var/www/mvcboxengine/classes/cls/Db/cls_DbMySQL.php(54): cls_DbMySQL->openDefaultConnect()
#2 /var/www/application/models/m_register.php(47): cls_DbMySQL->select('users', Array, 1)
#3 /var/www/application/controllers/main.php(16): m_register->register('test11', 'test11', 'test11', 'test@test.com')
#4 /var/www/mvcboxengine/core/core.php(126): main->index(Array)
#5 /var/www/mvcboxengine/core/core.php(68): MvcBox::callClassicController('', 'main', '', Array)
#6 /var/www/index.php(3): MvcBox::runApp()
#7 {main}
 
Experienced Elementalist
Joined
Nov 1, 2015
Messages
280
Reaction score
175
after I register on my website I got this error :(

"Can't connect to local MySQL server through socket" its literally telling you what the problem is, make sure the mysql or mariadb service is running
 
Upvote 0
Back
Top