Me ha ido mal todo el día, lento y en ocasiones mensajes de nosequé Ubuntu. Ahora se me cayó y me decía:
FATAL ERROR IN: Gdn_Database.Connection();
"An error occurred while attempting to connect to the database" SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'vanilla' (111) LOCATION: /srv/www/jenesaispop.com/public_html/foros/library/database/class.database.php > 57: $this->_Connection = new PDO(strtolower($this->Engine) . ':' . $this->Dsn, $this->User, $this->Password, $this->ConnectionOptions); > 58: if($this->ConnectionOptions[1002]) > 59: $this->Query($this->ConnectionOptions[1002]); > 60: } catch (Exception $ex) { >>> 61: trigger_error(ErrorMessage('An error occurred while attempting to connect to the database', $this->ClassName, 'Connection', $ex->getMessage()), E_USER_ERROR); > 62: } > 63: } > 64: > 65: return $this->_Connection; BACKTRACE: [/srv/www/jenesaispop.com/public_html/foros/library/database/class.database.php] PHP::Gdn_ErrorHandler(); [/srv/www/jenesaispop.com/public_html/foros/library/database/class.database.php 61] PHP::trigger_error(); [/srv/www/jenesaispop.com/public_html/foros/library/database/class.database.php 275] Gdn_Database->Connection(); [/srv/www/jenesaispop.com/public_html/foros/library/database/class.sqldriver.php 1650] Gdn_Database->Query(); [/srv/www/jenesaispop.com/public_html/foros/library/database/class.sqldriver.php 934] Gdn_SQLDriver->Query(); [/srv/www/jenesaispop.com/public_html/foros/library/core/class.model.php 373] Gdn_SQLDriver->GetWhere(); [/srv/www/jenesaispop.com/public_html/foros/library/core/class.model.php 356] Gdn_Model->GetWhere(); [/srv/www/jenesaispop.com/public_html/foros/applications/dashboard/models/class.usermodel.php 452] Gdn_Model->GetID(); [/srv/www/jenesaispop.com/public_html/foros/applications/dashboard/models/class.usermodel.php 623] UserModel->GetID(); [/srv/www/jenesaispop.com/public_html/foros/library/core/class.session.php 280] UserModel->GetSession(); [/srv/www/jenesaispop.com/public_html/foros/library/core/class.auth.php 36] Gdn_Session->Start(); [/srv/www/jenesaispop.com/public_html/foros/bootstrap.php 168] Gdn_Auth->StartAuthenticator(); [/srv/www/jenesaispop.com/public_html/foros/index.php 41] PHP::require_once();