: Since 3.3.0: loadIdentifier() usage is deprecated. Directly pass `'identifier'` config to the Authenticator.
/var/www/vhosts/gedenkseite.at/httpdocs/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 ??
/var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Core/functions.php /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Core/functions.php, line 377
/var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/authentication/src/Authenticator/AuthenticatorCollection.php /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/authentication/src/Authenticator/AuthenticatorCollection.php, line 47
Authentication\Authenticator\AuthenticatorCollection->__construct() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/authentication/src/AuthenticationService.php, line 162
Authentication\AuthenticationService->authenticators() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/authentication/src/AuthenticationService.php, line 177
Authentication\AuthenticationService->loadAuthenticator() /var/www/vhosts/gedenkseite.at/httpdocs/src/Application.php, line 182
App\Application->getAuthenticationService() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 136
Authentication\Middleware\AuthenticationMiddleware->getAuthenticationService() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 77
Authentication\Middleware\AuthenticationMiddleware->process() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php, line 159
Cake\Http\Middleware\CsrfProtectionMiddleware->process() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Middleware\BodyParserMiddleware->process() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php, line 118
Cake\Routing\Middleware\RoutingMiddleware->process() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php, line 71
Cake\Routing\Middleware\AssetMiddleware->process() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 115
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Runner.php, line 60
Cake\Http\Runner->run() /var/www/vhosts/gedenkseite.at/httpdocs/vendor/cakephp/cakephp/src/Http/Server.php, line 98
Cake\Http\Server->run() /var/www/vhosts/gedenkseite.at/httpdocs/webroot/index.php, line 41
[main]