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
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
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 = ProfileView
ProfileView::$name = "ProfileView"
ProfileView::$useDbConfig = "logdb"
ProfileView::$useTable = "profile_views"
ProfileView::$displayField = NULL
ProfileView::$id = false
ProfileView::$data = array
ProfileView::$table = "profile_views"
ProfileView::$primaryKey = "id"
ProfileView::$_schema = NULL
ProfileView::$validate = array
ProfileView::$validationErrors = array
ProfileView::$tablePrefix = "nekojiman_"
ProfileView::$alias = "ProfileView"
ProfileView::$tableToModel = array
ProfileView::$logTransactions = false
ProfileView::$cacheQueries = false
ProfileView::$belongsTo = array
ProfileView::$hasOne = array
ProfileView::$hasMany = array
ProfileView::$hasAndBelongsToMany = array
ProfileView::$actsAs = NULL
ProfileView::$Behaviors = BehaviorCollection object
ProfileView::$whitelist = array
ProfileView::$cacheSources = true
ProfileView::$findQueryType = NULL
ProfileView::$recursive = 1
ProfileView::$order = NULL
ProfileView::$virtualFields = array
ProfileView::$__associationKeys = array
ProfileView::$__associations = array
ProfileView::$__backAssociation = array
ProfileView::$__insertID = NULL
ProfileView::$__numRows = NULL
ProfileView::$__affectedRows = NULL
ProfileView::$_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
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
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
Warning (2): Invalid argument supplied for foreach() [APP/controllers/components/nekojiman.php, line 520]Code |
Context $model = ClassRegistry::init('PhotoComment');
$commentApi_photo = $model->find('all',$photo_fields);
foreach($commentApi_photo as &$val)
$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = PhotoComment
PhotoComment::$name = "PhotoComment"
PhotoComment::$useDbConfig = "default"
PhotoComment::$useTable = "photo_comments"
PhotoComment::$displayField = "id"
PhotoComment::$id = false
PhotoComment::$data = array
PhotoComment::$table = "photo_comments"
PhotoComment::$primaryKey = "id"
PhotoComment::$_schema = array
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
$commentApi_photo = false
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 520
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Invalid argument supplied for foreach() [APP/controllers/components/nekojiman.php, line 529]Code |
Context $model = ClassRegistry::init('ProfileComment');
$commentApi_profile = $model->find('all',$profile_fields);
foreach($commentApi_profile as &$val)
$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = ProfileComment
ProfileComment::$name = "ProfileComment"
ProfileComment::$useDbConfig = "default"
ProfileComment::$useTable = "profile_comments"
ProfileComment::$displayField = "id"
ProfileComment::$id = false
ProfileComment::$data = array
ProfileComment::$table = "profile_comments"
ProfileComment::$primaryKey = "id"
ProfileComment::$_schema = array
ProfileComment::$validate = array
ProfileComment::$validationErrors = array
ProfileComment::$tablePrefix = "nekojiman_"
ProfileComment::$alias = "ProfileComment"
ProfileComment::$tableToModel = array
ProfileComment::$logTransactions = false
ProfileComment::$cacheQueries = false
ProfileComment::$belongsTo = array
ProfileComment::$hasOne = array
ProfileComment::$hasMany = array
ProfileComment::$hasAndBelongsToMany = array
ProfileComment::$actsAs = NULL
ProfileComment::$Behaviors = BehaviorCollection object
ProfileComment::$whitelist = array
ProfileComment::$cacheSources = true
ProfileComment::$findQueryType = NULL
ProfileComment::$recursive = 1
ProfileComment::$order = NULL
ProfileComment::$virtualFields = array
ProfileComment::$__associationKeys = array
ProfileComment::$__associations = array
ProfileComment::$__backAssociation = array
ProfileComment::$__insertID = NULL
ProfileComment::$__numRows = NULL
ProfileComment::$__affectedRows = NULL
ProfileComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 529
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Invalid argument supplied for foreach() [APP/controllers/components/nekojiman.php, line 538]Code |
Context $model = ClassRegistry::init('AlbumComment');
$commentApi_album = $model->find('all',$album_fields);
foreach($commentApi_album as &$val)
$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = AlbumComment
AlbumComment::$name = "AlbumComment"
AlbumComment::$useDbConfig = "default"
AlbumComment::$useTable = "album_comments"
AlbumComment::$displayField = "id"
AlbumComment::$id = false
AlbumComment::$data = array
AlbumComment::$table = "album_comments"
AlbumComment::$primaryKey = "id"
AlbumComment::$_schema = array
AlbumComment::$validate = array
AlbumComment::$validationErrors = array
AlbumComment::$tablePrefix = "nekojiman_"
AlbumComment::$alias = "AlbumComment"
AlbumComment::$tableToModel = array
AlbumComment::$logTransactions = false
AlbumComment::$cacheQueries = false
AlbumComment::$belongsTo = array
AlbumComment::$hasOne = array
AlbumComment::$hasMany = array
AlbumComment::$hasAndBelongsToMany = array
AlbumComment::$actsAs = NULL
AlbumComment::$Behaviors = BehaviorCollection object
AlbumComment::$whitelist = array
AlbumComment::$cacheSources = true
AlbumComment::$findQueryType = NULL
AlbumComment::$recursive = 1
AlbumComment::$order = NULL
AlbumComment::$virtualFields = array
AlbumComment::$__associationKeys = array
AlbumComment::$__associations = array
AlbumComment::$__backAssociation = array
AlbumComment::$__insertID = NULL
AlbumComment::$__numRows = NULL
AlbumComment::$__affectedRows = NULL
AlbumComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
$commentApi_album = false
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 538
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
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 [APP/controllers/components/nekojiman.php, line 545]Code |
Context$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = AlbumComment
AlbumComment::$name = "AlbumComment"
AlbumComment::$useDbConfig = "default"
AlbumComment::$useTable = "album_comments"
AlbumComment::$displayField = "id"
AlbumComment::$id = false
AlbumComment::$data = array
AlbumComment::$table = "album_comments"
AlbumComment::$primaryKey = "id"
AlbumComment::$_schema = array
AlbumComment::$validate = array
AlbumComment::$validationErrors = array
AlbumComment::$tablePrefix = "nekojiman_"
AlbumComment::$alias = "AlbumComment"
AlbumComment::$tableToModel = array
AlbumComment::$logTransactions = false
AlbumComment::$cacheQueries = false
AlbumComment::$belongsTo = array
AlbumComment::$hasOne = array
AlbumComment::$hasMany = array
AlbumComment::$hasAndBelongsToMany = array
AlbumComment::$actsAs = NULL
AlbumComment::$Behaviors = BehaviorCollection object
AlbumComment::$whitelist = array
AlbumComment::$cacheSources = true
AlbumComment::$findQueryType = NULL
AlbumComment::$recursive = 1
AlbumComment::$order = NULL
AlbumComment::$virtualFields = array
AlbumComment::$__associationKeys = array
AlbumComment::$__associations = array
AlbumComment::$__backAssociation = array
AlbumComment::$__insertID = NULL
AlbumComment::$__numRows = NULL
AlbumComment::$__affectedRows = NULL
AlbumComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
$commentApi_album = false
array_merge - [internal], line ??
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 545
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Invalid argument supplied for foreach() [APP/controllers/components/nekojiman.php, line 547]Code |
Context $data = array_merge(array_merge($commentApi_photo,$commentApi_profile),$commentApi_album);
foreach($data as $k => $v)
$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = AlbumComment
AlbumComment::$name = "AlbumComment"
AlbumComment::$useDbConfig = "default"
AlbumComment::$useTable = "album_comments"
AlbumComment::$displayField = "id"
AlbumComment::$id = false
AlbumComment::$data = array
AlbumComment::$table = "album_comments"
AlbumComment::$primaryKey = "id"
AlbumComment::$_schema = array
AlbumComment::$validate = array
AlbumComment::$validationErrors = array
AlbumComment::$tablePrefix = "nekojiman_"
AlbumComment::$alias = "AlbumComment"
AlbumComment::$tableToModel = array
AlbumComment::$logTransactions = false
AlbumComment::$cacheQueries = false
AlbumComment::$belongsTo = array
AlbumComment::$hasOne = array
AlbumComment::$hasMany = array
AlbumComment::$hasAndBelongsToMany = array
AlbumComment::$actsAs = NULL
AlbumComment::$Behaviors = BehaviorCollection object
AlbumComment::$whitelist = array
AlbumComment::$cacheSources = true
AlbumComment::$findQueryType = NULL
AlbumComment::$recursive = 1
AlbumComment::$order = NULL
AlbumComment::$virtualFields = array
AlbumComment::$__associationKeys = array
AlbumComment::$__associations = array
AlbumComment::$__backAssociation = array
AlbumComment::$__insertID = NULL
AlbumComment::$__numRows = NULL
AlbumComment::$__affectedRows = NULL
AlbumComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
$commentApi_album = false
$data = null
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 547
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): arsort() expects parameter 1 to be array, null given [APP/controllers/components/nekojiman.php, line 562]Code |
Context$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = AlbumComment
AlbumComment::$name = "AlbumComment"
AlbumComment::$useDbConfig = "default"
AlbumComment::$useTable = "album_comments"
AlbumComment::$displayField = "id"
AlbumComment::$id = false
AlbumComment::$data = array
AlbumComment::$table = "album_comments"
AlbumComment::$primaryKey = "id"
AlbumComment::$_schema = array
AlbumComment::$validate = array
AlbumComment::$validationErrors = array
AlbumComment::$tablePrefix = "nekojiman_"
AlbumComment::$alias = "AlbumComment"
AlbumComment::$tableToModel = array
AlbumComment::$logTransactions = false
AlbumComment::$cacheQueries = false
AlbumComment::$belongsTo = array
AlbumComment::$hasOne = array
AlbumComment::$hasMany = array
AlbumComment::$hasAndBelongsToMany = array
AlbumComment::$actsAs = NULL
AlbumComment::$Behaviors = BehaviorCollection object
AlbumComment::$whitelist = array
AlbumComment::$cacheSources = true
AlbumComment::$findQueryType = NULL
AlbumComment::$recursive = 1
AlbumComment::$order = NULL
AlbumComment::$virtualFields = array
AlbumComment::$__associationKeys = array
AlbumComment::$__associations = array
AlbumComment::$__backAssociation = array
AlbumComment::$__insertID = NULL
AlbumComment::$__numRows = NULL
AlbumComment::$__affectedRows = NULL
AlbumComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
$commentApi_album = false
$data = null
$sort = null
arsort - [internal], line ??
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 562
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Invalid argument supplied for foreach() [APP/controllers/components/nekojiman.php, line 563]Code |
Context }
arsort($sort);
foreach($sort as $k => $v)
$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = AlbumComment
AlbumComment::$name = "AlbumComment"
AlbumComment::$useDbConfig = "default"
AlbumComment::$useTable = "album_comments"
AlbumComment::$displayField = "id"
AlbumComment::$id = false
AlbumComment::$data = array
AlbumComment::$table = "album_comments"
AlbumComment::$primaryKey = "id"
AlbumComment::$_schema = array
AlbumComment::$validate = array
AlbumComment::$validationErrors = array
AlbumComment::$tablePrefix = "nekojiman_"
AlbumComment::$alias = "AlbumComment"
AlbumComment::$tableToModel = array
AlbumComment::$logTransactions = false
AlbumComment::$cacheQueries = false
AlbumComment::$belongsTo = array
AlbumComment::$hasOne = array
AlbumComment::$hasMany = array
AlbumComment::$hasAndBelongsToMany = array
AlbumComment::$actsAs = NULL
AlbumComment::$Behaviors = BehaviorCollection object
AlbumComment::$whitelist = array
AlbumComment::$cacheSources = true
AlbumComment::$findQueryType = NULL
AlbumComment::$recursive = 1
AlbumComment::$order = NULL
AlbumComment::$virtualFields = array
AlbumComment::$__associationKeys = array
AlbumComment::$__associations = array
AlbumComment::$__backAssociation = array
AlbumComment::$__insertID = NULL
AlbumComment::$__numRows = NULL
AlbumComment::$__affectedRows = NULL
AlbumComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
$commentApi_album = false
$data = null
$sort = null
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 563
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Notice (8): Undefined variable: commentApi [APP/controllers/components/nekojiman.php, line 573]Code |
Context }
}
Cache::write('comment_api_data', $commentApi, '300sec');
$photo_fields = array(
"conditions" => array(
"PhotoComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"PhotoComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$profile_fields = array(
"conditions" => array(
"ProfileComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"ProfileComment.id" => "desc"
),
"joins" => array(
array(),
array()
)
)
$album_fields = array(
"conditions" => array(
"AlbumComment.status" => 1
),
"fields" => "*",
"limit" => 16,
"order" => array(
"AlbumComment.id" => "desc"
),
"joins" => array(
array(),
array(),
array()
)
)
$model = AlbumComment
AlbumComment::$name = "AlbumComment"
AlbumComment::$useDbConfig = "default"
AlbumComment::$useTable = "album_comments"
AlbumComment::$displayField = "id"
AlbumComment::$id = false
AlbumComment::$data = array
AlbumComment::$table = "album_comments"
AlbumComment::$primaryKey = "id"
AlbumComment::$_schema = array
AlbumComment::$validate = array
AlbumComment::$validationErrors = array
AlbumComment::$tablePrefix = "nekojiman_"
AlbumComment::$alias = "AlbumComment"
AlbumComment::$tableToModel = array
AlbumComment::$logTransactions = false
AlbumComment::$cacheQueries = false
AlbumComment::$belongsTo = array
AlbumComment::$hasOne = array
AlbumComment::$hasMany = array
AlbumComment::$hasAndBelongsToMany = array
AlbumComment::$actsAs = NULL
AlbumComment::$Behaviors = BehaviorCollection object
AlbumComment::$whitelist = array
AlbumComment::$cacheSources = true
AlbumComment::$findQueryType = NULL
AlbumComment::$recursive = 1
AlbumComment::$order = NULL
AlbumComment::$virtualFields = array
AlbumComment::$__associationKeys = array
AlbumComment::$__associations = array
AlbumComment::$__backAssociation = array
AlbumComment::$__insertID = NULL
AlbumComment::$__numRows = NULL
AlbumComment::$__affectedRows = NULL
AlbumComment::$_findMethods = array
$commentApi_photo = false
$commentApi_profile = false
$commentApi_album = false
$data = null
$sort = null
NekojimanComponent::setCommentApi() - APP/controllers/components/nekojiman.php, line 573
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 471
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): array_splice() expects parameter 1 to be array, null given [APP/controllers/components/nekojiman.php, line 474]Code |
Context$commentApi = null
array_splice - [internal], line ??
NekojimanComponent::getCommentApi() - APP/controllers/components/nekojiman.php, line 474
NekojimanComponent::startup() - APP/controllers/components/nekojiman.php, line 169
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
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/users/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 742
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 395
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83