Warning (2): mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 453]
Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "db_baser",
"password" => "abcd1234",
"database" => "db_baser",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "bc_mysql",
"schema" => "",
"prefix" => "bc2_",
"encoding" => "utf8"
)
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 453
DboSource::__construct() - CORE/baser/models/datasources/dbo_source.php, line 117
ConnectionManager::getDataSource() - CORE/baser/connection_manager.php, line 105
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739
Model::__construct() - CORE/cake/libs/model/model.php, line 430
BaserAppModel::__construct() - CORE/baser/models/baser_app_model.php, line 75
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
loadSiteConfig - CORE/baser/basics.php, line 714
require - CORE/baser/config/routes.php, line 31
include - APP/config/routes.php, line 35
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 283
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 117
[main] - APP/webroot/index.php, line 111
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 459]
Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "db_baser",
"password" => "abcd1234",
"database" => "db_baser",
"port" => "3306",
"connect" => "mysql_connect",
"driver" => "bc_mysql",
"schema" => "",
"prefix" => "bc2_",
"encoding" => "utf8"
)
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 459
DboSource::__construct() - CORE/baser/models/datasources/dbo_source.php, line 117
ConnectionManager::getDataSource() - CORE/baser/connection_manager.php, line 105
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739
Model::__construct() - CORE/cake/libs/model/model.php, line 430
BaserAppModel::__construct() - CORE/baser/models/baser_app_model.php, line 75
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
loadSiteConfig - CORE/baser/basics.php, line 714
require - CORE/baser/config/routes.php, line 31
include - APP/config/routes.php, line 35
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 283
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 117
[main] - APP/webroot/index.php, line 111
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 499]
Code |
Context$sql = "SET NAMES utf8"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 499
DboMysqlBase::setEncoding() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 200
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 464
DboSource::__construct() - CORE/baser/models/datasources/dbo_source.php, line 117
ConnectionManager::getDataSource() - CORE/baser/connection_manager.php, line 105
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739
Model::__construct() - CORE/cake/libs/model/model.php, line 430
BaserAppModel::__construct() - CORE/baser/models/baser_app_model.php, line 75
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
loadSiteConfig - CORE/baser/basics.php, line 714
require - CORE/baser/config/routes.php, line 31
include - APP/config/routes.php, line 35
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 283
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 117
[main] - APP/webroot/index.php, line 111
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 467]
Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "db_baser",
"password" => "abcd1234",
"database" => "db_baser",
"port" => "3306",
"connect" => "mysql_connect",
"driver" => "bc_mysql",
"schema" => "",
"prefix" => "bc2_",
"encoding" => "utf8"
)
mysql_get_server_info - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 467
DboSource::__construct() - CORE/baser/models/datasources/dbo_source.php, line 117
ConnectionManager::getDataSource() - CORE/baser/connection_manager.php, line 105
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2739
Model::__construct() - CORE/cake/libs/model/model.php, line 430
BaserAppModel::__construct() - CORE/baser/models/baser_app_model.php, line 75
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
loadSiteConfig - CORE/baser/basics.php, line 714
require - CORE/baser/config/routes.php, line 31
include - APP/config/routes.php, line 35
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 283
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 117
[main] - APP/webroot/index.php, line 111
Fatal Error (256): missingTable [CORE/baser/models/baser_app_model.php, line 1529]
Code |
Context$method = "missingTable"
$messages = array(
array(
"className" => "SiteConfig",
"table" => "bc2_site_configs"
)
)
//======================================================================
if(!Configure::read('BcRequest.routerLoaded')) {
trigger_error($method, E_USER_ERROR);
BaserAppModel::cakeError() - CORE/baser/models/baser_app_model.php, line 1529
Model::setSource() - CORE/cake/libs/model/model.php, line 781
Model::__construct() - CORE/cake/libs/model/model.php, line 438
BaserAppModel::__construct() - CORE/baser/models/baser_app_model.php, line 75
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 139
loadSiteConfig - CORE/baser/basics.php, line 714
require - CORE/baser/config/routes.php, line 31
include - APP/config/routes.php, line 35
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 283
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 117
[main] - APP/webroot/index.php, line 111