10:37:08.645
deprecation
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.
10:37:08.645
deprecation
User Deprecated: The "cmf.customer_exporter_manager " service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface " instead
10:37:08.645
deprecation
User Deprecated: The "cmf.link-activity-definition.linkgenerator " service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator " instead
10:37:08.645
deprecation
User Deprecated: Since symfony/cache 5.4: Usage of a DBAL Connection with "Symfony\Component\Cache\Adapter\PdoAdapter " is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Cache\Adapter\DoctrineDbalAdapter " instead.
10:37:08.645
deprecation
User Deprecated: Since symfony/lock 5.4: Usage of a DBAL Connection with "Symfony\Component\Lock\Store\PdoStore " is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Lock\Store\DoctrineDbalStore " instead.
10:37:08.645
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session " service and "SessionInterface " alias are deprecated, use "$requestStack->getSession() " instead.
10:37:08.645
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native " service is deprecated, use "session.storage.factory.native " instead.
10:37:08.645
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag " service is deprecated, create your own "session.storage.factory " instead.
10:37:08.645
deprecation
User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag " service is deprecated, use "$session->getFlashBag() " instead.
10:37:08.646
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.647
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.650
debug
Successfully got data for key "site_domain_31ec813b67066e80a2508d50f0436763 " from cache
10:37:08.650
debug
SELECT * FROM redirects WHERE
(
(source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
(source = :sourcePathQuery AND `type` = :typePathQuery) OR
(source = :sourceEntireUri AND `type` = :typeEntireUri)
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '30' AND priority = 99 ORDER BY `priority` DESC
10:37:08.651
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.651
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.651
debug
Successfully got data for key "system_route_redirect " from cache
10:37:08.651
debug
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
10:37:08.654
info
Matched route "pimcore_portalengine_auth_login " .
10:37:08.654
debug
Resolved pimcore context for path "/auth/login " to "default "
10:37:08.654
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
10:37:08.654
debug
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
10:37:08.655
debug
SELECT documents.id FROM documents
LEFT JOIN documents_page ON documents.id = documents_page.id
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
10:37:08.655
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
10:37:08.655
debug
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
10:37:08.655
debug
SELECT documents.id FROM documents
LEFT JOIN documents_page ON documents.id = documents_page.id
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
10:37:08.655
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
10:37:08.656
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.656
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.656
debug
Successfully got data for key "document_349 " from cache
10:37:08.656
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.656
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.657
debug
Successfully got data for key "document_properties_349 " from cache
10:37:08.659
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager " service is deprecated, use the new authenticator system instead.
10:37:08.659
deprecation
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager " class is deprecated, use the new authenticator system instead.
10:37:08.659
deprecation
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.
10:37:08.659
deprecation
User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct " is deprecated.
10:37:08.662
deprecation
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface " interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface " instead.
10:37:08.662
deprecation
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices " class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler " instead.
10:37:08.662
deprecation
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices " class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler " instead.
10:37:08.662
deprecation
User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices() " is deprecated, use the new remember me handlers instead.
10:37:08.662
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.portal_engine " service is deprecated, use the new authenticator system instead.
10:37:08.663
deprecation
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener " class is deprecated, use the new authenticator system instead.
10:37:08.663
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler " service is deprecated, use the new authenticator system instead.
10:37:08.663
deprecation
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler " class is deprecated, use the new authenticator system instead.
10:37:08.663
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.portal_engine " service is deprecated, use the new authenticator system instead.
10:37:08.663
deprecation
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener " class is deprecated, use the new authenticator system instead.
10:37:08.663
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.portal_engine " service is deprecated, use the new authenticator system instead.
10:37:08.664
deprecation
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener " class is deprecated, use the new authenticator system instead.
10:37:08.664
deprecation
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct " is deprecated.
php
Show context
Show trace
{
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php:45 {
Symfony\Component\Security\Http\Firewall \ AccessListener->__construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, $exceptionOnNoToken = true) …
› if ($exceptionOnNoToken instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-http', '5.4', 'The $authManager argument of "%s" is deprecated.', __METHOD__);
› $authManager = $exceptionOnNoToken;
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_AccessListenerService.php:24 {
ContainerADCh51t \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1362 {
ContainerADCh51t \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_Firewall_Map_Context_PortalEngineService.php:38 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_PortalEngineService::ContainerADCh51t \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.portal_engine'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_PortalEngineService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'portal_engine', ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator'] ?? $container->load('getGuardAuthenticatorService')), NULL, NULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.portal_engine'] ?? $container->load('getSecurity_EventDispatcher_PortalEngineService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'pimcore_portalengine_auth_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('portal_engine', 'security.user_checker', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher', true, false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider', 'portal_engine', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => '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/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:51 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:68 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:92 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/html/pimcore/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/html/pimcore/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore / public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
[
"exception " => ErrorException {#2329
#message : "User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated. "
#code : 0
#file : "/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php "
#line : 45
#severity : E_USER_DEPRECATED
trace : {
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php:45 {
Symfony\Component\Security\Http\Firewall \ AccessListener->__construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, $exceptionOnNoToken = true) …
› if ($exceptionOnNoToken instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-http', '5.4', 'The $authManager argument of "%s" is deprecated.', __METHOD__);
› $authManager = $exceptionOnNoToken;
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_AccessListenerService.php:24 {
ContainerADCh51t \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1362 {
ContainerADCh51t \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_Firewall_Map_Context_PortalEngineService.php:38 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_PortalEngineService::ContainerADCh51t \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.portal_engine'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_PortalEngineService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'portal_engine', ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator'] ?? $container->load('getGuardAuthenticatorService')), NULL, NULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.portal_engine'] ?? $container->load('getSecurity_EventDispatcher_PortalEngineService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'pimcore_portalengine_auth_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('portal_engine', 'security.user_checker', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher', true, false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider', 'portal_engine', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => '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/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:51 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:68 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:92 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/html/pimcore/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/html/pimcore/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore / public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php:45 {
Symfony\Component\Security\Http\Firewall \ AccessListener->__construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, $exceptionOnNoToken = true) …
› if ($exceptionOnNoToken instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-http', '5.4', 'The $authManager argument of "%s" is deprecated.', __METHOD__);
› $authManager = $exceptionOnNoToken;
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_AccessListenerService.php:24 {
ContainerADCh51t \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1362 {
ContainerADCh51t \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_Firewall_Map_Context_PortalEngineService.php:38 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_PortalEngineService::ContainerADCh51t \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.portal_engine'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_PortalEngineService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'portal_engine', ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator'] ?? $container->load('getGuardAuthenticatorService')), NULL, NULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.portal_engine'] ?? $container->load('getSecurity_EventDispatcher_PortalEngineService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'pimcore_portalengine_auth_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('portal_engine', 'security.user_checker', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher', true, false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider', 'portal_engine', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => '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/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:51 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:68 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:92 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/html/pimcore/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/html/pimcore/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore / public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
10:37:08.664
deprecation
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct " to "false " is deprecated.
php
Show context
Show trace
{
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php:51 {
Symfony\Component\Security\Http\Firewall \ AccessListener->__construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-http', '5.4', 'Not setting the $exceptionOnNoToken argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_AccessListenerService.php:24 {
ContainerADCh51t \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1362 {
ContainerADCh51t \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_Firewall_Map_Context_PortalEngineService.php:38 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_PortalEngineService::ContainerADCh51t \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.portal_engine'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_PortalEngineService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'portal_engine', ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator'] ?? $container->load('getGuardAuthenticatorService')), NULL, NULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.portal_engine'] ?? $container->load('getSecurity_EventDispatcher_PortalEngineService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'pimcore_portalengine_auth_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('portal_engine', 'security.user_checker', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher', true, false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider', 'portal_engine', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => '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/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:51 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:68 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:92 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/html/pimcore/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/html/pimcore/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore / public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
[
"exception " => ErrorException {#2330
#message : "User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated. "
#code : 0
#file : "/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php "
#line : 51
#severity : E_USER_DEPRECATED
trace : {
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php:51 {
Symfony\Component\Security\Http\Firewall \ AccessListener->__construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-http', '5.4', 'Not setting the $exceptionOnNoToken argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_AccessListenerService.php:24 {
ContainerADCh51t \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1362 {
ContainerADCh51t \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_Firewall_Map_Context_PortalEngineService.php:38 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_PortalEngineService::ContainerADCh51t \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.portal_engine'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_PortalEngineService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'portal_engine', ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator'] ?? $container->load('getGuardAuthenticatorService')), NULL, NULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.portal_engine'] ?? $container->load('getSecurity_EventDispatcher_PortalEngineService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'pimcore_portalengine_auth_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('portal_engine', 'security.user_checker', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher', true, false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider', 'portal_engine', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => '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/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:51 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:68 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:92 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/html/pimcore/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/html/pimcore/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore / public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall/AccessListener.php:51 {
Symfony\Component\Security\Http\Firewall \ AccessListener->__construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-http', '5.4', 'Not setting the $exceptionOnNoToken argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_AccessListenerService.php:24 {
ContainerADCh51t \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')));
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1362 {
ContainerADCh51t \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/getSecurity_Firewall_Map_Context_PortalEngineService.php:38 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_PortalEngineService::ContainerADCh51t \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.portal_engine'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_PortalEngineService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'portal_engine', ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator'] ?? $container->load('getGuardAuthenticatorService')), NULL, NULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.portal_engine'] ?? $container->load('getSecurity_EventDispatcher_PortalEngineService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'pimcore_portalengine_auth_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('portal_engine', 'security.user_checker', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Firewall\\RequestMatcher', true, false, 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\UserProvider', 'portal_engine', 'Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Authentication\\GuardAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => '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/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:51 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:68 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:92 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/html/pimcore/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/html/pimcore/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore / public/index.php:36 {
›
› $response = $kernel->handle($request);
› $response->send();
}
}
10:37:08.664
debug
Checking for guard authentication credentials.
10:37:08.664
debug
Checking support on guard authenticator.
10:37:08.730
debug
Guard authenticator does not support the request.
10:37:08.731
debug
Checking support on guard authenticator.
10:37:08.731
debug
Guard authenticator does not support the request.
10:37:08.731
debug
Checking support on guard authenticator.
10:37:08.731
debug
Guard authenticator does not support the request.
10:37:08.731
debug
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
doctrine
10:37:08.734
debug
Opening admin session "PHPSESSID "
10:37:08.734
debug
Admin session "PHPSESSID " was successfully opened. Open admin sessions: 1
10:37:08.735
debug
Admin session "PHPSESSID " was written and closed
10:37:08.735
debug
Notified event "pimcore.targeting.pre_resolve " to listener "Pimcore\Targeting\EventListener\TargetingListener::onPreResolve " .
10:37:08.735
debug
Notified event "pimcore.targeting.pre_resolve " to listener "Pimcore\Targeting\EventListener\DocumentTargetGroupListener::onVisitorInfoResolve " .
10:37:08.735
debug
Notified event "pimcore.targeting.pre_resolve " to listener "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener::onTargetingPreResolve " .
10:37:08.735
debug
Notified event "pimcore.targeting.pre_resolve " to listener "Pimcore\Targeting\EventListener\ToolbarListener::onPreResolve " .
10:37:08.735
debug
SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
doctrine
10:37:08.736
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.736
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.737
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.737
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.737
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.737
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.737
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.737
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.738
debug
SELECT * FROM targeting_rules WHERE id = ?
10:37:08.738
deprecation
User Deprecated: Method "Pimcore\Targeting\Condition\ConditionInterface::fromConfig() " might add "ConditionInterface " as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Targeting\Condition\CustomerIsLoggedIn " now to avoid errors or add an explicit @return annotation to suppress this message.
10:37:08.739
deprecation
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken " class is deprecated.
10:37:08.739
deprecation
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.
10:37:08.739
deprecation
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.
10:37:08.739
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner " service is deprecated, use the new authenticator system instead.
10:37:08.739
deprecation
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider " class is deprecated, use the new authenticator system instead.
10:37:08.740
deprecation
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider " class is deprecated, use the new authenticator system instead.
10:37:08.740
deprecation
User Deprecated: Since pimcore/pimcore 10.1: The "pimcore.security.encoder_factory " service is deprecated, use "pimcore.security.user_password_hasher " instead.
10:37:08.740
deprecation
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.
10:37:08.740
deprecation
User Deprecated: Method "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface::getEncoder() " might add "PasswordEncoderInterface " as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\Encoder\EncoderFactory " now to avoid errors or add an explicit @return annotation to suppress this message.
10:37:08.740
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic " service is deprecated, use "security.password_hasher_factory " instead.
10:37:08.741
deprecation
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.
10:37:08.741
deprecation
User Deprecated: Since symfony/security-core 5.3: Passing a "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface " instance to the "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider " constructor is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface " instead.
10:37:08.741
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner " service is deprecated, use the new authenticator system instead.
10:37:08.741
deprecation
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider " class is deprecated, use the new authenticator system instead.
10:37:08.742
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator.inner " service is deprecated, use the new authenticator system instead.
10:37:08.742
deprecation
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.
10:37:08.743
deprecation
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.
10:37:08.743
deprecation
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor " now to avoid errors or add an explicit @return annotation to suppress this message.
10:37:08.743
debug
Notified event "security.authentication.success " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin " .
10:37:08.743
debug
Notified event "security.authentication.success " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin " .
10:37:08.743
info
Populated the TokenStorage with an anonymous Token.
security
10:37:08.743
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.744
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.744
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.745
deprecation
User Deprecated: Method "Pimcore\Targeting\Condition\ConditionInterface::fromConfig() " might add "ConditionInterface " as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Targeting\Condition\HasSegment " now to avoid errors or add an explicit @return annotation to suppress this message.
10:37:08.749
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
10:37:08.749
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.749
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.750
debug
Successfully got data for key "object_875 " from cache
10:37:08.750
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
10:37:08.750
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.750
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.751
debug
Successfully got data for key "object_860 " from cache
10:37:08.751
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.751
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
10:37:08.751
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.751
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
10:37:08.752
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.752
debug
Notified event "pimcore.targeting.post_resolve " to listener "Pimcore\Targeting\EventListener\VisitedPagesCountListener::onPostResolveVisitorInfo " .
10:37:08.752
debug
Resolved editmode to "false "
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest " .
10:37:08.752
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
10:37:08.779
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.779
debug
Key "document_target_groups_349 " doesn't exist in cache
10:37:08.780
debug
SELECT * FROM documents_editables WHERE documentId = ?
10:37:08.780
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.781
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.782
debug
Successfully got data for key "document_351 " from cache
10:37:08.782
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.782
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.782
debug
Successfully got data for key "document_352 " from cache
10:37:08.783
deprecation
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest() " is deprecated, use "isMainRequest() " instead.
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController " .
10:37:08.798
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
10:37:08.803
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
10:37:08.803
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments " .
10:37:08.803
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
10:37:08.803
debug
select documents.id, concat(documents.path, documents.`key`) as fullPath
from documents,
documents_page,
sites
where sites.rootId = documents_page.id
and documents.id = documents_page.id
and documents_page.controller = ?
10:37:08.808
debug
SELECT * FROM translations_messages LIMIT 1;
doctrine
10:37:08.808
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.809
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
10:37:08.809
debug
Successfully got data for key "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea " from cache
10:37:08.815
deprecation
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest() " is deprecated, use "getMainRequest() " instead.
10:37:08.847
deprecation
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct " to "false " is deprecated, use the new authenticator system instead.
10:37:08.852
deprecation
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous() " method is deprecated.
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "closure " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
10:37:08.858
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
10:37:08.859
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
10:37:08.859
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
10:37:08.859
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
10:37:08.859
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
10:37:08.859
debug
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
10:37:08.859
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .