Warning (2): mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '213.171.200.54' (4) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 370]
Code |
Context$config = array(
"persistent" => false,
"host" => "213.171.200.54",
"login" => "standrewsdb",
"password" => "5t4ndr3w5",
"database" => "standrewsdb",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 370
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 2595
Model::__construct() - CORE/cake/libs/model/model.php, line 401
AclNode::__construct() - CORE/cake/libs/model/db_acl.php, line 64
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 134
DbAcl::__construct() - CORE/cake/libs/controller/components/acl.php, line 206
AclComponent::__construct() - CORE/cake/libs/controller/components/acl.php, line 59
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 242
Component::init() - CORE/cake/libs/controller/component.php, line 80
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 413
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 224
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): mysql_select_db(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 375]
Code |
Context$config = array(
"persistent" => false,
"host" => "213.171.200.54",
"login" => "standrewsdb",
"password" => "5t4ndr3w5",
"database" => "standrewsdb",
"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 375
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 2595
Model::__construct() - CORE/cake/libs/model/model.php, line 401
AclNode::__construct() - CORE/cake/libs/model/db_acl.php, line 64
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 134
DbAcl::__construct() - CORE/cake/libs/controller/components/acl.php, line 206
AclComponent::__construct() - CORE/cake/libs/controller/components/acl.php, line 59
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 242
Component::init() - CORE/cake/libs/controller/component.php, line 80
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 413
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 224
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): mysql_get_server_info(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 383]
Code |
Context$config = array(
"persistent" => false,
"host" => "213.171.200.54",
"login" => "standrewsdb",
"password" => "5t4ndr3w5",
"database" => "standrewsdb",
"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 383
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 2595
Model::__construct() - CORE/cake/libs/model/model.php, line 401
AclNode::__construct() - CORE/cake/libs/model/db_acl.php, line 64
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 134
DbAcl::__construct() - CORE/cake/libs/controller/components/acl.php, line 206
AclComponent::__construct() - CORE/cake/libs/controller/components/acl.php, line 59
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 242
Component::init() - CORE/cake/libs/controller/component.php, line 80
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 413
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 224
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): mysql_query(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 407]
Code |
Context$sql = "SELECT `Pref`.`pref_name`, `Pref`.`pref_value` FROM `prefs` AS `Pref` WHERE 1 = 1 "
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 407
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 189
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 636
Model::find() - CORE/cake/libs/model/model.php, line 1951
AppController::setGlobals() - APP/app_controller.php, line 101
AppController::beforeFilter() - APP/app_controller.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): mysql_errno(): supplied argument is not a valid MySQL-Link resource [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 515]
Codemysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 515
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 192
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 636
Model::find() - CORE/cake/libs/model/model.php, line 1951
AppController::setGlobals() - APP/app_controller.php, line 101
AppController::beforeFilter() - APP/app_controller.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_desc [APP/app_controller.php, line 103]
Code $this->site_prefs = $this->Pref->find('list', array('fields'=>array('Pref.pref_name', 'Pref.pref_value')));
$meta = array(
'desc' => $this->site_prefs['meta_desc'],
AppController::setGlobals() - APP/app_controller.php, line 103
AppController::beforeFilter() - APP/app_controller.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_keywords [APP/app_controller.php, line 104]
Code $meta = array(
'desc' => $this->site_prefs['meta_desc'],
'keywords' => $this->site_prefs['meta_keywords'],
AppController::setGlobals() - APP/app_controller.php, line 104
AppController::beforeFilter() - APP/app_controller.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_robots [APP/app_controller.php, line 105]
Code 'desc' => $this->site_prefs['meta_desc'],
'keywords' => $this->site_prefs['meta_keywords'],
'robots' => $this->site_prefs['meta_robots']
AppController::setGlobals() - APP/app_controller.php, line 105
AppController::beforeFilter() - APP/app_controller.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/model.php, line 2155]
Code |
Context$state = "after"
$query = array(
"conditions" => array(
"Page.published = 1 AND Page.exclude <> 1"
),
"fields" => null,
"joins" => array(),
"limit" => null,
"offset" => null,
"order" => array(
"Page.order_num ASC"
),
"page" => 1,
"group" => null,
"callbacks" => true
)
$results = false
$idMap = array()
$return = array()
$ids = false
$ids = Set::extract($results, '{n}.' . $this->alias . '.' . $this->primaryKey);
foreach ($results as $result) {
Model::_findThreaded() - CORE/cake/libs/model/model.php, line 2155
Model::find() - CORE/cake/libs/model/model.php, line 1963
AppController::setGlobals() - APP/app_controller.php, line 108
AppController::beforeFilter() - APP/app_controller.php, line 49
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): mysql_real_escape_string() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 504]
Code |
Context$data = "Anonymous"
$column = "string"
$safe = false
$parent = null
mysql_real_escape_string - [internal], line ??
DboMysql::value() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 504
DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 1898
DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 1847
DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 1733
DboSource::buildJoinStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1235
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1253
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1057
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 634
AclNode::node() - CORE/cake/libs/model/db_acl.php, line 124
DbAcl::check() - CORE/cake/libs/controller/components/acl.php, line 235
AclComponent::check() - CORE/cake/libs/controller/components/acl.php, line 89
AppController::checkAuth() - APP/app_controller.php, line 93
AppController::beforeFilter() - APP/app_controller.php, line 50
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (512): DbAcl::check() - Failed ARO/ACO node lookup in permissions check. Node references:
Aro: Anonymous
Aco: Pages/display [CORE/cake/libs/controller/components/acl.php, line 239]
Code |
Context$aro = "Anonymous"
$aco = "Pages/display"
$action = "*"
$permKeys = array(
"_create",
"_read",
"_update",
"_delete"
)
$aroPath = false
$acoPath = false
if (empty($aroPath) || empty($acoPath)) {
trigger_error("DbAcl::check() - Failed ARO/ACO node lookup in permissions check. Node references:\nAro: " . print_r($aro, true) . "\nAco: " . print_r($aco, true), E_USER_WARNING);
DbAcl::check() - CORE/cake/libs/controller/components/acl.php, line 239
AclComponent::check() - CORE/cake/libs/controller/components/acl.php, line 89
AppController::checkAuth() - APP/app_controller.php, line 93
AppController::beforeFilter() - APP/app_controller.php, line 50
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_desc [APP/app_controller.php, line 160]
Code |
Context$data = null
}else{
$meta = array(
'desc' => $this->site_prefs['meta_desc'],
AppController::_setMetaData() - APP/app_controller.php, line 160
AppController::beforeFilter() - APP/app_controller.php, line 51
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_keywords [APP/app_controller.php, line 161]
Code |
Context$data = null
$meta = array(
'desc' => $this->site_prefs['meta_desc'],
'keywords' => $this->site_prefs['meta_keywords'],
AppController::_setMetaData() - APP/app_controller.php, line 161
AppController::beforeFilter() - APP/app_controller.php, line 51
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_robots [APP/app_controller.php, line 162]
Code |
Context$data = null
'desc' => $this->site_prefs['meta_desc'],
'keywords' => $this->site_prefs['meta_keywords'],
'robots' => $this->site_prefs['meta_robots']
AppController::_setMetaData() - APP/app_controller.php, line 162
AppController::beforeFilter() - APP/app_controller.php, line 51
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: meta_title [APP/app_controller.php, line 164]
Code |
Context$data = null
$meta = array(
"desc" => null,
"keywords" => null,
"robots" => null
)
'robots' => $this->site_prefs['meta_robots']
);
$this->pageTitle = $this->site_prefs['meta_title'];
AppController::_setMetaData() - APP/app_controller.php, line 164
AppController::beforeFilter() - APP/app_controller.php, line 51
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88
Warning (2): Cannot modify header information - headers already sent by (output started at /home/fhlinux134/s/standrews.com/user/htdocs/cake/basics.php:313) [CORE/cake/libs/controller/controller.php, line 615]
Code |
Context$status = "Location: http://www.standrews.com/users/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 615
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 596
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 339
Component::startup() - CORE/cake/libs/controller/component.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 88