Warning (2) : PDO::__construct() [pdo.--construct ]: [2002] Connection refused (trying to connect via unix:///var/lib/mysql/mysql.sock) [APP/cakephp-2.4.3/lib/Cake/Model/Datasource/Database/Mysql.php , line 175 ]Code Context $config = array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'datasource' => 'Database/Mysql',
'encoding' => 'utf8'
)
$flags = array(
(int) 12 => (int) 0,
(int) 1000 => (int) 1,
(int) 3 => (int) 2,
(int) 1002 => 'SET NAMES utf8'
)
$dsn = 'mysql:host=localhost;port=3306;dbname=gaogiongma_web'
$this = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => false
affected => null
numRows => null
took => null
configKeyName => null
virtualFieldSeparator => '__'
connected => false
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'datasource' => 'Database/Mysql',
'encoding' => 'utf8'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true
)
[protected] _connection => null
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 0
[protected] _queriesTime => null
[protected] _queriesLog => array()
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'or',
(int) 3 => 'not',
(int) 4 => 'in',
(int) 5 => 'between',
(int) 6 => 'regexp',
(int) 7 => 'similar to'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array()
[protected] _sources => null
[protected] _transactionStarted => false
} PDO::__construct() - [internal], line ??
Mysql::connect() - APP/cakephp-2.4.3/lib/Cake/Model/Datasource/Database/Mysql.php, line 175
DboSource::__construct() - APP/cakephp-2.4.3/lib/Cake/Model/Datasource/DboSource.php, line 260
ConnectionManager::getDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/ConnectionManager.php, line 105
Model::setDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 3471
Model::setSource() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 1126
Model::getDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 3493
Model::_readDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 2897
Model::find() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 2869
AppController::_getConfig() - APP/Controller/AppController.php, line 552
AppController::_beforeFilterFrontend() - APP/Controller/AppController.php, line 217
AppController::__handleAuthentication() - APP/Controller/AppController.php, line 110
AppController::beforeFilter() - APP/Controller/AppController.php, line 87
call_user_func - [internal], line ??
CakeEventManager::dispatch() - APP/cakephp-2.4.3/lib/Cake/Event/CakeEventManager.php, line 247
Controller::startupProcess() - APP/cakephp-2.4.3/lib/Cake/Controller/Controller.php, line 674
Dispatcher::_invoke() - APP/cakephp-2.4.3/lib/Cake/Routing/Dispatcher.php, line 182
Dispatcher::dispatch() - APP/cakephp-2.4.3/lib/Cake/Routing/Dispatcher.php, line 160 Warning (2) : PDO::__construct() [pdo.--construct ]: [2002] Connection refused (trying to connect via unix:///var/lib/mysql/mysql.sock) [APP/cakephp-2.4.3/lib/Cake/Model/Datasource/Database/Mysql.php , line 175 ]Code Context $config = array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'datasource' => 'Database/Mysql',
'encoding' => 'utf8'
)
$flags = array(
(int) 12 => (int) 0,
(int) 1000 => (int) 1,
(int) 3 => (int) 2,
(int) 1002 => 'SET NAMES utf8'
)
$dsn = 'mysql:host=localhost;port=3306;dbname=gaogiongma_web'
$this = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => false
affected => null
numRows => null
took => null
configKeyName => null
virtualFieldSeparator => '__'
connected => false
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'datasource' => 'Database/Mysql',
'encoding' => 'utf8'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true
)
[protected] _connection => null
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 0
[protected] _queriesTime => null
[protected] _queriesLog => array()
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'or',
(int) 3 => 'not',
(int) 4 => 'in',
(int) 5 => 'between',
(int) 6 => 'regexp',
(int) 7 => 'similar to'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array()
[protected] _sources => null
[protected] _transactionStarted => false
} PDO::__construct() - [internal], line ??
Mysql::connect() - APP/cakephp-2.4.3/lib/Cake/Model/Datasource/Database/Mysql.php, line 175
DboSource::__construct() - APP/cakephp-2.4.3/lib/Cake/Model/Datasource/DboSource.php, line 260
ConnectionManager::getDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/ConnectionManager.php, line 105
Model::getDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 3496
Model::_readDataSource() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 2897
Model::find() - APP/cakephp-2.4.3/lib/Cake/Model/Model.php, line 2869
AppController::_getConfig() - APP/Controller/AppController.php, line 552
AppController::_beforeFilterFrontend() - APP/Controller/AppController.php, line 217
AppController::__handleAuthentication() - APP/Controller/AppController.php, line 110
AppController::beforeFilter() - APP/Controller/AppController.php, line 87
call_user_func - [internal], line ??
CakeEventManager::dispatch() - APP/cakephp-2.4.3/lib/Cake/Event/CakeEventManager.php, line 247
Controller::startupProcess() - APP/cakephp-2.4.3/lib/Cake/Controller/Controller.php, line 674
ExceptionRenderer::_getController() - APP/cakephp-2.4.3/lib/Cake/Error/ExceptionRenderer.php, line 154
ExceptionRenderer::__construct() - APP/cakephp-2.4.3/lib/Cake/Error/ExceptionRenderer.php, line 92
ErrorHandler::handleException() - APP/cakephp-2.4.3/lib/Cake/Error/ErrorHandler.php, line 119
[main] - [internal], line ??
Errors
Missing Database Connection
Error:
A Database connection using "Mysql" was missing or unable to connect.
The database server returned this error: SQLSTATE[HY000] [2002] Connection refused
Notice:
If you want to customize this error message, create public_html/View/Errors/missing_connection.ctp
Stack Trace
APP/cakephp-2.4.3/lib/Cake/Model/Datasource/DboSource.php line 260 → Mysql->connect() ));
}
if ( $autoConnect ) {
$this -> connect ();
}
APP/cakephp-2.4.3/lib/Cake/Model/ConnectionManager.php line 105 → DboSource->__construct(array) 'message' => 'Datasource is not found in Model/Datasource package.'
));
}
self :: $_dataSources [ $name ] = new $class ( self :: $config ->{ $name });
self :: $_dataSources [ $name ]-> configKeyName = $name ;
array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'datasource' => 'Database/Mysql',
'persistent' => false,
'encoding' => 'utf8'
)
APP/cakephp-2.4.3/lib/Cake/Model/Model.php line 3471 → ConnectionManager::getDataSource(string) $this -> useDbConfig = $dataSource ;
}
$db = ConnectionManager :: getDataSource ( $this -> useDbConfig );
if (!empty( $oldConfig ) && isset( $db -> config [ 'prefix' ])) {
APP/cakephp-2.4.3/lib/Cake/Model/Model.php line 1126 → Model->setDataSource(string) * @return void
*/
public function setSource ( $tableName ) {
$this -> setDataSource ( $this -> useDbConfig );
$db = ConnectionManager :: getDataSource ( $this -> useDbConfig );
APP/cakephp-2.4.3/lib/Cake/Model/Model.php line 3493 → Model->setSource(string) public function getDataSource () {
if (! $this -> _sourceConfigured && $this -> useTable !== false ) {
$this -> _sourceConfigured = true ;
$this -> setSource ( $this -> useTable );
}
APP/cakephp-2.4.3/lib/Cake/Model/Model.php line 2897 → Model->getDataSource() * @return array
*/
protected function _readDataSource ( $type , $query ) {
$results = $this -> getDataSource ()-> read ( $this , $query );
$this -> resetAssociations ();
APP/cakephp-2.4.3/lib/Cake/Model/Model.php line 2869 → Model->_readDataSource(string, array) return null ;
}
return $this -> _readDataSource ( $type , $query );
}
'all'
array(
'conditions' => array(
'name like' => 'site_%'
),
'fields' => null,
'joins' => array(),
'limit' => null,
'offset' => null,
'order' => array(
(int) 0 => null
),
'page' => (int) 1,
'group' => null,
'callbacks' => true
)
APP/Controller/AppController.php line 552 → Model->find(string, array) $lang = $this -> params [ 'lang' ];
$result = Cache :: read ( 'config_' . $prefix . '_' . $lang , 'oneweb' );
if(! $result ){
$a_configs = $this -> Config -> find ( 'all' ,array( 'conditions' =>array( 'name like' => $prefix . '_%' )));
'all'
array(
'conditions' => array(
'name like' => 'site_%'
)
)
APP/Controller/AppController.php line 217 → AppController->_getConfig(string) $this -> set ( compact ( 'lang' ));
//CONFIG - SITE
$a_site_info = $this -> _getConfig ( 'site' );
$this -> set ( compact ( 'a_site_info' ));
APP/Controller/AppController.php line 110 → AppController->_beforeFilterFrontend() if (empty( $a_params [ 'admin' ])) {
$this -> Auth -> allow ();
$this -> layout = 'frontend/index' ;
$this -> _beforeFilterFrontend ();
}else{
APP/Controller/AppController.php line 87 → AppController->__handleAuthentication() }
date_default_timezone_set ( 'Asia/Ho_Chi_Minh' );
$this -> __handleAuthentication ();
// }
[internal function] → AppController->beforeFilter(CakeEvent) object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(ProductsController) {}
[protected] _stopped => false
}
APP/cakephp-2.4.3/lib/Cake/Event/CakeEventManager.php line 247 → call_user_func(array, CakeEvent) if ( $listener [ 'passParams' ] === true ) {
$result = call_user_func_array ( $listener [ 'callable' ], $event -> data );
} else {
$result = call_user_func ( $listener [ 'callable' ], $event );
}
array(
(int) 0 => object(ProductsController) {},
(int) 1 => 'beforeFilter'
)
object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(ProductsController) {}
[protected] _stopped => false
}
APP/cakephp-2.4.3/lib/Cake/Controller/Controller.php line 674 → CakeEventManager->dispatch(CakeEvent) * @return void
*/
public function startupProcess () {
$this -> getEventManager ()-> dispatch (new CakeEvent ( 'Controller.initialize' , $this ));
$this -> getEventManager ()-> dispatch (new CakeEvent ( 'Controller.startup' , $this ));
object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(ProductsController) {}
[protected] _stopped => false
}
APP/cakephp-2.4.3/lib/Cake/Routing/Dispatcher.php line 182 → Controller->startupProcess() */
protected function _invoke ( Controller $controller , CakeRequest $request , CakeResponse $response ) {
$controller -> constructClasses ();
$controller -> startupProcess ();
APP/cakephp-2.4.3/lib/Cake/Routing/Dispatcher.php line 160 → Dispatcher->_invoke(ProductsController, CakeRequest, CakeResponse) ));
}
$response = $this -> _invoke ( $controller , $request , $response );
if (isset( $request -> params [ 'return' ])) {
object(ProductsController) {
helpers => array(
[maximum depth reached]
)
components => array(
[maximum depth reached]
)
uses => array(
[maximum depth reached]
)
name => 'Products'
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Products'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'index'
layout => 'frontend/template1/index'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'Product'
modelKey => 'product'
validationErrors => null
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
Auth => object(AuthComponent) {}
Oneweb => object(OnewebComponent) {}
Upload => object(UploadComponent) {}
Config => object(Config) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
[private] limit_admin => (int) 50
[private] limit => (int) 18
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'gao-dac-biet/gao-huu-co.html'
base => ''
webroot => '/'
here => '/gao-dac-biet/gao-huu-co.html'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
APP/webroot/index.php line 97 → Dispatcher->dispatch(CakeRequest, CakeResponse) $Dispatcher -> dispatch (
new CakeRequest (),
new CakeResponse (array( 'charset' => Configure :: read ( 'App.encoding' )))
);
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'gao-dac-biet/gao-huu-co.html'
base => ''
webroot => '/'
here => '/gao-dac-biet/gao-huu-co.html'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}