: Since 3.3.0: loadIdentifier() usage is deprecated. Directly pass `'identifier'` config to the Authenticator.
/home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/AuthenticationService.php, line: 162
You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/cakephp/authentication/src/AuthenticationService.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in
Code
trigger_error($message, E_USER_DEPRECATED);
}
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Core/functions.php /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Core/functions.php, line 376
/home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/Authenticator/AuthenticatorCollection.php /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/Authenticator/AuthenticatorCollection.php, line 47
Authentication\Authenticator\AuthenticatorCollection->__construct() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/AuthenticationService.php, line 162
Authentication\AuthenticationService->authenticators() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/AuthenticationService.php, line 177
Authentication\AuthenticationService->loadAuthenticator() /home/ecle0304/cocotano.com/cocotano5/src/Application.php, line 167
App\Application->getAuthenticationService() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 136
Authentication\Middleware\AuthenticationMiddleware->getAuthenticationService() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 77
Authentication\Middleware\AuthenticationMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php, line 159
Cake\Http\Middleware\CsrfProtectionMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Middleware\BodyParserMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php, line 118
Cake\Routing\Middleware\RoutingMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php, line 71
Cake\Routing\Middleware\AssetMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/src/Middleware/HostHeaderMiddleware.php, line 35
App\Middleware\HostHeaderMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 111
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Runner.php, line 60
Cake\Http\Runner->run() /home/ecle0304/cocotano.com/cocotano5/vendor/cakephp/cakephp/src/Http/Server.php, line 93
Cake\Http\Server->run() /home/ecle0304/cocotano.com/public_html/index.php, line 34
[main]