Warning (2): unlink(/var/www/vhosts/hifiprofile.net/httpdocs/tmp/cache/myapp_cake_routes_route_collection): No such file or directory [CORE/src/Cache/Engine/FileEngine.php, line 335]
Warning (2): unlink(/var/www/vhosts/hifiprofile.net/httpdocs/tmp/cache/models/myapp_cake_model_default_users) [<a href='https://secure.php.net/function.unlink'>function.unlink</a>]: No such file or directory [CORE/src/Cache/Engine/FileEngine.php, line 335]
Warning (512): Unable to emit headers. Headers sent in file=/var/www/vhosts/hifiprofile.net/httpdocs/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [CORE/src/Http/ResponseEmitter.php, line 48]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/vhosts/hifiprofile.net/httpdocs/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 148]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/vhosts/hifiprofile.net/httpdocs/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 177]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/vhosts/hifiprofile.net/httpdocs/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 177]
Error: Missing Controller

Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

Error: FilesController 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 FilesController below in file: src/Controller/FilesController.php

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
FilesController extends AppController
    
{

    }

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

toggle vendor stack frames