Warning (2): mysql_connect() [function.mysql-connect]: User 'masuhair_neko' has exceeded the 'max_user_connections' resource (current value: 100) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "masuhair_neko",
"password" => "uriage3939c4m",
"database" => "masuhair_nekojiman",
"port" => "3306",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => "nekojiman_"
)
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 2833
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 83
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 567]Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "masuhair_neko",
"password" => "uriage3939c4m",
"database" => "masuhair_nekojiman",
"port" => "3306",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => "nekojiman_",
"connect" => "mysql_connect"
)
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 567
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 2833
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 83
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 609]Code |
Context$sql = "SET NAMES utf8"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 609
DboMysqlBase::setEncoding() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 249
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 572
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 2833
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 83
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575]Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "masuhair_neko",
"password" => "uriage3939c4m",
"database" => "masuhair_nekojiman",
"port" => "3306",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => "nekojiman_",
"connect" => "mysql_connect"
)
mysql_get_server_info - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575
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 2833
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 83
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 691]Codemysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 691
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 257
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 287
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 125
Model::schema() - CORE/cake/libs/model/model.php, line 929
Model::setSource() - CORE/cake/libs/model/model.php, line 780
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658
Model::__createLinks() - CORE/cake/libs/model/model.php, line 629
Model::__construct() - CORE/cake/libs/model/model.php, line 482
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
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127]Code |
Context $cols = $this->query('SHOW FULL COLUMNS FROM ' . $this->fullTableName($model));
foreach ($cols as $column) {
$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = NULL
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = NULL
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$cache = null
$fields = false
$cols = false
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127
Model::schema() - CORE/cake/libs/model/model.php, line 929
Model::setSource() - CORE/cake/libs/model/model.php, line 780
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658
Model::__createLinks() - CORE/cake/libs/model/model.php, line 629
Model::__construct() - CORE/cake/libs/model/model.php, line 482
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 83
Warning (2): array_keys() expects parameter 1 to be array, boolean given [CORE/cake/libs/model/datasources/dbo_source.php, line 1953]Code |
Context$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$alias = "PhotoComment"
$fields = array()
$quote = true
$this = DboMysql
DboMysql::$description = "MySQL DBO Driver"
DboMysql::$_baseConfig = array
DboMysql::$startQuote = "`"
DboMysql::$endQuote = "`"
DboMysql::$_useAlias = false
DboMysql::$_commands = array
DboMysql::$fieldParameters = array
DboMysql::$tableParameters = array
DboMysql::$columns = array
DboMysql::$index = array
DboMysql::$alias = "AS "
DboMysql::$methodCache = array
DboMysql::$cacheMethods = true
DboMysql::$__bypass = false
DboMysql::$__sqlOps = array
DboMysql::$virtualFieldSeparator = "__"
DboMysql::$connected = false
DboMysql::$fullDebug = true
DboMysql::$error = NULL
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = NULL
DboMysql::$_queriesCnt = 12
DboMysql::$_queriesTime = 0
DboMysql::$_queriesLog = array
DboMysql::$_queriesLogMax = 200
DboMysql::$_queryCache = array
DboMysql::$__descriptions = array
DboMysql::$_sources = array
DboMysql::$connection = false
DboMysql::$config = array
DboMysql::$configKeyName = "default"
DboMysql::$_transactionStarted = false
DboMysql::$cacheSources = true
DboMysql::$__booleans = array
array_keys - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1953
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1317
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_keys() expects parameter 1 to be array, boolean given [CORE/cake/libs/model/datasources/dbo_source.php, line 1966]Code |
Context$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$alias = "PhotoComment"
$fields = array()
$quote = true
$this = DboMysql
DboMysql::$description = "MySQL DBO Driver"
DboMysql::$_baseConfig = array
DboMysql::$startQuote = "`"
DboMysql::$endQuote = "`"
DboMysql::$_useAlias = false
DboMysql::$_commands = array
DboMysql::$fieldParameters = array
DboMysql::$tableParameters = array
DboMysql::$columns = array
DboMysql::$index = array
DboMysql::$alias = "AS "
DboMysql::$methodCache = array
DboMysql::$cacheMethods = true
DboMysql::$__bypass = false
DboMysql::$__sqlOps = array
DboMysql::$virtualFieldSeparator = "__"
DboMysql::$connected = false
DboMysql::$fullDebug = true
DboMysql::$error = NULL
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = NULL
DboMysql::$_queriesCnt = 13
DboMysql::$_queriesTime = 0
DboMysql::$_queriesLog = array
DboMysql::$_queriesLogMax = 200
DboMysql::$_queryCache = array
DboMysql::$__descriptions = array
DboMysql::$_sources = array
DboMysql::$connection = false
DboMysql::$config = array
DboMysql::$configKeyName = "default"
DboMysql::$_transactionStarted = false
DboMysql::$cacheSources = true
DboMysql::$__booleans = array
$cacheKey = 3377369309
$return = null
$allFields = true
array_keys - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1966
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1317
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_filter() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1970]Code |
Context$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$alias = "PhotoComment"
$fields = null
$quote = true
$this = DboMysql
DboMysql::$description = "MySQL DBO Driver"
DboMysql::$_baseConfig = array
DboMysql::$startQuote = "`"
DboMysql::$endQuote = "`"
DboMysql::$_useAlias = false
DboMysql::$_commands = array
DboMysql::$fieldParameters = array
DboMysql::$tableParameters = array
DboMysql::$columns = array
DboMysql::$index = array
DboMysql::$alias = "AS "
DboMysql::$methodCache = array
DboMysql::$cacheMethods = true
DboMysql::$__bypass = false
DboMysql::$__sqlOps = array
DboMysql::$virtualFieldSeparator = "__"
DboMysql::$connected = false
DboMysql::$fullDebug = true
DboMysql::$error = NULL
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = NULL
DboMysql::$_queriesCnt = 13
DboMysql::$_queriesTime = 0
DboMysql::$_queriesLog = array
DboMysql::$_queriesLogMax = 200
DboMysql::$_queryCache = array
DboMysql::$__descriptions = array
DboMysql::$_sources = array
DboMysql::$connection = false
DboMysql::$config = array
DboMysql::$configKeyName = "default"
DboMysql::$_transactionStarted = false
DboMysql::$cacheSources = true
DboMysql::$__booleans = array
$cacheKey = 3377369309
$return = null
$allFields = true
array_filter - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1970
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1317
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_values() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1970]Code |
Context$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$alias = "PhotoComment"
$fields = null
$quote = true
$this = DboMysql
DboMysql::$description = "MySQL DBO Driver"
DboMysql::$_baseConfig = array
DboMysql::$startQuote = "`"
DboMysql::$endQuote = "`"
DboMysql::$_useAlias = false
DboMysql::$_commands = array
DboMysql::$fieldParameters = array
DboMysql::$tableParameters = array
DboMysql::$columns = array
DboMysql::$index = array
DboMysql::$alias = "AS "
DboMysql::$methodCache = array
DboMysql::$cacheMethods = true
DboMysql::$__bypass = false
DboMysql::$__sqlOps = array
DboMysql::$virtualFieldSeparator = "__"
DboMysql::$connected = false
DboMysql::$fullDebug = true
DboMysql::$error = NULL
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = NULL
DboMysql::$_queriesCnt = 13
DboMysql::$_queriesTime = 0
DboMysql::$_queriesLog = array
DboMysql::$_queriesLogMax = 200
DboMysql::$_queryCache = array
DboMysql::$__descriptions = array
DboMysql::$_sources = array
DboMysql::$connection = false
DboMysql::$config = array
DboMysql::$configKeyName = "default"
DboMysql::$_transactionStarted = false
DboMysql::$cacheSources = true
DboMysql::$__booleans = array
$cacheKey = 3377369309
$return = null
$allFields = true
array_values - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1970
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1317
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 2052]Code |
Context$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$alias = "PhotoComment"
$fields = null
$quote = true
$this = DboMysql
DboMysql::$description = "MySQL DBO Driver"
DboMysql::$_baseConfig = array
DboMysql::$startQuote = "`"
DboMysql::$endQuote = "`"
DboMysql::$_useAlias = false
DboMysql::$_commands = array
DboMysql::$fieldParameters = array
DboMysql::$tableParameters = array
DboMysql::$columns = array
DboMysql::$index = array
DboMysql::$alias = "AS "
DboMysql::$methodCache = array
DboMysql::$cacheMethods = true
DboMysql::$__bypass = false
DboMysql::$__sqlOps = array
DboMysql::$virtualFieldSeparator = "__"
DboMysql::$connected = false
DboMysql::$fullDebug = true
DboMysql::$error = NULL
DboMysql::$affected = NULL
DboMysql::$numRows = NULL
DboMysql::$took = 0
DboMysql::$_result = NULL
DboMysql::$_queriesCnt = 13
DboMysql::$_queriesTime = 0
DboMysql::$_queriesLog = array
DboMysql::$_queriesLogMax = 200
DboMysql::$_queryCache = array
DboMysql::$__descriptions = array
DboMysql::$_sources = array
DboMysql::$connection = false
DboMysql::$config = array
DboMysql::$configKeyName = "default"
DboMysql::$_transactionStarted = false
DboMysql::$cacheSources = true
DboMysql::$__booleans = array
$cacheKey = 3377369309
$return = null
$allFields = true
$virtual = array()
$virtualFields = false
$count = 0
array_unique - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 2052
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1317
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [CORE/cake/libs/model/datasources/dbo_source.php, line 1319]Code |
Context$model = Photo
Photo::$name = "Photo"
Photo::$useDbConfig = "default"
Photo::$hasMany = array
Photo::$belongsTo = array
Photo::$hasOne = array
Photo::$validate = array
Photo::$useTable = "photos"
Photo::$displayField = "title"
Photo::$id = false
Photo::$data = array
Photo::$table = "photos"
Photo::$primaryKey = "id"
Photo::$_schema = array
Photo::$validationErrors = array
Photo::$tablePrefix = "nekojiman_"
Photo::$alias = "Photo"
Photo::$tableToModel = array
Photo::$logTransactions = false
Photo::$cacheQueries = false
Photo::$hasAndBelongsToMany = array
Photo::$actsAs = NULL
Photo::$Behaviors = BehaviorCollection object
Photo::$whitelist = array
Photo::$cacheSources = true
Photo::$findQueryType = "first"
Photo::$recursive = 1
Photo::$order = NULL
Photo::$virtualFields = array
Photo::$__associationKeys = array
Photo::$__associations = array
Photo::$__backAssociation = array
Photo::$__insertID = NULL
Photo::$__numRows = NULL
Photo::$__affectedRows = NULL
Photo::$_findMethods = array
Photo::$User = User object
Photo::$PhotoView = PhotoView object
Photo::$PhotoProfile = PhotoProfile object
Photo::$PhotoComment = PhotoComment object
$linkModel = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$type = "hasMany"
$association = "PhotoComment"
$assocData = array(
"className" => "PhotoComment",
"foreignKey" => "photo_id",
"order" => "PhotoComment.id DESC",
"dependent" => true,
"conditions" => array(),
"fields" => null,
"limit" => null,
"offset" => array(),
"exclusive" => "",
"finderQuery" => "",
"counterQuery" => "",
"joins" => array(),
"group" => array()
)
$queryData = array(
"conditions" => array(
"Photo.id" => "9360"
),
"fields" => array(
"`Photo`.`id`",
"`Photo`.`user_id`",
"`Photo`.`title`",
"`Photo`.`comment`",
"`Photo`.`comment_lang`",
"`Photo`.`to_comment`",
"`Photo`.`to_comment_lang`",
"`Photo`.`tag`",
"`Photo`.`memo`",
"`Photo`.`flag_comment`",
"`Photo`.`flag_point`",
"`Photo`.`flag_link`",
"`Photo`.`flag_album`",
"`Photo`.`image_type`",
"`Photo`.`image_host`",
"`Photo`.`image_path`",
"`Photo`.`image_folder`",
"`Photo`.`image_file`",
"`Photo`.`image_size`",
"`Photo`.`vtag`",
"`Photo`.`vid`",
"`Photo`.`new_comment`",
"`Photo`.`top_rank_weekly`",
"`Photo`.`last_access`",
"`Photo`.`status`",
"`Photo`.`agreement`",
"`Photo`.`post_date`",
"`Photo`.`update_date`",
"`Photo`.`post_id`",
"`User`.`id`",
"`User`.`username`",
"`User`.`password`",
"`User`.`uid`",
"`User`.`nickname`",
"`User`.`birth_day`",
"`User`.`sex`",
"`User`.`zip`",
"`User`.`profile`",
"`User`.`url`",
"`User`.`lang`",
"`User`.`mail_lang`",
"`User`.`icon_id`",
"`User`.`image_host`",
"`User`.`image_path`",
"`User`.`image_folder`",
"`User`.`image_file`",
"`User`.`image_size`",
"`User`.`agreement`",
"`User`.`level`",
"`User`.`mofu`",
"`User`.`crown`",
"`User`.`medal`",
"`User`.`stamp`",
"`User`.`stamp_date`",
"`User`.`entry_date`",
"`User`.`update_date`",
"`User`.`activate_key`",
"`User`.`status`",
"`User`.`post_id`",
"`Photo`.`id`"
),
"joins" => array(
array()
),
"limit" => 1,
"offset" => array(),
"order" => array(
null
),
"page" => 1,
"group" => array(),
"callbacks" => true,
"recursive" => null
)
$external = false
$resultSet = null
$alias = "PhotoComment"
$self = false
$fields = array()
array_merge - [internal], line ??
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1319
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_unique() expects parameter 1 to be array, null given [CORE/cake/libs/model/datasources/dbo_source.php, line 1323]Code |
Context$model = Photo
Photo::$name = "Photo"
Photo::$useDbConfig = "default"
Photo::$hasMany = array
Photo::$belongsTo = array
Photo::$hasOne = array
Photo::$validate = array
Photo::$useTable = "photos"
Photo::$displayField = "title"
Photo::$id = false
Photo::$data = array
Photo::$table = "photos"
Photo::$primaryKey = "id"
Photo::$_schema = array
Photo::$validationErrors = array
Photo::$tablePrefix = "nekojiman_"
Photo::$alias = "Photo"
Photo::$tableToModel = array
Photo::$logTransactions = false
Photo::$cacheQueries = false
Photo::$hasAndBelongsToMany = array
Photo::$actsAs = NULL
Photo::$Behaviors = BehaviorCollection object
Photo::$whitelist = array
Photo::$cacheSources = true
Photo::$findQueryType = "first"
Photo::$recursive = 1
Photo::$order = NULL
Photo::$virtualFields = array
Photo::$__associationKeys = array
Photo::$__associations = array
Photo::$__backAssociation = array
Photo::$__insertID = NULL
Photo::$__numRows = NULL
Photo::$__affectedRows = NULL
Photo::$_findMethods = array
Photo::$User = User object
Photo::$PhotoView = PhotoView object
Photo::$PhotoProfile = PhotoProfile object
Photo::$PhotoComment = PhotoComment object
$linkModel = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = false
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = false
PhotoComment::$validate = array
PhotoComment::$validationErrors = array
PhotoComment::$tablePrefix = "nekojiman_"
PhotoComment::$alias = "PhotoComment"
PhotoComment::$tableToModel = array
PhotoComment::$logTransactions = false
PhotoComment::$cacheQueries = false
PhotoComment::$belongsTo = array
PhotoComment::$hasOne = array
PhotoComment::$hasMany = array
PhotoComment::$hasAndBelongsToMany = array
PhotoComment::$actsAs = NULL
PhotoComment::$Behaviors = BehaviorCollection object
PhotoComment::$whitelist = array
PhotoComment::$cacheSources = true
PhotoComment::$findQueryType = NULL
PhotoComment::$recursive = 1
PhotoComment::$order = NULL
PhotoComment::$virtualFields = array
PhotoComment::$__associationKeys = array
PhotoComment::$__associations = array
PhotoComment::$__backAssociation = array
PhotoComment::$__insertID = NULL
PhotoComment::$__numRows = NULL
PhotoComment::$__affectedRows = NULL
PhotoComment::$_findMethods = array
$type = "hasMany"
$association = "PhotoComment"
$assocData = array(
"className" => "PhotoComment",
"foreignKey" => "photo_id",
"order" => "PhotoComment.id DESC",
"dependent" => true,
"conditions" => array(),
"fields" => null,
"limit" => null,
"offset" => array(),
"exclusive" => "",
"finderQuery" => "",
"counterQuery" => "",
"joins" => array(),
"group" => array()
)
$queryData = array(
"conditions" => array(
"Photo.id" => "9360"
),
"fields" => array(
"`Photo`.`id`",
"`Photo`.`user_id`",
"`Photo`.`title`",
"`Photo`.`comment`",
"`Photo`.`comment_lang`",
"`Photo`.`to_comment`",
"`Photo`.`to_comment_lang`",
"`Photo`.`tag`",
"`Photo`.`memo`",
"`Photo`.`flag_comment`",
"`Photo`.`flag_point`",
"`Photo`.`flag_link`",
"`Photo`.`flag_album`",
"`Photo`.`image_type`",
"`Photo`.`image_host`",
"`Photo`.`image_path`",
"`Photo`.`image_folder`",
"`Photo`.`image_file`",
"`Photo`.`image_size`",
"`Photo`.`vtag`",
"`Photo`.`vid`",
"`Photo`.`new_comment`",
"`Photo`.`top_rank_weekly`",
"`Photo`.`last_access`",
"`Photo`.`status`",
"`Photo`.`agreement`",
"`Photo`.`post_date`",
"`Photo`.`update_date`",
"`Photo`.`post_id`",
"`User`.`id`",
"`User`.`username`",
"`User`.`password`",
"`User`.`uid`",
"`User`.`nickname`",
"`User`.`birth_day`",
"`User`.`sex`",
"`User`.`zip`",
"`User`.`profile`",
"`User`.`url`",
"`User`.`lang`",
"`User`.`mail_lang`",
"`User`.`icon_id`",
"`User`.`image_host`",
"`User`.`image_path`",
"`User`.`image_folder`",
"`User`.`image_file`",
"`User`.`image_size`",
"`User`.`agreement`",
"`User`.`level`",
"`User`.`mofu`",
"`User`.`crown`",
"`User`.`medal`",
"`User`.`stamp`",
"`User`.`stamp_date`",
"`User`.`entry_date`",
"`User`.`update_date`",
"`User`.`activate_key`",
"`User`.`status`",
"`User`.`post_id`",
"`Photo`.`id`"
),
"joins" => array(
array()
),
"limit" => 1,
"offset" => array(),
"order" => array(
null
),
"page" => 1,
"group" => array(),
"callbacks" => true,
"recursive" => null
)
$external = false
$resultSet = null
$alias = "PhotoComment"
$self = false
$fields = array()
array_unique - [internal], line ??
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1323
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): implode() [function.implode]: Invalid arguments passed [CORE/cake/libs/model/datasources/dbo_source.php, line 1463]Code |
Context$query = array(
"offset" => null,
"joins" => array(),
"conditions" => array(
"PhotoComment.photo_id" => array()
),
"fields" => null,
"table" => "`nekojiman_photo_comments`",
"alias" => "PhotoComment",
"order" => "PhotoComment.id DESC",
"limit" => null,
"group" => null
)
$model = Photo
Photo::$name = "Photo"
Photo::$useDbConfig = "default"
Photo::$hasMany = array
Photo::$belongsTo = array
Photo::$hasOne = array
Photo::$validate = array
Photo::$useTable = "photos"
Photo::$displayField = "title"
Photo::$id = false
Photo::$data = array
Photo::$table = "photos"
Photo::$primaryKey = "id"
Photo::$_schema = array
Photo::$validationErrors = array
Photo::$tablePrefix = "nekojiman_"
Photo::$alias = "Photo"
Photo::$tableToModel = array
Photo::$logTransactions = false
Photo::$cacheQueries = false
Photo::$hasAndBelongsToMany = array
Photo::$actsAs = NULL
Photo::$Behaviors = BehaviorCollection object
Photo::$whitelist = array
Photo::$cacheSources = true
Photo::$findQueryType = "first"
Photo::$recursive = 1
Photo::$order = NULL
Photo::$virtualFields = array
Photo::$__associationKeys = array
Photo::$__associations = array
Photo::$__backAssociation = array
Photo::$__insertID = NULL
Photo::$__numRows = NULL
Photo::$__affectedRows = NULL
Photo::$_findMethods = array
Photo::$User = User object
Photo::$PhotoView = PhotoView object
Photo::$PhotoProfile = PhotoProfile object
Photo::$PhotoComment = PhotoComment object
implode - [internal], line ??
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1463
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1369
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 814
Model::find() - CORE/cake/libs/model/model.php, line 2127
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Photo::findById() - APP/controllers/neko_controller.php, line 185
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 185
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/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 /home/masuhair/nekojiman.com/public_html/cake/libs/debugger.php:673) [CORE/cake/libs/controller/controller.php, line 742]Code |
Context$status = "Location: https://catproud.com/"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 742
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721
NekoController::get_set_photo_data() - APP/controllers/neko_controller.php, line 293
NekoController::photo() - APP/controllers/neko_controller.php, line 126
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83