Logo of Mercedes-Benz | © Mercedes-Benz
Logo of Mercedes-Benz | © Mercedes-Benz

Mercedes-Benz W110

Color
Black Blue White
Body Style
4-door sedan
Class
Executive Car
Condition
Reworked
Milage
92,564 km

EUR 17,495.95

  • 15% VAT: 15% (EUR 2,243.07)
  • 2% Pimcore Tax: 2% (EUR 299.08)

Available in: Couple of Days

Add To Cart

Additional Information

The W110 was Mercedes-Benz's entry level line of midsize automobiles in the mid-1960s. One of Mercedes' "Fintail" (German: Heckflosse) series, the W110 initially was available with either a 1.9 L M121 gasoline or 2.0 L OM621 diesel inline-four . It was introduced with the 190c and 190Dc sedans in April 1961, replacing the W120 180c/180Dc and W121 190b/190Db.

The W110 line was refreshed in July 1965 to become the 200 and Diesel 200D (model year 1966 for North America); at the same time, a six-cylinder 230 (successor to the Mercedes 220) became part of the W110 line. Production lasted just three more years, with the W115 220 and 220D introduced in 1968. The W110 and the 6-cylinder W111 were the first series of Mercedes cars to be extensively crash tested for occupant safety.

Manufacturer
Mercedes-Benz
Country
Germany

Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/ca/f6/fbf6ca): 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/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/ca/f6/fbf6ca): Failed to open stream: No such file or directory

Exception

ErrorException

