Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 2059 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[12] rows[50] 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 `open_status` = 20 AND `page_no` = 1 AND ((`link_url` LIKE 'bousai/%') OR (`link_url` LIKE 'cst/%') OR (`link_url` LIKE 'editor/%') OR (`link_url` LIKE 'fukushi/%') OR (`link_url` LIKE 'guide/%') OR (`link_url` LIKE 'horitsu/%') OR (`link_url` LIKE 'kaitori/%') OR (`link_url` LIKE 'kaitoriguide/%') OR (`link_url` LIKE 'market/%') OR (`link_url` LIKE 'mylife/%') OR (`link_url` LIKE 'newmodel/%') OR (`link_url` LIKE 'news/%') OR (`link_url` LIKE 'parts/%') OR (`link_url` LIKE 'qa/%') OR (`link_url` LIKE 'souken/%') OR (`link_url` LIKE 'terms/%') OR (`link_url` LIKE 'testdrive/%')) AND id IN (SELECT `FrontPageTag`.`block_id` FROM real_page_tags AS FrontPageTag WHERE `FrontPageTag`.`tag_id` = 2959 AND `FrontPageTag`.`deleted` IS NULL GROUP BY `FrontPageTag`.`block_id` ORDER BY `FrontPageTag`.`block_id` ASC ) AND `deleted` IS NULL ORDER BY `dsp_pubdt` DESC, `id` DESC LIMIT 50'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250330_debug.log'
$output = '2025-04-02 19:43:42 Debug: took[12] rows[50] 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 `open_status` = 20 AND `page_no` = 1 AND ((`link_url` LIKE 'bousai/%') OR (`link_url` LIKE 'cst/%') OR (`link_url` LIKE 'editor/%') OR (`link_url` LIKE 'fukushi/%') OR (`link_url` LIKE 'guide/%') OR (`link_url` LIKE 'horitsu/%') OR (`link_url` LIKE 'kaitori/%') OR (`link_url` LIKE 'kaitoriguide/%') OR (`link_url` LIKE 'market/%') OR (`link_url` LIKE 'mylife/%') OR (`link_url` LIKE 'newmodel/%') OR (`link_url` LIKE 'news/%') OR (`link_url` LIKE 'parts/%') OR (`link_url` LIKE 'qa/%') OR (`link_url` LIKE 'souken/%') OR (`link_url` LIKE 'terms/%') OR (`link_url` LIKE 'testdrive/%')) AND id IN (SELECT `FrontPageTag`.`block_id` FROM real_page_tags AS FrontPageTag WHERE `FrontPageTag`.`tag_id` = 2959 AND `FrontPageTag`.`deleted` IS NULL GROUP BY `FrontPageTag`.`block_id` ORDER BY `FrontPageTag`.`block_id` ASC ) AND `deleted` IS NULL ORDER BY `dsp_pubdt` DESC, `id` DESC LIMIT 50
'
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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 324
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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_categories' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'front_nucleus_db_real_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
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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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_categories' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'front_nucleus_db_real_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
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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[12] 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:42 Debug: took[12] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:43 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[8] 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[8] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[10] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[4] 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[4] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 610 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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
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 609 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[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 `link_url` = 'market/category_1491/' 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/20250330_debug.log'
$output = '2025-04-02 19:43:44 Debug: took[1] 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 `link_url` = 'market/category_1491/' 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
FrontDataComponent::tag_articles() - APP/Controller/Component/FrontDataComponent.php, line 345
include - APP/View/Fronts/pc/tags/tag.ctp, line 208
View::_evaluate() - CORE/Cake/View/View.php, line 923
View::_render() - CORE/Cake/View/View.php, line 886
View::render() - CORE/Cake/View/View.php, line 476
Controller::render() - CORE/Cake/Controller/Controller.php, line 956
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 98
▲今回、紹介するのは1973年に登場した・・・ (2020/04/25)
▲今回紹介するのは2006年に登場したク・・・ (2020/04/21)
▲今回紹介するのは1999年に登場した、・・・ (2020/04/11)
▲今回紹介するのは2003年に登場したマ・・・ (2020/04/06)
▲今回紹介するのは2002年に登場したA・・・ (2020/03/30)
▲「ブーレイ顔」と呼ばれた当時の三菱のフ・・・ (2020/03/28)
▲今回、紹介するのは1996~1999年・・・ (2020/03/19)
▲今回、紹介するのは2007~2012年・・・ (2020/03/06)
▲今回、紹介するのは2003年に登場した・・・ (2020/03/05)
▲今回紹介するのは、スバル ヴィヴィオタ・・・ (2020/03/02)
▲今回、紹介するのは1981年に登場した・・・ (2020/02/14)
▲今回、紹介するのは2000年に登場した・・・ (2020/02/08)
▲今回、紹介するのは2003年に登場した・・・ (2020/01/27)
▲今回、紹介するのは2000年に登場した・・・ (2020/01/22)
▲今回、紹介するのは1979年に登場した・・・ (2020/01/17)
▲今回、紹介するのは1991年に登場した・・・ (2020/01/15)
▲今回、紹介するのは2002年に登場した・・・ (2020/01/13)
▲今回、紹介するのは2002年に登場した・・・ (2019/12/29)
▲今回、紹介するのは1988年に登場した・・・ (2019/12/20)
▲今回、紹介するのは1997年に登場した・・・ (2019/12/13)
▲今回、紹介するのは2001年に登場した・・・ (2019/12/12)
▲今回、紹介するのは1998年に登場した・・・ (2019/11/25)
▲今回、紹介するのは2000年11月に登・・・ (2019/11/24)
▲今回、紹介するのは2000年10月に登・・・ (2019/11/23)
▲今回、紹介するのは2000年7月に登場・・・ (2019/11/20)
▲今回紹介するのは旧型7シリーズのトップ・・・ (2019/11/12)
▲今回紹介するのは1990年7月に登場し・・・ (2019/10/25)
▲今回紹介するのは1991年6月に登場し・・・ (2019/10/16)
▲今回紹介するのはマツダの本格軽スポーツ・・・ (2019/10/05)
▲今回紹介するのは4代目Sクラスの中でも・・・ (2019/09/29)
▲今回紹介するのは、アウディ A4のスポ・・・ (2019/09/14)
▲今回紹介するのは、オペル ザフィーラの・・・ (2019/09/07)
▲今回紹介するのは、190Eの後継モデル・・・ (2019/08/25)
▲今回紹介するのは、「21世紀に間に合い・・・ (2019/08/18)
▲今回紹介するのは、1994年10月に登・・・ (2019/08/09)
▲今回紹介するのはスズキ SX4セダン。・・・ (2019/07/29)
▲今回紹介するのはホンダ MDX。この車・・・ (2019/07/20)
▲今回紹介するのは2代目日産 アベニール・・・ (2019/07/13)
▲今回紹介するのはキャデラック STS。・・・ (2019/06/25)
▲今回紹介するのは1989年に登場したホ・・・ (2019/06/16)
▲今回紹介するのは三菱の3ナンバーサイズ・・・ (2019/06/03)
▲今回紹介するのは2003年2月に登場し・・・ (2019/05/26)
▲今回紹介するのは2009~2015年に・・・ (2019/05/20)
▲今回紹介するのは2001年~2006年・・・ (2019/05/09)
▲今回紹介するのはトヨタ カローラII。・・・ (2019/04/27)
▲1990年に登場した日産 プリメーラ。・・・ (2019/04/07)
▲ブルーバードの派生モデルとして1988・・・ (2019/03/29)
▲日本では1993~1999年にわたって・・・ (2019/03/14)
▲1989~1991年の2年間にわたり、・・・ (2019/03/09)
▲1995年の東京モーターショーに参考出・・・ (2019/02/16)