Warning (512): SplFileInfo::openFile(/var/www/myapp/tmp/cache/persistent/myapp_cake_core_translations_default_es__a_r) [<a href='https://secure.php.net/splfileinfo.openfile'>splfileinfo.openfile</a>]: failed to open stream: Permission denied [CORE/src/Cache/Engine/FileEngine.php, line 406]
Warning (512): SplFileInfo::openFile(/var/www/myapp/tmp/cache/persistent/myapp_cake_core_translations_default_es__a_r) [<a href='https://secure.php.net/splfileinfo.openfile'>splfileinfo.openfile</a>]: failed to open stream: Permission denied [CORE/src/Cache/Engine/FileEngine.php, line 406]
Warning (512): SplFileInfo::openFile(/var/www/myapp/tmp/cache/persistent/myapp_cake_core_translations_cake_es__a_r) [<a href='https://secure.php.net/splfileinfo.openfile'>splfileinfo.openfile</a>]: failed to open stream: Permission denied [CORE/src/Cache/Engine/FileEngine.php, line 406]
Warning (512): SplFileInfo::openFile(/var/www/myapp/tmp/cache/persistent/myapp_cake_core_translations_cake_es__a_r) [<a href='https://secure.php.net/splfileinfo.openfile'>splfileinfo.openfile</a>]: failed to open stream: Permission denied [CORE/src/Cache/Engine/FileEngine.php, line 406]
Warning (512): Unable to emit headers. Headers sent in file=/var/www/myapp/vendor/cakephp/cakephp/src/Error/Debugger.php line=855 [CORE/src/Http/ResponseEmitter.php, line 53]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/myapp/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php, line 154]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/myapp/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php, line 187]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/myapp/vendor/cakephp/cakephp/src/Error/Debugger.php:855) [CORE/src/Http/ResponseEmitter.php, line 187]
Error: Missing Controller

Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

Error: JsController could not be found.

In the case you tried to access a plugin controller make sure you added it to your composer file or you use the autoload option for the plugin.

Error: Create the class JsController below in file: src/Controller/JsController.php

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
JsController extends AppController
    
{

    }

If you want to customize this error message, create src/Template/Error/missing_controller.ctp

toggle vendor stack frames