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' => '/home/nhkimvzo/public_html/admin/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 309
I18n::translate() - CORE/Cake/I18n/I18n.php, line 176
__d - CORE/Cake/basics.php, line 560
CakeException::__construct() - CORE/Cake/Error/exceptions.php, line 201
MissingControllerException::__construct() - CORE/Cake/Error/exceptions.php, line 228
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 158
[main] - APP/webroot/index.php, line 92 Warning (2) : file_put_contents() [function.file-put-contents ]: Only 0 of 244 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 WebrootController could not be found.
#0 /home/nhkimvzo/public_html/admin/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = '/home/nhkimvzo/public_html/admin/tmp/logs/error.log'
$output = '2025-05-06 23:56:02 Error: [MissingControllerException] Controller class WebrootController could not be found.
#0 /home/nhkimvzo/public_html/admin/webroot/index.php(92): 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 443
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 118
[main] - [internal], line ??
Administractor
Missing Controller
Error:
WebrootController could not be found.
Error:
Create the class WebrootController below in file: admin/Controller/WebrootController.php
<?php
class WebrootController extends AppController {
}
Notice:
If you want to customize this error message, create admin/View/Errors/missing_controller.ctp
Stack Trace
APP/webroot/index.php line 92 → Dispatcher->dispatch(CakeRequest, CakeResponse) App::uses('Dispatcher', 'Routing');
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'webroot/upload/image/images/logo%205.png'
base => '/admin'
webroot => '/admin/'
here => '/admin/webroot/upload/image/images/logo%205.png'
}
object(CakeResponse) {
}
Warning (512) : _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php , line 309 ]Code Context ),
E_USER_WARNING
);
$key = 'file_map'
$value = array(
'Configure' => '/home/nhkimvzo/public_html/lib/Cake/Core/Configure.php',
'Hash' => '/home/nhkimvzo/public_html/lib/Cake/Utility/Hash.php',
'Cache' => '/home/nhkimvzo/public_html/lib/Cake/Cache/Cache.php',
'FileEngine' => '/home/nhkimvzo/public_html/lib/Cake/Cache/Engine/FileEngine.php',
'CacheEngine' => '/home/nhkimvzo/public_html/lib/Cake/Cache/CacheEngine.php',
'Inflector' => '/home/nhkimvzo/public_html/lib/Cake/Utility/Inflector.php',
'ErrorHandler' => '/home/nhkimvzo/public_html/lib/Cake/Error/ErrorHandler.php',
'CakeLog' => '/home/nhkimvzo/public_html/lib/Cake/Log/CakeLog.php',
'LogEngineCollection' => '/home/nhkimvzo/public_html/lib/Cake/Log/LogEngineCollection.php',
'ObjectCollection' => '/home/nhkimvzo/public_html/lib/Cake/Utility/ObjectCollection.php',
'FileLog' => '/home/nhkimvzo/public_html/lib/Cake/Log/Engine/FileLog.php',
'BaseLog' => '/home/nhkimvzo/public_html/lib/Cake/Log/Engine/BaseLog.php',
'CakeLogInterface' => '/home/nhkimvzo/public_html/lib/Cake/Log/CakeLogInterface.php',
'Debugger' => '/home/nhkimvzo/public_html/lib/Cake/Utility/Debugger.php',
'String' => '/home/nhkimvzo/public_html/lib/Cake/Utility/String.php',
'Dispatcher' => '/home/nhkimvzo/public_html/lib/Cake/Routing/Dispatcher.php',
'CakeEventListener' => '/home/nhkimvzo/public_html/lib/Cake/Event/CakeEventListener.php',
'CakeRequest' => '/home/nhkimvzo/public_html/lib/Cake/Network/CakeRequest.php',
'CakeResponse' => '/home/nhkimvzo/public_html/lib/Cake/Network/CakeResponse.php',
'CakeEvent' => '/home/nhkimvzo/public_html/lib/Cake/Event/CakeEvent.php',
'CakeEventManager' => '/home/nhkimvzo/public_html/lib/Cake/Event/CakeEventManager.php',
'AssetDispatcher' => '/home/nhkimvzo/public_html/lib/Cake/Routing/Filter/AssetDispatcher.php',
'DispatcherFilter' => '/home/nhkimvzo/public_html/lib/Cake/Routing/DispatcherFilter.php',
'CacheDispatcher' => '/home/nhkimvzo/public_html/lib/Cake/Routing/Filter/CacheDispatcher.php',
'CakePlugin' => '/home/nhkimvzo/public_html/lib/Cake/Core/CakePlugin.php',
'Router' => '/home/nhkimvzo/public_html/lib/Cake/Routing/Router.php',
'CakeRoute' => '/home/nhkimvzo/public_html/lib/Cake/Routing/Route/CakeRoute.php',
'I18n' => '/home/nhkimvzo/public_html/lib/Cake/I18n/I18n.php',
'L10n' => '/home/nhkimvzo/public_html/lib/Cake/I18n/L10n.php',
'ExceptionRenderer' => '/home/nhkimvzo/public_html/lib/Cake/Error/ExceptionRenderer.php',
'AppController' => '/home/nhkimvzo/public_html/admin/Controller/AppController.php',
'Controller' => '/home/nhkimvzo/public_html/lib/Cake/Controller/Controller.php',
'Object' => '/home/nhkimvzo/public_html/lib/Cake/Core/Object.php',
'CakeErrorController' => '/home/nhkimvzo/public_html/lib/Cake/Controller/CakeErrorController.php',
'ComponentCollection' => '/home/nhkimvzo/public_html/lib/Cake/Controller/ComponentCollection.php',
'SessionComponent' => '/home/nhkimvzo/public_html/lib/Cake/Controller/Component/SessionComponent.php',
'Component' => '/home/nhkimvzo/public_html/lib/Cake/Controller/Component.php',
'View' => '/home/nhkimvzo/public_html/lib/Cake/View/View.php',
'HelperCollection' => '/home/nhkimvzo/public_html/lib/Cake/View/HelperCollection.php',
'ViewBlock' => '/home/nhkimvzo/public_html/lib/Cake/View/ViewBlock.php',
'ClassRegistry' => '/home/nhkimvzo/public_html/lib/Cake/Utility/ClassRegistry.php',
'FormHelper' => '/home/nhkimvzo/public_html/lib/Cake/View/Helper/FormHelper.php',
'AppHelper' => '/home/nhkimvzo/public_html/admin/View/Helper/AppHelper.php',
'Helper' => '/home/nhkimvzo/public_html/lib/Cake/View/Helper.php',
'HtmlHelper' => '/home/nhkimvzo/public_html/lib/Cake/View/Helper/HtmlHelper.php',
'JsHelper' => '/home/nhkimvzo/public_html/lib/Cake/View/Helper/JsHelper.php',
'SessionHelper' => '/home/nhkimvzo/public_html/lib/Cake/View/Helper/SessionHelper.php',
'PaginatorHelper' => '/home/nhkimvzo/public_html/lib/Cake/View/Helper/PaginatorHelper.php',
'TvFckHelper' => '/home/nhkimvzo/public_html/admin/View/Helper/TvFckHelper.php',
'CakeSession' => '/home/nhkimvzo/public_html/lib/Cake/Model/Datasource/CakeSession.php'
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/home/nhkimvzo/public_html/admin/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 10,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 309
App::shutdown() - CORE/Cake/Core/App.php, line 893
[main] - [internal], line ??