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[10] 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/20250817_debug.log'
$output = '2025-08-18 06:42:23 Debug: took[10] 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 611 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[2] rows[1] SELECT `FrontPageCategory`.`id`, `FrontPageCategory`.`this_block_id`, `FrontPageCategory`.`parent_id`, `FrontPageCategory`.`level`, `FrontPageCategory`.`title`, `FrontPageCategory`.`title_alias`, `FrontPageCategory`.`page_name`, `FrontPageCategory`.`link_url`, `FrontPageCategory`.`crt_user_id`, `FrontPageCategory`.`wrt_user_id`, `FrontPageCategory`.`created`, `FrontPageCategory`.`modified`, `FrontPageCategory`.`deleted` FROM `nucleus_db`.`real_page_categories` AS `FrontPageCategory`   WHERE `level` = 1 AND `link_url` = 'editor/' AND `deleted` IS NULL    LIMIT 1'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:23 Debug: took[2] rows[1] SELECT `FrontPageCategory`.`id`, `FrontPageCategory`.`this_block_id`, `FrontPageCategory`.`parent_id`, `FrontPageCategory`.`level`, `FrontPageCategory`.`title`, `FrontPageCategory`.`title_alias`, `FrontPageCategory`.`page_name`, `FrontPageCategory`.`link_url`, `FrontPageCategory`.`crt_user_id`, `FrontPageCategory`.`wrt_user_id`, `FrontPageCategory`.`created`, `FrontPageCategory`.`modified`, `FrontPageCategory`.`deleted` FROM `nucleus_db`.`real_page_categories` AS `FrontPageCategory`   WHERE `level` = 1 AND `link_url` = 'editor/' AND `deleted` IS NULL    LIMIT 1
'
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
FrontsController::beforeFilter() - APP/Controller/FrontsController.php, line 118
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 669
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 183
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 625 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[11] rows[1] SELECT `FrontPageCategory`.`id`, `FrontPageCategory`.`this_block_id`, `FrontPageCategory`.`parent_id`, `FrontPageCategory`.`level`, `FrontPageCategory`.`title`, `FrontPageCategory`.`title_alias`, `FrontPageCategory`.`page_name`, `FrontPageCategory`.`link_url`, `FrontPageCategory`.`crt_user_id`, `FrontPageCategory`.`wrt_user_id`, `FrontPageCategory`.`created`, `FrontPageCategory`.`modified`, `FrontPageCategory`.`deleted` FROM `nucleus_db`.`real_page_categories` AS `FrontPageCategory`   WHERE `level` = 2 AND `link_url` = 'editor/category_849/' AND `deleted` IS NULL    LIMIT 1'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:24 Debug: took[11] rows[1] SELECT `FrontPageCategory`.`id`, `FrontPageCategory`.`this_block_id`, `FrontPageCategory`.`parent_id`, `FrontPageCategory`.`level`, `FrontPageCategory`.`title`, `FrontPageCategory`.`title_alias`, `FrontPageCategory`.`page_name`, `FrontPageCategory`.`link_url`, `FrontPageCategory`.`crt_user_id`, `FrontPageCategory`.`wrt_user_id`, `FrontPageCategory`.`created`, `FrontPageCategory`.`modified`, `FrontPageCategory`.`deleted` FROM `nucleus_db`.`real_page_categories` AS `FrontPageCategory`   WHERE `level` = 2 AND `link_url` = 'editor/category_849/' AND `deleted` IS NULL    LIMIT 1
'
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
FrontsController::beforeFilter() - APP/Controller/FrontsController.php, line 118
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 669
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 183
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_real_page_blocks' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_real_page_blocks'
$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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 728
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_real_page_blocks' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_real_page_blocks'
$value = array(
	'id' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => null,
		'key' => 'primary',
		'comment' => 'ID'
	),
	'category_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'key' => 'index',
		'comment' => 'カテゴリID'
	),
	'block_type' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => 'ブロックタイプ(1:カテゴリ 4:ページ)'
	),
	'first_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '先頭ページ'
	),
	'page_no' => 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'
	),
	'titletext' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 255,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'ページタイトル',
		'charset' => 'utf8mb3'
	),
	'top_img_path' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 1000,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'トップ画像',
		'charset' => 'utf8mb3'
	),
	'description' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 255,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'ページ説明文',
		'charset' => 'utf8mb3'
	),
	'keyword' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 255,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'キーワード',
		'charset' => 'utf8mb3'
	),
	'meta_robots' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '<meta>タグrobots設定',
		'charset' => 'utf8mb3'
	),
	'meta_refresh' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 1000,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '<meta>タグrefresh設定',
		'charset' => 'utf8mb3'
	),
	'html_head' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '<head>内のタグ',
		'charset' => 'utf8mb3'
	),
	'html_body' => array(
		'type' => 'text',
		'null' => true,
		'default' => null,
		'length' => null,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '<body>内のタグ',
		'charset' => 'utf8mb3'
	),
	'edit_user_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '編集者'
	),
	'edit_user_name' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '編集者名',
		'charset' => 'utf8mb3'
	),
	'maker_code' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 2,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'メーカーコード',
		'charset' => 'utf8mb3'
	),
	'shashu_code' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 4,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '車種コード',
		'charset' => 'utf8mb3'
	),
	'parameter_1' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '任意パラメータ①',
		'charset' => 'utf8mb3'
	),
	'parameter_2' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '任意パラメータ②',
		'charset' => 'utf8mb3'
	),
	'sort' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => 'ソート順'
	),
	'dsp_pubdt' => array(
		'type' => 'datetime',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '初回公開日付'
	),
	'dsp_sttdt' => array(
		'type' => 'datetime',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '表示開始日付'
	),
	'dsp_enddt' => array(
		'type' => 'datetime',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '表示終了日付'
	),
	'edit_status' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '編集ステータス(1:編集中 100:編集完了)'
	),
	'open_status' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '公開ステータス(10:公開前 20:公開中 30:公開終了)'
	),
	'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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 728
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 1226 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[11] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `link_url` = 'editor/category_849/_14260.html' AND `deleted` IS NULL    LIMIT 1'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:24 Debug: took[11] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `link_url` = 'editor/category_849/_14260.html' AND `deleted` IS NULL    LIMIT 1
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 728
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_front_nucleus_db_real_page_tags) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_front_nucleus_db_real_page_tags'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 731
ReflectionMethod::invokeArgs() - [internal], line ??
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_real_page_tags' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_real_page_tags'
$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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 731
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_front_nucleus_db_real_page_tags) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_front_nucleus_db_real_page_tags'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 731
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_real_page_tags' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_real_page_tags'
$value = array(
	'id' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => null,
		'key' => 'primary',
		'comment' => 'ID'
	),
	'block_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'key' => 'index',
		'comment' => 'ブロックID'
	),
	'tag_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'key' => 'index',
		'comment' => 'タグマスタID'
	),
	'tag_kbn' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => 'タグ区分(1:親タグ 2:子タグ)'
	),
	'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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 731
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 217 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[1] rows[0] SELECT `FrontPageTag`.`id`, `FrontPageTag`.`tag_id` FROM `nucleus_db`.`real_page_tags` AS `FrontPageTag`   WHERE `block_id` = 14260 AND `deleted` IS NULL   ORDER BY `id` ASC'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:24 Debug: took[1] rows[0] SELECT `FrontPageTag`.`id`, `FrontPageTag`.`tag_id` FROM `nucleus_db`.`real_page_tags` AS `FrontPageTag`   WHERE `block_id` = 14260 AND `deleted` IS NULL   ORDER BY `id` ASC
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 731
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_front_nucleus_db_tags) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_front_nucleus_db_tags'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 806
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_tags' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_tags'
$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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 806
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_front_nucleus_db_tags) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_front_nucleus_db_tags'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 806
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_tags' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_tags'
$value = array(
	'id' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => null,
		'key' => 'primary',
		'comment' => 'ID'
	),
	'parent_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => '親タグ'
	),
	'tag_kbn' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => 'タグ区分(1:親タグ 2:子タグ)'
	),
	'tag_code' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'comment' => 'タグコード'
	),
	'tag_name' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'タグ名',
		'charset' => 'utf8mb3'
	),
	'memo' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 255,
		'collate' => 'utf8mb3_general_ci',
		'comment' => 'メモ',
		'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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 806
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 924 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[11] rows[0] SELECT `FrontTag`.`id`, `FrontTag`.`parent_id`, `FrontTag`.`tag_kbn`, `FrontTag`.`tag_code`, `FrontTag`.`tag_name`, `FrontTag`.`memo`, `FrontTag`.`crt_user_id`, `FrontTag`.`wrt_user_id`, `FrontTag`.`created`, `FrontTag`.`modified`, `FrontTag`.`deleted`, `FrontParentTag`.`id`, `FrontParentTag`.`parent_id`, `FrontParentTag`.`tag_kbn`, `FrontParentTag`.`tag_code`, `FrontParentTag`.`tag_name`, `FrontParentTag`.`memo`, `FrontParentTag`.`crt_user_id`, `FrontParentTag`.`wrt_user_id`, `FrontParentTag`.`created`, `FrontParentTag`.`modified`, `FrontParentTag`.`deleted` FROM `nucleus_db`.`tags` AS `FrontTag` left JOIN `nucleus_db`.`tags` AS `FrontParentTag` ON (`FrontTag`.`parent_id` = `FrontParentTag`.`id`)  WHERE `FrontTag`.`id` IS NULL AND `FrontTag`.`deleted` IS NULL AND `FrontParentTag`.`deleted` IS NULL   ORDER BY `FrontParentTag`.`tag_code` ASC, `FrontTag`.`tag_code` ASC'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:24 Debug: took[11] rows[0] SELECT `FrontTag`.`id`, `FrontTag`.`parent_id`, `FrontTag`.`tag_kbn`, `FrontTag`.`tag_code`, `FrontTag`.`tag_name`, `FrontTag`.`memo`, `FrontTag`.`crt_user_id`, `FrontTag`.`wrt_user_id`, `FrontTag`.`created`, `FrontTag`.`modified`, `FrontTag`.`deleted`, `FrontParentTag`.`id`, `FrontParentTag`.`parent_id`, `FrontParentTag`.`tag_kbn`, `FrontParentTag`.`tag_code`, `FrontParentTag`.`tag_name`, `FrontParentTag`.`memo`, `FrontParentTag`.`crt_user_id`, `FrontParentTag`.`wrt_user_id`, `FrontParentTag`.`created`, `FrontParentTag`.`modified`, `FrontParentTag`.`deleted` FROM `nucleus_db`.`tags` AS `FrontTag` left JOIN `nucleus_db`.`tags` AS `FrontParentTag` ON (`FrontTag`.`parent_id` = `FrontParentTag`.`id`)  WHERE `FrontTag`.`id` IS NULL AND `FrontTag`.`deleted` IS NULL AND `FrontParentTag`.`deleted` IS NULL   ORDER BY `FrontParentTag`.`tag_code` ASC, `FrontTag`.`tag_code` ASC
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 806
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 1233 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[79] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `block_type` = 4 AND `first_id` = 14260 AND `deleted` IS NULL   ORDER BY `page_no` ASC'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:24 Debug: took[79] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `block_type` = 4 AND `first_id` = 14260 AND `deleted` IS NULL   ORDER BY `page_no` ASC
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 818
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 1357 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[88] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `category_id` = 849 AND `block_type` = 4 AND `open_status` = 20 AND `page_no` = 1 AND `id` != 14260 AND `dsp_pubdt` <= '2010-07-14 11:20:00' AND `deleted` IS NULL   ORDER BY `dsp_pubdt` DESC, `id` DESC  LIMIT 1'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:25 Debug: took[88] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `category_id` = 849 AND `block_type` = 4 AND `open_status` = 20 AND `page_no` = 1 AND `id` != 14260 AND `dsp_pubdt` <= '2010-07-14 11:20:00' AND `deleted` IS NULL   ORDER BY `dsp_pubdt` DESC, `id` DESC  LIMIT 1
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 824
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 1356 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[124] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `category_id` = 849 AND `block_type` = 4 AND `open_status` = 20 AND `page_no` = 1 AND `id` != 14260 AND `dsp_pubdt` >= '2010-07-14 11:20:00' AND `deleted` IS NULL   ORDER BY `dsp_pubdt` ASC, `id` ASC  LIMIT 1'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:25 Debug: took[124] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `category_id` = 849 AND `block_type` = 4 AND `open_status` = 20 AND `page_no` = 1 AND `id` != 14260 AND `dsp_pubdt` >= '2010-07-14 11:20:00' AND `deleted` IS NULL   ORDER BY `dsp_pubdt` ASC, `id` ASC  LIMIT 1
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 828
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_front_nucleus_db_real_page_terms) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_front_nucleus_db_real_page_terms'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 834
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_real_page_terms' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_real_page_terms'
$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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 834
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_front_nucleus_db_real_page_terms) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_front_nucleus_db_real_page_terms'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 834
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'front_nucleus_db_real_page_terms' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'front_nucleus_db_real_page_terms'
$value = array(
	'id' => array(
		'type' => 'integer',
		'null' => false,
		'default' => null,
		'length' => null,
		'key' => 'primary',
		'comment' => 'ID'
	),
	'block_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'key' => 'index',
		'comment' => 'ブロックID'
	),
	'term_id' => array(
		'type' => 'integer',
		'null' => true,
		'default' => null,
		'length' => null,
		'key' => 'index',
		'comment' => '用語記事のブロックID'
	),
	'term_name' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 100,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '用語名',
		'charset' => 'utf8mb3'
	),
	'term_link_url' => array(
		'type' => 'string',
		'null' => true,
		'default' => null,
		'length' => (int) 1000,
		'collate' => 'utf8mb3_general_ci',
		'comment' => '用語記事のリンクURL',
		'charset' => 'utf8mb3'
	)
)
$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
DboSource::fields() - CORE/Cake/Model/Datasource/DboSource.php, line 2294
DboSource::read() - CORE/Cake/Model/Datasource/DboSource.php, line 1050
Model::find() - CORE/Cake/Model/Model.php, line 2642
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 834
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 284 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[1] rows[0] SELECT `RealPageTerm`.`id`, `RealPageTerm`.`block_id`, `RealPageTerm`.`term_id`, `RealPageTerm`.`term_name`, `RealPageTerm`.`term_link_url` FROM `nucleus_db`.`real_page_terms` AS `RealPageTerm`   WHERE `block_id` = 14260   ORDER BY `id` ASC'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:25 Debug: took[1] rows[0] SELECT `RealPageTerm`.`id`, `RealPageTerm`.`block_id`, `RealPageTerm`.`term_id`, `RealPageTerm`.`term_name`, `RealPageTerm`.`term_link_url` FROM `nucleus_db`.`real_page_terms` AS `RealPageTerm`   WHERE `block_id` = 14260   ORDER BY `id` ASC
'
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
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 834
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_nucleus_nucleus_db_list) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_nucleus_nucleus_db_list'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 108
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 179
Model::setSource() - CORE/Cake/Model/Model.php, line 1101
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3191
Model::query() - CORE/Cake/Model/Model.php, line 3007
NucleusAccessLog::insert() - APP/Model/NucleusAccessLog.php, line 39
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 892
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'nucleus_nucleus_db_list' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'nucleus_nucleus_db_list'
$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::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 108
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 179
Model::setSource() - CORE/Cake/Model/Model.php, line 1101
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3191
Model::query() - CORE/Cake/Model/Model.php, line 3007
NucleusAccessLog::insert() - APP/Model/NucleusAccessLog.php, line 39
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 892
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): SplFileInfo::openFile(/vol/www/www-test_carsensor/html/contents/tmp/cache/models/myapp_cake_model_nucleus_nucleus_db_list) [splfileinfo.openfile]: failed to open stream: デバイスに空き領域がありません [CORE/Cake/Cache/Engine/FileEngine.php, line 313]
Code Context
                $this->_File = $path->openFile('c+');
            } catch (Exception $e) {
                trigger_error($e->getMessage(), E_USER_WARNING);
$key = 'myapp_cake_model_nucleus_nucleus_db_list'
$createKey = true
$groups = null
$dir = '/vol/www/www-test_carsensor/html/contents/tmp/cache/models/'
$path = object(SplFileInfo) {
	
}
$exists = false
$e = object(RuntimeException) {
	severity => (int) 2
}
FileEngine::_setKey() - CORE/Cake/Cache/Engine/FileEngine.php, line 313
FileEngine::write() - CORE/Cake/Cache/Engine/FileEngine.php, line 117
Cache::write() - CORE/Cake/Cache/Cache.php, line 298
DataSource::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 108
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 196
Model::setSource() - CORE/Cake/Model/Model.php, line 1101
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3191
Model::query() - CORE/Cake/Model/Model.php, line 3007
NucleusAccessLog::insert() - APP/Model/NucleusAccessLog.php, line 39
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 892
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (512): _cake_model_ cache was unable to write 'nucleus_nucleus_db_list' to File cache [CORE/Cake/Cache/Cache.php, line 309]
Code Context
                ),
                E_USER_WARNING
            );
