Warning (512): _cake_core_ cache was unable to write 'cake_dev_' to File cache [CORE/Cake/Cache/Cache.php, line 309]Code Context ),
E_USER_WARNING
);
$key = 'cake_dev_'
$value = array(
'LC_MESSAGES' => array()
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/vol/www/www-test_carsensor/html/contents/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'mask' => (int) 438,
'lock' => true,
'isWindows' => false,
'probability' => (int) 100,
'groups' => array()
)
$success = false
Cache::write() - CORE/Cake/Cache/Cache.php, line 309
I18n::translate() - CORE/Cake/I18n/I18n.php, line 169
__d - CORE/Cake/basics.php, line 570
CakeException::__construct() - CORE/Cake/Error/exceptions.php, line 201
MissingControllerException::__construct() - CORE/Cake/Error/exceptions.php, line 229
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 158
[main] - APP/webroot/index.php, line 98
Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 246 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 87]Code Context }
$output = date('Y-m-d H:i:s') . ' ' . ucfirst($type) . ': ' . $message . "\n";
return file_put_contents($filename, $output, FILE_APPEND);
$type = 'error'
$message = '[MissingControllerException] Controller class Controller could not be found.
#0 /vol/www/www-test_carsensor/html/contents/webroot/index.php(98): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = '/vol/www/www-test_carsensor/html/contents/tmp/logs/20250330_error.log'
$output = '2025-04-05 03:38:05 Error: [MissingControllerException] Controller class Controller could not be found.
#0 /vol/www/www-test_carsensor/html/contents/webroot/index.php(98): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
'
file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 87
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 452
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 117
[main] - [internal], line ??