Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/var/www/html/var/cache/dev/profiler/ac/51/6c51ac): Failed to open stream: No such file or directory (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(/var/www/html/var/cache/dev/profiler/ac/51/6c51ac): Failed to open stream: No such file or directory

Exception

ErrorException

Show exception properties
ErrorException {#11599
  #severity: E_WARNING
}
  1. if (\function_exists('gzencode')) {
  2. $data = gzencode($data, 3);
  3. }
  4. if (false === file_put_contents($file, $data, \LOCK_EX)) {
  5. return false;
  6. }
  7. if (!$profileIndexed) {
  8. // Add to index
  1. if ($collector instanceof LateDataCollectorInterface) {
  2. $collector->lateCollect();
  3. }
  4. }
  5. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  6. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7. }
  8. return $ret;
  9. }
  1. }
  2. }
  3. // save profiles
  4. foreach ($this->profiles as $request) {
  5. $this->profiler->saveProfile($this->profiles[$request]);
  6. }
  7. $this->profiles = new \SplObjectStorage();
  8. $this->parents = new \SplObjectStorage();
  9. }
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. /**
  2. * @return void
  3. */
  4. public function terminate(Request $request, Response $response)
  5. {
  6. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  7. }
  8. /**
  9. * @internal
  10. */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 157)
  1. if (false === $this->booted) {
  2. return;
  3. }
  4. if ($this->getHttpKernel() instanceof TerminableInterface) {
  5. $this->getHttpKernel()->terminate($request, $response);
  6. }
  7. }
  8. /**
  9. * @return void
  1. } else {
  2. $response->send();
  3. }
  4. if ($this->kernel instanceof TerminableInterface) {
  5. $this->kernel->terminate($this->request, $response);
  6. }
  7. return 0;
  8. }
  9. }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/vendor/autoload_runtime.php') in public/index.php (line 20)
  1. use Pimcore\Bootstrap;
  2. use Pimcore\Tool;
  3. use Symfony\Component\Debug\Debug;
  4. use Symfony\Component\HttpFoundation\Request;
  5. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  6. Bootstrap::setProjectRoot();
  7. return function (Request $request, array $context) {

Logs 1

Level Channel Message
INFO 15:56:10 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
INFO 15:56:10 request Matched route "shop-detail".
{
    "route": "shop-detail",
    "route_parameters": {
        "_route": "shop-detail",
        "path": "Products/Spare-Parts/Lights/",
        "_controller": "App\\Controller\\ProductController::detailAction",
        "_locale": "en",
        "productname": "Porsche-356-Indicator-Lights",
        "product": "521"
    },
    "request_uri": "http://fastshop.pimcore.itpilot.dk/en/shop/Products/Spare-Parts/Lights/Porsche-356-Indicator-Lights~p521",
    "method": "GET"
}
DEBUG 15:56:10 app Resolved pimcore context for path /en/shop/Products/Spare-Parts/Lights/Porsche-356-Indicator-Lights~p521 to default
{
    "path": "/en/shop/Products/Spare-Parts/Lights/Porsche-356-Indicator-Lights~p521",
    "context": "default"
}
DEBUG 15:56:10 security Checking for authenticator support.
{
    "firewall_name": "demo_frontend",
    "authenticators": 2
}
DEBUG 15:56:10 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 15:56:10 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 15:56:10 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 15:56:10 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 15:56:10 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
INFO 15:56:10 php User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\DataObject\AbstractObject::getById is deprecated
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Getting query parts is deprecated as they are implementation details. (QueryBuilder.php:1330 called by QueryBuilderHelperTrait.php:132, https://github.com/doctrine/dbal/pull/6179, package doctrine/dbal)
{
    "exception": {}
}
INFO 15:56:10 pimcore_ecommerce_sql User specific Condition Part: (id IN (201,204,199,203,198,205,200,202))
INFO 15:56:10 pimcore_ecommerce_sql Total Condition: active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (id IN (201,204,199,203,198,205,200,202))
INFO 15:56:10 pimcore_ecommerce_sql Query: SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (id IN (201,204,199,203,198,205,200,202))
INFO 15:56:10 pimcore_ecommerce_sql Query done.
CRITICAL 15:56:10 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/var/www/html/var/cache/dev/profiler/ac/51/6c51ac): Failed to open stream: No such file or directory" at FileProfilerStorage.php line 177
{
    "exception": {}
}
DEBUG 15:56:10 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
INFO 15:56:10 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
{
    "exception": {}
}
INFO 15:56:10 php User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
{
    "exception": {}
}
DEBUG 15:56:10 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}

Stack Trace

ErrorException
ErrorException:
Warning: file_put_contents(/var/www/html/var/cache/dev/profiler/ac/51/6c51ac): Failed to open stream: No such file or directory

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:177
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (vendor/symfony/http-kernel/Kernel.php:157)
  at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/var/www/html/vendor/autoload_runtime.php')
     (public/index.php:20)                
Symfony\Component\VarDumper\Cloner\Data objects are immutable. (500 Internal Server Error)

Symfony Exception

BadMethodCallException

HTTP 500 Internal Server Error

Symfony\Component\VarDumper\Cloner\Data objects are immutable.

Exception

BadMethodCallException

  1. return $this->__get($key);
  2. }
  3. public function offsetSet(mixed $key, mixed $value): void
  4. {
  5. throw new \BadMethodCallException(self::class.' objects are immutable.');
  6. }
  7. public function offsetUnset(mixed $key): void
  8. {
  9. throw new \BadMethodCallException(self::class.' objects are immutable.');
  1. /**
  2. * @see TraceableEventDispatcher
  3. */
  4. public function setCalledListeners(array $listeners, ?string $dispatcher = null): void
  5. {
  6. $this->data[$dispatcher ?? $this->defaultDispatcher]['called_listeners'] = $listeners;
  7. }
  8. /**
  9. * @see TraceableEventDispatcher
  10. */
  1. foreach ($this->dispatchers as $name => $dispatcher) {
  2. if (!$dispatcher instanceof TraceableEventDispatcher) {
  3. continue;
  4. }
  5. $this->setCalledListeners($dispatcher->getCalledListeners($this->currentRequest), $name);
  6. $this->setNotCalledListeners($dispatcher->getNotCalledListeners($this->currentRequest), $name);
  7. $this->setOrphanedEvents($dispatcher->getOrphanedEvents($this->currentRequest), $name);
  8. }
  9. $this->data = $this->cloneVar($this->data);
  1. public function saveProfile(Profile $profile): bool
  2. {
  3. // late collect
  4. foreach ($profile->getCollectors() as $collector) {
  5. if ($collector instanceof LateDataCollectorInterface) {
  6. $collector->lateCollect();
  7. }
  8. }
  9. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  10. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  1. }
  2. }
  3. // save profiles
  4. foreach ($this->profiles as $request) {
  5. $this->profiler->saveProfile($this->profiles[$request]);
  6. }
  7. $this->profiles = new \SplObjectStorage();
  8. $this->parents = new \SplObjectStorage();
  9. }
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. /**
  2. * @return void
  3. */
  4. public function terminate(Request $request, Response $response)
  5. {
  6. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  7. }
  8. /**
  9. * @internal
  10. */
  1. }
  2. $response->sendHeaders();
  3. $response->sendContent();
  4. $this->terminate($request, $response);
  5. }
  6. /**
  7. * Handles a request to convert it to a response.
  8. *
  1. if ($hasRun) {
  2. throw $e;
  3. }
  4. $hasRun = true;
  5. $kernel->terminateWithException($e, $request);
  6. };
  7. }
  8. } elseif ($event instanceof ConsoleEvent && $app = $event->getCommand()->getApplication()) {
  9. $output = $event->getOutput();
  10. if ($output instanceof ConsoleOutputInterface) {
in /var/www/html/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 538)
  1. $this->exceptionHandler = null;
  2. }
  3. try {
  4. if (null !== $exceptionHandler) {
  5. $exceptionHandler($exception);
  6. return;
  7. }
  8. $handlerException ??= $exception;
  9. } catch (\Throwable $handlerException) {
ErrorHandler->handleException(object(ErrorException))

Stack Trace

BadMethodCallException
BadMethodCallException:
Symfony\Component\VarDumper\Cloner\Data objects are immutable.

  at /var/www/html/vendor/symfony/var-dumper/Cloner/Data.php:155
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet('called_listeners', array(array('event' => 'kernel.request', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 560, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 512, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 510, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 127, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 127, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 127, 'pretty' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 126, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 120, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 64, 'pretty' => 'Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 32, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 24, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 20, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 11, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 7, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 5, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\RequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 4, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingRequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 3, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\SubRequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 2, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 1, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\LoginListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => -118, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 50, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 30, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 29, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 15, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 10, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\RequestListener::handleKernelControllerEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 20, 'pretty' => 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'ContainerJ0xVXW5\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.view', 'priority' => 16, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener::onKernelView', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 100, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 32, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 24, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 15, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingRequestListener::handleKernelResponseEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 15, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener::handleKernelResponseEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 1, 'pretty' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'closure', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -108, 'pretty' => 'Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -110, 'pretty' => 'Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -115, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -120, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -120, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -127, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -255, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1000, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 10, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener::handleKernelFinishRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 5, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\SubRequestListener::handleKernelFinishRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => -15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest', 'stub' => object(ClassStub))))
     (/var/www/html/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:91)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners(array(array('event' => 'kernel.request', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 560, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 512, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 510, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 127, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 127, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 127, 'pretty' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 126, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 120, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 64, 'pretty' => 'Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 32, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 24, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 20, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 11, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 7, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 5, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\RequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 4, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingRequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 3, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\SubRequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 2, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 1, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\LoginListener::handleKernelRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => -118, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 50, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 30, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 29, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 15, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 10, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\RequestListener::handleKernelControllerEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 20, 'pretty' => 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'ContainerJ0xVXW5\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.view', 'priority' => 16, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener::onKernelView', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 100, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 32, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 24, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 15, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingRequestListener::handleKernelResponseEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 15, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener::handleKernelResponseEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 1, 'pretty' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'closure', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -108, 'pretty' => 'Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -110, 'pretty' => 'Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -115, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -120, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -120, 'pretty' => 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -127, 'pretty' => 'Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -255, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1000, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 10, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener::handleKernelFinishRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 5, 'pretty' => 'Sentry\\SentryBundle\\EventListener\\SubRequestListener::handleKernelFinishRequestEvent', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => -15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest', 'stub' => object(ClassStub))), 'event_dispatcher')
     (/var/www/html/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:73)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php:100)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:142)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(ErrorException), object(Request))
     (/var/www/html/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(ErrorException))
     (/var/www/html/vendor/symfony/error-handler/ErrorHandler.php:538)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(ErrorException))