$key = 'nucleus_nucleus_db_list'
$value = array(
	(int) 0 => 'CSCAR_MASTER',
	(int) 1 => 'CST_KEN_MASTER',
	(int) 2 => 'CST_SHOP_MASTER',
	(int) 3 => 'CopyWork_iten',
	(int) 4 => 'access_count',
	(int) 5 => 'access_count2',
	(int) 6 => 'access_count3',
	(int) 7 => 'access_log',
	(int) 8 => 'access_log2',
	(int) 9 => 'access_log3',
	(int) 10 => 'csrelateditem',
	(int) 11 => 'csrelateditem_test',
	(int) 12 => 'nucleus_actionlog',
	(int) 13 => 'nucleus_activation',
	(int) 14 => 'nucleus_ban',
	(int) 15 => 'nucleus_blog',
	(int) 16 => 'nucleus_category',
	(int) 17 => 'nucleus_comment',
	(int) 18 => 'nucleus_config',
	(int) 19 => 'nucleus_gmap_loc',
	(int) 20 => 'nucleus_gmap_loc_attr',
	(int) 21 => 'nucleus_gmap_loc_item',
	(int) 22 => 'nucleus_gmap_loc_tb',
	(int) 23 => 'nucleus_item',
	(int) 24 => 'nucleus_item_work',
	(int) 25 => 'nucleus_karma',
	(int) 26 => 'nucleus_member',
	(int) 27 => 'nucleus_plug_cc_pending',
	(int) 28 => 'nucleus_plug_contentslist',
	(int) 29 => 'nucleus_plug_contentslist_rank',
	(int) 30 => 'nucleus_plug_customurl',
	(int) 31 => 'nucleus_plug_extraskin_jp',
	(int) 32 => 'nucleus_plug_extraskin_jp_data',
	(int) 33 => 'nucleus_plug_itemhistory',
	(int) 34 => 'nucleus_plug_linklist',
	(int) 35 => 'nucleus_plug_linklist_grp',
	(int) 36 => 'nucleus_plug_ordered_blog',
	(int) 37 => 'nucleus_plug_ordered_cat',
	(int) 38 => 'nucleus_plug_related',
	(int) 39 => 'nucleus_plug_related_cache',
	(int) 40 => 'nucleus_plug_tagex',
	(int) 41 => 'nucleus_plug_tagex_klist',
	(int) 42 => 'nucleus_plug_znKeywordLink',
	(int) 43 => 'nucleus_plug_znKeywordLink2',
	(int) 44 => 'nucleus_plug_znKeywordLink2_item',
	(int) 45 => 'nucleus_plug_znKeywordLink_item',
	(int) 46 => 'nucleus_plug_znitemparts',
	(int) 47 => 'nucleus_plugin',
	(int) 48 => 'nucleus_plugin_ct',
	(int) 49 => 'nucleus_plugin_event',
	(int) 50 => 'nucleus_plugin_googlemaps',
	(int) 51 => 'nucleus_plugin_header',
	(int) 52 => 'nucleus_plugin_mapblog',
	(int) 53 => 'nucleus_plugin_multitags',
	(int) 54 => 'nucleus_plugin_option',
	(int) 55 => 'nucleus_plugin_option_desc',
	(int) 56 => 'nucleus_plugin_tb',
	(int) 57 => 'nucleus_plugin_tb_lc',
	(int) 58 => 'nucleus_plugin_tb_lookup',
	(int) 59 => 'nucleus_skin',
	(int) 60 => 'nucleus_skin_desc',
	(int) 61 => 'nucleus_team',
	(int) 62 => 'nucleus_template',
	(int) 63 => 'nucleus_template_desc',
	(int) 64 => 'nucleus_tickets',
	(int) 65 => 'page_blocks',
	(int) 66 => 'page_blocks_180208',
	(int) 67 => 'page_blocks_20250715',
	(int) 68 => 'page_blocks_20250716',
	(int) 69 => 'page_categories',
	(int) 70 => 'page_indices',
	(int) 71 => 'page_tags',
	(int) 72 => 'ranking_items3',
	(int) 73 => 'real_page_blocks',
	(int) 74 => 'real_page_blocks_180208',
	(int) 75 => 'real_page_blocks_20250715',
	(int) 76 => 'real_page_blocks_20250716',
	(int) 77 => 'real_page_categories',
	(int) 78 => 'real_page_indices',
	(int) 79 => 'real_page_tags',
	(int) 80 => 'real_page_terms',
	(int) 81 => 'related_items_smr',
	(int) 82 => 'tags',
	(int) 83 => 'temp_page_blocks',
	(int) 84 => 'temp_page_categories',
	(int) 85 => 'temp_page_tags'
)
$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::listSources() - CORE/Cake/Model/Datasource/DataSource.php, line 108
Mysql::listSources() - CORE/Cake/Model/Datasource/Database/Mysql.php, line 196
Model::setSource() - CORE/Cake/Model/Model.php, line 1101
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3191
Model::query() - CORE/Cake/Model/Model.php, line 3007
NucleusAccessLog::insert() - APP/Model/NucleusAccessLog.php, line 39
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 892
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 200 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[3] rows[1] INSERT INTO `access_log3` (`adate`, `url`, `ip`, `referer`, `kinocode`, `blogid`, `catid`) VALUES (:adate, :url, :ip, :referer, :kinocode, :blogid, :catid);'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:25 Debug: took[3] rows[1] INSERT INTO `access_log3` (`adate`, `url`, `ip`, `referer`, `kinocode`, `blogid`, `catid`) VALUES (:adate, :url, :ip, :referer, :kinocode, :blogid, :catid);
'
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::query() - CORE/Cake/Model/Datasource/DboSource.php, line 611
Model::query() - CORE/Cake/Model/Model.php, line 3008
NucleusAccessLog::insert() - APP/Model/NucleusAccessLog.php, line 39
FrontsController::blogs_article() - APP/Controller/FrontsController.php, line 892
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 485
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 1225 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[3] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `link_url` = 'editor/category_849/_14260.html' AND `deleted` IS NULL    LIMIT 1'
$debugTypes = array(
	(int) 0 => 'notice',
	(int) 1 => 'info',
	(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250817_debug.log'
$output = '2025-08-18 06:42:25 Debug: took[3] rows[1] SELECT `FrontPageBlock`.`id`, `FrontPageBlock`.`category_id`, `FrontPageBlock`.`block_type`, `FrontPageBlock`.`first_id`, `FrontPageBlock`.`page_no`, `FrontPageBlock`.`title`, `FrontPageBlock`.`title_alias`, `FrontPageBlock`.`page_name`, `FrontPageBlock`.`link_url`, `FrontPageBlock`.`titletext`, `FrontPageBlock`.`top_img_path`, `FrontPageBlock`.`description`, `FrontPageBlock`.`keyword`, `FrontPageBlock`.`meta_robots`, `FrontPageBlock`.`meta_refresh`, `FrontPageBlock`.`html_head`, `FrontPageBlock`.`html_body`, `FrontPageBlock`.`edit_user_id`, `FrontPageBlock`.`edit_user_name`, `FrontPageBlock`.`maker_code`, `FrontPageBlock`.`shashu_code`, `FrontPageBlock`.`parameter_1`, `FrontPageBlock`.`parameter_2`, `FrontPageBlock`.`sort`, `FrontPageBlock`.`dsp_pubdt`, `FrontPageBlock`.`dsp_sttdt`, `FrontPageBlock`.`dsp_enddt`, `FrontPageBlock`.`edit_status`, `FrontPageBlock`.`open_status`, `FrontPageBlock`.`crt_user_id`, `FrontPageBlock`.`wrt_user_id`, `FrontPageBlock`.`created`, `FrontPageBlock`.`modified`, `FrontPageBlock`.`deleted` FROM `nucleus_db`.`real_page_blocks` AS `FrontPageBlock`   WHERE `link_url` = 'editor/category_849/_14260.html' AND `deleted` IS NULL    LIMIT 1
'
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
FrontsController::afterFilter() - APP/Controller/FrontsController.php, line 411
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 246
Controller::shutdownProcess() - CORE/Cake/Controller/Controller.php, line 683
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 197
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
円高の長期化で“逆輸入車”が増加する!?【トレンドワードで中古車探し】:旬ネタ|日刊カーセンサー
カーセンサー
  • 中古車
  • 輸入車
  • カタログ
  • 中古車販売店
  • 保険/ローン/他
  • 車買取
  • お役立ち記事
閲覧履歴

サイトマップ

中古車トップ > 日刊カーセンサー > 旬ネタ > クルマ > 円高の長期化で“逆輸入車”が増加する!?【トレンドワードで中古車探し】

  • 記事トップ
  • 特選車
  • 旬ネタ
  • 試乗
  • 新型車
  • ニュース
  • カーセンサーEDGE/EDGE JOURNAL

円高の長期化で“逆輸入車”が増加する!?【トレンドワードで中古車探し】

カテゴリー: クルマ

タグ:

2010/07/14

  • ポスト
  • メールで送る

国産車と輸入車の魅力を併せもつ逆輸入車

魅力あふれる逆輸入車を選ぼう!
>>円高傾向でブームになるかもしれない逆輸入車

この検索軸での代表的な車種はこちら

  • トヨタ アベンシスの中古車
  • トヨタ アベンシスワゴンの中古車
  • 日産 デュアリスの中古車
  • ホンダ アコードツアラーの中古車
  • スバル トラヴィックの中古車
  • スズキ スプラッシュの中古車

円高の長期化が叫ばれる昨今、自動車メーカーがその対策に向けた動きを活発化させています。トヨタが、英国工場で生産する中型セダン「アベンシス」を、日本へ輸入することを検討したり、日産自動車も昨日(2010年7月13日)発売したばかりの「新型マーチ」をタイからの生産・輸入に切り替えたりしています。

なぜ日本の各自動車メーカーにこのような動きが見られるのかというと、長引く円高により、海外で生産を行ない、それを日本に逆輸入したほうがトータルコストが安く抑えられるためです。消費者側からすると、安くて質のいい車が手に入れやすくなるというメリットがあります。

今回はそんな海外生まれの国産車、その名も“逆輸入車”をご紹介します。トヨタのアベンシスをはじめとして、日本ではメジャーな車種とは言い切れない車もありますが、実は業界の間では評判の高い車種が結構たくさんあるんです。

逆輸入車には3大メーカーの車が豊富にラインナップ

日産 デュアリス|日刊カーセンサースズキ スプラッシュ|日刊カーセンサー

2010年7月13日現在、カーセンサーnetに掲載されている逆輸入車は約1500台です。メーカー別に見ていくと車種数はトヨタ、日産、ホンダの3大メーカーが圧倒的。ただし、スバルトラヴィックや三菱エクリプスなどその他のメーカーも知る人ぞ知る、なかなかいい逆輸入車を生産・販売しています。

そんななか今回紹介したいのは日産が誇るCセグメントのSUV、デュアリスとスズキのコンパクトカー、スプラッシュです。

日産デュアリスは欧州の英国で生産が行われている車です(ただし、国内販売分に関しては2007年12月から日産九州工場での生産に移管)。元々、日産が欧州市場を強く意識して登場したモデルで、レースで有名なザックス社と共同開発したショックアブソーバー、700パターンから最適な変速を選ぶ新開発CVTなどを採用し、走りも鍛え上げられています。

ちなみに生産地ではキャシュカイという車名で販売されています。駆動方式がFFのコンパクトサイズSUVということで、フォルクスワーゲンのゴルフなどから乗り替える人が多いそうです。

スズキスプラッシュはハンガリーにあるスズキの子会社マジャールスズキで生産されているワールドワイドコンパクトカーです。同社の2代目スイフトのプラットフォームをベースとしており、1.2Lの直列4気筒エンジンがもたらす走りは、徹底的な走行テストを繰り返し、足回りやハンドリングなどをチューニングしたこともあり、抜群の安定感をみせます。

なお、現地欧州ではオペルアギーラとしても販売されています。さらに近年、経済的な発展の目覚ましいインドでは「リッツ(Ritz)」という名前で生産・販売。余談ですが、インドではすでに「スプラッシュ」という名前がフォードによって商標登録されてしまっていたため、この車名になったそうです。

このほかにも前述のスバルトラヴィックや三菱エクリプス、ホンダのアコードやシビックシリーズなどまだまだ面白い逆輸入車はたくさんあります。

さぁ、長期化する円高により今後ますますその存在感を増していく可能性のある海外育ちの国産車。右の検索ボタンからそんな個性的で魅力満載の逆輸入車をチェックしてみてください。

  • ポスト
  • メールで送る

日刊カーセンサーの厳選情報をSNSで受け取る

  • Facebookをフォロー
  • Xをフォロー
円高の長期化で“逆輸入車”が増加する!?【トレンドワードで中古車探し】/旬ネタ
<<三菱 デリカD:5【オススメ銘柄】 | 第126回 スバル レガシィツーリングワゴン/B4 ブライトン【見つけたら即買い!?】>>

Sidebar

検索

編集部のオススメ

日産タイアップ サクラ
ガレージハウス特集

人気記事ランキング

  • 現在
  • 特選車
  • 旬ネタ
トヨタ オリジン

11000台限定生産の絶滅危惧車トヨタ オリジンは、トヨタの職人芸を駆使した小さな高級車だった!

アストンマーティン シグネット

2500万円オーバーのトヨタ iQ!? アストンマーティン“らしさ”をふんだんに盛り込んだシグネット!

BMW X1

35年落ち以内が車両本体価格200万円以下から狙える! スタイリッシュな輸入車SUV4選

▲今押さえておきたい高年式の、しかし中古車としても十分お買い得感がある輸入SUV 10モデルをピックアップしてみます!

4【2019年版】人気の輸入車SUV10選|イケパパ&オシャレ男子に送るお得に買える中古車はコレだ!

ホンダ N-VAN

5軽バン購入を考えている人必見。王道3モデルの選び方ガイド

BMW 3シリーズ

6先代BMW 3シリーズ(F30型)を買うなら、総額150万円以下が狙い目だ!

ルノー トゥインゴ

7おしゃれ女子に超オススメ! 総額100万円台で買える輸入コンパクトカー10選

▲日産 ノート e-POWERのオーナーである筆者が、今まさにノートe-POWERを買おうと思っている皆さんへアドバイスできることをまとめてみました! 試乗記は数あれど、1年半というロングなインプレッションはなかなかないのでは?

8ノート e-POWERを買ってから1年半。約2万km乗ったリアルオーナーが今買おうとしている人に伝えたいこと

日産 エルグランドVIP

9VIP=セダンの時代は終わった!? ラージサイズミニバンの2列4人乗り仕様で、極上の贅沢を味わおう

トヨタ ヴォクシー

10現行型ヴォクシーの平均価格が200万円切り目前|迫力重視の「煌」も、燃費重視のハイブリッドも買い時到来

BMW X1

15年落ち以内が車両本体価格200万円以下から狙える! スタイリッシュな輸入車SUV4選

トヨタ クラウン

2次期クラウンの開発事情

日産 エルグランドVIP

3VIP=セダンの時代は終わった!? ラージサイズミニバンの2列4人乗り仕様で、極上の贅沢を味わおう

ブースターケーブルはバッテリーの容量に見合った仕様のものを。バッテリーに対してケーブルが細すぎると発熱、発火の危険がある

4わかれば簡単! バッテリー上がり時のジャンプ手順【トラブルシューティング編】

トヨタ アクア

5次期トヨタ アクア、徹底解剖!

▲今押さえておきたい高年式の、しかし中古車としても十分お買い得感がある輸入SUV 10モデルをピックアップしてみます!

6【2019年版】人気の輸入車SUV10選|イケパパ&オシャレ男子に送るお得に買える中古車はコレだ!

ホンダ N-VAN

7軽バン購入を考えている人必見。王道3モデルの選び方ガイド

トヨタ オリジン

81000台限定生産の絶滅危惧車トヨタ オリジンは、トヨタの職人芸を駆使した小さな高級車だった!

ルノー トゥインゴ

9おしゃれ女子に超オススメ! 総額100万円台で買える輸入コンパクトカー10選

フェルディナント・ヤマグチ

10【フェルディナント・ヤマグチ×編集長 時事放談】自動車業界と半導体について(前編)

ブースターケーブルはバッテリーの容量に見合った仕様のものを。バッテリーに対してケーブルが細すぎると発熱、発火の危険がある

1わかれば簡単! バッテリー上がり時のジャンプ手順【トラブルシューティング編】

トヨタ アクア

2次期トヨタ アクア、徹底解剖!

▲トヨタ MR2やスターレット、プジョー 106 ラリー前期型など、自分とほぼ同じ頃に生まれた車たちに魅了された19歳。しかし、その中にはしっかりと哲学が垣間見えた

3「あの車は壊れる」は本当か? 19歳のオーナーが見たルノー 21ターボ~輸入車“若者”オーナー見聞録~

▲ルノー21ターボ。見た目は控え目でも暴れん坊なんです

4ルノー21ターボは、M・ベンツ190E2.3 16VやBMW M3もビックリの“どっかんターボ”

ジープ ラングラー

5ベーシスト日向秀和さんとジープについて熱くおしゃべり!【サイサイあいにゃんのどらいぶろぐ】#005(前編)

トヨタ クラウン

6次期クラウンの開発事情

日産 ラルゴ

7【総予算100万円!】格安90’sミニバンを自分仕様に仕上げて遊ぶ(前編)

▲電気自動車に興味はあるけど、実際、日常使いしたらどうなんだろう……? そんな世の皆さんの声(?)にお応えして、EV使い庶民代表として感想をシェアします。購入をお考えの方は、ぜひご参考に

8自宅に充電設備なしで電気自動車 リーフを購入→半年乗ったから正直な感想をシェアする

スバル ソルテラ

9トヨタと共同開発中のピュアEV、スバル ソルテラ

フェルディナント・ヤマグチ

10【フェルディナント・ヤマグチ×編集長 時事放談】自動車業界と半導体について(前編)

最新の記事

キャンプアウトドアブームの過熱を引き金に、規格外に車内が広い車の注目度が上がる!?

日産 ラルゴ【総予算100万円!】格安90’sミニバンを自分仕様に仕上げて遊ぶ(後編)

スバル ソルテラトヨタと共同開発中のピュアEV、スバル ソルテラ

リマックEVハイパーカーメーカー「リマック」が今熱い!従来のスーパーカーを猛追するクロアチアの新星【INDUSTRY EDGE】

ジープ ラングラーベーシスト日向秀和さんとジープについて熱くおしゃべり!【サイサイあいにゃんのどらいぶろぐ】#005(後編)

オススメ記事

トヨタ iQ【トヨタ iQの中古車を買うなら?】オススメの選び方や相場、グレードなどを徹底解説

スズキMRワゴン【スズキ MRワゴンの中古車を買うなら】オススメの選び方や相場、グレードなどを徹底解説

ランボルギーニ ウルス西川淳の「SUV嫌いに効くクスリをください」 ランボルギーニ ウルスの巻

BMW 3シリーズ先代BMW 3シリーズ(F30型)を買うなら、総額150万円以下が狙い目だ!

トヨタ タンク【トヨタ タンクの中古車を買うなら?】オススメの選び方や相場、グレードなどを徹底解説

@carsensor からのツイート
カーセンサー (Car sensor)
カーセンサーエッジ(Carsensor EDGE)
カーセンサーアフター保証

RDF Site Summary
RSS 2.0

日刊カーセンサーカテゴリ一覧

旬ネタ

  • クルマ
  • レース&イベント
  • トレンド
  • カーライフ
  • ドライブ
  • ガジェット
  • 編集部からのお知らせ

カーセンサー特選市

福祉車両最前線!

カーセンサーアフター保証ガイド

中古車購入ガイド

困ったときの自動車Q&A

自動車なんでも用語集

渋滞ができる法律相談所

自動車業界NEWS

  • レクサスのニュース
  • トヨタのニュース
  • ホンダのニュース
  • 日産のニュース
  • スバルのニュース
  • マツダのニュース
  • 三菱のニュース
  • ダイハツのニュース
  • スズキのニュース
  • メルセデス・ベンツのニュース
  • フォルクスワーゲンのニュース
  • BMWのニュース
  • アウディのニュース
  • ポルシェのニュース
  • シボレーのニュース
  • クライスラーのニュース
  • フォードのニュース
  • ジープのニュース
  • ローバーのニュース
  • ミニのニュース
  • ボルボのニュース
  • プジョーのニュース
  • アルファロメオのニュース
  • レース&イベント関連ニュース
  • パーツ関連ニュース
  • 官公庁関連ニュース
  • 道路関連ニュース
  • その他業界ニュース

新型車速報

  • レクサスの新型車
  • トヨタの新型車
  • 日産の新型車
  • ホンダの新型車
  • マツダの新型車
  • スバルの新型車
  • スズキの新型車
  • 三菱の新型車
  • ダイハツの新型車
  • ミツオカの新型車
  • メルセデス・ベンツの新型車
  • BMWの新型車
  • フォルクスワーゲンの新型車
  • アウディの新型車
  • ポルシェの新型車
  • ミニの新型車
  • スマートの新型車
  • プジョーの新型車
  • ルノーの新型車
  • シトロエンの新型車
  • フィアットの新型車
  • アルファロメオの新型車
  • マセラティの新型車
  • フェラーリの新型車
  • ランドローバーの新型車
  • ジャガーの新型車
  • ロータスの新型車
  • ロールスロイスの新型車
  • ボルボの新型車
  • サーブの新型車
  • フォードの新型車
  • シボレーの新型車
  • クライスラーの新型車
  • キャデラックの新型車
  • ジープの新型車
  • リンカーンの新型車
  • ダッジの新型車
  • ハマーの新型車
  • ヒュンダイの新型車

試乗レポート

  • レクサスの試乗レポート
  • トヨタの試乗レポート
  • 日産の試乗レポート
  • ホンダの試乗レポート
  • マツダの試乗レポート
  • スバルの試乗レポート
  • スズキの試乗レポート
  • 三菱の試乗レポート
  • ダイハツの試乗レポート
  • いすゞの試乗レポート
  • メルセデス・ベンツの試乗レポート
  • AMG車の試乗レポート
  • フォルクスワーゲンの試乗レポート
  • BMWの試乗レポート
  • BMWアルピナの試乗レポート
  • アウディの試乗レポート
  • ポルシェの試乗レポート
  • ミニの試乗レポート
  • スマートの試乗レポート
  • オペルの試乗レポート
  • プジョーの試乗レポート
  • ルノーの試乗レポート
  • シトロエンの試乗レポート
  • フィアットの試乗レポート
  • アルファロメオの試乗レポート
  • マセラティの試乗レポート
  • ランボルギーニの試乗レポート
  • ランチアの試乗レポート
  • アバルトの試乗レポート
  • フェラーリの試乗レポート
  • ジャガーの試乗レポート
  • アストンマーティンの試乗レポート
  • ベントレーの試乗レポート
  • ランドローバーの試乗レポート
  • ロータスの試乗レポート
  • マクラーレンの試乗レポート
  • ボルボの試乗レポート
  • サーブの試乗レポート
  • シボレーの試乗レポート
  • ジープの試乗レポート
  • フォードの試乗レポート
  • キャデラックの試乗レポート
  • クライスラーの試乗レポート
  • テスラの試乗レポート
  • ダッジの試乗レポート
  • リンカーンの試乗レポート
  • ハマーの試乗レポート
  • サターンの試乗レポート
  • シェルビーの試乗レポート
  • ヒュンダイの試乗レポート

カーセンサー・サイトマップ

中古車をメーカーから探す

  • トヨタ
  • 日産
  • ホンダ
  • スズキ
  • ダイハツ
  • スバル
  • 三菱
  • マツダ
  • メルセデス・ベンツ
  • フォルクスワーゲン
  • BMW
  • シボレー
  • ボルボ
  • アウディ
  • ポルシェ
  • ジープ
  • フォード
  • プジョー
  • いすゞ
  • アルファロメオ

中古車を車種から探す

  • ワゴンR
  • ムーヴ
  • ライフ
  • ステップワゴン
  • オデッセイ
  • プリウス
  • エスティマ
  • セルシオ
  • キューブ
  • エルグランド
  • マーチ
  • ミラ
  • アルファード
  • フィット
  • ジムニー
  • ヴィッツ
  • セレナ
  • bB
  • アルト
  • パジェロミニ

カーセンサーの関連サイト

  • D-Ucar.net・中古車ディーラー
  • カーセンサーエッジ・輸入車

カーセンサーのサービス

  • 中古車
  • 自動車カタログ
  • 中古車販売店
  • 記事コンテンツ
  • 自動車保険・ローン
  • 車買取・車査定

その他

  • 広告掲載のお申し込み

中古車情報カーセンサーnet関連サイト

  • 中古車情報ならカーセンサー
  • D-Ucar.net・中古車ディーラー
  • カーセンサーエッジ・輸入車
  • 中古車相場表
リクルート

リクルートグループサイトへ

  • プライバシーポリシー
  • 利用規約
  • "カーセンサーは安心"その理由
  • サイトマップ
  • お問い合わせ・ご要望
  • 広告掲載のお申し込み

FacebookページでCar sensorの最新情報をチェック!

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',
	'FrontsController' => '/vol/www/www-test_carsensor/html/contents/Controller/FrontsController.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',
	'FrontDataComponent' => '/vol/www/www-test_carsensor/html/contents/Controller/Component/FrontDataComponent.php',
	'FrontPageBlock' => '/vol/www/www-test_carsensor/html/contents/Model/FrontPageBlock.php',
	'FrontPageTag' => '/vol/www/www-test_carsensor/html/contents/Model/FrontPageTag.php',
	'FrontPageIndex' => '/vol/www/www-test_carsensor/html/contents/Model/FrontPageIndex.php',
	'RedirectRule' => '/vol/www/www-test_carsensor/html/contents/Model/RedirectRule.php',
	'plugin.CsvSource' => '/vol/www/www-test_carsensor/html/contents/Plugin/Datasources/Model/Datasource/CsvSource.php',
	'Folder' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/Folder.php',
	'Set' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Utility/Set.php',
	'CakeSession' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/Model/Datasource/CakeSession.php',
	'FrontTag' => '/vol/www/www-test_carsensor/html/contents/Model/FrontTag.php',
	'RealPageTerm' => '/vol/www/www-test_carsensor/html/contents/Model/RealPageTerm.php',
	'NucleusAccessLog' => '/vol/www/www-test_carsensor/html/contents/Model/NucleusAccessLog.php',
	'SiteCatalyst' => '/vol/www/www-test_carsensor/html/contents/Model/SiteCatalyst.php',
	'FrontView' => '/vol/www/www-test_carsensor/html/contents/View/FrontView.php',
	'View' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/View/View.php',
	'HelperCollection' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/View/HelperCollection.php',
	'ViewBlock' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/View/ViewBlock.php',
	'HtmlHelper' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/View/Helper/HtmlHelper.php',
	'AppHelper' => '/vol/www/www-test_carsensor/html/contents/View/Helper/AppHelper.php',
	'Helper' => '/vol/www/www-test_carsensor/html/cakephp/lib/Cake/View/Helper.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`',
		'e5074f53c61836da40928c512ccfd2d2' => '`FrontPageCategory`.`this_block_id`',
		'cf370791c464b96d22ae5a16e451b51c' => '`FrontPageCategory`.`parent_id`',
		'9745f3be23f0f31265eb48a42d92c8d7' => '`FrontPageCategory`.`level`',
		'eddb0dfdcb05b19040f652f94db9c847' => '`FrontPageCategory`.`title`',
		'ecd8dfab6f1064dd536b9c93f4ad5863' => '`FrontPageCategory`.`title_alias`',
		'fd25c19c0bd6de36af1db00be1ba9c54' => '`FrontPageCategory`.`link_url`',
		'f644624ca0cc4f2d0eedc24d123be06d' => '`FrontPageCategory`.`crt_user_id`',
		'7ecfb415be52bbf0456c09aa12737f51' => '`FrontPageCategory`.`wrt_user_id`',
		'16fdc1a37f35bce45a55a516bd524954' => '`FrontPageCategory`.`created`',
		'1623a01bb11c244d869bea51aa926d57' => '`FrontPageCategory`.`modified`',
		'6bcb693943c56140a21c9d3c0d4a4412' => '`FrontPageCategory`.`deleted`',
		'6e15aeea2a0bd6b5fba40a773cd4d14d' => '`real_page_categories`',
		'0945817155e2e8f2a2514f3d75fea2c4' => '`link_url`',
		'4191af750684f5992fd24aab7a2b9c24' => '`real_page_blocks`',
		'117f052c3fff640dd2178597040dcfe2' => '`FrontPageBlock`.`id`',
		'a3f5d828fd68c646d90b4781ccf1a3b4' => '`FrontPageBlock`.`category_id`',
		'd72fa86caf3f2835fee28a3cc6b8b45d' => '`FrontPageBlock`.`block_type`',
		'5e84bf1a0d1becbb0ff6cea7030150d9' => '`FrontPageBlock`.`first_id`',
		'a16f29b950031e5f9b6f0f0b9cbf1d22' => '`FrontPageBlock`.`page_no`',
		'd2f22416741f70f5374a731f0b824845' => '`FrontPageBlock`.`title`',
		'10e5d02493bc56a730a858615535625d' => '`FrontPageBlock`.`title_alias`',
		'0900da4b85bdb79c5c58e5287c31cc2f' => '`FrontPageBlock`.`page_name`',
		'3b975def191229953919ef816fa64ab7' => '`FrontPageBlock`.`link_url`',
		'1be65ae8721346858ecbb3854bd81211' => '`FrontPageBlock`.`titletext`',
		'0caaa504011f55db8d593e63f2636443' => '`FrontPageBlock`.`top_img_path`',
		'429a3b6d2d3fd01a3f8f4e8c6d792a1d' => '`FrontPageBlock`.`description`',
		'09127355ddf7100752927d6c784cf3bb' => '`FrontPageBlock`.`keyword`',
		'6aa4e35bbee229a03d0844ef0a663cd3' => '`FrontPageBlock`.`meta_robots`',
		'203c95fe42f25722102009dfe0d36a94' => '`FrontPageBlock`.`meta_refresh`',
		'd4108944d7a6f563c987abafcabdaa72' => '`FrontPageBlock`.`html_head`',
		'1f7705bfc0e3fc6ec11d3d71ea199fa0' => '`FrontPageBlock`.`html_body`',
		'57628e6ee8271bb19d4d3ec1e17d591d' => '`FrontPageBlock`.`edit_user_id`',
		'88114563c1d60ec2aa11bb92e0128bd2' => '`FrontPageBlock`.`edit_user_name`',
		'dd063d63740db587755e43a81adebd43' => '`FrontPageBlock`.`maker_code`',
		'fcab93202525effa14cc8a4d86065191' => '`FrontPageBlock`.`shashu_code`',
		'620b7c69a1542c875c0b291a7513090b' => '`FrontPageBlock`.`parameter_1`',
		'937aa66a7b72347bad647f377d98530c' => '`FrontPageBlock`.`parameter_2`',
		'ce054bf09ef1dc1f838bc052ca5154a9' => '`FrontPageBlock`.`sort`',
		'1c8768f98c48bcd64f590cc8231c9be8' => '`FrontPageBlock`.`dsp_pubdt`',
		'8acfa304bb34236e10499b8254cd545b' => '`FrontPageBlock`.`dsp_sttdt`',
		'54dee6b3bed53c6ef67da160f1309cbd' => '`FrontPageBlock`.`dsp_enddt`',
		'a4e7df4ddbe5861df858f7e42ac488c8' => '`FrontPageBlock`.`edit_status`',
		'9aef14b5b3fa356d7780ce4ba816b7b6' => '`FrontPageBlock`.`open_status`',
		'a0b9024feaa2395a2961dd3961fbaa00' => '`FrontPageBlock`.`crt_user_id`',
		'd4879be0135200c33cc68eb0cd43f85e' => '`FrontPageBlock`.`wrt_user_id`',
		'72927b25905c2849c169fd56b45e8f3e' => '`FrontPageBlock`.`created`',
		'b360c412a81c528528e48c85729f515e' => '`FrontPageBlock`.`modified`',
		'ca7d5cc9ad5c4a879a972a9a0de47612' => '`FrontPageBlock`.`deleted`',
		'cc7d9af8c153d631da799557e108c4d7' => '`FrontPageBlock`',
		'c8072cf636b40287363eed9e5849ea6c' => '`FrontPageTag`.`id`',
		'4b53a730788b2d7cb050001d52d7735c' => '`FrontPageTag`.`tag_id`',
		'3094c5938c719cb685b53a46c00a7280' => '`real_page_tags`',
		'9bf9bd87c432f0d9409233e09dff6ff3' => '`block_id`',
		'e6250115968145c8badcf98159fe79be' => '`FrontPageTag`',
		'd2c23d1b4feeec456d72cdc94cc44595' => '`id`',
		'66fe5b87211b4063943e9f14b3358581' => '`tags`',
		'3c6868d08d845b9bf609b0fcd659b25e' => '`FrontTag`.`id`',
		'a1dfe2e31599377615c3a9032b9991ce' => '`FrontTag`.`parent_id`',
		'78407187e5cf31f5bb807b4a4c959e54' => '`FrontTag`.`tag_kbn`',
		'ad00d23d3f0a375e624d4664fcb3e3b6' => '`FrontTag`.`tag_code`',
		'9ef1fa87b4a0f68dc697086f0d53747d' => '`FrontTag`.`tag_name`',
		'0967bfede39c9fcc42dca3413ec4d7b4' => '`FrontTag`.`memo`',
		'ee7ff4eb645d428055c3bdc9cc071675' => '`FrontTag`.`crt_user_id`',
		'e5801fd45282d5f68c7b4c00328ac6d5' => '`FrontTag`.`wrt_user_id`',
		'822135da4951fc94f9b0bf4f5e63f8a9' => '`FrontTag`.`created`',
		'0f80244422800e6e80c5aadfabec6ca4' => '`FrontTag`.`modified`',
		'331018ed879c3aa5b0e9ed7d7f4668bf' => '`FrontTag`.`deleted`',
		'797767d393003b110b17bc78cf833c10' => '`FrontParentTag`.`id`',
		'52d8c5eaf9ecd43e5e9f227fe3620331' => '`FrontParentTag`.`parent_id`',
		'620a0dc359fc60e4453a70a275935e94' => '`FrontParentTag`.`tag_kbn`',
		'742823085f13ae1dc87821212abfd8ec' => '`FrontParentTag`.`tag_code`',
		'c662b506ffc80c15049a900c9b0d2b48' => '`FrontParentTag`.`tag_name`',
		'529467c363007e0479a989400664de8a' => '`FrontParentTag`.`memo`',
		'4af59d850463107192994f5f29cdbb34' => '`FrontParentTag`.`crt_user_id`',
		'b8e486ef259e940b305849e92c21a061' => '`FrontParentTag`.`wrt_user_id`',
		'c2335e3981b9f7dfd70b10ff71dd3f11' => '`FrontParentTag`.`created`',
		'e76cc3aae6863d1908c51ee11766205c' => '`FrontParentTag`.`modified`',
		'8f5610da8e2fd8bfcd0f493b4c9e26a6' => '`FrontParentTag`.`deleted`',
		'1e8ac71d77bcb566c55cb62dadf40fef' => '`FrontParentTag`',
		'b1e6e85ab0e727cd78287a3323739f2e' => '`FrontTag`',
		'dd778edd35066496b944005c50b0ffa1' => '`block_type`',
		'f1d2c92b8ca23b894152a084d15f3923' => '`first_id`',
		'f3fe1f4744c08b68f7db24c1734d7e47' => '`page_no`',
		'a2e9d6908cb4955f8695d334e27e1c6a' => '`category_id`',
		'805f4e67dd287d50f128e0c5a9c84116' => '`open_status`',
		'682acf729a7a095462c45b0685207d65' => '`dsp_pubdt`',
		'6e027dded9347a8e195f8bf8e51126dc' => '`real_page_terms`',
		'7749c956ee47ebb4969325fe0878c3b0' => '`RealPageTerm`.`id`',
		'5784d1de40c774e55515280223fe23b3' => '`RealPageTerm`.`block_id`',
		'b0dcda7bd266c52352af9f1acaa672ff' => '`RealPageTerm`.`term_id`',
		'e33b036ada85a140f380b6e98d2eb78f' => '`RealPageTerm`.`term_name`',
		'81b57ac3f33df1a241d382058f97f63e' => '`RealPageTerm`.`term_link_url`',
		'3b3ca27992414938673216e158769118' => '`RealPageTerm`'
	),
	'fields' => array(
		'77be210011925305b34c16bbe10e77e3' => array(
			(int) 0 => '`FrontPageCategory`.`id`',
			(int) 1 => '`FrontPageCategory`.`page_name`'
		),
		'f91f7ee486ce0f5ae058a75f00c0cafb' => array(
			(int) 0 => '`FrontPageCategory`.`id`',
			(int) 1 => '`FrontPageCategory`.`this_block_id`',
			(int) 2 => '`FrontPageCategory`.`parent_id`',
			(int) 3 => '`FrontPageCategory`.`level`',
			(int) 4 => '`FrontPageCategory`.`title`',
			(int) 5 => '`FrontPageCategory`.`title_alias`',
			(int) 6 => '`FrontPageCategory`.`page_name`',
			(int) 7 => '`FrontPageCategory`.`link_url`',
			(int) 8 => '`FrontPageCategory`.`crt_user_id`',
			(int) 9 => '`FrontPageCategory`.`wrt_user_id`',
			(int) 10 => '`FrontPageCategory`.`created`',
			(int) 11 => '`FrontPageCategory`.`modified`',
			(int) 12 => '`FrontPageCategory`.`deleted`'
		),
		'1a64b0857769e2e485e4dc49d665a47c' => array(
			(int) 0 => '`FrontPageBlock`.`id`',
			(int) 1 => '`FrontPageBlock`.`category_id`',
			(int) 2 => '`FrontPageBlock`.`block_type`',
			(int) 3 => '`FrontPageBlock`.`first_id`',
			(int) 4 => '`FrontPageBlock`.`page_no`',
			(int) 5 => '`FrontPageBlock`.`title`',
			(int) 6 => '`FrontPageBlock`.`title_alias`',
			(int) 7 => '`FrontPageBlock`.`page_name`',
			(int) 8 => '`FrontPageBlock`.`link_url`',
			(int) 9 => '`FrontPageBlock`.`titletext`',
			(int) 10 => '`FrontPageBlock`.`top_img_path`',
			(int) 11 => '`FrontPageBlock`.`description`',
			(int) 12 => '`FrontPageBlock`.`keyword`',
			(int) 13 => '`FrontPageBlock`.`meta_robots`',
			(int) 14 => '`FrontPageBlock`.`meta_refresh`',
			(int) 15 => '`FrontPageBlock`.`html_head`',
			(int) 16 => '`FrontPageBlock`.`html_body`',
			(int) 17 => '`FrontPageBlock`.`edit_user_id`',
			(int) 18 => '`FrontPageBlock`.`edit_user_name`',
			(int) 19 => '`FrontPageBlock`.`maker_code`',
			(int) 20 => '`FrontPageBlock`.`shashu_code`',
			(int) 21 => '`FrontPageBlock`.`parameter_1`',
			(int) 22 => '`FrontPageBlock`.`parameter_2`',
			(int) 23 => '`FrontPageBlock`.`sort`',
			(int) 24 => '`FrontPageBlock`.`dsp_pubdt`',
			(int) 25 => '`FrontPageBlock`.`dsp_sttdt`',
			(int) 26 => '`FrontPageBlock`.`dsp_enddt`',
			(int) 27 => '`FrontPageBlock`.`edit_status`',
			(int) 28 => '`FrontPageBlock`.`open_status`',
			(int) 29 => '`FrontPageBlock`.`crt_user_id`',
			(int) 30 => '`FrontPageBlock`.`wrt_user_id`',
			(int) 31 => '`FrontPageBlock`.`created`',
			(int) 32 => '`FrontPageBlock`.`modified`',
			(int) 33 => '`FrontPageBlock`.`deleted`'
		),
		'fc28a46f3e2ed7bf45e2aac418ab44b1' => array(
			(int) 0 => '`FrontPageTag`.`id`',
			(int) 1 => '`FrontPageTag`.`tag_id`'
		),
		'892532631ccb5c42a74edb372e7f2eb3' => array(
			(int) 0 => '`FrontTag`.`id`',
			(int) 1 => '`FrontTag`.`parent_id`',
			(int) 2 => '`FrontTag`.`tag_kbn`',
			(int) 3 => '`FrontTag`.`tag_code`',
			(int) 4 => '`FrontTag`.`tag_name`',
			(int) 5 => '`FrontTag`.`memo`',
			(int) 6 => '`FrontTag`.`crt_user_id`',
			(int) 7 => '`FrontTag`.`wrt_user_id`',
			(int) 8 => '`FrontTag`.`created`',
			(int) 9 => '`FrontTag`.`modified`',
			(int) 10 => '`FrontTag`.`deleted`'
		),
		'81fbb9f8393b7b3daa6eceae61798e50' => array(
			(int) 0 => '`FrontParentTag`.`id`',
			(int) 1 => '`FrontParentTag`.`parent_id`',
			(int) 2 => '`FrontParentTag`.`tag_kbn`',
			(int) 3 => '`FrontParentTag`.`tag_code`',
			(int) 4 => '`FrontParentTag`.`tag_name`',
			(int) 5 => '`FrontParentTag`.`memo`',
			(int) 6 => '`FrontParentTag`.`crt_user_id`',
			(int) 7 => '`FrontParentTag`.`wrt_user_id`',
			(int) 8 => '`FrontParentTag`.`created`',
			(int) 9 => '`FrontParentTag`.`modified`',
			(int) 10 => '`FrontParentTag`.`deleted`'
		),
		'b4fcebc22bec6ce5223e0e792c2883de' => array(
			(int) 0 => '`RealPageTerm`.`id`',
			(int) 1 => '`RealPageTerm`.`block_id`',
			(int) 2 => '`RealPageTerm`.`term_id`',
			(int) 3 => '`RealPageTerm`.`term_name`',
			(int) 4 => '`RealPageTerm`.`term_link_url`'
		)
	)
)
$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 ??