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: 24
at Controller_Form_Contacts->getContactsPage(), line: 1
at eval(), line: 93
at Adept_Expression_NativePhp->getValue(), line: 91
at Adept_Component_Expression->evalExpressionValues(), line: 104
at Adept_Component_Expression->renderChildren(), line: 318
at Adept_Component_AbstractComponent->render(), line: 953
at Adept_Component_AbstractBase->renderChildren(), line: 318
at Adept_Component_AbstractComponent->render(), line: 953
at Adept_Component_AbstractBase->renderChildren(), line: 334
at Adept_Component_RootView->processPhase(), line: 393
at Adept_Component_RootView->renderChildren(), line: 318
at Adept_Component_AbstractComponent->render(), line: 63
at Adept_Lifecycle_Phase_Render->renderHtmlResponse(), line: 34
at Adept_Lifecycle_Phase_Render->execute(), line: 95
at Adept_Lifecycle->render(), line: 65
at Adept_Controller_Lifecycle->processLifecycle(), line: 44
at Adept_Controller_Lifecycle->process(), line: 37
at Adept_Filter_Processing->process(), line: 57
at Adept_Filter_Chain->next(), line: 67
at Adept_Filter_Acl_Controller->process(), line: 57
at Adept_Filter_Chain->next(), line: 61
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