Warning (512) : _cake_core_ cache was unable to write 'cake_dev_eng' to File cache [CORE/Cake/Cache/Cache.php , line 325 ]Code Context ),
E_USER_WARNING
);
$key = 'cake_dev_eng'
$value = array(
'LC_MESSAGES' => array()
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/var/www/html/app/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 1,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 325
I18n::translate() - CORE/Cake/I18n/I18n.php, line 175
__d - CORE/Cake/basics.php, line 613
CakeException::__construct() - CORE/Cake/Error/exceptions.php, line 236
MissingActionException::__construct() - CORE/Cake/Error/exceptions.php, line 282
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 108 Warning (2) : file_put_contents() [function.file-put-contents ]: Only 0 of 635 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php , line 142 ]Code Context $pathname = $this -> _path . $filename ;
if (empty( $this -> _config [ 'mask' ])) {
return file_put_contents ( $pathname , $output , FILE_APPEND );
$type = 'error'
$message = '[MissingActionException] Action AppController::webroot() could not be found.
Exception Attributes: array (
'controller' => 'AppController',
'action' => 'webroot',
)
Request URL: /app/webroot/files/indoor-sukkah/alvin-lee-daughter
Stack Trace:
#0 /var/www/html/lib/Cake/Routing/Dispatcher.php(185): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/html/lib/Cake/Routing/Dispatcher.php(160): Dispatcher->_invoke(Object(AppController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/html/app/webroot/index.php(108): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}'
$output = '2025-09-05 19:26:42 Error: [MissingActionException] Action AppController::webroot() could not be found.
Exception Attributes: array (
'controller' => 'AppController',
'action' => 'webroot',
)
Request URL: /app/webroot/files/indoor-sukkah/alvin-lee-daughter
Stack Trace:
#0 /var/www/html/lib/Cake/Routing/Dispatcher.php(185): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/html/lib/Cake/Routing/Dispatcher.php(160): Dispatcher->_invoke(Object(AppController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/html/app/webroot/index.php(108): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}
'
$filename = 'error.log'
$pathname = '/var/www/html/app/tmp/logs/error.log' file_put_contents - [internal], line ??
FileLog::write() - CORE/Cake/Log/Engine/FileLog.php, line 142
CakeLog::write() - CORE/Cake/Log/CakeLog.php, line 452
ErrorHandler::_log() - CORE/Cake/Error/ErrorHandler.php, line 178
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 111
[main] - [internal], line ??
Concello da Estrada - Errors
Missing Method in AppController
Error:
The action webroot is not defined in controller AppController
Error:
Create AppController:: webroot() in file: app/Controller/AppController.php.
<?php
class AppController extends AppController {
public function webroot() {
}
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_action.ctp
Stack Trace
CORE/Cake/Routing/Dispatcher.php line 185 → Controller->invokeAction(CakeRequest) $controller -> startupProcess ();
$render = true ;
$result = $controller -> invokeAction ( $request );
if ( $result instanceof CakeResponse ) {
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'app/webroot/files/indoor-sukkah/alvin-lee-daughter'
base => ''
webroot => '/'
here => '/app/webroot/files/indoor-sukkah/alvin-lee-daughter'
[protected] _detectors => array(
[maximum depth reached]
)
[protected] _input => ''
}
CORE/Cake/Routing/Dispatcher.php line 160 → Dispatcher->_invoke(AppController, CakeRequest, CakeResponse) ));
}
$response = $this -> _invoke ( $controller , $request , $response );
if (isset( $request -> params [ 'return' ])) {
object(AppController) {
components => array(
[maximum depth reached]
)
theme => 'Cakestrap'
name => 'App'
uses => array(
[maximum depth reached]
)
helpers => array([maximum depth reached])
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'App'
layoutPath => null
viewVars => array(
[maximum depth reached]
)
view => 'webroot'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
[maximum depth reached]
)
scaffold => false
methods => array(
[maximum depth reached]
)
modelClass => 'App'
modelKey => 'app'
validationErrors => null
Session => object(SessionComponent) {}
Security => object(SecurityComponent) {}
Push => object(PushComponent) {}
Auth => object(AuthComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'app/webroot/files/indoor-sukkah/alvin-lee-daughter'
base => ''
webroot => '/'
here => '/app/webroot/files/indoor-sukkah/alvin-lee-daughter'
[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] _fileRange => null
[protected] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}
APP/webroot/index.php line 108 → Dispatcher->dispatch(CakeRequest, CakeResponse) $Dispatcher -> dispatch (
new CakeRequest (),
new CakeResponse ()
);
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'app/webroot/files/indoor-sukkah/alvin-lee-daughter'
base => ''
webroot => '/'
here => '/app/webroot/files/indoor-sukkah/alvin-lee-daughter'
[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] _fileRange => 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 325 ]Code Context ),
E_USER_WARNING
);
$key = 'file_map'
$value = array(
'Configure' => '/var/www/html/lib/Cake/Core/Configure.php',
'Hash' => '/var/www/html/lib/Cake/Utility/Hash.php',
'Cache' => '/var/www/html/lib/Cake/Cache/Cache.php',
'FileEngine' => '/var/www/html/lib/Cake/Cache/Engine/FileEngine.php',
'CacheEngine' => '/var/www/html/lib/Cake/Cache/CacheEngine.php',
'Inflector' => '/var/www/html/lib/Cake/Utility/Inflector.php',
'ErrorHandler' => '/var/www/html/lib/Cake/Error/ErrorHandler.php',
'CakePlugin' => '/var/www/html/lib/Cake/Core/CakePlugin.php',
'CakeLog' => '/var/www/html/lib/Cake/Log/CakeLog.php',
'LogEngineCollection' => '/var/www/html/lib/Cake/Log/LogEngineCollection.php',
'ObjectCollection' => '/var/www/html/lib/Cake/Utility/ObjectCollection.php',
'FileLog' => '/var/www/html/lib/Cake/Log/Engine/FileLog.php',
'BaseLog' => '/var/www/html/lib/Cake/Log/Engine/BaseLog.php',
'CakeLogInterface' => '/var/www/html/lib/Cake/Log/CakeLogInterface.php',
'Debugger' => '/var/www/html/lib/Cake/Utility/Debugger.php',
'String' => '/var/www/html/lib/Cake/Utility/String.php',
'Dispatcher' => '/var/www/html/lib/Cake/Routing/Dispatcher.php',
'CakeEventListener' => '/var/www/html/lib/Cake/Event/CakeEventListener.php',
'CakeRequest' => '/var/www/html/lib/Cake/Network/CakeRequest.php',
'CakeResponse' => '/var/www/html/lib/Cake/Network/CakeResponse.php',
'CakeEvent' => '/var/www/html/lib/Cake/Event/CakeEvent.php',
'CakeEventManager' => '/var/www/html/lib/Cake/Event/CakeEventManager.php',
'AssetDispatcher' => '/var/www/html/lib/Cake/Routing/Filter/AssetDispatcher.php',
'DispatcherFilter' => '/var/www/html/lib/Cake/Routing/DispatcherFilter.php',
'CacheDispatcher' => '/var/www/html/lib/Cake/Routing/Filter/CacheDispatcher.php',
'Router' => '/var/www/html/lib/Cake/Routing/Router.php',
'CakeRoute' => '/var/www/html/lib/Cake/Routing/Route/CakeRoute.php',
'PluginShortRoute' => '/var/www/html/lib/Cake/Routing/Route/PluginShortRoute.php',
'AppController' => '/var/www/html/app/Controller/AppController.php',
'Controller' => '/var/www/html/lib/Cake/Controller/Controller.php',
'Object' => '/var/www/html/lib/Cake/Core/Object.php',
'ComponentCollection' => '/var/www/html/lib/Cake/Controller/ComponentCollection.php',
'SessionComponent' => '/var/www/html/lib/Cake/Controller/Component/SessionComponent.php',
'Component' => '/var/www/html/lib/Cake/Controller/Component.php',
'SecurityComponent' => '/var/www/html/lib/Cake/Controller/Component/SecurityComponent.php',
'PushComponent' => '/var/www/html/app/Controller/Component/PushComponent.php',
'AuthComponent' => '/var/www/html/lib/Cake/Controller/Component/AuthComponent.php',
'CakeSession' => '/var/www/html/lib/Cake/Model/Datasource/CakeSession.php',
'Security' => '/var/www/html/lib/Cake/Utility/Security.php',
'I18n' => '/var/www/html/lib/Cake/I18n/I18n.php',
'L10n' => '/var/www/html/lib/Cake/I18n/L10n.php',
'ExceptionRenderer' => '/var/www/html/lib/Cake/Error/ExceptionRenderer.php',
'CakeErrorController' => '/var/www/html/lib/Cake/Controller/CakeErrorController.php',
'View' => '/var/www/html/lib/Cake/View/View.php',
'HelperCollection' => '/var/www/html/lib/Cake/View/HelperCollection.php',
'ViewBlock' => '/var/www/html/lib/Cake/View/ViewBlock.php',
'ClassRegistry' => '/var/www/html/lib/Cake/Utility/ClassRegistry.php',
'HtmlHelper' => '/var/www/html/lib/Cake/View/Helper/HtmlHelper.php',
'AppHelper' => '/var/www/html/app/View/Helper/AppHelper.php',
'Helper' => '/var/www/html/lib/Cake/View/Helper.php',
'SessionHelper' => '/var/www/html/lib/Cake/View/Helper/SessionHelper.php'
)
$config = '_cake_core_'
$settings = array(
'prefix' => '*****',
'engine' => 'File',
'path' => '/var/www/html/app/tmp/cache/persistent/',
'serialize' => true,
'duration' => (int) 1,
'lock' => true,
'isWindows' => false,
'mask' => (int) 436,
'probability' => (int) 100,
'groups' => array()
)
$success = false Cache::write() - CORE/Cake/Cache/Cache.php, line 325
App::shutdown() - CORE/Cake/Core/App.php, line 897
[main] - [internal], line ??