Doctrine_Connection_Exception
Message | 'PDO Connection Error: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)' |
File | '/home/menupnz/main/lib/Doctrine/Connection.php' |
Line | 463 |
Source
<?php
$this->dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
} catch (PDOException $e) {
throw new Doctrine_Connection_Exception('PDO Connection Error: ' . $e->getMessage());
}
$found = true;
}
}
?>
Trace at Doctrine_Connection->connect(), line: 101
at Doctrine_Connection_Mysql->connect(), line: 1002
at Doctrine_Connection->execute(), line: 944
at Doctrine_Query_Abstract->_execute(), line: 990
at Doctrine_Query_Abstract->execute(), line: 259
at Doctrine_Query->fetchOne(), line: 1264
at Doctrine_Table->find(), line: 29
at AdeptCms_Core_Dao_Record->findById(), line: 35
at AdeptCms_Core_Dao_Fetcher->getCurrentDomain(), line: 46
at AdeptCms_Core_Dao_Fetcher->fetchRootObject(), line: 70
at AdeptCms_Core_Dao_Fetcher->fetchNodeByPath(), line: 92
at AdeptCms_Core_Dao_Fetcher->fetchObjectByPath(), line: 16
at AdeptCms_Core_Dispatcher->dispatch(), line: 55
at Adept_Filter_Dispatching->process(), line: 8
at Filter_Dispatching->process(), line: 57
at Adept_Filter_Chain->next(), line: 20
at AdeptCms_Core_Filter_LoadPlugins->process(), line: 57
at Adept_Filter_Chain->next(), line: 12
at AdeptUi_Filter_InitUi->process(), line: 57
at Adept_Filter_Chain->next(), line: 7
at Filter_Acl->process(), line: 57
at Adept_Filter_Chain->next(), line: 22
at Filter_Login->process(), line: 57
at Adept_Filter_Chain->next(), line: 34
at Adept_Filter_Response->process(), line: 57
at Adept_Filter_Chain->next(), line: 26
at Filter_DbConnection->process(), line: 57
at Adept_Filter_Chain->next(), line: 30
at Adept_Filter_Session->process(), line: 57
at Adept_Filter_Chain->next(), line: 53
at Adept_Filter_Cache->process(), line: 57
at Adept_Filter_Chain->next(), line: 197
at Adept_Application->runFilterChain(), line: 229
at Adept_Application->run(), line: 30