Warning (512): _cake_core_ cache was unable to write 'cake_dev_' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'cake_dev_'
$value = array(
'LC_MESSAGES' => array()
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/vol/www/www-test_carsensor/html/contents/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'mask' => (int) 438,
'lock' => true,
'isWindows' => false,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 309
I18n::translate() - CORE/Cake/I18n/I18n.php, line 169
__d - CORE/Cake/basics.php, line 570
Cache::write() - CORE/Cake/Cache/Cache.php, line 307
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 308
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 133
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 284
Model::schema() - CORE/Cake/Model/Model.php, line 1308
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1346
DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2564
DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2519
DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2402
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1719
DboSource::generateAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1515
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1078
Model::find() - CORE/Cake/Model/Model.php, line 2642
include - APP/Config/routes.php, line 67
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_page_categories' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'front_nucleus_db_page_categories'
$value = null
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'mask' => (int) 438,
'lock' => true,
'isWindows' => false,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 309
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 308
DataSource::describe() - CORE/Cake/Model/Datasource/DataSource.php, line 133
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 284
Model::schema() - CORE/Cake/Model/Model.php, line 1308
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1346
DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2564
DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2519
DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2402
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1719
DboSource::generateAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1515
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1078
Model::find() - CORE/Cake/Model/Model.php, line 2642
include - APP/Config/routes.php, line 67
Dispatcher::_loadRoutes() - CORE/Cake/Routing/Dispatcher.php, line 278
Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 215
call_user_func - [internal], line ??
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_page_categories' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'front_nucleus_db_page_categories'
$value = array(
'id' => array(
'type' => 'integer',
'null' => false,
'default' => null,
'length' => null,
'key' => 'primary',
'comment' => 'カテゴリID'
),
'this_block_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => null,
'key' => 'index',
'comment' => 'このカテゴリのブロックID'
),
'parent_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => null,
'comment' => '上位カテゴリ'
),
'level' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => null,
'comment' => 'カテゴリ階層'
),
'title' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 100,
'collate' => 'utf8mb3_general_ci',
'comment' => 'カテゴリ名',
'charset' => 'utf8mb3'
),
'title_alias' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 100,
'collate' => 'utf8mb3_general_ci',
'comment' => 'カテゴリ別名',
'charset' => 'utf8mb3'
),
'page_name' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 50,
'collate' => 'utf8mb3_general_ci',
'comment' => 'フォルダ名',
'charset' => 'utf8mb3'
),
'link_url' => array(
'type' => 'string',
'null' => true,
'default' => null,
'length' => (int) 1000,
'key' => 'index',
'collate' => 'utf8mb3_general_ci',
'comment' => 'リンクURL',
'charset' => 'utf8mb3'
),
'crt_user_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => null,
'comment' => '新規作成者'
),
'wrt_user_id' => array(
'type' => 'integer',
'null' => true,
'default' => null,
'length' => null,
'comment' => '最終更新者'
),
'created' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null,
'comment' => '作成日付'
),
'modified' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null,
'comment' => '更新日付'
),
'deleted' => array(
'type' => 'datetime',
'null' => true,
'default' => null,
'length' => null,
'comment' => '削除日付'
)
)
$config = '_cake_model_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/',
'serialize' => true,
'duration' => (int) 10,
'mask' => (int) 438,
'lock' => true,
'isWindows' => false,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 309
DataSource::_cacheDescription() - CORE/Cake/Model/Datasource/DataSource.php, line 308
Mysql::describe() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 318
Model::schema() - CORE/Cake/Model/Model.php, line 1308
Model::getColumnType() - CORE/Cake/Model/Model.php, line 1346
DboSource::_parseKey() - CORE/Cake/Model/Datasource/DboSource.php, line 2564
DboSource::conditionKeysToString() - CORE/Cake/Model/Datasource/DboSource.php, line 2519
DboSource::conditions() - CORE/Cake/Model/Datasource/DboSource.php, line 2402
DboSource::buildStatement() - CORE/Cake/Model/Datasource/DboSource.php, line 1719
DboSource::generateAssociationQuery() - CORE/Cake/Model/Datasource/DboSource.php, line 1515
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1078
Model::find() - CORE/Cake/Model/Model.php, line 2642
include - APP/Config/routes.php, line 67
Dispatcher::_loadRoutes() - CORE/Cake/Routing/Dispatcher.php, line 278
Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 215
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 211 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 87]Code Context }
$output = date('Y-m-d H:i:s') . ' ' . ucfirst($type) . ': ' . $message . "\n";
return file_put_contents($filename, $output, FILE_APPEND);
$type = 'debug'
$message = 'took[14] rows[15] SELECT `FrontPageCategory`.`id`, `FrontPageCategory`.`page_name` FROM `nucleus_db`.`page_categories` AS `FrontPageCategory` WHERE `level` = 1 AND `deleted` IS NULL'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250330_debug.log'
$output = '2025-04-02 09:01:31 Debug: took[14] rows[15] SELECT `FrontPageCategory`.`id`, `FrontPageCategory`.`page_name` FROM `nucleus_db`.`page_categories` AS `FrontPageCategory` WHERE `level` = 1 AND `deleted` IS NULL
'
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 87
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 452
CakeLog::debug() - CORE/Cake/Log/CakeLog.php, line 544
MysqlLog::execute() - APP/Model/Datasource/Database/MysqlLog.php, line 17
DboSource::fetchAll() - CORE/Cake/Model/Datasource/DboSource.php, line 669
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1080
Model::find() - CORE/Cake/Model/Model.php, line 2642
include - APP/Config/routes.php, line 67
Dispatcher::_loadRoutes() - CORE/Cake/Routing/Dispatcher.php, line 278
Dispatcher::parseParams() - CORE/Cake/Routing/Dispatcher.php, line 215
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 141
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 246 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 87]Code Context }
$output = date('Y-m-d H:i:s') . ' ' . ucfirst($type) . ': ' . $message . "\n";
return file_put_contents($filename, $output, FILE_APPEND);
$type = 'error'
$message = '[MissingControllerException] Controller class Controller could not be found.
#0 /vol/www/www-test_carsensor/html/contents/webroot/index.php(98): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250330_error.log'
$output = '2025-04-02 09:01:31 Error: [MissingControllerException] Controller class Controller could not be found.
#0 /vol/www/www-test_carsensor/html/contents/webroot/index.php(98): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
'
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 87
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 452
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 117
[main] - [internal], line ??
Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'file_map'
$value = array(
'Configure' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Core/Configure.php',
'Hash' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/Hash.php',
'Cache' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Cache/Cache.php',
'FileEngine' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Cache/Engine/FileEngine.php',
'CacheEngine' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Cache/CacheEngine.php',
'Inflector' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/Inflector.php',
'ErrorHandler' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Error/ErrorHandler.php',
'CakePlugin' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Core/CakePlugin.php',
'CakeLog' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Log/CakeLog.php',
'LogEngineCollection' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Log/LogEngineCollection.php',
'ObjectCollection' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/ObjectCollection.php',
'FileLog' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Log/Engine/FileLog.php',
'BaseLog' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Log/Engine/BaseLog.php',
'CakeLogInterface' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Log/CakeLogInterface.php',
'Debugger' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/Debugger.php',
'String' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/String.php',
'Dispatcher' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Routing/Dispatcher.php',
'CakeEventListener' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Event/CakeEventListener.php',
'CakeRequest' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Network/CakeRequest.php',
'CakeResponse' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Network/CakeResponse.php',
'CakeEvent' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Event/CakeEvent.php',
'CakeEventManager' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Event/CakeEventManager.php',
'AssetDispatcher' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Routing/Filter/AssetDispatcher.php',
'DispatcherFilter' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Routing/DispatcherFilter.php',
'CacheDispatcher' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Routing/Filter/CacheDispatcher.php',
'Router' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Routing/Router.php',
'FrontPageCategory' => '/vol/www/www-test_carsensor/html/contents/Model/FrontPageCategory.php',
'AppModel' => '/vol/www/www-test_carsensor/html/contents/Model/AppModel.php',
'Model' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/Model.php',
'Object' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Core/Object.php',
'ClassRegistry' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/ClassRegistry.php',
'BehaviorCollection' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/BehaviorCollection.php',
'VirtualizeBehavior' => '/vol/www/www-test_carsensor/html/contents/Model/Behavior/VirtualizeBehavior.php',
'ModelBehavior' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/ModelBehavior.php',
'ConnectionManager' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/ConnectionManager.php',
'MysqlLog' => '/vol/www/www-test_carsensor/html/contents/Model/Datasource/Database/MysqlLog.php',
'Mysql' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/Datasource/Database/Mysql.php',
'DboSource' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/Datasource/DboSource.php',
'DataSource' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/Datasource/DataSource.php',
'I18n' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/I18n/I18n.php',
'L10n' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/I18n/L10n.php',
'CakeRoute' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Routing/Route/CakeRoute.php',
'ExceptionRenderer' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Error/ExceptionRenderer.php',
'CakeErrorController' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Controller/CakeErrorController.php',
'AppController' => '/vol/www/www-test_carsensor/html/contents/Controller/AppController.php',
'Controller' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Controller/Controller.php',
'ComponentCollection' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Controller/ComponentCollection.php',
'CookieComponent' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Controller/Component/CookieComponent.php',
'Component' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Controller/Component.php',
'SessionComponent' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Controller/Component/SessionComponent.php'
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/vol/www/www-test_carsensor/html/contents/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'mask' => (int) 438,
'lock' => true,
'isWindows' => false,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 309
App::shutdown() - CORE/Cake/Core/App.php, line 893
[main] - [internal], line ??
Warning (512): _cake_core_ cache was unable to write 'method_cache' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'method_cache'
$value = array(
'name' => array(
'e32e38a0b2aa68f3732a73f06b1da04c' => '`FrontPageCategory`.`id`',
'80f8573617345d47d896c4762771a9bb' => '`FrontPageCategory`.`page_name`',
'5fd4975e981a6b81923b312366abb3bc' => '`nucleus_db`',
'578f9e6cb143c67883a7aa4d47c6c806' => '`page_categories`',
'd9275fb2b09deaa86d0ba5ab8e2a34f9' => '`level`',
'9e4dfeac4cb4de25a8e10c04a5a1add7' => '`deleted`',
'65d77ce0fbef9984f17de713d04ee0bc' => '`FrontPageCategory`'
),
'fields' => array(
'77be210011925305b34c16bbe10e77e3' => array(
(int) 0 => '`FrontPageCategory`.`id`',
(int) 1 => '`FrontPageCategory`.`page_name`'
)
)
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/vol/www/www-test_carsensor/html/contents/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'mask' => (int) 438,
'lock' => true,
'isWindows' => false,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 309
DboSource::__destruct() - CORE/Cake/Model/Datasource/DboSource.php, line 3289
[main] - [internal], line ??