Deprecated (16384): Controller::$layout is deprecated. Use $this->viewBuilder()->layout() instead. [CORE/src/Controller/Controller.php, line 378]
Error: Missing Controller

Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

Error: FilesController could not be found.

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