Warning (2): mysql_pconnect() [http://php.net/function.mysql-pconnect]: Access denied for user 'si_test_php_usr'@'localhost' (using password: YES) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 376]
Code |
Context$config = array(
"persistent" => true,
"host" => "localhost",
"login" => "si_test_php_usr",
"password" => "sidbtest09!",
"database" => "phonetotext_test",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_pconnect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 376
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 96
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2638
Model::__construct() - CORE/cake/libs/model/model.php, line 406
AppModel::__construct() - APP/app_model.php, line 60
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
AppController::_setupUser() - APP/app_controller.php, line 206
AppController::beforeFilter() - APP/app_controller.php, line 114
LandingPagesController::beforeFilter() - APP/controllers/landing_pages_controller.php, line 8
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
require - APP/webroot/index.php, line 88
[main] - CORE/index.php, line 63
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 379]
Code |
Context$config = array(
"persistent" => true,
"host" => "localhost",
"login" => "si_test_php_usr",
"password" => "sidbtest09!",
"database" => "phonetotext_test",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 379
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 96
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2638
Model::__construct() - CORE/cake/libs/model/model.php, line 406
AppModel::__construct() - APP/app_model.php, line 60
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
AppController::_setupUser() - APP/app_controller.php, line 206
AppController::beforeFilter() - APP/app_controller.php, line 114
LandingPagesController::beforeFilter() - APP/controllers/landing_pages_controller.php, line 8
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
require - APP/webroot/index.php, line 88
[main] - CORE/index.php, line 63
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 387]
Code |
Context$config = array(
"persistent" => true,
"host" => "localhost",
"login" => "si_test_php_usr",
"password" => "sidbtest09!",
"database" => "phonetotext_test",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_get_server_info - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 387
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 96
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 106
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2638
Model::__construct() - CORE/cake/libs/model/model.php, line 406
AppModel::__construct() - APP/app_model.php, line 60
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
AppController::_setupUser() - APP/app_controller.php, line 206
AppController::beforeFilter() - APP/app_controller.php, line 114
LandingPagesController::beforeFilter() - APP/controllers/landing_pages_controller.php, line 8
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
require - APP/webroot/index.php, line 88
[main] - CORE/index.php, line 63
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 411]
Code |
Context$sql = "SHOW TABLES FROM `phonetotext_test`;"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 411
DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 423
Model::setSource() - CORE/cake/libs/model/model.php, line 746
Model::__construct() - CORE/cake/libs/model/model.php, line 414
AppModel::__construct() - APP/app_model.php, line 60
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
AppController::_setupUser() - APP/app_controller.php, line 206
AppController::beforeFilter() - APP/app_controller.php, line 114
LandingPagesController::beforeFilter() - APP/controllers/landing_pages_controller.php, line 8
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
require - APP/webroot/index.php, line 88
[main] - CORE/index.php, line 63
Notice (8): Undefined property: Customer::$User [APP/app_controller.php, line 142]
Code |
Context$version = null
$this->loadModel('Customer');
$user = $this->Customer->User->findById($this->Auth->user('id'));
AppController::beforeRender() - APP/app_controller.php, line 142
Controller::render() - CORE/cake/libs/controller/controller.php, line 760
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Model::setSource() - CORE/cake/libs/model/model.php, line 751
Model::__construct() - CORE/cake/libs/model/model.php, line 414
AppModel::__construct() - APP/app_model.php, line 60
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 140
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 507
AppController::beforeRender() - APP/app_controller.php, line 141
Controller::render() - CORE/cake/libs/controller/controller.php, line 760
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingTable() - CORE/cake/libs/error.php, line 224
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Fatal error: Call to a member function findById() on a non-object in /app_data/var/www/testpad/www/app/app_controller.php on line 142