Deprecated: Non-static method App::core() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/debugger.php on line 429
Deprecated: Non-static method App::core() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/debugger.php on line 429
Warning (2): mysql_connect() [function.mysql-connect]: Host '172.31.36.21' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]Code |
Context
if (!$config['persistent']) {
$this->connection = mysql_connect($config['host'] . ':' . $config['port'], $config['login'], $config['password'], true);
$config = array(
"persistent" => false,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"port" => "*****",
"driver" => "mysql",
"prefix" => "*****",
"encoding" => "UTF8"
)
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2852
Model::__construct() - CORE/cake/libs/model/model.php, line 469
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
AppController::beforeFilter() - APP/app_controller.php, line 133
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 90
Deprecated: Non-static method App::import() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/cake_log.php on line 180
Deprecated: Non-static method App::getInstance() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/configure.php on line 917
Deprecated: Non-static method Inflector::underscore() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/configure.php on line 948
Deprecated: Non-static method Inflector::getInstance() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/inflector.php on line 519
Deprecated: Non-static method App::core() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/debugger.php on line 429
Deprecated: Non-static method App::core() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/debugger.php on line 429
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613]Code |
Context */
function _execute($sql) {
return mysql_query($sql, $this->connection);
$sql = "SHOW TABLES FROM `entrevista`;"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613
DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 626
Model::setSource() - CORE/cake/libs/model/model.php, line 768
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
AppController::beforeFilter() - APP/app_controller.php, line 133
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 90
Deprecated: Non-static method App::core() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/debugger.php on line 429
Deprecated: Non-static method App::core() should not be called statically, assuming $this from incompatible context in /mnt/damyller-institucional/entrevista/public_html/cake/libs/debugger.php on line 429
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/damyller-institucional/entrevista/public_html/cake/libs/inflector.php:519) [CORE/cake/libs/controller/controller.php, line 742]Code |
Context */
function header($status) {
header($status);
$status = "Location: https://entrevista.damyller.com.br/"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 742
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721
AppController::flash() - APP/app_controller.php, line 56
AppController::appError() - APP/app_controller.php, line 68
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 103
Object::cakeError() - CORE/cake/libs/object.php, line 201
Model::setSource() - CORE/cake/libs/model/model.php, line 774
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
AppController::beforeFilter() - APP/app_controller.php, line 133
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 90