https://1655948041.swtpos.de/robots.txt

Log Messages

  • Info. & Errors 2
  • Deprecations 59
  • Debug 54
  • PHP Notices 0
  • Container 2045

Log messages generated by using features marked as deprecated.

Time Channel
  • php
  • (none)
Message
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
0 of 0
[ "exception" => ErrorException {#389 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php" #line: 27 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:407 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php'; } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 { Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) … › unset($this->privates['service_container']); $initialize();} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 { Symfony\Component\HttpKernel\Kernel->initializeContainer() … › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel); } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 { Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface … › $this->initializeBundles();$this->initializeContainer();} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › if (!$this->booted) { $container = $this->container ?? $this->preBoot();} /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:407 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php'; } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 { Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) … › unset($this->privates['service_container']); $initialize();} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 { Symfony\Component\HttpKernel\Kernel->initializeContainer() … › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel); } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 { Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface … › $this->initializeBundles();$this->initializeContainer();} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › if (!$this->booted) { $container = $this->container ?? $this->preBoot();} /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
0 of 0
[ "exception" => ErrorException {#388 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php" #line: 18 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 { spl_autoload_call($class_name) … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);} spl_autoload_call() {} /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 { include_once … › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class); } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:407 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php'; } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 { Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) … › unset($this->privates['service_container']); $initialize();} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 { Symfony\Component\HttpKernel\Kernel->initializeContainer() … › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel); } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 { Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface … › $this->initializeBundles();$this->initializeContainer();} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › if (!$this->booted) { $container = $this->container ?? $this->preBoot();} /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 { spl_autoload_call($class_name) … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);} spl_autoload_call() {} /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 { include_once … › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class); } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:407 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php'; } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 { Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) … › unset($this->privates['service_container']); $initialize();} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 { Symfony\Component\HttpKernel\Kernel->initializeContainer() … › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel); } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 { Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface … › $this->initializeBundles();$this->initializeContainer();} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › if (!$this->booted) { $container = $this->container ?? $this->preBoot();} /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated.
0 of 0
[ "exception" => ErrorException {#283 #message: "User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php" #line: 55 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55 { Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) … › if (!\is_bool($scope)) { trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.'); $scope = $deprecationLogger; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2284 { Container89tUihy\App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() … › › return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1400 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());}, 1 => 'configure'], 2048); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55 { Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) … › if (!\is_bool($scope)) { trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.'); $scope = $deprecationLogger; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2284 { Container89tUihy\App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() … › › return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1400 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());}, 1 => 'configure'], 2048); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead.
0 of 0
[ "exception" => ErrorException {#596 #message: "User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php" #line: 75 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75 { Symfony\Component\Security\Core\Authorization\AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) … › if (\is_string($strategy)) { trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class); $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2); } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2320 { Container89tUihy\App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() … › yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService')); }, 3), 'affirmative', false, true));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1630 { Container89tUihy\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() … › { return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2062 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() … › { return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2052 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() … › { return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1313 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75 { Symfony\Component\Security\Core\Authorization\AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) … › if (\is_string($strategy)) { trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class); $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2); } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2320 { Container89tUihy\App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() … › yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService')); }, 3), 'affirmative', false, true));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1630 { Container89tUihy\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() … › { return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2062 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() … › { return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2052 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() … › { return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1313 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated.
0 of 0
[ "exception" => ErrorException {#604 #message: "User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php" #line: 38 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) … › if ($accessDecisionManager instanceof AuthenticationManagerInterface) { trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1630 { Container89tUihy\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() … › { return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2062 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() … › { return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2052 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() … › { return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1313 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) … › if ($accessDecisionManager instanceof AuthenticationManagerInterface) { trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1630 { Container89tUihy\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() … › { return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2062 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() … › { return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2052 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() … › { return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1313 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
0 of 0
[ "exception" => ErrorException {#595 #message: "User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php" #line: 50 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:50 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) … › if (false !== $exceptionOnNoToken) { trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1630 { Container89tUihy\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() … › { return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2062 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() … › { return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2052 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() … › { return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1313 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:50 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) … › if (false !== $exceptionOnNoToken) { trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1630 { Container89tUihy\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() … › { return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2062 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() … › { return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2052 { Container89tUihy\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() … › { return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:1313 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $instance->addListener('kernel.request', [0 => function () { return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 { Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) … › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) { $listener[0] = $listener[0](); $listener[1] = $listener[1] ?? '__invoke'; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 { Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) … › if (!isset($this->sorted[$eventName])) { $this->sortListeners($eventName);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void … › › foreach ($this->dispatcher->getListeners($eventName) as $listener) { $priority = $this->getListenerPriority($eventName, $listener); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › › $this->preProcess($eventName);try { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php (8 times) User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
0 of 0
[ "exception" => ErrorException {#394 #message: "User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Event/KernelEvent.php" #line: 88 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Event/KernelEvent.php:88 { Symfony\Component\HttpKernel\Event\KernelEvent->isMasterRequest() … › { trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:41 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › { if (!$event->isMasterRequest()) { return; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Event/KernelEvent.php:88 { Symfony\Component\HttpKernel\Event\KernelEvent->isMasterRequest() … › { trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:41 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › { if (!$event->isMasterRequest()) { return; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead.
0 of 0
[ "exception" => ErrorException {#474 #message: "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" #line: 50 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 { Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) … › if ($requestStack instanceof SessionInterface) { trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class); $request = new Request(); } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Csrf_TokenStorageService.php:24 { Container89tUihy\getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) … › › return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/get_Container_Private_Security_Csrf_TokenManagerService.php:25 { Container89tUihy\get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) … › › return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 { Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) … › if ($requestStack instanceof SessionInterface) { trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class); $request = new Request(); } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Csrf_TokenStorageService.php:24 { Container89tUihy\getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) … › › return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/get_Container_Private_Security_Csrf_TokenManagerService.php:25 { Container89tUihy\get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) … › › return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
0 of 0
[ "exception" => ErrorException {#460 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php" #line: 17 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:20 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php'; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:20 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php'; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
0 of 0
[ "exception" => ErrorException {#465 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php" #line: 19 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:21 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:21 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
0 of 0
[ "exception" => ErrorException {#473 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php" #line: 17 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_EncoderFactory_GenericService.php:20 { Container89tUihy\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) … › { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php'; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:23 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › › return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_EncoderFactory_GenericService.php:20 { Container89tUihy\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) … › { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php'; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:23 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › › return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
0 of 0
[ "exception" => ErrorException {#458 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactory.php" #line: 20 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_EncoderFactory_GenericService.php:21 { Container89tUihy\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:23 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › › return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_EncoderFactory_GenericService.php:21 { Container89tUihy\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_PasswordEncoderService.php:23 { Container89tUihy\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) … › › return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getLoginFormAuthenticatorService.php:28 { Container89tUihy\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) … › › return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Firewall_Map_Context_MainService.php:48 { Container89tUihy\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) … › yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService')); }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 { Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) … › if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();} } /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 { Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) … › { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 { Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { $context = $this->getFirewallContext($request);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 { Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) … › › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) { $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext()); } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated.
0 of 0
[ "exception" => ErrorException {#817 #message: "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AnonymousToken.php" #line: 34 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AnonymousToken.php:34 { Symfony\Component\Security\Core\Authentication\Token\AnonymousToken->__construct(string $secret, $user, array $roles = []) … › { trigger_deprecation('symfony/security-core', '5.4', 'The "%s" class is deprecated.', __CLASS__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:66 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › try { $token = new AnonymousToken($this->secret, 'anon.', []); if (null !== $this->authenticationManager) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AnonymousToken.php:34 { Symfony\Component\Security\Core\Authentication\Token\AnonymousToken->__construct(string $secret, $user, array $roles = []) … › { trigger_deprecation('symfony/security-core', '5.4', 'The "%s" class is deprecated.', __CLASS__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:66 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › try { $token = new AnonymousToken($this->secret, 'anon.', []); if (null !== $this->authenticationManager) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
0 of 0
[ "exception" => ErrorException {#818 #message: "User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php" #line: 106 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:106 { Symfony\Component\Security\Core\Authentication\Token\AbstractToken->setUser($user) … › if (!$user instanceof UserInterface) { trigger_deprecation('symfony/security-core', '5.4', 'Using an object that is not an instance of "%s" as $user in "%s" is deprecated.', UserInterface::class, static::class);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AnonymousToken.php:39 { Symfony\Component\Security\Core\Authentication\Token\AnonymousToken->__construct(string $secret, $user, array $roles = []) … › $this->secret = $secret;$this->setUser($user);// @deprecated since Symfony 5.4 } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:66 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › try { $token = new AnonymousToken($this->secret, 'anon.', []); if (null !== $this->authenticationManager) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:106 { Symfony\Component\Security\Core\Authentication\Token\AbstractToken->setUser($user) … › if (!$user instanceof UserInterface) { trigger_deprecation('symfony/security-core', '5.4', 'Using an object that is not an instance of "%s" as $user in "%s" is deprecated.', UserInterface::class, static::class);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AnonymousToken.php:39 { Symfony\Component\Security\Core\Authentication\Token\AnonymousToken->__construct(string $secret, $user, array $roles = []) … › $this->secret = $secret;$this->setUser($user);// @deprecated since Symfony 5.4 } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:66 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › try { $token = new AnonymousToken($this->secret, 'anon.', []); if (null !== $this->authenticationManager) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
0 of 0
[ "exception" => ErrorException {#821 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php" #line: 17 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Authentication_Provider_Guard_MainService.php:20 { Container89tUihy\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) … › { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php'; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2599 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () { yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService')); yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))); } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 { Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) … › › foreach ($this->providers as $provider) { if (!$provider instanceof AuthenticationProviderInterface) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:68 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › if (null !== $this->authenticationManager) { $token = $this->authenticationManager->authenticate($token);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 { include_once … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/getSecurity_Authentication_Provider_Guard_MainService.php:20 { Container89tUihy\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) … › { include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php'; } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:730 { Container89tUihy\App_KernelDevDebugContainer->load($file, $lazyLoad = true) … › › return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;} } /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2599 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () { yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService')); yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))); } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 { Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) … › › foreach ($this->providers as $provider) { if (!$provider instanceof AuthenticationProviderInterface) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:68 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › if (null !== $this->authenticationManager) { $token = $this->authenticationManager->authenticate($token);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
0 of 0
[ "exception" => ErrorException {#827 #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php" #line: 19 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 { spl_autoload_call($class_name) … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2600 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService')); yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));}, 2), true); } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 { Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) … › › foreach ($this->providers as $provider) { if (!$provider instanceof AuthenticationProviderInterface) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:68 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › if (null !== $this->authenticationManager) { $token = $this->authenticationManager->authenticate($token);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 { spl_autoload_call($class_name) … › › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);} /var/www/1655948041.swtpos.de/var/cache/dev/Container89tUihy/App_KernelDevDebugContainer.php:2600 { Container89tUihy\App_KernelDevDebugContainer->Container89tUihy\{closure} … › yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService')); yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));}, 2), true); } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 { Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) … › › foreach ($this->providers as $provider) { if (!$provider instanceof AuthenticationProviderInterface) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:68 { Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) … › if (null !== $this->authenticationManager) { $token = $this->authenticationManager->authenticate($token);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 { Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) … › try { $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 { Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} … › foreach ($listeners as $listener) { $listener($event);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 { Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() … › $this->initializer = null; $initializer();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › › return $this->storage->getToken();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:34 { App\Controller\IndexController->index(Request $request) … › { if($this->isGranted('ROLE_ADMIN')){ return $this->redirectToRoute('admin_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: Injecting the "session" in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" is deprecated, inject the "request_stack" instead.
0 of 0
[ "exception" => ErrorException {#487 #message: "User Deprecated: Since symfony/security-core 5.3: Injecting the "session" in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" is deprecated, inject the "request_stack" instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" #line: 84 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getSession(): SessionInterface … › if ($this->container->has('session')) { trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › // increments the internal session usage index $this->getSession()->getMetadataBag();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:36 { App\Controller\IndexController->index(Request $request) … › return $this->redirectToRoute('admin_index');}elseif ($this->isGranted('ROLE_USER')){ return $this->redirectToRoute('cashbox_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getSession(): SessionInterface … › if ($this->container->has('session')) { trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 { Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface … › // increments the internal session usage index $this->getSession()->getMetadataBag();} } /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:70 { Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attribute, $subject = null): bool … › { $token = $this->tokenStorage->getToken();} /var/www/1655948041.swtpos.de/vendor/symfony/framework-bundle/Controller/AbstractController.php:220 { Symfony\Bundle\FrameworkBundle\Controller\AbstractController->isGranted($attribute, $subject = null): bool … › › return $this->container->get('security.authorization_checker')->isGranted($attribute, $subject);} } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:36 { App\Controller\IndexController->index(Request $request) … › return $this->redirectToRoute('admin_index');}elseif ($this->isGranted('ROLE_USER')){ return $this->redirectToRoute('cashbox_index'); } /var/www/1655948041.swtpos.de/src/Controller/IndexController.php:48 { App\Controller\IndexController->localeIndex(Request $request) … › { return $this->index($request);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:152 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › // call controller$response = $controller(...$arguments);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
0 of 0
[ "exception" => ErrorException {#1070 #message: "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php" #line: 38 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38 { Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver->isAnonymous(TokenInterface $token = null) … › if (1 === \func_num_args() || false !== func_get_arg(1)) { trigger_deprecation('symfony/security-core', '5.4', 'The "%s()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.', __METHOD__);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/ContextListener.php:173 { Symfony\Component\Security\Http\Firewall\ContextListener->onKernelResponse(ResponseEvent $event) … › › if (null === $token || $this->trustResolver->isAnonymous($token)) { if ($request->hasPreviousSession()) { } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 { Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › › return $this->filterResponse($response, $request, $type);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38 { Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver->isAnonymous(TokenInterface $token = null) … › if (1 === \func_num_args() || false !== func_get_arg(1)) { trigger_deprecation('symfony/security-core', '5.4', 'The "%s()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.', __METHOD__);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/ContextListener.php:173 { Symfony\Component\Security\Http\Firewall\ContextListener->onKernelResponse(ResponseEvent $event) … › › if (null === $token || $this->trustResolver->isAnonymous($token)) { if ($request->hasPreviousSession()) { } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 { Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › › return $this->filterResponse($response, $request, $type);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated.
0 of 0
[ "exception" => ErrorException {#1095 #message: "User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php" #line: 144 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144 { Symfony\Component\Security\Core\Authentication\Token\AbstractToken->isAuthenticated() … › if (1 > \func_num_args() || func_get_arg(0)) { trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:124 { Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › 'enabled' => true,'authenticated' => $token->isAuthenticated(),'impersonated' => null !== $impersonatorUser, } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 { Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { $collector->collect($request, $response, $exception);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 { Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { return; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 { Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › › return $this->filterResponse($response, $request, $type);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144 { Symfony\Component\Security\Core\Authentication\Token\AbstractToken->isAuthenticated() … › if (1 > \func_num_args() || func_get_arg(0)) { trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);} } /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:124 { Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › 'enabled' => true,'authenticated' => $token->isAuthenticated(),'impersonated' => null !== $impersonatorUser, } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 { Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { $collector->collect($request, $response, $exception);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 { Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { return; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 { Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › › return $this->filterResponse($response, $request, $type);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
php User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername()" is deprecated, use getUserIdentifier() instead.
0 of 0
[ "exception" => ErrorException {#1097 #message: "User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername()" is deprecated, use getUserIdentifier() instead." #code: 0 #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php" #line: 60 #severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:60 { Symfony\Component\Security\Core\Authentication\Token\AbstractToken->getUsername() … › › trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:131 { Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › 'logout_url' => $logoutUrl,'user' => $token->getUsername(),'roles' => $assignedRoles, } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 { Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { $collector->collect($request, $response, $exception);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 { Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { return; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 { Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › › return $this->filterResponse($response, $request, $type);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:60 { Symfony\Component\Security\Core\Authentication\Token\AbstractToken->getUsername() … › › trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);} /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:131 { Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › 'logout_url' => $logoutUrl,'user' => $token->getUsername(),'roles' => $assignedRoles, } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 { Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { $collector->collect($request, $response, $exception);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 { Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { return; } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 { Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 { Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } $listener($event, $eventName, $this);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 { Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { $this->callListeners($listeners, $eventName, $event);} } /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 { Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { $this->dispatcher->dispatch($event, $eventName);} finally { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 { Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);} /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … › › return $this->filterResponse($response, $request, $type);} } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->handleRaw($request, $type);} catch (\Exception $e) { } /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 { Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) … › try { return $this->getHttpKernel()->handle($request, $type, $catch);} finally { } /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send(); } }
n/a Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1318 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "ApiPlatform\Core\DataTransformer\DataTransformerInterface::transform()" might add "object" as a native return type declaration in the future. Do the same in implementation "App\DataTransformer\FinancialStatementOutputDataTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1320 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\CountryCodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1322 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\CountryCodeTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1323 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductContraAccountTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1324 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductContraAccountTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1325 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductFollowUpTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1326 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductFollowUpTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1327 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductTagTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1328 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\UserEmailTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1329 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductContraAccountType" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1330 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductFollowUpType" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1331 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductTagType" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1332 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\UserEmailType" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1333 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1334 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1335 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1336 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1337 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1338 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1339 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1340 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1341 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1342 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FunctionExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1343 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FunctionExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1344 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1345 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1346 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1347 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1348 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1349 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1350 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1351 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} } } ]
0 of 0
{ /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 { spl_autoload_call($class_name) … › foreach ($deprecations as $message) { @trigger_error($message, \E_USER_DEPRECATED);} } spl_autoload_call() {} }