Code Context $path = CACHE_DATA_PATH . $model->tablePrefix . $model->table;
if (!is_dir($path)) {
mkdir($path);
$model = object(Book) {
name => 'Book'
actsAs => array(
(int) 0 => 'BcCache'
)
plugin => 'Book'
useDbConfig => 'default'
useTable => 'books'
id => '44447296'
data => array(
'Book' => array(
[maximum depth reached]
)
)
schemaName => 'bookshops'
table => 'books'
primaryKey => 'id'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => 'mysite_'
alias => 'Book'
tableToModel => array(
'books' => 'Book'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
hasAndBelongsToMany => array()
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'flg_enable' => array(
[maximum depth reached]
),
'bookcategorys_key' => array(
[maximum depth reached]
),
'Title_book' => array(
[maximum depth reached]
),
'Publisher_book' => array(
[maximum depth reached]
),
'Price_book' => array(
[maximum depth reached]
),
'Release_book' => array(
[maximum depth reached]
),
'Author_book' => array(
[maximum depth reached]
),
'AuthorFull_book' => array(
[maximum depth reached]
),
'ISBN' => array(
[maximum depth reached]
),
'ImageUrl' => array(
[maximum depth reached]
),
'cnt_search' => array(
[maximum depth reached]
),
'recentdate' => array(
[maximum depth reached]
),
'memo' => array(
[maximum depth reached]
),
'sort_id' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => '44447296'
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => object(ModelValidator) {}
}
$path = '/home/kusanagi/go2honya_prod/DocumentRoot/app/tmp/cache/datas/mysite_books'
mkdir - [internal], line ??
BcCacheBehavior::createCacheFolder() - CORE/Baser/Model/Behavior/BcCacheBehavior.php, line 48
BcCacheBehavior::delCache() - CORE/Baser/Model/Behavior/BcCacheBehavior.php, line 133
BcCacheBehavior::delAssockCache() - CORE/Baser/Model/Behavior/BcCacheBehavior.php, line 165
BcCacheBehavior::afterSave() - CORE/Baser/Model/Behavior/BcCacheBehavior.php, line 144
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129
CakeEventManager::dispatch() - CORE/Baser/Event/CakeEventManager.php, line 243
Model::_doSave() - CORE/Cake/Model/Model.php, line 1970
Model::save() - CORE/Cake/Model/Model.php, line 1760
BcAppModel::save() - CORE/Baser/Model/BcAppModel.php, line 115
include_once - APP/Plugin/Book/Controller/parts/book_category.php, line 184
BookController::index() - APP/Plugin/Book/Controller/BookController.php, line 228
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - ROOT/index.php, line 123