Warning (2): ibase_connect() [http://php.net/function.ibase-connect]: connection rejected by remote interface [APP/models/datasources/dbo_firebird.php, line 132]Code |
Context
$this->connected = false;
$this->connection = $connect($config['host'] . ':' . $config['database'], $config['login'], $config['password']);
$config = array(
"persistent" => false,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"port" => "*****",
"connect" => "ibase_connect",
"driver" => "firebird",
"schema" => "*****",
"prefix" => "*****",
"encoding" => "UTF8"
)
$connect = "ibase_connect"
ibase_connect - [internal], line ??
DboFirebird::connect() - APP/models/datasources/dbo_firebird.php, line 132
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
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): ibase_fetch_row() expects parameter 1 to be resource, boolean given [APP/models/datasources/dbo_firebird.php, line 193]Code |
Context $result = @ibase_query($this->connection, $sql);
$tables = array();
while ($row = ibase_fetch_row($result))
$cache = null
$sql = "select RDB$RELATION_NAME as name
FROM RDB$RELATIONS
Where RDB$SYSTEM_FLAG =0"
$result = false
$tables = array()
ibase_fetch_row - [internal], line ??
DboFirebird::listSources() - APP/models/datasources/dbo_firebird.php, line 193
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
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/vhosts/universolog.com.br/clientes.universolog.com.br/cake/libs/debugger.php:686) [CORE/cake/libs/controller/controller.php, line 742]Code |
Context */
function header($status) {
header($status);
$status = "Location: https://clientes.universolog.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 64
AppController::appError() - APP/app_controller.php, line 83
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
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86