Deprecated: Use of `BaseErrorHandler` and subclasses are deprecated. Upgrade to the new `ErrorTrap` and `ExceptionTrap` subsystem. See https://book.cakephp.org/4/en/appendices/4-4-migration-guide.html /home/pitatto-systems/cakephp/kodomo/config/bootstrap.php, line: 130 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `onfig/bootstrap.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. in /home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Core/functions.php on line 323
Warning (512) : Unable to emit headers. Headers sent in file=/home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Core/functions.php line=323 [in /home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Core/functions.php:323) [in /home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Core/functions.php:323) [in /home/pitatto-systems/cakephp/kodomo/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: No authenticators loaded. You need to load at least one authenticator.

No authenticators loaded. You need to load at least one authenticator. 📋

RuntimeException
Toggle Vendor Stack Frames
    {
        $service $this->getAuthenticationService($request);
        try {
            $result $service->authenticate($request);
        } catch (AuthenticationRequiredException $e) {
            $body = new Stream('php://memory''rw');
            $body->write($e->getBody());
            $response = new Response();

If you want to customize this error message, create templates/Error/error500.php