Warning (2): mysql_connect() [function.mysql-connect]: (proxy) all backends are down [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 100]
Context |
Code$config = array("persistent" => false, "host" => "localhost", "login" => "rbackup", "password" => "rbackuppasswordleet", "database" => "rbackup", "port" => "3306", "connect" => "mysql_pconnect", "driver" => "mysql", "prefix" => "")
$connect = "mysql_pconnect"
$this->connected = false;
if (!$config['persistent'] || $config['connect'] === 'mysql_connect') {
$this->connection = mysql_connect($config['host'] . ':' . $config['port'], $config['login'], $config['password'], true);
} else {
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 100
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 90
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 107
Model::setDataSource() - CORE/cake/libs/model/model.php, line 1878
Model::__construct() - CORE/cake/libs/model/model.php, line 340
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 412
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 83
Warning (2): mysql_select_db(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 105]
Context |
Code$config = array("persistent" => false, "host" => "localhost", "login" => "rbackup", "password" => "rbackuppasswordleet", "database" => "rbackup", "port" => "3306", "connect" => "mysql_pconnect", "driver" => "mysql", "prefix" => "")
$connect = "mysql_pconnect"
$this->connection = $connect($config['host'], $config['login'], $config['password']);
}
if (mysql_select_db($config['database'], $this->connection)) {
$this->connected = true;
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 105
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 90
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 107
Model::setDataSource() - CORE/cake/libs/model/model.php, line 1878
Model::__construct() - CORE/cake/libs/model/model.php, line 340
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 412
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 83
Warning (2): mysql_query(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 133]
Context |
Code$sql = "SHOW TABLES FROM `rbackup`;"
* @access protected
*/
function _execute($sql) {
return mysql_query($sql, $this->connection);
}
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 133
DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 145
Model::setSource() - CORE/cake/libs/model/model.php, line 709
Model::__construct() - CORE/cake/libs/model/model.php, line 350
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 412
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 83
Warning (2): session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/users/00/03/75/home/www/cake/basics.php:747) [CORE/cake/libs/session.php, line 154]
Context |
Code$base = "/"
$start = true
$this->__initSession();
session_cache_limiter ("must-revalidate");
session_start();
header ('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
session_start - [internal], line ??
CakeSession::__construct() - CORE/cake/libs/session.php, line 154
SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 54
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 131
Component::init() - CORE/cake/libs/controller/component.php, line 65
Controller::_initComponents() - CORE/cake/libs/controller/controller.php, line 334
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 79
Object::cakeError() - CORE/cake/libs/object.php, line 172
Model::setSource() - CORE/cake/libs/model/model.php, line 714
Model::__construct() - CORE/cake/libs/model/model.php, line 350
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 412
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 83
Warning (2): session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/users/00/03/75/home/www/cake/basics.php:747) [CORE/cake/libs/session.php, line 154]
Context |
Code$base = "/"
$start = true
$this->__initSession();
session_cache_limiter ("must-revalidate");
session_start();
header ('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
session_start - [internal], line ??
CakeSession::__construct() - CORE/cake/libs/session.php, line 154
SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 54
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 131
Component::init() - CORE/cake/libs/controller/component.php, line 65
Controller::_initComponents() - CORE/cake/libs/controller/controller.php, line 334
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 79
Object::cakeError() - CORE/cake/libs/object.php, line 172
Model::setSource() - CORE/cake/libs/model/model.php, line 714
Model::__construct() - CORE/cake/libs/model/model.php, line 350
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 412
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 83
Warning (2): Cannot modify header information - headers already sent by (output started at /home/users/00/03/75/home/www/cake/basics.php:747) [CORE/cake/libs/session.php, line 155]
Context |
Code$base = "/"
$start = true
$this->__initSession();
session_cache_limiter ("must-revalidate");
session_start();
header ('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');
$this->__checkValid();
header - [internal], line ??
CakeSession::__construct() - CORE/cake/libs/session.php, line 155
SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 54
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 131
Component::init() - CORE/cake/libs/controller/component.php, line 65
Controller::_initComponents() - CORE/cake/libs/controller/controller.php, line 334
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 79
Object::cakeError() - CORE/cake/libs/object.php, line 172
Model::setSource() - CORE/cake/libs/model/model.php, line 714
Model::__construct() - CORE/cake/libs/model/model.php, line 350
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 412
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 83
rBackup - Missing Database Table
rBackup
Missing Database Table
No Database table for model Download (expected downloads), create it first.
Notice:
If you want to customize this error message, create app/views/errors/missing_table.ctp