Warning (2): mysqli_connect() [function.mysqli-connect]: Server sent charset (255) unknown to the client. Please, report to the developers [APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 63]Code |
Context $this->connected = false;
$this->connection = mysqli_connect($config['host'], $config['login'], $config['password'], $config['database'], $config['port'], $config['socket']);
$config = array(
"persistent" => false,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"port" => "*****",
"socket" => null,
"driver" => "mysqli",
"prefix" => "*****",
"encoding" => "utf8"
)
mysqli_connect - [internal], line ??
DboMysqli::connect() - APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 63
DboSource::__construct() - APP/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - APP/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - APP/cake/libs/model/model.php, line 2863
Model::__construct() - APP/cake/libs/model/model.php, line 478
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - APP/cake/dispatcher.php, line 186
Dispatcher::dispatch() - APP/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): mysqli_connect() [function.mysqli-connect]: (HY000/2054): Server sent charset unknown to the client. Please, report to the developers [APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 63]Code |
Context $this->connected = false;
$this->connection = mysqli_connect($config['host'], $config['login'], $config['password'], $config['database'], $config['port'], $config['socket']);
$config = array(
"persistent" => false,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"port" => "*****",
"socket" => null,
"driver" => "mysqli",
"prefix" => "*****",
"encoding" => "utf8"
)
mysqli_connect - [internal], line ??
DboMysqli::connect() - APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 63
DboSource::__construct() - APP/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - APP/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - APP/cake/libs/model/model.php, line 2863
Model::__construct() - APP/cake/libs/model/model.php, line 478
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - APP/cake/dispatcher.php, line 186
Dispatcher::dispatch() - APP/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): mysqli_query() expects parameter 1 to be mysqli, boolean given [APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 111]Code |
Context return $this->_executeProcedure($sql);
}
return mysqli_query($this->connection, $sql);
$sql = "SHOW TABLES FROM `gamedev`;"
mysqli_query - [internal], line ??
DboMysqli::_execute() - APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 111
DboMysqli::listSources() - APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 142
Model::setSource() - APP/cake/libs/model/model.php, line 777
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - APP/cake/dispatcher.php, line 186
Dispatcher::dispatch() - APP/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/cake/libs/debugger.php:687) [APP/cake/libs/controller/controller.php, line 742]Code |
Context */
function header($status) {
header($status);
$status = "HTTP/1.0 500 Internal Server Error"
header - [internal], line ??
Controller::header() - APP/cake/libs/controller/controller.php, line 742
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 254
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Warning (2): mysqli_errno() expects parameter 1 to be mysqli, boolean given [APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 213]Code */
function lastError() {
if (mysqli_errno($this->connection)) {
mysqli_errno - [internal], line ??
DboMysqli::lastError() - APP/cake/libs/model/datasources/dbo/dbo_mysqli.php, line 213
DboSource::execute() - APP/cake/libs/model/datasources/dbo_source.php, line 257
DboSource::fetchAll() - APP/cake/libs/model/datasources/dbo_source.php, line 410
DboSource::query() - APP/cake/libs/model/datasources/dbo_source.php, line 287
DboMysqlBase::describe() - APP/cake/libs/model/datasources/dbo/dbo_mysql.php, line 125
Model::schema() - APP/cake/libs/model/model.php, line 938
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 1967
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Warning (2): Invalid argument supplied for foreach() [APP/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127]Code |
Context $db->cacheSources = ($this->cacheSources && $db->cacheSources);
if ($db->isInterfaceSupported('describe') && $this->useTable !== false) {
$this->_schema = $db->describe($this, $field);
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = NULL
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
$cache = null
$fields = false
$cols = false
DboMysqlBase::describe() - APP/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127
Model::schema() - APP/cake/libs/model/model.php, line 938
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 1967
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
Warning (2): array_keys() expects parameter 1 to be array, boolean given [APP/cake/libs/model/datasources/dbo_source.php, line 1967]Code |
Context $model->useDbConfig,
$model->table,
array_keys($model->schema()),
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
$alias = "Content"
$fields = array()
$quote = true
$this = DboMysqli
DboMysqli::$description = "Mysqli DBO Driver"
DboMysqli::$_baseConfig = array
DboMysqli::$startQuote = "`"
DboMysqli::$endQuote = "`"
DboMysqli::$_useAlias = true
DboMysqli::$_commands = array
DboMysqli::$fieldParameters = array
DboMysqli::$tableParameters = array
DboMysqli::$columns = array
DboMysqli::$index = array
DboMysqli::$alias = "AS "
DboMysqli::$methodCache = array
DboMysqli::$cacheMethods = true
DboMysqli::$__bypass = false
DboMysqli::$__sqlOps = array
DboMysqli::$virtualFieldSeparator = "__"
DboMysqli::$connected = false
DboMysqli::$fullDebug = true
DboMysqli::$error = NULL
DboMysqli::$affected = NULL
DboMysqli::$numRows = NULL
DboMysqli::$took = 0
DboMysqli::$_result = NULL
DboMysqli::$_queriesCnt = 1
DboMysqli::$_queriesTime = 0
DboMysqli::$_queriesLog = array
DboMysqli::$_queriesLogMax = 200
DboMysqli::$_queryCache = array
DboMysqli::$__descriptions = array
DboMysqli::$_sources = NULL
DboMysqli::$connection = false
DboMysqli::$config = array
DboMysqli::$configKeyName = "default"
DboMysqli::$_transactionStarted = false
DboMysqli::$cacheSources = true
DboMysqli::$__booleans = array
array_keys - [internal], line ??
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 1967
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
Warning (2): array_keys() expects parameter 1 to be array, boolean given [APP/cake/libs/model/datasources/dbo_source.php, line 1980]Code |
Context $allFields = empty($fields);
if ($allFields) {
$fields = array_keys($model->schema());
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
$alias = "Content"
$fields = array()
$quote = true
$this = DboMysqli
DboMysqli::$description = "Mysqli DBO Driver"
DboMysqli::$_baseConfig = array
DboMysqli::$startQuote = "`"
DboMysqli::$endQuote = "`"
DboMysqli::$_useAlias = true
DboMysqli::$_commands = array
DboMysqli::$fieldParameters = array
DboMysqli::$tableParameters = array
DboMysqli::$columns = array
DboMysqli::$index = array
DboMysqli::$alias = "AS "
DboMysqli::$methodCache = array
DboMysqli::$cacheMethods = true
DboMysqli::$__bypass = false
DboMysqli::$__sqlOps = array
DboMysqli::$virtualFieldSeparator = "__"
DboMysqli::$connected = false
DboMysqli::$fullDebug = true
DboMysqli::$error = NULL
DboMysqli::$affected = NULL
DboMysqli::$numRows = NULL
DboMysqli::$took = 0
DboMysqli::$_result = NULL
DboMysqli::$_queriesCnt = 2
DboMysqli::$_queriesTime = 0
DboMysqli::$_queriesLog = array
DboMysqli::$_queriesLogMax = 200
DboMysqli::$_queryCache = array
DboMysqli::$__descriptions = array
DboMysqli::$_sources = NULL
DboMysqli::$connection = false
DboMysqli::$config = array
DboMysqli::$configKeyName = "default"
DboMysqli::$_transactionStarted = false
DboMysqli::$cacheSources = true
DboMysqli::$__booleans = array
$cacheKey = "4fed2edf82ea2e2c8b03baa8232cbae2"
$return = null
$allFields = true
array_keys - [internal], line ??
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 1980
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
Warning (2): array_filter() expects parameter 1 to be array, null given [APP/cake/libs/model/datasources/dbo_source.php, line 1984]Code |
Context $fields = CakeString::tokenize($fields);
}
$fields = array_values(array_filter($fields));
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
$alias = "Content"
$fields = null
$quote = true
$this = DboMysqli
DboMysqli::$description = "Mysqli DBO Driver"
DboMysqli::$_baseConfig = array
DboMysqli::$startQuote = "`"
DboMysqli::$endQuote = "`"
DboMysqli::$_useAlias = true
DboMysqli::$_commands = array
DboMysqli::$fieldParameters = array
DboMysqli::$tableParameters = array
DboMysqli::$columns = array
DboMysqli::$index = array
DboMysqli::$alias = "AS "
DboMysqli::$methodCache = array
DboMysqli::$cacheMethods = true
DboMysqli::$__bypass = false
DboMysqli::$__sqlOps = array
DboMysqli::$virtualFieldSeparator = "__"
DboMysqli::$connected = false
DboMysqli::$fullDebug = true
DboMysqli::$error = NULL
DboMysqli::$affected = NULL
DboMysqli::$numRows = NULL
DboMysqli::$took = 0
DboMysqli::$_result = NULL
DboMysqli::$_queriesCnt = 2
DboMysqli::$_queriesTime = 0
DboMysqli::$_queriesLog = array
DboMysqli::$_queriesLogMax = 200
DboMysqli::$_queryCache = array
DboMysqli::$__descriptions = array
DboMysqli::$_sources = NULL
DboMysqli::$connection = false
DboMysqli::$config = array
DboMysqli::$configKeyName = "default"
DboMysqli::$_transactionStarted = false
DboMysqli::$cacheSources = true
DboMysqli::$__booleans = array
$cacheKey = "4fed2edf82ea2e2c8b03baa8232cbae2"
$return = null
$allFields = true
array_filter - [internal], line ??
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 1984
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
Warning (2): array_values() expects parameter 1 to be array, null given [APP/cake/libs/model/datasources/dbo_source.php, line 1984]Code |
Context $fields = CakeString::tokenize($fields);
}
$fields = array_values(array_filter($fields));
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
$alias = "Content"
$fields = null
$quote = true
$this = DboMysqli
DboMysqli::$description = "Mysqli DBO Driver"
DboMysqli::$_baseConfig = array
DboMysqli::$startQuote = "`"
DboMysqli::$endQuote = "`"
DboMysqli::$_useAlias = true
DboMysqli::$_commands = array
DboMysqli::$fieldParameters = array
DboMysqli::$tableParameters = array
DboMysqli::$columns = array
DboMysqli::$index = array
DboMysqli::$alias = "AS "
DboMysqli::$methodCache = array
DboMysqli::$cacheMethods = true
DboMysqli::$__bypass = false
DboMysqli::$__sqlOps = array
DboMysqli::$virtualFieldSeparator = "__"
DboMysqli::$connected = false
DboMysqli::$fullDebug = true
DboMysqli::$error = NULL
DboMysqli::$affected = NULL
DboMysqli::$numRows = NULL
DboMysqli::$took = 0
DboMysqli::$_result = NULL
DboMysqli::$_queriesCnt = 2
DboMysqli::$_queriesTime = 0
DboMysqli::$_queriesLog = array
DboMysqli::$_queriesLogMax = 200
DboMysqli::$_queryCache = array
DboMysqli::$__descriptions = array
DboMysqli::$_sources = NULL
DboMysqli::$connection = false
DboMysqli::$config = array
DboMysqli::$configKeyName = "default"
DboMysqli::$_transactionStarted = false
DboMysqli::$cacheSources = true
DboMysqli::$__booleans = array
$cacheKey = "4fed2edf82ea2e2c8b03baa8232cbae2"
$return = null
$allFields = true
array_values - [internal], line ??
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 1984
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
Warning (2): array_unique() expects parameter 1 to be array, null given [APP/cake/libs/model/datasources/dbo_source.php, line 2066]Code |
Context $fields = array_merge($fields, $this->_constructVirtualFields($model, $alias, $virtual));
}
return $this->cacheMethod(__FUNCTION__, $cacheKey, array_unique($fields));
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
$alias = "Content"
$fields = null
$quote = true
$this = DboMysqli
DboMysqli::$description = "Mysqli DBO Driver"
DboMysqli::$_baseConfig = array
DboMysqli::$startQuote = "`"
DboMysqli::$endQuote = "`"
DboMysqli::$_useAlias = true
DboMysqli::$_commands = array
DboMysqli::$fieldParameters = array
DboMysqli::$tableParameters = array
DboMysqli::$columns = array
DboMysqli::$index = array
DboMysqli::$alias = "AS "
DboMysqli::$methodCache = array
DboMysqli::$cacheMethods = true
DboMysqli::$__bypass = false
DboMysqli::$__sqlOps = array
DboMysqli::$virtualFieldSeparator = "__"
DboMysqli::$connected = false
DboMysqli::$fullDebug = true
DboMysqli::$error = NULL
DboMysqli::$affected = NULL
DboMysqli::$numRows = NULL
DboMysqli::$took = 0
DboMysqli::$_result = NULL
DboMysqli::$_queriesCnt = 2
DboMysqli::$_queriesTime = 0
DboMysqli::$_queriesLog = array
DboMysqli::$_queriesLogMax = 200
DboMysqli::$_queryCache = array
DboMysqli::$__descriptions = array
DboMysqli::$_sources = NULL
DboMysqli::$connection = false
DboMysqli::$config = array
DboMysqli::$configKeyName = "default"
DboMysqli::$_transactionStarted = false
DboMysqli::$cacheSources = true
DboMysqli::$__booleans = array
$cacheKey = "4fed2edf82ea2e2c8b03baa8232cbae2"
$return = null
$allFields = true
$virtual = array()
$virtualFields = false
$count = 0
array_unique - [internal], line ??
DboSource::fields() - APP/cake/libs/model/datasources/dbo_source.php, line 2066
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 795
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
Notice (8): Trying to get property of non-object [APP/cake/libs/model/datasources/dbo_source.php, line 811]Code |
Context return false;
}
$results = $db->read($this, $query);
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
Content::$User = NULL
$queryData = array(
"conditions" => array(
"Category.lft >=" => 7,
"Category.rght <=" => 32,
"Content.active" => 1
),
"fields" => null,
"joins" => array(),
"limit" => 3,
"offset" => array(),
"order" => array(
"Content.created DESC"
),
"page" => 1,
"group" => array(),
"callbacks" => true
)
$recursive = null
$null = null
$array = array(
"callbacks" => true
)
$linkedModels = array()
$_associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
$type = "belongsTo"
$assoc = "User"
$assocData = array(
"counterCache" => true
)
$linkModel = null
$external = false
$this = DboMysqli
DboMysqli::$description = "Mysqli DBO Driver"
DboMysqli::$_baseConfig = array
DboMysqli::$startQuote = "`"
DboMysqli::$endQuote = "`"
DboMysqli::$_useAlias = true
DboMysqli::$_commands = array
DboMysqli::$fieldParameters = array
DboMysqli::$tableParameters = array
DboMysqli::$columns = array
DboMysqli::$index = array
DboMysqli::$alias = "AS "
DboMysqli::$methodCache = array
DboMysqli::$cacheMethods = true
DboMysqli::$__bypass = false
DboMysqli::$__sqlOps = array
DboMysqli::$virtualFieldSeparator = "__"
DboMysqli::$connected = false
DboMysqli::$fullDebug = true
DboMysqli::$error = NULL
DboMysqli::$affected = NULL
DboMysqli::$numRows = NULL
DboMysqli::$took = 0
DboMysqli::$_result = NULL
DboMysqli::$_queriesCnt = 2
DboMysqli::$_queriesTime = 0
DboMysqli::$_queriesLog = array
DboMysqli::$_queriesLogMax = 200
DboMysqli::$_queryCache = array
DboMysqli::$__descriptions = array
DboMysqli::$_sources = NULL
DboMysqli::$connection = false
DboMysqli::$config = array
DboMysqli::$configKeyName = "default"
DboMysqli::$_transactionStarted = false
DboMysqli::$cacheSources = true
DboMysqli::$__booleans = array
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 811
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Warning (2): array_unique() expects parameter 1 to be array, null given [APP/cake/libs/model/datasources/dbo_source.php, line 1252]Code |
Context return $this->buildStatement(
array(
'fields' => array_unique($queryData['fields']),
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
Content::$User = NULL
Content::$Category = NULL
Content::$Language = NULL
Content::$0 = NULL
Content::$1 = NULL
Content::$2 = NULL
Content::$3 = NULL
Content::$4 = NULL
$linkModel = null
$type = null
$association = null
$assocData = array(
"conditions" => array(),
"fields" => array(),
"joins" => array(),
"order" => array(),
"limit" => array(),
"offset" => array(),
"group" => array(),
"callbacks" => null
)
$queryData = array(
"conditions" => array(
"Category.lft >=" => 7,
"Category.rght <=" => 32,
"Content.active" => 1
),
"fields" => null,
"joins" => array(),
"limit" => 3,
"offset" => array(),
"order" => array(
"Content.created DESC"
),
"page" => 1,
"group" => array(),
"callbacks" => true
)
$external = false
$resultSet = null
array_unique - [internal], line ??
DboSource::generateAssociationQuery() - APP/cake/libs/model/datasources/dbo_source.php, line 1252
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 819
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
Warning (2): implode() [function.implode]: Invalid arguments passed [APP/cake/libs/model/datasources/dbo_source.php, line 1474]Code |
Context return $this->renderStatement('select', array(
'conditions' => $this->conditions($query['conditions'], true, true, $model),
'fields' => implode(', ', $query['fields']),
$query = array(
"offset" => array(),
"joins" => array(),
"fields" => null,
"table" => "",
"alias" => "Content",
"limit" => 3,
"conditions" => array(
"Category.lft >=" => 7,
"Category.rght <=" => 32,
"Content.active" => 1
),
"order" => array(
"Content.created DESC"
),
"group" => array()
)
$model = Content
Content::$name = "Content"
Content::$hasOne = array
Content::$hasMany = array
Content::$belongsTo = array
Content::$hasAndBelongsToMany = array
Content::$useDbConfig = "default"
Content::$useTable = "contents"
Content::$displayField = NULL
Content::$id = false
Content::$data = array
Content::$table = false
Content::$primaryKey = "id"
Content::$_schema = false
Content::$validate = array
Content::$validationErrors = array
Content::$tablePrefix = ""
Content::$alias = "Content"
Content::$tableToModel = array
Content::$logTransactions = false
Content::$cacheQueries = false
Content::$actsAs = NULL
Content::$Behaviors = BehaviorCollection object
Content::$whitelist = array
Content::$cacheSources = true
Content::$findQueryType = "all"
Content::$recursive = 1
Content::$order = NULL
Content::$virtualFields = array
Content::$__associationKeys = array
Content::$__associations = array
Content::$__backAssociation = array
Content::$__insertID = NULL
Content::$__numRows = NULL
Content::$__affectedRows = NULL
Content::$__safeUpdateMode = false
Content::$_findMethods = array
Content::$User = NULL
Content::$Category = NULL
Content::$Language = NULL
Content::$0 = NULL
Content::$1 = NULL
Content::$2 = NULL
Content::$3 = NULL
Content::$4 = NULL
implode - [internal], line ??
DboSource::buildStatement() - APP/cake/libs/model/datasources/dbo_source.php, line 1474
DboSource::generateAssociationQuery() - APP/cake/libs/model/datasources/dbo_source.php, line 1263
DboSource::read() - APP/cake/libs/model/datasources/dbo_source.php, line 819
Model::find() - APP/cake/libs/model/model.php, line 2153
AppController::beforeRender() - APP/app_controller.php, line 127
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
Notice (8): Undefined property: Content::$Comment [APP/app_controller.php, line 130]Code |
Context */
function render($action = null, $layout = null, $file = null) {
$this->beforeRender();
$new_games = false
AppController::beforeRender() - APP/app_controller.php, line 130
Controller::render() - APP/cake/libs/controller/controller.php, line 863
ErrorHandler::_outputMessage() - APP/cake/libs/error.php, line 458
ErrorHandler::missingTable() - APP/cake/libs/error.php, line 261
CakeObject::dispatchMethod() - APP/cake/libs/object.php, line 112
ErrorHandler::__construct() - APP/cake/libs/error.php, line 125
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Controller::loadModel() - APP/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - APP/cake/libs/controller/controller.php, line 502
CakeErrorController::__construct() - APP/cake/libs/error.php, line 52
ErrorHandler::__construct() - APP/cake/libs/error.php, line 90
CakeObject::cakeError() - APP/cake/libs/object.php, line 201
Model::setSource() - APP/cake/libs/model/model.php, line 783
Model::__construct() - APP/cake/libs/model/model.php, line 483
ClassRegistry::init() - APP/cake/libs/class_registry.php, line 142
Fatal error: Call to a member function find() on null in /var/www/html/app_controller.php on line 130