Deprecated (8192): Array and string offset access syntax with curly braces is deprecated [CORE/src/View/Helper/FormHelper.php, line 2024]
Warning (512): Unable to emit headers. Headers sent in file=/home/apstoweb/www/community/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 /home/apstoweb/www/community/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 /home/apstoweb/www/community/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: ForgetController 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 ForgetController below in file: src/Controller/ForgetController.php

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
ForgetController extends AppController
    
{

    }

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

toggle vendor stack frames