Notice (8): compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php, line 1875]
Notice (8): compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php, line 1875]
Warning (512): Unable to emit headers. Headers sent in file=/home/nbc01/public_html/Hassan/vendor/cakephp/cakephp/src/Error/Debugger.php line=850 [CORE/src/Http/ResponseEmitter.php, line 48]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/nbc01/public_html/Hassan/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 148]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/nbc01/public_html/Hassan/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 177]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/nbc01/public_html/Hassan/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php, line 177]
Error: Missing Controller

Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

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

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
WbrootController extends AppController
    
{

    }

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

toggle vendor stack frames