Show exception properties
ErrorException {#61468
  #severity: E_WARNING
}
  1.         if (\function_exists('gzencode')) {
  2.             $data gzencode($data3);
  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 $requestResponse $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/pimcore/versions/initial_pimcore_version/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 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\PimcoreEnterpriseSubscriptionToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubFileExportBundle\PimcoreDataHubFileExportBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\HeadlessDocumentsBundle\PimcoreHeadlessDocumentsBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\OpenIdConnectBundle\PimcoreOpenIdConnectBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\PimcorePortalEngineBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\TranslationsProviderInterfaceBundle\PimcoreTranslationsProviderInterfaceBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 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 02:50:01 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 02:50:01 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": {}
}
DEBUG 02:50:01 event Notified event "pimcore.system.configuration.get" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration".
{
    "event": "pimcore.system.configuration.get",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminConfigListener::updateSystemConfiguration"
}
INFO 02:50:06 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:06 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\GraphQLAssetMetadataListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:06 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DataIndexSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:06 php User Deprecated: The "Pimcore\Bundle\AdminBundle\Security\Event\LogoutListener" class is considered internal. It may change without further notice. You should not use it from "App\EventListener\AuthenticationLogoutListener".
{
    "exception": {}
}
DEBUG 02:50:07 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber::onTerminate"
}
DEBUG 02:50:07 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber::onTerminate"
}
DEBUG 02:50:07 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener::onKernelTerminate"
}
DEBUG 02:50:07 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
INFO 02:50:01 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\MiscController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\RedirectsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SeoBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "OutputDataConfigToolkitBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "OutputDataConfigToolkitBundle\Controller\ClassController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Web2PrintToolsBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WordExportBundle\Controller\TranslationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubFileExportBundle\Controller\DownloadController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubProductsupBundle\Controller\ProductsupController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubWebhooksBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataHubWebhooksBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DataImporterBundle\Controller\PushImportController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\Admin\Document\HeadlessDocumentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\Template\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\HeadlessDocumentsBundle\Controller\Brick\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\OpenIdConnectBundle\Controller\AuthController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\OpenIdConnectBundle\Controller\ButtonInjectionController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\OpenIdConnectBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\TranslationsProviderInterfaceBundle\Controller\BackendController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\TranslationsProviderInterfaceBundle\Controller\TranslationJobsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "AdvancedObjectSearchBundle\Controller\AdminController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "Pimcore\Bundle\DirectEditBundle\Controller\ClientController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\AccountController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CartController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CheckoutController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\NewsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\PaymentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\ProductController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\Web2printController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\AccountController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CartController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\CheckoutController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\DefaultController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\NewsController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\PaymentController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\ProductController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/routing 6.4: Class "App\Controller\Web2printController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 02:50:01 php User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
{
    "exception": {}
}
INFO 02:50:01 doctrine Connecting with parameters {params}
{
    "params": {
        "driver": "pdo_mysql",
        "charset": "UTF8MB4",
        "host": "127.0.0.1",
        "port": "3306",
        "user": "pimcore_db",
        "password": "<redacted>",
        "dbname": "pimcore_db",
        "idle_connection_ttl": 600,
        "driverOptions": {
            "1002": "SET sql_mode = '';"
        },
        "serverVersion": "8.0.36-28",
        "defaultTableOptions": {
            "charset": "UTF8MB4",
            "engine": "InnoDB",
            "collate": "utf8mb4_general_ci"
        }
    }
}
DEBUG 02:50:01 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "pimcore_translations_provider_interface",
        "2": "pimcore_translations_provider_interface"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:01 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803801,
        "2": "site_domain_062996b47153b3ef3b5ff3b5bf2c3dba"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:01 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803801,
        "2": "system\u0001tags\u0001",
        "3": "site\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:01 cache Successfully got data for key site_domain_062996b47153b3ef3b5ff3b5bf2c3dba from cache
{
    "key": "site_domain_062996b47153b3ef3b5ff3b5bf2c3dba"
}
DEBUG 02:50:01 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:01 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:01 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
        "2": "path",
        "3": "auto_create",
        "4": "/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 02:50:01 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803801,
        "2": "system_route_redirect"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:01 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803801,
        "2": "system\u0001tags\u0001",
        "3": "redirect\u0001tags\u0001",
        "4": "route\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:01 cache Successfully got data for key system_route_redirect from cache
{
    "key": "system_route_redirect"
}
DEBUG 02:50:01 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "maintenance_mode"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "reports",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
INFO 02:50:02 request Matched route "shop-detail".
{
    "route": "shop-detail",
    "route_parameters": {
        "_route": "shop-detail",
        "path": "Products/Cars/Luxury-Cars/",
        "_controller": "App\\Controller\\ProductController::detailAction",
        "_locale": "en",
        "productname": "Mercedes-Benz-W110",
        "product": "346"
    },
    "request_uri": "https://demo.pimcoreui.studioemma.com/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
    "method": "GET"
}
DEBUG 02:50:02 app Resolved pimcore context for path /en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346 to default
{
    "path": "/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
    "context": "default"
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/en/shop/Products/Cars/Luxury-Cars/",
        "2": "Mercedes-Benz-W110~p346"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/en/shop/Products/Cars/",
        "2": "Luxury-Cars"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/en/shop/Products/Cars/Luxury-Cars"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/en/shop/Products/",
        "2": "Cars"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/en/shop/Products/Cars"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/en/shop/",
        "2": "Products"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/en/shop/Products"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/en/",
        "2": "shop"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/en/shop"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "en"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803802,
        "2": "document_3"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803802,
        "2": "document_3\u0001tags\u0001",
        "3": "document_1\u0001tags\u0001",
        "4": "asset_337\u0001tags\u0001",
        "5": "asset_3\u0001tags\u0001",
        "6": "asset_319\u0001tags\u0001",
        "7": "asset_361\u0001tags\u0001",
        "8": "asset_320\u0001tags\u0001",
        "9": "asset_318\u0001tags\u0001",
        "10": "asset_321\u0001tags\u0001",
        "11": "asset_224\u0001tags\u0001",
        "12": "asset_35\u0001tags\u0001",
        "13": "asset_211\u0001tags\u0001",
        "14": "asset_90\u0001tags\u0001",
        "15": "asset_58\u0001tags\u0001",
        "16": "asset_180\u0001tags\u0001",
        "17": "asset_124\u0001tags\u0001",
        "18": "asset_164\u0001tags\u0001",
        "19": "asset_81\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2,
        "19": 2
    }
}
DEBUG 02:50:02 cache Successfully got data for key document_3 from cache
{
    "key": "document_3"
}
DEBUG 02:50:02 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803802,
        "2": "document_properties_3"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:02 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803802,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_3\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:02 cache Successfully got data for key document_properties_3 from cache
{
    "key": "document_properties_3"
}
DEBUG 02:50:04 security Checking for authenticator support.
{
    "firewall_name": "demo_frontend",
    "authenticators": 2
}
DEBUG 02:50:04 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 02:50:04 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 02:50:04 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 02:50:04 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 02:50:04 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 02:50:04 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
INFO 02:50:04 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 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 02:50:04 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
INFO 02:50:04 php User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:3447, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
{
    "exception": {}
}
INFO 02:50:04 php User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:3447, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
{
    "exception": {}
}
INFO 02:50:04 php User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
{
    "exception": {}
}
INFO 02:50:04 php User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\DataObject\AbstractObject::getById is deprecated
{
    "exception": {}
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_346"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "CAR"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_346\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_273\u0001tags\u0001",
        "5": "asset_274\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_346 from cache
{
    "key": "object_346"
}
DEBUG 02:50:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 02:50:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 02:50:04 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 02:50:04 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 02:50:04 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 02:50:04 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '346'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '346'"
}
DEBUG 02:50:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 346
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_345"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_345\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_345 from cache
{
    "key": "object_345"
}
DEBUG 02:50:04 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 345
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_134"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_134\u0001tags\u0001",
        "3": "class_MA\u0001tags\u0001",
        "4": "asset_305\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_134 from cache
{
    "key": "object_134"
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_550"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "CA"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_550\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_550 from cache
{
    "key": "object_550"
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_546"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_546\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_546 from cache
{
    "key": "object_546"
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_390"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_390\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_390 from cache
{
    "key": "object_390"
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_564"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803804,
        "2": "object_564\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_564 from cache
{
    "key": "object_564"
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_389"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_389\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 cache Successfully got data for key object_389 from cache
{
    "key": "object_389"
}
DEBUG 02:50:04 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (parameters: {params}, types: {types})
{
    "sql": "SELECT *\n            FROM website_settings\n            WHERE name = ?\n                AND (\n                    siteId IS NULL\n                    OR siteId = 0\n                    OR siteId = ?\n                )\n                AND (\n                    language IS NULL\n                    OR language = ''\n                    OR language = ?\n                )\n            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC",
    "params": {
        "1": "defaultTaxClass",
        "2": null,
        "3": null
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: SELECT * FROM website_settings WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM website_settings WHERE id = ?",
    "params": {
        "1": 2
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803804,
        "2": "object_693"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:04 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "EF_OSTC"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_693\u0001tags\u0001",
        "3": "class_EF_OSTC\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_693 from cache
{
    "key": "object_693"
}
DEBUG 02:50:05 doctrine Executing query: SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1 ORDER BY `prio` ASC
{
    "sql": "SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1  ORDER BY `prio` ASC"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "system_resource_columns_ecommerceframework_pricing_rule"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "system\u0001tags\u0001",
        "3": "resource\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key system_resource_columns_ecommerceframework_pricing_rule from cache
{
    "key": "system_resource_columns_ecommerceframework_pricing_rule"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_559"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_559\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_559 from cache
{
    "key": "object_559"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_556"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_556\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_556 from cache
{
    "key": "object_556"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_75"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_75\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_60\u0001tags\u0001",
        "5": "asset_61\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_75 from cache
{
    "key": "object_75"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_74"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_74\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_58\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_74 from cache
{
    "key": "object_74"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/Product Data/Accessories/lights/head lights/",
        "2": "citroen-2cv-head lights"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_438"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "AP"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_438\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_60\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_438 from cache
{
    "key": "object_438"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_399"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_399\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_399 from cache
{
    "key": "object_399"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_873"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_873\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_873 from cache
{
    "key": "object_873"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_135"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_135\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_135 from cache
{
    "key": "object_135"
}
DEBUG 02:50:05 doctrine Executing query: SELECT object_localized_AP_en.id as id, object_localized_AP_en.type as `type` FROM object_localized_AP_en WHERE (compatibleTo LIKE "%,346,%" OR compatibleTo LIKE "%,345,%" AND object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1
{
    "sql": "SELECT object_localized_AP_en.id as id, object_localized_AP_en.type as `type` FROM object_localized_AP_en WHERE (compatibleTo LIKE \"%,346,%\" OR compatibleTo LIKE \"%,345,%\" AND  object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_484"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_484\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_276\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_484 from cache
{
    "key": "object_484"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_503"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_503\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_273\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_503 from cache
{
    "key": "object_503"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_504"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_504\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_273\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_504 from cache
{
    "key": "object_504"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_505"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_505\u0001tags\u0001",
        "3": "class_AP\u0001tags\u0001",
        "4": "asset_274\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_505 from cache
{
    "key": "object_505"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 484
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_395"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_395\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_395 from cache
{
    "key": "object_395"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_366"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_366\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_366 from cache
{
    "key": "object_366"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 503
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_394"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_394\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_394 from cache
{
    "key": "object_394"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_364"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_364\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_364 from cache
{
    "key": "object_364"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 504
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM object_relations_AP WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_AP WHERE src_id = ?",
    "params": {
        "1": 505
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_396"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_396\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_396 from cache
{
    "key": "object_396"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_365"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_365\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_365 from cache
{
    "key": "object_365"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_1"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_1\u0001tags\u0001",
        "3": "asset_337\u0001tags\u0001",
        "4": "asset_3\u0001tags\u0001",
        "5": "asset_319\u0001tags\u0001",
        "6": "asset_361\u0001tags\u0001",
        "7": "asset_320\u0001tags\u0001",
        "8": "asset_318\u0001tags\u0001",
        "9": "asset_321\u0001tags\u0001",
        "10": "asset_224\u0001tags\u0001",
        "11": "asset_35\u0001tags\u0001",
        "12": "asset_211\u0001tags\u0001",
        "13": "asset_90\u0001tags\u0001",
        "14": "asset_58\u0001tags\u0001",
        "15": "asset_180\u0001tags\u0001",
        "16": "asset_124\u0001tags\u0001",
        "17": "asset_164\u0001tags\u0001",
        "18": "asset_81\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_1 from cache
{
    "key": "document_1"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_properties_1"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_1\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_properties_1 from cache
{
    "key": "document_properties_1"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "nav_33f722f5a981de05404856ca38cd1340"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "output\u0001tags\u0001",
        "3": "navigation\u0001tags\u0001",
        "4": "document_74\u0001tags\u0001",
        "5": "document_97\u0001tags\u0001",
        "6": "document_45\u0001tags\u0001",
        "7": "document_99\u0001tags\u0001",
        "8": "document_100\u0001tags\u0001",
        "9": "document_101\u0001tags\u0001",
        "10": "document_102\u0001tags\u0001",
        "11": "document_103\u0001tags\u0001",
        "12": "document_104\u0001tags\u0001",
        "13": "document_123\u0001tags\u0001",
        "14": "document_46\u0001tags\u0001",
        "15": "document_65\u0001tags\u0001",
        "16": "document_200\u0001tags\u0001",
        "17": "document_54\u0001tags\u0001",
        "18": "document_55\u0001tags\u0001",
        "19": "document_56\u0001tags\u0001",
        "20": "document_57\u0001tags\u0001",
        "21": "document_53\u0001tags\u0001",
        "22": "document_48\u0001tags\u0001",
        "23": "document_52\u0001tags\u0001",
        "24": "document_112\u0001tags\u0001",
        "25": "document_49\u0001tags\u0001",
        "26": "document_113\u0001tags\u0001",
        "27": "document_39\u0001tags\u0001",
        "28": "document_121\u0001tags\u0001",
        "29": "document_50\u0001tags\u0001",
        "30": "document_38\u0001tags\u0001",
        "31": "document_51\u0001tags\u0001",
        "32": "document_118\u0001tags\u0001",
        "33": "document_115\u0001tags\u0001",
        "34": "document_199\u0001tags\u0001",
        "35": "document_58\u0001tags\u0001",
        "36": "document_95\u0001tags\u0001",
        "37": "document_110\u0001tags\u0001",
        "38": "document_193\u0001tags\u0001",
        "39": "document_194\u0001tags\u0001",
        "40": "document_195\u0001tags\u0001",
        "41": "document_94\u0001tags\u0001",
        "42": "document_88\u0001tags\u0001",
        "43": "document_47\u0001tags\u0001",
        "44": "document_12\u0001tags\u0001",
        "45": "document_11\u0001tags\u0001",
        "46": "document_30\u0001tags\u0001",
        "47": "document_10\u0001tags\u0001",
        "48": "document_59\u0001tags\u0001",
        "49": "document_108\u0001tags\u0001",
        "50": "document_198\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2,
        "19": 2,
        "20": 2,
        "21": 2,
        "22": 2,
        "23": 2,
        "24": 2,
        "25": 2,
        "26": 2,
        "27": 2,
        "28": 2,
        "29": 2,
        "30": 2,
        "31": 2,
        "32": 2,
        "33": 2,
        "34": 2,
        "35": 2,
        "36": 2,
        "37": 2,
        "38": 2,
        "39": 2,
        "40": 2,
        "41": 2,
        "42": 2,
        "43": 2,
        "44": 2,
        "45": 2,
        "46": 2,
        "47": 2,
        "48": 2,
        "49": 2,
        "50": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key nav_33f722f5a981de05404856ca38cd1340 from cache
{
    "key": "nav_33f722f5a981de05404856ca38cd1340"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "sites_path_mapping"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "\u0000tags\u0000sites_path_mapping"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Key sites_path_mapping doesn't exist in cache
{
    "key": "sites_path_mapping"
}
DEBUG 02:50:05 doctrine Executing query: SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
{
    "sql": "SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC "
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "studio_backend_user_permissions"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key studio_backend_user_permissions from cache
{
    "key": "studio_backend_user_permissions"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM translations_messages LIMIT 1;
{
    "sql": "SELECT * FROM translations_messages LIMIT 1;"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "translator\u0001tags\u0001",
        "3": "translator_website\u0001tags\u0001",
        "4": "translate\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea from cache
{
    "key": "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT sourceId FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT sourceId FROM documents_translations WHERE id = ?",
    "params": {
        "1": 1
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,\"source\" FROM documents_translations WHERE id = ?",
    "params": {
        "1": 1,
        "2": 1,
        "3": 1
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "de"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_136"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_136\u0001tags\u0001",
        "3": "asset_337\u0001tags\u0001",
        "4": "asset_3\u0001tags\u0001",
        "5": "asset_319\u0001tags\u0001",
        "6": "asset_361\u0001tags\u0001",
        "7": "asset_320\u0001tags\u0001",
        "8": "asset_318\u0001tags\u0001",
        "9": "asset_321\u0001tags\u0001",
        "10": "asset_224\u0001tags\u0001",
        "11": "asset_35\u0001tags\u0001",
        "12": "asset_211\u0001tags\u0001",
        "13": "asset_90\u0001tags\u0001",
        "14": "asset_58\u0001tags\u0001",
        "15": "asset_180\u0001tags\u0001",
        "16": "asset_124\u0001tags\u0001",
        "17": "asset_164\u0001tags\u0001",
        "18": "asset_81\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2,
        "16": 2,
        "17": 2,
        "18": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_136 from cache
{
    "key": "document_136"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "fr"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/fr"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?",
    "params": {
        "1": "/",
        "2": "nl"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT id FROM documents_page WHERE prettyUrl = ?",
    "params": {
        "1": "/nl"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "nav_d74f487a3074b19f20c1eac992827746"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key nav_d74f487a3074b19f20c1eac992827746 from cache
{
    "key": "nav_d74f487a3074b19f20c1eac992827746"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "product_detail_manufacturer",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 305
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 305
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "imagick_format_avif"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key imagick_format_avif from cache
{
    "key": "imagick_format_avif"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "imagick_format_webp"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key imagick_format_webp from cache
{
    "key": "imagick_format_webp"
}
INFO 02:50:05 php User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "galleryLightbox",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 273
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 273
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "product_detail",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_2"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_2\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_2 from cache
{
    "key": "object_2"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_744"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_744\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_744 from cache
{
    "key": "object_744"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_1"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_1\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_1 from cache
{
    "key": "object_1"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 274
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 274
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "product_detail_small",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT objects.id as id, objects.type as `type` FROM objects WHERE (parentId = ? AND objects.type IN ('object','variant','folder')) AND objects.published = 1 ORDER BY `key` ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT objects.id as id, objects.type as `type` FROM objects WHERE (parentId = ? AND  objects.type IN ('object','variant','folder')) AND objects.published = 1 ORDER BY `key` ASC  ",
    "params": {
        "1": 345
    },
    "types": {
        "1": 1
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_348"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_348\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_276\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_348 from cache
{
    "key": "object_348"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_347"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_347\u0001tags\u0001",
        "3": "class_CAR\u0001tags\u0001",
        "4": "asset_275\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_347 from cache
{
    "key": "object_347"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '348'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '348'"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 348
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '347'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '347'"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM object_relations_CAR WHERE src_id = ?",
    "params": {
        "1": 347
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_42"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT name FROM classes WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT name FROM classes WHERE id = ?",
    "params": {
        "1": "BS"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_42\u0001tags\u0001",
        "3": "class_BS\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_42 from cache
{
    "key": "object_42"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "quantityvalue_units_table"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key quantityvalue_units_table from cache
{
    "key": "quantityvalue_units_table"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM translations_admin LIMIT 1;
{
    "sql": "SELECT * FROM translations_admin LIMIT 1;"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "translation_data_2e364d315ad5ad984609e7f4beedf0f7"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key translation_data_2e364d315ad5ad984609e7f4beedf0f7 from cache
{
    "key": "translation_data_2e364d315ad5ad984609e7f4beedf0f7"
}
INFO 02:50:05 php User Deprecated: Getting query parts is deprecated as they are implementation details. (QueryBuilder.php:1330 called by QueryBuilderHelperTrait.php:131, https://github.com/doctrine/dbal/pull/6179, package doctrine/dbal)
{
    "exception": {}
}
DEBUG 02:50:05 doctrine Executing query: SELECT COUNT(*) FROM object_localized_AP_en WHERE (compatibleTo LIKE "%,346,%" OR compatibleTo LIKE "%,345,%" AND object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1
{
    "sql": "SELECT COUNT(*) FROM object_localized_AP_en WHERE (compatibleTo LIKE \"%,346,%\" OR compatibleTo LIKE \"%,345,%\" AND  object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1"
}
DEBUG 02:50:05 doctrine Executing query: SELECT COUNT(*) FROM object_localized_AP_en WHERE (compatibleTo LIKE "%,346,%" OR compatibleTo LIKE "%,345,%" AND object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1
{
    "sql": "SELECT COUNT(*) FROM object_localized_AP_en WHERE (compatibleTo LIKE \"%,346,%\" OR compatibleTo LIKE \"%,345,%\" AND  object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1"
}
DEBUG 02:50:05 doctrine Executing query: SELECT object_localized_AP_en.id as id, object_localized_AP_en.type as `type` FROM object_localized_AP_en WHERE (compatibleTo LIKE "%,346,%" OR compatibleTo LIKE "%,345,%" AND object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1
{
    "sql": "SELECT object_localized_AP_en.id as id, object_localized_AP_en.type as `type` FROM object_localized_AP_en WHERE (compatibleTo LIKE \"%,346,%\" OR compatibleTo LIKE \"%,345,%\" AND  object_localized_AP_en.type IN ('object','variant','folder')) AND object_localized_AP_en.published = 1"
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '484'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '484'"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_393"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_393\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_393 from cache
{
    "key": "object_393"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "object_392"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "object_392\u0001tags\u0001",
        "3": "class_CA\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key object_392 from cache
{
    "key": "object_392"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 276
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?",
    "params": {
        "1": 276
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__79bf6e462e0c0041eb9daa8cbf772b74"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__2f8e8683cada6a5cb65586b1e35956da"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__79bf6e462e0c0041eb9daa8cbf772b74"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__4aff04d6e99a3817ceec778f92472812"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__7da5f263d3de2af8319721e9611ddf80"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__0d21c006baebf5e7b83218e7067c930a"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__7da5f263d3de2af8319721e9611ddf80"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__79bf6e462e0c0041eb9daa8cbf772b74"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__79bf6e462e0c0041eb9daa8cbf772b74"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_52d14b04c9d7973a31853735e0cd5c22",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_276__2f8e8683cada6a5cb65586b1e35956da"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '503'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '503'"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 273
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__9b2ab02565851a07a795d8033aa273cd"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__aaa7d32915fa84d8c440cd43c96b5492"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__9b2ab02565851a07a795d8033aa273cd"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__b2f063d8bfbeab2e310039f6307bb942"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__246427a8dc324926cae75e92e7342c39"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__b2f063d8bfbeab2e310039f6307bb942"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__70236fab597f86c4c9922ecf7932f785"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__e6c9237062c673e5ee1f71c1bbcaa7a5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__70236fab597f86c4c9922ecf7932f785"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__9b2ab02565851a07a795d8033aa273cd"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__9b2ab02565851a07a795d8033aa273cd"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_9378761d78e9da3dfe064625a1ddcf2e",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__aaa7d32915fa84d8c440cd43c96b5492"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '504'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '504'"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 273
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__bd1df7440de8dffb364dd51b6bf5acb8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__c8dc293a40ab3e123a8717e939184fa7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__bd1df7440de8dffb364dd51b6bf5acb8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__e952f0fa3f536970b1db32b76bae351e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__e66104415a274cfbf2fff7c829473ff5"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__e952f0fa3f536970b1db32b76bae351e"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__81e0074732fed7538fd39fbcb5356a65"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__2dd3a8c8f52d647bc0f69865d226d6be"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__81e0074732fed7538fd39fbcb5356a65"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__bd1df7440de8dffb364dd51b6bf5acb8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__bd1df7440de8dffb364dd51b6bf5acb8"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_247d80683e15f57b1f2194c253b0012f",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_273__c8dc293a40ab3e123a8717e939184fa7"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '505'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '505'"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT customSettings FROM assets WHERE id = ?",
    "params": {
        "1": 274
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1e67489f54b94b8d37646178272aa875"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__2a51d51315be6d3a024970fc754a4e66"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__67ce598b1545ec9a9db665ea6f79fb4b"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__2a51d51315be6d3a024970fc754a4e66"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__f3b82bbfe35a3dc2b46ebe4ea98f1eb2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__982578fd13ee594a49af7d881dc4b4cc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__f3b82bbfe35a3dc2b46ebe4ea98f1eb2"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1321eb0eccaca027c5b71de19bbfcedc"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "grid_auto_09b8a443e7bb053962db66c79c809a86",
        "2": "pimcore_image_thumbnails"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM tmp_store WHERE id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM tmp_store WHERE id = ?",
    "params": {
        "1": "thumb_274__1e67489f54b94b8d37646178272aa875"
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "system_settings",
        "2": "pimcore_system_settings"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_12"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_12\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_12 from cache
{
    "key": "document_12"
}
DEBUG 02:50:05 event Notified event "pimcore.document.IncludeRenderer.pre_render" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener::onPreRender".
{
    "event": "pimcore.document.IncludeRenderer.pre_render",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingDocumentRendererListener::onPreRender"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_properties_12"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_properties\u0001tags\u0001",
        "3": "document_12\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_properties_12 from cache
{
    "key": "document_properties_12"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 02:50:07 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:07 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
CRITICAL 02:50:07 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/ca/f6/fbf6ca): Failed to open stream: No such file or directory" at FileProfilerStorage.php line 177
{
    "exception": {}
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/_fragment",
        "2": "path",
        "3": "auto_create",
        "4": "/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 02:50:05 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 02:50:05 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 02:50:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 02:50:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 02:50:05 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 02:50:05 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 02:50:05 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 02:50:05 doctrine Executing statement: SELECT * FROM documents_editables WHERE documentId = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM documents_editables WHERE documentId = ?",
    "params": {
        "1": 12
    },
    "types": {
        "1": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_74"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_74\u0001tags\u0001",
        "3": "asset_340\u0001tags\u0001",
        "4": "asset_362\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_74 from cache
{
    "key": "document_74"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_97"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_97\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_97 from cache
{
    "key": "document_97"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_99"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_99\u0001tags\u0001",
        "3": "asset_362\u0001tags\u0001",
        "4": "asset_339\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_99 from cache
{
    "key": "document_99"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_100"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_100\u0001tags\u0001",
        "3": "asset_341\u0001tags\u0001",
        "4": "asset_360\u0001tags\u0001",
        "5": "document_57\u0001tags\u0001",
        "6": "document_54\u0001tags\u0001",
        "7": "document_55\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_100 from cache
{
    "key": "document_100"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_101"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_101\u0001tags\u0001",
        "3": "asset_319\u0001tags\u0001",
        "4": "asset_321\u0001tags\u0001",
        "5": "asset_341\u0001tags\u0001",
        "6": "asset_14\u0001tags\u0001",
        "7": "asset_46\u0001tags\u0001",
        "8": "asset_57\u0001tags\u0001",
        "9": "asset_13\u0001tags\u0001",
        "10": "asset_81\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_101 from cache
{
    "key": "document_101"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_102"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_102\u0001tags\u0001",
        "3": "asset_336\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_102 from cache
{
    "key": "document_102"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_103"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_103\u0001tags\u0001",
        "3": "asset_25\u0001tags\u0001",
        "4": "asset_340\u0001tags\u0001",
        "5": "asset_341\u0001tags\u0001",
        "6": "asset_35\u0001tags\u0001",
        "7": "asset_123\u0001tags\u0001",
        "8": "asset_114\u0001tags\u0001",
        "9": "asset_186\u0001tags\u0001",
        "10": "asset_127\u0001tags\u0001",
        "11": "asset_277\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_103 from cache
{
    "key": "document_103"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_104"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_104\u0001tags\u0001",
        "3": "asset_337\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_104 from cache
{
    "key": "document_104"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_48"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_48\u0001tags\u0001",
        "3": "asset_62\u0001tags\u0001",
        "4": "asset_63\u0001tags\u0001",
        "5": "asset_321\u0001tags\u0001",
        "6": "asset_319\u0001tags\u0001",
        "7": "asset_362\u0001tags\u0001",
        "8": "asset_340\u0001tags\u0001",
        "9": "asset_317\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_48 from cache
{
    "key": "document_48"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_52"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_52\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_52 from cache
{
    "key": "document_52"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_112"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_112\u0001tags\u0001",
        "3": "asset_336\u0001tags\u0001",
        "4": "asset_382\u0001tags\u0001",
        "5": "asset_378\u0001tags\u0001",
        "6": "asset_374\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_112 from cache
{
    "key": "document_112"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_49"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_49\u0001tags\u0001",
        "3": "asset_252\u0001tags\u0001",
        "4": "asset_250\u0001tags\u0001",
        "5": "asset_249\u0001tags\u0001",
        "6": "asset_251\u0001tags\u0001",
        "7": "asset_115\u0001tags\u0001",
        "8": "asset_117\u0001tags\u0001",
        "9": "asset_114\u0001tags\u0001",
        "10": "asset_35\u0001tags\u0001",
        "11": "asset_36\u0001tags\u0001",
        "12": "asset_41\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_49 from cache
{
    "key": "document_49"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_113"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_113\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_113 from cache
{
    "key": "document_113"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_39"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_39\u0001tags\u0001",
        "3": "asset_345\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_39 from cache
{
    "key": "document_39"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_50"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_50\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_50 from cache
{
    "key": "document_50"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_38"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_38\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_38 from cache
{
    "key": "document_38"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_51"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_51\u0001tags\u0001",
        "3": "asset_348\u0001tags\u0001",
        "4": "asset_347\u0001tags\u0001",
        "5": "asset_349\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_51 from cache
{
    "key": "document_51"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_95"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_95\u0001tags\u0001",
        "3": "object_75\u0001tags\u0001",
        "4": "object_74\u0001tags\u0001",
        "5": "object_399\u0001tags\u0001",
        "6": "asset_384\u0001tags\u0001",
        "7": "asset_385\u0001tags\u0001",
        "8": "asset_386\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_95 from cache
{
    "key": "document_95"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_110"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types})
{
    "sql": "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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "params": {
        "1": 1766803805,
        "2": "document_110\u0001tags\u0001",
        "3": "document_104\u0001tags\u0001",
        "4": "document_54\u0001tags\u0001",
        "5": "document_55\u0001tags\u0001",
        "6": "document_56\u0001tags\u0001",
        "7": "document_57\u0001tags\u0001",
        "8": "object_548\u0001tags\u0001",
        "9": "object_561\u0001tags\u0001",
        "10": "object_551\u0001tags\u0001",
        "11": "object_550\u0001tags\u0001",
        "12": "asset_390\u0001tags\u0001",
        "13": "asset_391\u0001tags\u0001",
        "14": "asset_392\u0001tags\u0001",
        "15": "asset_389\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2,
        "10": 2,
        "11": 2,
        "12": 2,
        "13": 2,
        "14": 2,
        "15": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_110 from cache
{
    "key": "document_110"
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_88"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 doctrine Executing statement: 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 (?) (parameters: {params}, types: {types})
{
    "sql": "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 (?)",
    "params": {
        "1": 1766803805,
        "2": "document_88\u0001tags\u0001"
    },
    "types": {
        "1": 1,
        "2": 2
    }
}
DEBUG 02:50:05 cache Successfully got data for key document_88 from cache
{
    "key": "document_88"
}
DEBUG 02:50:05 event Notified event "kernel.view" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView".
{
    "event": "kernel.view",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener::onKernelView"
}
DEBUG 02:50:05 event Listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener::onKernelView" stopped propagation of the event "kernel.view".
{
    "event": "kernel.view",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ContentTemplateListener::onKernelView"
}
DEBUG 02:50:05 event Listener "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" was not called for event "kernel.view".
{
    "event": "kernel.view",
    "listener": "Symfony\\Bridge\\Twig\\EventListener\\TemplateAttributeListener::onKernelView"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::inject".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::inject"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 02:50:05 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 02:50:05 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 02:50:07 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM settings_store WHERE id = ? AND scope = ?",
    "params": {
        "1": "BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle",
        "2": "pimcore"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
DEBUG 02:50:07 doctrine Executing statement: SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})
{
    "sql": "SELECT * FROM redirects WHERE\n            (\n                (source = ? AND (`type` = ? OR `type` = ?)) OR\n                (source = ? AND `type` = ?) OR\n                (source = ? AND `type` = ?)\n            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC",
    "params": {
        "1": "/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
        "2": "path",
        "3": "auto_create",
        "4": "/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
        "5": "path_query",
        "6": "https://demo.pimcoreui.studioemma.com/en/shop/Products/Cars/Luxury-Cars/Mercedes-Benz-W110~p346",
        "7": "entire_uri"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2
    }
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingSessionBagListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\OpenIdSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\OpenIdSessionBagListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\GoogleMarketingBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\OpenIdConnectBundle\EventListener\CodeInjectionListener::check".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\OpenIdConnectBundle\\EventListener\\CodeInjectionListener::check"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 02:50:07 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 02:50:07 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Frontend\\TargetingElementListener::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\HeadlessDocumentsBundle\EventListener\HeadlessDocumentListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\HeadlessDocumentsBundle\\EventListener\\HeadlessDocumentListener::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 02:50:07 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 02:50:07 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 02:50:07 event Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelControllerArguments"
}
DEBUG 02:50:07 event Notified event "kernel.controller_arguments" to listener "ContainerIXxLMqC\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerIXxLMqC\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 02:50:07 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ErrorException
ErrorException:
Warning: file_put_contents(/var/www/pimcore/versions/initial_pimcore_version/var/cache/dev/profiler/ca/f6/fbf6ca): 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()
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (vendor/symfony/http-kernel/Kernel.php:157)
  at Symfony\Component\HttpKernel\Kernel->terminate()
     (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/pimcore/versions/initial_pimcore_version/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 $keymixed $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 $requestResponse $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/pimcore/versions/initial_pimcore_version/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()

Stack Trace

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

  at /var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/var-dumper/Cloner/Data.php:155
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:91)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:73)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/Profiler/Profiler.php:100)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/HttpKernel.php:142)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}()
     (/var/www/pimcore/versions/initial_pimcore_version/vendor/symfony/error-handler/ErrorHandler.php:538)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException()