Front page:
blank and running browser, keep running, still running, until it’s exhausted.
Back end:
Failed to create the database connection!
. Please run the MODx install utility
above text is a plain text. the real blue underline text is hyperlink to mysite/install folder.
Click the
(supposed to be non existing install folder) hyperlink:
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »
PHP error debug
Error: mysql_connect() [function.mysql-connect]: Can’t connect to local MySQL server through socket ’/var/lib/mysql/mysql.sock’ (2)
Error type/ Nr.: Warning - 2
File: /home/*********/public_html/manager/includes/extenders/dbapi.mysql.class.inc.php
Line: 89
Line 89 source: if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {
Parser timing
MySQL: 0.0000 s (0 Requests)
PHP: 0.0172 s
Total: 0.0172 s
Yep, looping disconnected persistent connection. You know what it means.