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: 245
at Doctrine_Query->fetchArray(), line: 18
at App_Banner_Dao_Banner->getRootObjectNodeId(), line: 34
at App_Banner_Dao_Banner->getBannersByType(), line: 24
at Controller_Navigation_Banner->getAllBanners(), line: 43
at Controller_Navigation_Banner->getRandBannerByType(), line: 59
at Controller_Navigation_Banner->getTopBanner(), line: 1
at eval(), line: 93
at Adept_Expression_NativePhp->getValue(), line: 395
at Adept_Component_AbstractBase->_getProperty(), line: 333
at Adept_Component_AbstractBase->getProperty(), line: 132
at Adept_Component_Set->getValue(), line: 96
at Adept_Component_Set->doSet(), line: 34
at Adept_Component_Set->handlePhase(), line: 55
at Adept_Component_Set->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