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' => '/var/www/web67/html/soundeck/app/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 173
__d - CORE/Cake/basics.php, line 615
CakeException::__construct() - CORE/Cake/Error/exceptions.php, line 238
MissingControllerException::__construct() - CORE/Cake/Error/exceptions.php, line 266
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 158
[main] - APP/webroot/index.php, line 97 Warning (2) : file_put_contents() [function.file-put-contents ]: Only 0 of 248 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php , line 88 ]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 Sitemap.xmlController could not be found.
#0 /var/www/web67/html/soundeck/app/webroot/index.php(97): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}'
$debugTypes = array(
(int) 0 => 'notice',
(int) 1 => 'info',
(int) 2 => 'debug'
)
$filename = '/var/www/web67/html/soundeck/app/tmp/logs/error.log'
$output = '2025-04-24 08:34:07 Error: [MissingControllerException] Controller class Sitemap.xmlController could not be found.
#0 /var/www/web67/html/soundeck/app/webroot/index.php(97): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
' file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 88
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 452
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 117
[main] - [internal], line ??
CakePHP: the rapid development php framework:
Errors
Missing Controller
Error:
Sitemap.xmlController could not be found.
Error:
Create the class Sitemap.xmlController below in file: app/Controller/Sitemap.xmlController.php
<?php
class Sitemap.xmlController extends AppController {
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_controller.ctp
Stack Trace
APP/webroot/index.php line 97 → Dispatcher->dispatch(CakeRequest, CakeResponse) App :: uses ( 'Dispatcher' , 'Routing' );
$Dispatcher = new Dispatcher ();
$Dispatcher -> dispatch (new CakeRequest (), new CakeResponse ());
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
object(CakeResponse) {
[protected] _statusCodes => array(
[maximum depth reached]
)
[protected] _mimeTypes => array(
[maximum depth reached]
)
[protected] _protocol => 'HTTP/1.1'
[protected] _status => (int) 200
[protected] _contentType => 'text/html'
[protected] _headers => array([maximum depth reached])
[protected] _body => null
[protected] _file => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
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' => '/var/www/web67/html/soundeck/lib/Cake/Core/Configure.php',
'Hash' => '/var/www/web67/html/soundeck/lib/Cake/Utility/Hash.php',
'Cache' => '/var/www/web67/html/soundeck/lib/Cake/Cache/Cache.php',
'FileEngine' => '/var/www/web67/html/soundeck/lib/Cake/Cache/Engine/FileEngine.php',
'CacheEngine' => '/var/www/web67/html/soundeck/lib/Cake/Cache/CacheEngine.php',
'Inflector' => '/var/www/web67/html/soundeck/lib/Cake/Utility/Inflector.php',
'ErrorHandler' => '/var/www/web67/html/soundeck/lib/Cake/Error/ErrorHandler.php',
'CakeLog' => '/var/www/web67/html/soundeck/lib/Cake/Log/CakeLog.php',
'LogEngineCollection' => '/var/www/web67/html/soundeck/lib/Cake/Log/LogEngineCollection.php',
'ObjectCollection' => '/var/www/web67/html/soundeck/lib/Cake/Utility/ObjectCollection.php',
'FileLog' => '/var/www/web67/html/soundeck/lib/Cake/Log/Engine/FileLog.php',
'BaseLog' => '/var/www/web67/html/soundeck/lib/Cake/Log/Engine/BaseLog.php',
'CakeLogInterface' => '/var/www/web67/html/soundeck/lib/Cake/Log/CakeLogInterface.php',
'Debugger' => '/var/www/web67/html/soundeck/lib/Cake/Utility/Debugger.php',
'String' => '/var/www/web67/html/soundeck/lib/Cake/Utility/String.php',
'Dispatcher' => '/var/www/web67/html/soundeck/lib/Cake/Routing/Dispatcher.php',
'CakeEventListener' => '/var/www/web67/html/soundeck/lib/Cake/Event/CakeEventListener.php',
'CakeRequest' => '/var/www/web67/html/soundeck/lib/Cake/Network/CakeRequest.php',
'CakeResponse' => '/var/www/web67/html/soundeck/lib/Cake/Network/CakeResponse.php',
'CakeEvent' => '/var/www/web67/html/soundeck/lib/Cake/Event/CakeEvent.php',
'CakeEventManager' => '/var/www/web67/html/soundeck/lib/Cake/Event/CakeEventManager.php',
'AssetDispatcher' => '/var/www/web67/html/soundeck/lib/Cake/Routing/Filter/AssetDispatcher.php',
'DispatcherFilter' => '/var/www/web67/html/soundeck/lib/Cake/Routing/DispatcherFilter.php',
'CacheDispatcher' => '/var/www/web67/html/soundeck/lib/Cake/Routing/Filter/CacheDispatcher.php',
'CakePlugin' => '/var/www/web67/html/soundeck/lib/Cake/Core/CakePlugin.php',
'Router' => '/var/www/web67/html/soundeck/lib/Cake/Routing/Router.php',
'CakeRoute' => '/var/www/web67/html/soundeck/lib/Cake/Routing/Route/CakeRoute.php',
'I18n' => '/var/www/web67/html/soundeck/lib/Cake/I18n/I18n.php',
'L10n' => '/var/www/web67/html/soundeck/lib/Cake/I18n/L10n.php',
'CakeSession' => '/var/www/web67/html/soundeck/lib/Cake/Model/Datasource/CakeSession.php',
'ExceptionRenderer' => '/var/www/web67/html/soundeck/lib/Cake/Error/ExceptionRenderer.php',
'CakeErrorController' => '/var/www/web67/html/soundeck/lib/Cake/Controller/CakeErrorController.php',
'AppController' => '/var/www/web67/html/soundeck/app/Controller/AppController.php',
'Controller' => '/var/www/web67/html/soundeck/lib/Cake/Controller/Controller.php',
'Object' => '/var/www/web67/html/soundeck/lib/Cake/Core/Object.php',
'ComponentCollection' => '/var/www/web67/html/soundeck/lib/Cake/Controller/ComponentCollection.php',
'SessionComponent' => '/var/www/web67/html/soundeck/lib/Cake/Controller/Component/SessionComponent.php',
'Component' => '/var/www/web67/html/soundeck/lib/Cake/Controller/Component.php',
'View' => '/var/www/web67/html/soundeck/lib/Cake/View/View.php',
'HelperCollection' => '/var/www/web67/html/soundeck/lib/Cake/View/HelperCollection.php',
'ViewBlock' => '/var/www/web67/html/soundeck/lib/Cake/View/ViewBlock.php',
'ClassRegistry' => '/var/www/web67/html/soundeck/lib/Cake/Utility/ClassRegistry.php',
'HtmlHelper' => '/var/www/web67/html/soundeck/lib/Cake/View/Helper/HtmlHelper.php',
'AppHelper' => '/var/www/web67/html/soundeck/app/View/Helper/AppHelper.php',
'Helper' => '/var/www/web67/html/soundeck/lib/Cake/View/Helper.php',
'SessionHelper' => '/var/www/web67/html/soundeck/lib/Cake/View/Helper/SessionHelper.php',
'ConnectionManager' => '/var/www/web67/html/soundeck/lib/Cake/Model/ConnectionManager.php'
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/var/www/web67/html/soundeck/app/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 ??