14:30:55.332
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.
14:30:55.332
deprecation
User Deprecated: The "cmf.customer_exporter_manager " service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface " instead
14:30:55.332
deprecation
User Deprecated: The "cmf.link-activity-definition.linkgenerator " service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator " instead
14:30:55.332
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.
14:30:55.332
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.
14:30:55.332
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session " service and "SessionInterface " alias are deprecated, use "$requestStack->getSession() " instead.
14:30:55.332
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native " service is deprecated, use "session.storage.factory.native " instead.
14:30:55.332
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag " service is deprecated, create your own "session.storage.factory " instead.
14:30:55.332
deprecation
User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag " service is deprecated, use "$session->getFlashBag() " instead.
14:30:55.333
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 (?)
14:30:55.333
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 (?)
14:30:55.334
debug
Successfully got data for key "site_domain_085769b203326731ca44af87fa4fa8eb " from cache
14:30:55.334
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 IS NULL AND priority = 99 ORDER BY `priority` DESC
14:30:55.334
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 (?)
14:30:55.334
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 (?)
14:30:55.335
debug
Successfully got data for key "system_route_redirect " from cache
14:30:55.335
debug
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
14:30:55.335
deprecation
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest() " is deprecated, use "getMainRequest() " instead.
14:30:55.337
info
Matched route "shop-cart-detail " .
14:30:55.337
debug
Resolved pimcore context for path "/en/cart " to "default "
14:30:55.337
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
14:30:55.338
debug
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
14:30:55.338
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
14:30:55.338
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 (?)
14:30:55.338
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 (?)
14:30:55.339
debug
Successfully got data for key "document_3 " from cache
14:30:55.339
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 (?)
14:30:55.339
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 (?)
14:30:55.339
debug
Successfully got data for key "document_properties_3 " from cache
14:30:55.340
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.
14:30:55.340
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.
14:30:55.340
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.
14:30:55.340
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.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.demo_frontend " service is deprecated, use the new authenticator system instead.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener " class is deprecated, use the new authenticator system instead.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener " class is deprecated, use the new authenticator system instead.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager " service is deprecated, use the new authenticator system instead.
14:30:55.340
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.
14:30:55.340
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.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.demo_frontend " service is deprecated, use the new authenticator system instead.
14:30:55.340
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.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.demo_frontend " service is deprecated, use the new authenticator system instead.
14:30:55.340
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.
14:30:55.340
deprecation
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken " class is deprecated.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
deprecation
User Deprecated: Since pimcore/pimcore 10.1: The "pimcore.security.encoder_factory " service is deprecated, use "pimcore.security.user_password_hasher " instead.
14:30:55.341
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.
14:30:55.341
deprecation
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic " service is deprecated, use "security.password_hasher_factory " instead.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
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.
14:30:55.341
debug
Notified event "security.authentication.success " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin " .
14:30:55.341
debug
Notified event "security.authentication.success " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin " .
14:30:55.341
info
Populated the TokenStorage with an anonymous Token.
security
14:30:55.341
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_DemoFrontendService.php:40 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_DemoFrontendService::ContainerADCh51t \ {closure} …
› yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
› yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'demo_frontend', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'account-login', false), 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.demo_frontend'] ?? $container->load('getSecurity_EventDispatcher_DemoFrontendService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend', 'security.user_checker', NULL, true, false, 'cmf.security.user_provider.oauth', 'demo_frontend', 'hwi_oauth.authentication.entry_point.oauth.demo_frontend', NULL, NULL, [0 => 'form_login', 1 => 'oauth', 2 => 'remember_me', 3 => 'anonymous'], NULL));
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:74 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http \ {closure} …
›
› foreach ($authenticationListeners as $listener) {
› $listenerPriority = $this->getListenerPriority($listener);
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:47 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› foreach ($listeners as $listener) {
› if ($listener instanceof LazyFirewallContext) {
}
/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 {#1941
#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_DemoFrontendService.php:40 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_DemoFrontendService::ContainerADCh51t \ {closure} …
› yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
› yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'demo_frontend', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'account-login', false), 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.demo_frontend'] ?? $container->load('getSecurity_EventDispatcher_DemoFrontendService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend', 'security.user_checker', NULL, true, false, 'cmf.security.user_provider.oauth', 'demo_frontend', 'hwi_oauth.authentication.entry_point.oauth.demo_frontend', NULL, NULL, [0 => 'form_login', 1 => 'oauth', 2 => 'remember_me', 3 => 'anonymous'], NULL));
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:74 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http \ {closure} …
›
› foreach ($authenticationListeners as $listener) {
› $listenerPriority = $this->getListenerPriority($listener);
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:47 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› foreach ($listeners as $listener) {
› if ($listener instanceof LazyFirewallContext) {
}
/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_DemoFrontendService.php:40 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_DemoFrontendService::ContainerADCh51t \ {closure} …
› yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
› yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'demo_frontend', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'account-login', false), 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.demo_frontend'] ?? $container->load('getSecurity_EventDispatcher_DemoFrontendService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend', 'security.user_checker', NULL, true, false, 'cmf.security.user_provider.oauth', 'demo_frontend', 'hwi_oauth.authentication.entry_point.oauth.demo_frontend', NULL, NULL, [0 => 'form_login', 1 => 'oauth', 2 => 'remember_me', 3 => 'anonymous'], NULL));
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:74 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http \ {closure} …
›
› foreach ($authenticationListeners as $listener) {
› $listenerPriority = $this->getListenerPriority($listener);
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:47 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› foreach ($listeners as $listener) {
› if ($listener instanceof LazyFirewallContext) {
}
/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();
}
}
14:30:55.341
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_DemoFrontendService.php:40 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_DemoFrontendService::ContainerADCh51t \ {closure} …
› yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
› yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'demo_frontend', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'account-login', false), 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.demo_frontend'] ?? $container->load('getSecurity_EventDispatcher_DemoFrontendService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend', 'security.user_checker', NULL, true, false, 'cmf.security.user_provider.oauth', 'demo_frontend', 'hwi_oauth.authentication.entry_point.oauth.demo_frontend', NULL, NULL, [0 => 'form_login', 1 => 'oauth', 2 => 'remember_me', 3 => 'anonymous'], NULL));
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:74 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http \ {closure} …
›
› foreach ($authenticationListeners as $listener) {
› $listenerPriority = $this->getListenerPriority($listener);
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:47 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› foreach ($listeners as $listener) {
› if ($listener instanceof LazyFirewallContext) {
}
/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 {#1940
#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_DemoFrontendService.php:40 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_DemoFrontendService::ContainerADCh51t \ {closure} …
› yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
› yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'demo_frontend', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'account-login', false), 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.demo_frontend'] ?? $container->load('getSecurity_EventDispatcher_DemoFrontendService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend', 'security.user_checker', NULL, true, false, 'cmf.security.user_provider.oauth', 'demo_frontend', 'hwi_oauth.authentication.entry_point.oauth.demo_frontend', NULL, NULL, [0 => 'form_login', 1 => 'oauth', 2 => 'remember_me', 3 => 'anonymous'], NULL));
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:74 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http \ {closure} …
›
› foreach ($authenticationListeners as $listener) {
› $listenerPriority = $this->getListenerPriority($listener);
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:47 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› foreach ($listeners as $listener) {
› if ($listener instanceof LazyFirewallContext) {
}
/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_DemoFrontendService.php:40 {
ContainerADCh51t\getSecurity_Firewall_Map_Context_DemoFrontendService::ContainerADCh51t \ {closure} …
› yield 5 => ($container->privates['security.authentication.listener.anonymous.demo_frontend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_DemoFrontendService'));
› yield 6 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $b, 'demo_frontend', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'account-login', false), 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.demo_frontend'] ?? $container->load('getSecurity_EventDispatcher_DemoFrontendService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend', 'security.user_checker', NULL, true, false, 'cmf.security.user_provider.oauth', 'demo_frontend', 'hwi_oauth.authentication.entry_point.oauth.demo_frontend', NULL, NULL, [0 => 'form_login', 1 => 'oauth', 2 => 'remember_me', 3 => 'anonymous'], NULL));
}
/var/www/html/pimcore/vendor /symfony/security-http/ Firewall.php:74 {
Symfony\Component\Security\Http\Firewall->Symfony\Component\Security\Http \ {closure} …
›
› foreach ($authenticationListeners as $listener) {
› $listenerPriority = $this->getListenerPriority($listener);
}
/var/www/html/pimcore/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:47 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› foreach ($listeners as $listener) {
› if ($listener instanceof LazyFirewallContext) {
}
/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();
}
}
14:30:55.341
debug
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
doctrine
14:30:55.343
debug
Opening admin session "PHPSESSID "
14:30:55.343
debug
Admin session "PHPSESSID " was successfully opened. Open admin sessions: 1
14:30:55.343
debug
Admin session "PHPSESSID " was written and closed
14:30:55.343
debug
Notified event "pimcore.targeting.pre_resolve " to listener "Pimcore\Targeting\EventListener\TargetingListener::onPreResolve " .
14:30:55.343
debug
Notified event "pimcore.targeting.pre_resolve " to listener "Pimcore\Targeting\EventListener\DocumentTargetGroupListener::onVisitorInfoResolve " .
14:30:55.343
debug
Notified event "pimcore.targeting.pre_resolve " to listener "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener::onTargetingPreResolve " .
14:30:55.343
debug
Notified event "pimcore.targeting.pre_resolve " to listener "Pimcore\Targeting\EventListener\ToolbarListener::onPreResolve " .
14:30:55.344
debug
SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
doctrine
14:30:55.345
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.345
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.345
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.345
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.345
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.346
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.346
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.346
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.346
debug
SELECT * FROM targeting_rules WHERE id = ?
14:30:55.347
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.
14:30:55.347
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 (?)
14:30:55.348
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 (?)
14:30:55.348
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 (?)
14:30:55.349
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.
14:30:55.351
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
14:30:55.351
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 (?)
14:30:55.351
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 (?)
14:30:55.352
debug
Successfully got data for key "object_875 " from cache
14:30:55.352
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
14:30:55.352
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 (?)
14:30:55.353
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 (?)
14:30:55.353
debug
Successfully got data for key "object_860 " from cache
14:30:55.353
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 (?)
14:30:55.353
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
14:30:55.353
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 (?)
14:30:55.354
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
14:30:55.354
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 (?)
14:30:55.354
debug
Notified event "pimcore.targeting.post_resolve " to listener "Pimcore\Targeting\EventListener\VisitedPagesCountListener::onPostResolveVisitorInfo " .
14:30:55.354
debug
Resolved editmode to "false "
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest " .
14:30:55.355
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
14:30:55.356
deprecation
User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct " is deprecated.
14:30:55.356
deprecation
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest() " is deprecated, use "isMainRequest() " instead.
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
14:30:55.357
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
14:30:55.357
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments " .
14:30:55.357
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
14:30:55.366
debug
SELECT object_EF_OSO.o_id as o_id, object_EF_OSO.o_type as o_type FROM object_EF_OSO WHERE (cartId = ? AND IFNULL(successorOrder__id , " ") = " " AND object_EF_OSO.o_type IN ('object','folder')) AND object_EF_OSO.o_published = 1
14:30:55.369
debug
SELECT * FROM translations_messages LIMIT 1;
doctrine
14:30:55.369
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 (?)
14:30:55.370
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 (?)
14:30:55.370
debug
Successfully got data for key "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea " from cache
14:30:55.373
deprecation
User Deprecated: Since pimcore/pimcore 10.0: The Link::getObject() method is deprecated, use Link::getElement() instead.
14:30:55.373
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 (?)
14:30:55.373
debug
Successfully got data for key "document_1 " from cache
14:30:55.373
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 (?)
14:30:55.374
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 (?)
14:30:55.374
debug
Successfully got data for key "document_properties_1 " from cache
14:30:55.374
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 (?)
14:30:55.374
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 (?)
14:30:55.375
debug
Successfully got data for key "nav_ea3dea8fae8432be2613c1d55f55b7ab " from cache
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.376
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
14:30:55.377
debug
SELECT sourceId FROM documents_translations WHERE id = ?
14:30:55.377
debug
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source " FROM documents_translations WHERE id = ?
14:30:55.378
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 (?)
14:30:55.378
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 (?)
14:30:55.378
debug
Successfully got data for key "nav_d74f487a3074b19f20c1eac992827746 " from cache
14:30:55.379
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 (?)
14:30:55.380
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 (?)
14:30:55.380
debug
SELECT name FROM classes WHERE id = ?
14:30:55.380
deprecation
User Deprecated: Since pimcore/pimcore 4.4: Pimcore\Model\Element\ChildsCompatibilityTrait::setChilds is deprecated, please use setChildren() instead. It will be removed in Pimcore 11.
14:30:55.382
debug
Successfully got data for key "object_350 " from cache
14:30:55.382
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 (?)
14:30:55.383
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 (?)
14:30:55.383
debug
Successfully got data for key "object_349 " from cache
14:30:55.383
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 (?)
14:30:55.383
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 (?)
14:30:55.383
debug
Successfully got data for key "object_134 " from cache
14:30:55.384
deprecation
User Deprecated: Method "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceModificator\Shipping::setCharge() " might add "CartPriceModificatorInterface " as a native return type declaration in the future. Do the same in child class "App\Ecommerce\Cart\PriceModificator\Shipping " now to avoid errors or add an explicit @return annotation to suppress this message.
14:30:55.385
debug
SELECT *
FROM website_settings
WHERE name = ?
AND (
siteId IS NULL
OR siteId = 0
OR siteId = ?
)
AND (
language IS NULL
OR language = ''
OR language = ?
)
ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
14:30:55.385
debug
SELECT * FROM website_settings WHERE id = ?
14:30:55.385
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 (?)
14:30:55.385
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 (?)
14:30:55.386
debug
Successfully got data for key "object_693 " from cache
14:30:55.386
debug
SELECT name FROM classes WHERE id = ?
14:30:55.387
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 (?)
14:30:55.387
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 (?)
14:30:55.387
debug
SELECT name FROM classes WHERE id = ?
14:30:55.388
debug
Successfully got data for key "object_555 " from cache
14:30:55.388
debug
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1 ORDER BY `prio` ASC
doctrine
14:30:55.388
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 (?)
14:30:55.388
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 (?)
14:30:55.389
debug
Successfully got data for key "system_resource_columns_ecommerceframework_pricing_rule " from cache
14:30:55.389
debug
SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
doctrine
14:30:55.389
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 (?)
14:30:55.389
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 (?)
14:30:55.389
debug
Successfully got data for key "object_559 " from cache
14:30:55.389
debug
SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
doctrine
14:30:55.390
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 (?)
14:30:55.390
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 (?)
14:30:55.390
debug
Successfully got data for key "object_556 " from cache
14:30:55.390
debug
SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
doctrine
14:30:55.390
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 (?)
14:30:55.391
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 (?)
14:30:55.391
debug
Successfully got data for key "object_75 " from cache
14:30:55.391
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 (?)
14:30:55.391
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 (?)
14:30:55.391
debug
Successfully got data for key "object_74 " from cache
14:30:55.392
debug
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
14:30:55.392
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 (?)
14:30:55.392
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 (?)
14:30:55.392
debug
SELECT name FROM classes WHERE id = ?
14:30:55.393
debug
Successfully got data for key "object_438 " from cache
14:30:55.394
debug
SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
doctrine
14:30:55.394
debug
SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
doctrine
14:30:55.394
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 (?)
14:30:55.394
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 (?)
14:30:55.394
debug
Successfully got data for key "object_399 " from cache
14:30:55.394
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 (?)
14:30:55.395
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 (?)
14:30:55.395
debug
Successfully got data for key "object_873 " from cache
14:30:55.395
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 (?)
14:30:55.395
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 (?)
14:30:55.395
debug
Successfully got data for key "object_135 " from cache
14:30:55.397
debug
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
14:30:55.400
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 (?)
14:30:55.400
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 (?)
14:30:55.400
debug
Successfully got data for key "imagick_format_avif " from cache
14:30:55.400
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 (?)
14:30:55.400
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 (?)
14:30:55.401
debug
Successfully got data for key "imagick_format_webp " from cache
14:30:55.401
debug
Notified event "pimcore.asset.preGetMetadata " to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata " .
14:30:55.401
debug
Notified event "pimcore.asset.preGetMetadata " to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata " .
14:30:55.401
debug
Notified event "pimcore.asset.preGetMetadata " to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata " .
14:30:55.402
debug
Notified event "pimcore.asset.preGetMetadata " to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata " .
14:30:55.402
debug
Notified event "pimcore.asset.preGetMetadata " to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata " .
14:30:55.402
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 (?)
14:30:55.402
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 (?)
14:30:55.402
debug
SELECT name FROM classes WHERE id = ?
14:30:55.403
debug
Successfully got data for key "object_6 " from cache
14:30:55.403
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 (?)
14:30:55.403
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 (?)
14:30:55.403
debug
Successfully got data for key "quantityvalue_units_table " from cache
14:30:55.403
debug
SELECT * FROM translations_admin LIMIT 1;
doctrine
14:30:55.404
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 (?)
14:30:55.405
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 (?)
14:30:55.406
debug
Successfully got data for key "translation_data_2e364d315ad5ad984609e7f4beedf0f7 " from cache
14:30:55.407
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 (?)
14:30:55.410
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 (?)
14:30:55.411
debug
Successfully got data for key "document_12 " from cache
14:30:55.411
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 (?)
14:30:55.411
debug
Key "document_target_groups_12 " doesn't exist in cache
14:30:55.411
debug
SELECT * FROM documents_editables WHERE documentId = ?
14:30:55.412
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 (?)
14:30:55.413
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 (?)
14:30:55.413
debug
Successfully got data for key "document_properties_12 " from cache
14:30:55.414
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
14:30:55.414
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest " .
14:30:55.415
debug
Notified event "kernel.request " to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
14:30:55.415
debug
Resolved editmode to "false "
14:30:55.415
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
14:30:55.415
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController " .
14:30:55.416
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController " .
14:30:55.416
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController " .
14:30:55.416
debug
Notified event "kernel.controller " to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController " .
14:30:55.416
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
14:30:55.416
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
14:30:55.416
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments " .
14:30:55.416
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
14:30:55.416
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 (?)
14:30:55.416
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 (?)
14:30:55.417
debug
Successfully got data for key "document_74 " from cache
14:30:55.417
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 (?)
14:30:55.417
debug
Successfully got data for key "document_97 " from cache
14:30:55.418
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 (?)
14:30:55.418
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 (?)
14:30:55.418
debug
Successfully got data for key "document_99 " from cache
14:30:55.418
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 (?)
14:30:55.419
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 (?)
14:30:55.419
debug
Successfully got data for key "document_100 " from cache
14:30:55.419
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 (?)
14:30:55.419
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 (?)
14:30:55.420
debug
Successfully got data for key "document_101 " from cache
14:30:55.420
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 (?)
14:30:55.420
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 (?)
14:30:55.420
debug
Successfully got data for key "document_102 " from cache
14:30:55.421
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 (?)
14:30:55.421
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 (?)
14:30:55.421
debug
Successfully got data for key "document_103 " from cache
14:30:55.421
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 (?)
14:30:55.422
debug
Successfully got data for key "document_104 " from cache
14:30:55.422
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 (?)
14:30:55.422
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 (?)
14:30:55.422
debug
Successfully got data for key "document_48 " from cache
14:30:55.423
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 (?)
14:30:55.423
debug
Successfully got data for key "document_52 " from cache
14:30:55.423
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 (?)
14:30:55.423
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 (?)
14:30:55.424
debug
Successfully got data for key "document_112 " from cache
14:30:55.424
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 (?)
14:30:55.424
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 (?)
14:30:55.424
debug
Successfully got data for key "document_49 " from cache
14:30:55.424
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 (?)
14:30:55.425
debug
Successfully got data for key "document_113 " from cache
14:30:55.425
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 (?)
14:30:55.425
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 (?)
14:30:55.425
debug
Successfully got data for key "document_39 " from cache
14:30:55.426
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 (?)
14:30:55.426
debug
Successfully got data for key "document_50 " from cache
14:30:55.426
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 (?)
14:30:55.426
debug
Successfully got data for key "document_38 " from cache
14:30:55.426
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 (?)
14:30:55.427
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 (?)
14:30:55.427
debug
Successfully got data for key "document_51 " from cache
14:30:55.427
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 (?)
14:30:55.430
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 (?)
14:30:55.431
debug
Successfully got data for key "document_95 " from cache
14:30:55.431
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 (?)
14:30:55.431
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 (?)
14:30:55.431
debug
Successfully got data for key "document_110 " from cache
14:30:55.432
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 (?)
14:30:55.432
debug
Successfully got data for key "document_88 " from cache
14:30:55.432
debug
Notified event "kernel.view " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView " .
14:30:55.432
debug
Notified event "kernel.view " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView " .
14:30:55.432
debug
Listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView " stopped propagation of the event "kernel.view " .
14:30:55.433
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.
php
Show context
Show trace
{
/var/www/html/pimcore/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:52 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->__construct(TokenStorageInterface $tokenStorage = null, RoleHierarchyInterface $roleHierarchy = null, LogoutUrlGenerator $logoutUrlGenerator = null, AccessDecisionManagerInterface $accessDecisionManager = null, FirewallMapInterface $firewallMap = null, TraceableFirewallListener $firewall = null, bool $authenticatorManagerEnabled = false) …
› if (!$authenticatorManagerEnabled) {
› trigger_deprecation('symfony/security-bundle', '5.4', 'Setting the $authenticatorManagerEnabled argument of "%s" to "false" is deprecated, use the new authenticator system instead.', __METHOD__);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1440 {
ContainerADCh51t \ App_KernelDevDebugContainer->get_Container_Private_ProfilerService() …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:6109 {
ContainerADCh51t \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:2983 {
ContainerADCh51t\App_KernelDevDebugContainer->ContainerADCh51t \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/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/ HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache \ SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ Fragment/InlineFragmentRenderer.php:80 {
Symfony\Component\HttpKernel\Fragment \ InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment \ FragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ DependencyInjection/LazyLoadingFragmentHandler.php:49 {
Symfony\Component\HttpKernel\DependencyInjection \ LazyLoadingFragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/var/www/html/pimcore/vendor /symfony/twig-bridge/ Extension/HttpKernelRuntime.php:46 {
Symfony\Bridge\Twig\Extension \ HttpKernelRuntime->renderFragment($uri, array $options = []): string …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/ActionRenderer.php:58 {
Pimcore\Templating\Renderer \ ActionRenderer->render($uri, array $options = []) …
›
› return $this->httpKernelRuntime->renderFragment($uri, $options);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/IncludeRenderer.php:150 {
Pimcore\Templating\Renderer \ IncludeRenderer->renderAction(PageSnippet $include, $params) …
› {
› return $this->actionRenderer->render($include, $params);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/IncludeRenderer.php:125 {
Pimcore\Templating\Renderer \ IncludeRenderer->render($include, array $params = [], $editmode = false, $cacheEnabled = true) …
› if ($include instanceof PageSnippet && $include->isPublished()) {
› $content = $this->renderAction($include, $params);
›
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Twig/Extension/Templating/Inc.php:62 {
Pimcore\Twig\Extension\Templating \ Inc->__invoke($include, array $params = [], $cacheEnabled = true, $editmode = null) …
›
› return $this->includeRenderer->render($include, $params, $editmode, $cacheEnabled);
› }
}
/var/www/html/pimcore/var/cache/dev/twig/4b/4b7241f46417bce53beba4436180fc1c.php:454 {
__TwigTemplate_4d8c3acef329bd2e10f24f3bf8c522e3->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 197, $this->source); })()), "getProperty", [0 => "footer"], "method", false, false, false, 197));
› echo "
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/html/pimcore/var/cache/dev/twig/b7/b76783ca66ff7c11dc6345d4f87425a8.php:48 {
__TwigTemplate_1078a2d34028eb89731772901020988d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("layouts/layout.html.twig", "cart/cart_listing.html.twig", 4);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/html/pimcore/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/html/pimcore/vendor /symfony/framework-bundle/ Controller/AbstractController.php:258 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Controller/Controller.php:81 {
Pimcore\Controller \ Controller->renderView(string $view, array $parameters = []): string …
›
› return parent::renderView($view, $parameters);
› }
}
/var/www/html/pimcore/vendor /symfony/framework-bundle/ Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Controller/Controller.php:43 {
Pimcore\Controller \ Controller->render(string $view, array $parameters = [], Response $response = null): Response …
›
› return parent::render($view, $parameters, $response);
› }
}
/var/www/html/pimcore / src/Controller/CartController.php:115 {
App\Controller \ CartController->cartListingAction(Request $request, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory) …
› } else {
› return $this->render('cart/cart_listing.html.twig', array_merge($params, ['cart' => $cart]));
› }
}
/var/www/html/pimcore/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/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 {#4399
#message : "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. "
#code : 0
#file : "/var/www/html/pimcore/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php "
#line : 52
#severity : E_USER_DEPRECATED
trace : {
/var/www/html/pimcore/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:52 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->__construct(TokenStorageInterface $tokenStorage = null, RoleHierarchyInterface $roleHierarchy = null, LogoutUrlGenerator $logoutUrlGenerator = null, AccessDecisionManagerInterface $accessDecisionManager = null, FirewallMapInterface $firewallMap = null, TraceableFirewallListener $firewall = null, bool $authenticatorManagerEnabled = false) …
› if (!$authenticatorManagerEnabled) {
› trigger_deprecation('symfony/security-bundle', '5.4', 'Setting the $authenticatorManagerEnabled argument of "%s" to "false" is deprecated, use the new authenticator system instead.', __METHOD__);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1440 {
ContainerADCh51t \ App_KernelDevDebugContainer->get_Container_Private_ProfilerService() …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:6109 {
ContainerADCh51t \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:2983 {
ContainerADCh51t\App_KernelDevDebugContainer->ContainerADCh51t \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/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/ HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache \ SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ Fragment/InlineFragmentRenderer.php:80 {
Symfony\Component\HttpKernel\Fragment \ InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment \ FragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ DependencyInjection/LazyLoadingFragmentHandler.php:49 {
Symfony\Component\HttpKernel\DependencyInjection \ LazyLoadingFragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/var/www/html/pimcore/vendor /symfony/twig-bridge/ Extension/HttpKernelRuntime.php:46 {
Symfony\Bridge\Twig\Extension \ HttpKernelRuntime->renderFragment($uri, array $options = []): string …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/ActionRenderer.php:58 {
Pimcore\Templating\Renderer \ ActionRenderer->render($uri, array $options = []) …
›
› return $this->httpKernelRuntime->renderFragment($uri, $options);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/IncludeRenderer.php:150 {
Pimcore\Templating\Renderer \ IncludeRenderer->renderAction(PageSnippet $include, $params) …
› {
› return $this->actionRenderer->render($include, $params);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/IncludeRenderer.php:125 {
Pimcore\Templating\Renderer \ IncludeRenderer->render($include, array $params = [], $editmode = false, $cacheEnabled = true) …
› if ($include instanceof PageSnippet && $include->isPublished()) {
› $content = $this->renderAction($include, $params);
›
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Twig/Extension/Templating/Inc.php:62 {
Pimcore\Twig\Extension\Templating \ Inc->__invoke($include, array $params = [], $cacheEnabled = true, $editmode = null) …
›
› return $this->includeRenderer->render($include, $params, $editmode, $cacheEnabled);
› }
}
/var/www/html/pimcore/var/cache/dev/twig/4b/4b7241f46417bce53beba4436180fc1c.php:454 {
__TwigTemplate_4d8c3acef329bd2e10f24f3bf8c522e3->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 197, $this->source); })()), "getProperty", [0 => "footer"], "method", false, false, false, 197));
› echo "
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/html/pimcore/var/cache/dev/twig/b7/b76783ca66ff7c11dc6345d4f87425a8.php:48 {
__TwigTemplate_1078a2d34028eb89731772901020988d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("layouts/layout.html.twig", "cart/cart_listing.html.twig", 4);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/html/pimcore/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/html/pimcore/vendor /symfony/framework-bundle/ Controller/AbstractController.php:258 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Controller/Controller.php:81 {
Pimcore\Controller \ Controller->renderView(string $view, array $parameters = []): string …
›
› return parent::renderView($view, $parameters);
› }
}
/var/www/html/pimcore/vendor /symfony/framework-bundle/ Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Controller/Controller.php:43 {
Pimcore\Controller \ Controller->render(string $view, array $parameters = [], Response $response = null): Response …
›
› return parent::render($view, $parameters, $response);
› }
}
/var/www/html/pimcore / src/Controller/CartController.php:115 {
App\Controller \ CartController->cartListingAction(Request $request, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory) …
› } else {
› return $this->render('cart/cart_listing.html.twig', array_merge($params, ['cart' => $cart]));
› }
}
/var/www/html/pimcore/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/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-bundle/ DataCollector/SecurityDataCollector.php:52 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->__construct(TokenStorageInterface $tokenStorage = null, RoleHierarchyInterface $roleHierarchy = null, LogoutUrlGenerator $logoutUrlGenerator = null, AccessDecisionManagerInterface $accessDecisionManager = null, FirewallMapInterface $firewallMap = null, TraceableFirewallListener $firewall = null, bool $authenticatorManagerEnabled = false) …
› if (!$authenticatorManagerEnabled) {
› trigger_deprecation('symfony/security-bundle', '5.4', 'Setting the $authenticatorManagerEnabled argument of "%s" to "false" is deprecated, use the new authenticator system instead.', __METHOD__);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:1440 {
ContainerADCh51t \ App_KernelDevDebugContainer->get_Container_Private_ProfilerService() …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:6109 {
ContainerADCh51t \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
› }
}
/var/www/html/pimcore / var/cache/dev/ContainerADCh51t/App_KernelDevDebugContainer.php:2983 {
ContainerADCh51t\App_KernelDevDebugContainer->ContainerADCh51t \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/html/pimcore/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/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/ HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache \ SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ Fragment/InlineFragmentRenderer.php:80 {
Symfony\Component\HttpKernel\Fragment \ InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
› try {
› return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ Fragment/FragmentHandler.php:85 {
Symfony\Component\HttpKernel\Fragment \ FragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
›
› return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));
› }
}
/var/www/html/pimcore/vendor /symfony/http-kernel/ DependencyInjection/LazyLoadingFragmentHandler.php:49 {
Symfony\Component\HttpKernel\DependencyInjection \ LazyLoadingFragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
›
› return parent::render($uri, $renderer, $options);
› }
}
/var/www/html/pimcore/vendor /symfony/twig-bridge/ Extension/HttpKernelRuntime.php:46 {
Symfony\Bridge\Twig\Extension \ HttpKernelRuntime->renderFragment($uri, array $options = []): string …
›
› return $this->handler->render($uri, $strategy, $options);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/ActionRenderer.php:58 {
Pimcore\Templating\Renderer \ ActionRenderer->render($uri, array $options = []) …
›
› return $this->httpKernelRuntime->renderFragment($uri, $options);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/IncludeRenderer.php:150 {
Pimcore\Templating\Renderer \ IncludeRenderer->renderAction(PageSnippet $include, $params) …
› {
› return $this->actionRenderer->render($include, $params);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Templating/Renderer/IncludeRenderer.php:125 {
Pimcore\Templating\Renderer \ IncludeRenderer->render($include, array $params = [], $editmode = false, $cacheEnabled = true) …
› if ($include instanceof PageSnippet && $include->isPublished()) {
› $content = $this->renderAction($include, $params);
›
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Twig/Extension/Templating/Inc.php:62 {
Pimcore\Twig\Extension\Templating \ Inc->__invoke($include, array $params = [], $cacheEnabled = true, $editmode = null) …
›
› return $this->includeRenderer->render($include, $params, $editmode, $cacheEnabled);
› }
}
/var/www/html/pimcore/var/cache/dev/twig/4b/4b7241f46417bce53beba4436180fc1c.php:454 {
__TwigTemplate_4d8c3acef329bd2e10f24f3bf8c522e3->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 197, $this->source); })()), "getProperty", [0 => "footer"], "method", false, false, false, 197));
› echo "
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/html/pimcore/var/cache/dev/twig/b7/b76783ca66ff7c11dc6345d4f87425a8.php:48 {
__TwigTemplate_1078a2d34028eb89731772901020988d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("layouts/layout.html.twig", "cart/cart_listing.html.twig", 4);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/html/pimcore/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/html/pimcore/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/html/pimcore/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/html/pimcore/vendor /symfony/framework-bundle/ Controller/AbstractController.php:258 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Controller/Controller.php:81 {
Pimcore\Controller \ Controller->renderView(string $view, array $parameters = []): string …
›
› return parent::renderView($view, $parameters);
› }
}
/var/www/html/pimcore/vendor /symfony/framework-bundle/ Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/html/pimcore/vendor /pimcore/pimcore/ lib/Controller/Controller.php:43 {
Pimcore\Controller \ Controller->render(string $view, array $parameters = [], Response $response = null): Response …
›
› return parent::render($view, $parameters, $response);
› }
}
/var/www/html/pimcore / src/Controller/CartController.php:115 {
App\Controller \ CartController->cartListingAction(Request $request, BreadcrumbHelperService $breadcrumbHelperService, Factory $ecommerceFactory) …
› } else {
› return $this->render('cart/cart_listing.html.twig', array_merge($params, ['cart' => $cart]));
› }
}
/var/www/html/pimcore/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/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();
}
}
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "closure " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse " .
14:30:55.436
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse " .
14:30:55.437
debug
Notified event "kernel.response " to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse " .
14:30:55.437
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
14:30:55.437
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
14:30:55.437
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
14:30:55.437
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
14:30:55.437
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
14:30:55.437
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
14:30:55.437
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
14:30:55.437
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
14:30:55.437
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
14:30:55.437
debug
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
14:30:55.437
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .
14:30:55.439
deprecation
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous() " method is deprecated.
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "closure " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
14:30:55.443
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
14:30:55.444
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
14:30:55.444
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
14:30:55.444
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
14:30:55.444
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
14:30:55.444
debug
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
14:30:55.444
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .
14:30:55.460
deprecation
User Deprecated: The "cmf.event_listener.action_trigger " service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface " instead
14:30:55.460
deprecation
User Deprecated: The "cmf.action_trigger.queue " service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface " instead
14:30:55.460
debug
SELECT *
FROM website_settings
WHERE name = ?
AND (
siteId IS NULL
OR siteId = 0
OR siteId = ?
)
AND (
language IS NULL
OR language = ''
OR language = ?
)
ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC