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
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): 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 = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = NULL
RankTotalProfile::$id = NULL
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = NULL
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = NULL
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_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
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 = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$alias = "RankTotalProfile"
$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 = 5
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::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 797
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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 = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$alias = "RankTotalProfile"
$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 = 6
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 = 954356475
$return = null
$allFields = true
array_keys - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1966
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 797
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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 = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$alias = "RankTotalProfile"
$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 = 6
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 = 954356475
$return = null
$allFields = true
array_filter - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1970
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 797
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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 = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$alias = "RankTotalProfile"
$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 = 6
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 = 954356475
$return = null
$allFields = true
array_values - [internal], line ??
DboSource::fields() - CORE/cake/libs/model/datasources/dbo_source.php, line 1970
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 797
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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 = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$alias = "RankTotalProfile"
$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 = 6
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 = 954356475
$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::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 797
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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 1305]Code |
Context$model = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$linkModel = Profile
Profile::$name = "Profile"
Profile::$useDbConfig = "default"
Profile::$hasMany = array
Profile::$belongsTo = array
Profile::$hasOne = array
Profile::$validate = array
Profile::$useTable = "profiles"
Profile::$displayField = "name"
Profile::$id = false
Profile::$data = array
Profile::$table = "profiles"
Profile::$primaryKey = "id"
Profile::$_schema = array
Profile::$validationErrors = array
Profile::$tablePrefix = "nekojiman_"
Profile::$alias = "Profile"
Profile::$tableToModel = array
Profile::$logTransactions = false
Profile::$cacheQueries = false
Profile::$hasAndBelongsToMany = array
Profile::$actsAs = NULL
Profile::$Behaviors = BehaviorCollection object
Profile::$whitelist = array
Profile::$cacheSources = true
Profile::$findQueryType = NULL
Profile::$recursive = 1
Profile::$order = NULL
Profile::$virtualFields = array
Profile::$__associationKeys = array
Profile::$__associations = array
Profile::$__backAssociation = array
Profile::$__insertID = NULL
Profile::$__numRows = NULL
Profile::$__affectedRows = NULL
Profile::$_findMethods = array
Profile::$User = User object
Profile::$ProfileView = ProfileView object
Profile::$ProfileComment = ProfileComment object
$type = "belongsTo"
$association = "Profile"
$assocData = array(
"className" => "Profile",
"foreignKey" => "profile_id",
"conditions" => array(),
"fields" => array(),
"order" => array(),
"counterCache" => "",
"joins" => array(),
"limit" => null,
"offset" => array(),
"group" => array()
)
$queryData = array(
"conditions" => array(
"RankTotalProfile.profile_id" => "116"
),
"fields" => null,
"joins" => array(),
"limit" => 1,
"offset" => array(),
"order" => array(
null
),
"page" => 1,
"group" => array(),
"callbacks" => true,
"recursive" => null
)
$external = false
$resultSet = null
$alias = "Profile"
$self = false
$fields = array(
"`Profile`.`id`",
"`Profile`.`user_id`",
"`Profile`.`name`",
"`Profile`.`birth_year`",
"`Profile`.`birth_month`",
"`Profile`.`birth_day`",
"`Profile`.`sex`",
"`Profile`.`area`",
"`Profile`.`area_lang`",
"`Profile`.`to_area`",
"`Profile`.`to_area_lang`",
"`Profile`.`favorite`",
"`Profile`.`favorite_lang`",
"`Profile`.`to_favorite`",
"`Profile`.`to_favorite_lang`",
"`Profile`.`dislike`",
"`Profile`.`dislike_lang`",
"`Profile`.`to_dislike`",
"`Profile`.`to_dislike_lang`",
"`Profile`.`comment`",
"`Profile`.`comment_lang`",
"`Profile`.`to_comment`",
"`Profile`.`to_comment_lang`",
"`Profile`.`tag`",
"`Profile`.`memo`",
"`Profile`.`flag_comment`",
"`Profile`.`flag_point`",
"`Profile`.`flag_link`",
"`Profile`.`flag_myself`",
"`Profile`.`image_host`",
"`Profile`.`image_path`",
"`Profile`.`image_folder`",
"`Profile`.`image_file`",
"`Profile`.`image_size`",
"`Profile`.`new_comment`",
"`Profile`.`top_rank_weekly`",
"`Profile`.`last_access`",
"`Profile`.`status`",
"`Profile`.`agreement`",
"`Profile`.`post_date`",
"`Profile`.`update_date`",
"`Profile`.`post_id`"
)
$conditions = array(
"RankTotalProfile.profile_id" => stdClass
stdClass::$type = "identifier"
stdClass::$value = "Profile.id"
)
$join = array(
"table" => "`nekojiman_profiles`",
"alias" => "Profile",
"type" => "LEFT",
"conditions" => "`RankTotalProfile`.`profile_id` = `Profile`.`id`"
)
array_merge - [internal], line ??
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1305
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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 1244]Code |
Context$model = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$linkModel = null
$type = null
$association = null
$assocData = array(
"conditions" => array(),
"fields" => array(),
"joins" => array(),
"order" => array(),
"limit" => array(),
"offset" => array(),
"group" => array()
)
$queryData = array(
"conditions" => array(
"RankTotalProfile.profile_id" => "116"
),
"fields" => null,
"joins" => array(
array()
),
"limit" => 1,
"offset" => array(),
"order" => array(
null
),
"page" => 1,
"group" => array(),
"callbacks" => true,
"recursive" => null
)
$external = false
$resultSet = null
array_unique - [internal], line ??
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1244
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 821
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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): mysql_real_escape_string() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 680]Code |
Context$data = "116"
$column = "string"
$safe = false
$parent = null
mysql_real_escape_string - [internal], line ??
DboMysql::value() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 680
DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 2276
DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 2218
DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 2098
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1462
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1255
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 821
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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" => array(),
"joins" => array(
"LEFT JOIN `nekojiman_profiles` AS `Profile` ON (`RankTotalProfile`.`profile_id` = `Profile`.`id`)"
),
"fields" => null,
"table" => "`nekojiman_rank_total_profiles`",
"alias" => "RankTotalProfile",
"limit" => 1,
"conditions" => array(
"RankTotalProfile.profile_id" => "116"
),
"order" => array(
null
),
"group" => array()
)
$model = RankTotalProfile
RankTotalProfile::$name = "RankTotalProfile"
RankTotalProfile::$useDbConfig = "default"
RankTotalProfile::$belongsTo = array
RankTotalProfile::$useTable = "rank_total_profiles"
RankTotalProfile::$displayField = false
RankTotalProfile::$id = false
RankTotalProfile::$data = array
RankTotalProfile::$table = "rank_total_profiles"
RankTotalProfile::$primaryKey = "id"
RankTotalProfile::$_schema = false
RankTotalProfile::$validate = array
RankTotalProfile::$validationErrors = array
RankTotalProfile::$tablePrefix = "nekojiman_"
RankTotalProfile::$alias = "RankTotalProfile"
RankTotalProfile::$tableToModel = array
RankTotalProfile::$logTransactions = false
RankTotalProfile::$cacheQueries = false
RankTotalProfile::$hasOne = array
RankTotalProfile::$hasMany = array
RankTotalProfile::$hasAndBelongsToMany = array
RankTotalProfile::$actsAs = NULL
RankTotalProfile::$Behaviors = BehaviorCollection object
RankTotalProfile::$whitelist = array
RankTotalProfile::$cacheSources = true
RankTotalProfile::$findQueryType = "first"
RankTotalProfile::$recursive = 1
RankTotalProfile::$order = NULL
RankTotalProfile::$virtualFields = array
RankTotalProfile::$__associationKeys = array
RankTotalProfile::$__associations = array
RankTotalProfile::$__backAssociation = array
RankTotalProfile::$__insertID = NULL
RankTotalProfile::$__numRows = NULL
RankTotalProfile::$__affectedRows = NULL
RankTotalProfile::$_findMethods = array
RankTotalProfile::$Profile = Profile object
$count = 1
$i = 1
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 1255
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 821
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
RankTotalProfile::findByProfileId() - APP/controllers/before_after_controller.php, line 383
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 383
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/neko/profile/"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 742
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721
BeforeAfterController::profileBefore() - APP/controllers/before_after_controller.php, line 417
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83