Hersteller
  • 597
  • 8687
  • 2942
  • 1721
  • 5548
  • 1201
  • 3012
  • 4186
  • 2405
  • 2988
  • 2372
  • 2387
  • 5368
  • 11253
  • 1788
  • 1193
  • 1195
  • 13991
  • 1791
  • 1621
  • 1195
  • 597
  • 6433
  • 596
  • 4159
  • 596
  • 9445
Farbe
  • 5177
  • 17856
  • 598
  • 5917
  • 2774
  • 9341
  • 1782
  • 24547
  • 14055
  • 5779
  • 20876
Klasse
  • 2399
  • 9089
  • 1768
  • 14596
  • 9448
  • 5078
  • 3576
  • 6580
  • 5325
  • 33184
  • 4008
  • 4754
Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/var/cache/dev/profiler/2a/53/34532a): 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/vhosts/go4d.ch/utilis.go4d.ch/releases/72/var/cache/dev/profiler/2a/53/34532a): Failed to open stream: No such file or directory

Exception

ErrorException

Show exception properties
ErrorException {#14702
  #severity: E_WARNING
}
  1. if (\function_exists('gzencode')) {
  2. $data = gzencode($data, 3);
  3. }
  4. if (false === file_put_contents($file, $data, \LOCK_EX)) {
  5. return false;
  6. }
  7. if (!$profileIndexed) {
  8. // Add to index
  1. if ($collector instanceof LateDataCollectorInterface) {
  2. $collector->lateCollect();
  3. }
  4. }
  5. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  6. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7. }
  8. return $ret;
  9. }
  1. }
  2. }
  3. // save profiles
  4. foreach ($this->profiles as $request) {
  5. $this->profiler->saveProfile($this->profiles[$request]);
  6. }
  7. $this->profiles = new \SplObjectStorage();
  8. $this->parents = new \SplObjectStorage();
  9. }
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. public function terminate(Request $request, Response $response): void
  2. {
  3. try {
  4. $this->terminating = true;
  5. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  6. } finally {
  7. $this->terminating = false;
  8. }
  9. }
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 147)
  1. if (!$this->booted) {
  2. return;
  3. }
  4. if ($this->getHttpKernel() instanceof TerminableInterface) {
  5. $this->getHttpKernel()->terminate($request, $response);
  6. }
  7. }
  8. public function shutdown(): void
  9. {
  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 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/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 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/glossary-bundle 12.3: The GlossaryBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/seo-bundle 12.3: The SeoBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/output-data-config-toolkit-bundle 6.2: The OutputDataConfigToolkitBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/google-marketing-bundle 2.1: The GoogleMarketingBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/newsletter-bundle 2.3: The NewsletterBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/word-export-bundle 12.3: The WordExportBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/xliff-bundle 12.3: The XliffBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/google-marketing-bundle 2.1: The GoogleMarketingBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since pimcore/newsletter-bundle 2.3: The NewsletterBundle is deprecated and will be discontinued with Pimcore Studio.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
{
    "exception": {}
}
DEBUG 20:05:24 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 20:05:27 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 20:05:27 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\BatchTaskSubscriber::onTerminate"
}
DEBUG 20:05:27 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\DocumentConfigSubscriber::onTerminate"
}
DEBUG 20:05:27 event Notified event "kernel.terminate" to listener "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\DumpTranslationEntriesListener::onKernelTerminate"
}
DEBUG 20:05:27 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
INFO 20:05:24 php User Deprecated: Since pimcore/pimcore 12.3: The "pimcore.templating.engine.delegating" service is deprecated and will be removed in 13.0. Inject Twig\Environment directly instead.
{
    "exception": {}
}
INFO 20:05:24 php User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
{
    "exception": {}
}
INFO 20:05:24 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 20:05:24 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 20:05:24 doctrine Connecting with parameters {params}
{
    "params": {
        "driver": "pdo_mysql",
        "charset": "UTF8MB4",
        "host": "localhost",
        "port": 3306,
        "user": "utilis_demo",
        "password": "<redacted>",
        "dbname": "utilis_demo",
        "idle_connection_ttl": 600,
        "driverOptions": {
            "1002": "SET sql_mode = '';"
        },
        "serverVersion": "10.11.11-MariaDB-ubu2204",
        "defaultTableOptions": {
            "charset": "UTF8MB4",
            "engine": "InnoDB",
            "collate": "utf8mb4_unicode_520_ci"
        }
    }
}
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 cache Successfully got data for key site_domain_a1734bdc7739bf78ffeb1f37984be950 from cache
{
    "key": "site_domain_a1734bdc7739bf78ffeb1f37984be950"
}
DEBUG 20:05:24 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 cache Successfully got data for key system_route_redirect from cache
{
    "key": "system_route_redirect"
}
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 cache Successfully got data for key maintenance_mode from cache
{
    "key": "maintenance_mode"
}
DEBUG 20:05:24 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
INFO 20:05:24 request Matched route "shop-category".
{
    "route": "shop-category",
    "route_parameters": {
        "_route": "shop-category",
        "path": "",
        "_controller": "App\\Controller\\ProductController::listingAction",
        "_locale": "de",
        "categoryname": "Cars",
        "category": "390"
    },
    "request_uri": "https://www.siga.go4d.ch/de/shop/Cars~c390?page=255",
    "method": "GET"
}
DEBUG 20:05:24 app Resolved pimcore context for path /de/shop/Cars~c390 to default
{
    "path": "/de/shop/Cars~c390",
    "context": "default"
}
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 cache Successfully got data for key document_1 from cache
{
    "key": "document_1"
}
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 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})

                            
DEBUG 20:05:24 cache Successfully got data for key document_properties_1 from cache
{
    "key": "document_properties_1"
}
DEBUG 20:05:26 security Checking for authenticator support.
{
    "firewall_name": "demo_frontend",
    "authenticators": 2
}
DEBUG 20:05:26 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 20:05:26 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 20:05:26 security Checking support on authenticator.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 20:05:26 security Authenticator does not support the request.
{
    "firewall_name": "demo_frontend",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\Debug\\TraceableAuthenticator"
}
DEBUG 20:05:26 doctrine Executing query: SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
{
    "sql": "SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1"
}
DEBUG 20:05:26 event Notified event "pimcore.targeting.pre_resolve" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onPreResolve".
{
    "event": "pimcore.targeting.pre_resolve",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\TargetingListener::onPreResolve"
}
DEBUG 20:05:26 event Notified event "pimcore.targeting.pre_resolve" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener::onVisitorInfoResolve".
{
    "event": "pimcore.targeting.pre_resolve",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\DocumentTargetGroupListener::onVisitorInfoResolve"
}
DEBUG 20:05:26 event Notified event "pimcore.targeting.pre_resolve" to listener "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener::onTargetingPreResolve".
{
    "event": "pimcore.targeting.pre_resolve",
    "listener": "CustomerManagementFrameworkBundle\\Targeting\\EventListener\\ElementSegmentsListener::onTargetingPreResolve"
}
DEBUG 20:05:26 event Notified event "pimcore.targeting.pre_resolve" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onPreResolve".
{
    "event": "pimcore.targeting.pre_resolve",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\ToolbarListener::onPreResolve"
}
DEBUG 20:05:26 doctrine Executing query: SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
{
    "sql": "SELECT id FROM targeting_rules WHERE active = 1  ORDER BY `prio` ASC"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM targeting_rules WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_875 from cache
{
    "key": "object_875"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_860 from cache
{
    "key": "object_860"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 event Notified event "pimcore.targeting.post_resolve" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener::onPostResolveVisitorInfo".
{
    "event": "pimcore.targeting.post_resolve",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\VisitedPagesCountListener::onPostResolveVisitorInfo"
}
DEBUG 20:05:26 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Studio\DisableTargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Studio\\DisableTargetingListener::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "App\EventListener\UserSessionPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\EditmodeSubscriber::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiContextSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\ApiContextSubscriber::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 20:05:26 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
INFO 20:05:26 php User Deprecated: Since pimcore/pimcore 12.3: Usage of \Pimcore\Helper::Pimcore\Helper\ParameterBagHelper::getInt is deprecated. Use proper parameter validation instead in Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::handleVersion().
{
    "exception": {}
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key document_target_groups_1 from cache
{
    "key": "document_target_groups_1"
}
INFO 20:05:26 php User Deprecated: Since pimcore/pimcore 12.3: Usage of \Pimcore\Helper::Pimcore\Helper\ParameterBagHelper::getInt is deprecated. Use proper parameter validation instead in Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService::getRoutingPrefix().
{
    "exception": {}
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 20:05:26 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 20:05:26 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\ApplicationLogger\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\ApplicationLogger\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\CustomReport\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\CustomReport\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\Seo\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\Seo\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 20:05:26 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 20:05:26 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver::onKernelControllerArguments"
}
DEBUG 20:05:26 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 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT `id`, `name` FROM classes WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_390 from cache
{
    "key": "object_390"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_564 from cache
{
    "key": "object_564"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_389 from cache
{
    "key": "object_389"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CA WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CA WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_563 from cache
{
    "key": "object_563"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT PLUGIN_CMF_COLLECT_OBJECT_SEGMENT_ASSIGNMENTS(?) (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_390 from cache
{
    "key": "object_390"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT `id`, `name` FROM classes WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_695 from cache
{
    "key": "object_695"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_562 from cache
{
    "key": "object_562"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_1 from cache
{
    "key": "object_1"
}
DEBUG 20:05:26 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before".
{
    "event": "knp_pager.before",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SortableSubscriber::before"
}
DEBUG 20:05:26 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before".
{
    "event": "knp_pager.before",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\FiltrationSubscriber::before"
}
DEBUG 20:05:26 event Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before".
{
    "event": "knp_pager.before",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber::before"
}
DEBUG 20:05:26 pimcore.opensearch.default Request Body
[
    "{\"_source\":true,\"size\":22,\"from\":5588,\"query\":{\"bool\":{\"must\":{\"bool\":{\"must\":[]}},\"filter\":{\"bool\":{\"must\":[{\"term\":{\"system.active\":true}},{\"term\":{\"system.virtualProductActive\":true}},{\"term\":{\"system.parentCategoryIds\":\"390\"}},{\"term\":{\"type\":\"variant\"}}]}}}}}"
]
INFO 20:05:26 pimcore.opensearch.default Request Success:
{
    "method": "POST",
    "uri": "https://opensearch.go4d.ch:9200/pimcore-demo/_search?track_total_hits=true&rest_total_hits_as_int=true",
    "port": 9200,
    "headers": {
        "Host": [
            "opensearch.go4d.ch"
        ],
        "Content-Type": [
            "application/json"
        ],
        "Accept": [
            "application/json"
        ],
        "User-Agent": [
            "opensearch-php/2.3.1 (Linux 6.1.0-47-amd64; PHP 8.4.22)"
        ]
    },
    "HTTP code": 200,
    "duration": 0.111938
}
DEBUG 20:05:26 pimcore.opensearch.default Response
[
    {
        "took": 10,
        "timed_out": false,
        "_shards": {
            "total": 5,
            "successful": 5,
            "skipped": 0,
            "failed": 0
        },
        "hits": {
            "total": 99805,
            "max_score": 1,
            "hits": [
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63511",
                    "_score": 1,
                    "_routing": "136",
                    "_source": {
                        "system": {
                            "id": 63511,
                            "classId": "CAR",
                            "virtualProductId": 136,
                            "virtualProductActive": true,
                            "parentId": 136,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Audi R8378",
                            "manufacturer_name": "Mercedes-Benz",
                            "carClass": "sports car",
                            "color": [
                                "silver"
                            ],
                            "country": "DE",
                            "milage": 112997,
                            "length": 4290,
                            "width": 1750,
                            "wheelbase": 2410,
                            "weight": 1160,
                            "power": 77
                        },
                        "relations": {
                            "manufacturer": [
                                134
                            ],
                            "bodyStyle": [
                                137
                            ],
                            "segments": [
                                993,
                                963,
                                994
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 136
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63542",
                    "_score": 1,
                    "_routing": "187",
                    "_source": {
                        "system": {
                            "id": 63542,
                            "classId": "CAR",
                            "virtualProductId": 187,
                            "virtualProductActive": true,
                            "parentId": 187,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Porsche 911409",
                            "manufacturer_name": "Triumph",
                            "carClass": "sports car",
                            "color": [
                                "green"
                            ],
                            "country": "GB",
                            "milage": 97854,
                            "length": 3950,
                            "width": 1550,
                            "wheelbase": 2235,
                            "weight": 1130,
                            "power": 111.9
                        },
                        "relations": {
                            "manufacturer": [
                                185
                            ],
                            "bodyStyle": [
                                56
                            ],
                            "segments": [
                                1004,
                                963,
                                982
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 187
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63543",
                    "_score": 1,
                    "_routing": "187",
                    "_source": {
                        "system": {
                            "id": 63543,
                            "classId": "CAR",
                            "virtualProductId": 187,
                            "virtualProductActive": true,
                            "parentId": 187,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Mercedes SL410",
                            "manufacturer_name": "Triumph",
                            "carClass": "sports car",
                            "color": [
                                "red"
                            ],
                            "country": "GB",
                            "milage": 175731,
                            "length": 3950,
                            "width": 1550,
                            "wheelbase": 2235,
                            "weight": 1130,
                            "power": 111.9
                        },
                        "relations": {
                            "manufacturer": [
                                185
                            ],
                            "bodyStyle": [
                                56
                            ],
                            "segments": [
                                1004,
                                963,
                                982
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 187
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63577",
                    "_score": 1,
                    "_routing": "225",
                    "_source": {
                        "system": {
                            "id": 63577,
                            "classId": "CAR",
                            "virtualProductId": 225,
                            "virtualProductActive": true,
                            "parentId": 225,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Ford Mustang444",
                            "manufacturer_name": "VW",
                            "carClass": "sports car",
                            "color": [
                                "beige"
                            ],
                            "country": "DE",
                            "milage": 274559,
                            "length": 4200,
                            "width": 1640,
                            "wheelbase": 2430,
                            "weight": 822,
                            "power": 22
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                7
                            ],
                            "segments": [
                                1005,
                                963,
                                973
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 225
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63578",
                    "_score": 1,
                    "_routing": "225",
                    "_source": {
                        "system": {
                            "id": 63578,
                            "classId": "CAR",
                            "virtualProductId": 225,
                            "virtualProductActive": true,
                            "parentId": 225,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Jaguar XK150445",
                            "manufacturer_name": "VW",
                            "carClass": "sports car",
                            "color": [
                                "yellow"
                            ],
                            "country": "DE",
                            "milage": 243323,
                            "length": 4200,
                            "width": 1640,
                            "wheelbase": 2430,
                            "weight": 822,
                            "power": 22
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                7
                            ],
                            "segments": [
                                1005,
                                963,
                                973
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 225
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63579",
                    "_score": 1,
                    "_routing": "225",
                    "_source": {
                        "system": {
                            "id": 63579,
                            "classId": "CAR",
                            "virtualProductId": 225,
                            "virtualProductActive": true,
                            "parentId": 225,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "McLaren 720S446",
                            "manufacturer_name": "VW",
                            "carClass": "sports car",
                            "color": [
                                "red"
                            ],
                            "country": "DE",
                            "milage": 299255,
                            "length": 4200,
                            "width": 1640,
                            "wheelbase": 2430,
                            "weight": 822,
                            "power": 22
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                7
                            ],
                            "segments": [
                                1005,
                                963,
                                973
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 225
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63581",
                    "_score": 1,
                    "_routing": "225",
                    "_source": {
                        "system": {
                            "id": 63581,
                            "classId": "CAR",
                            "virtualProductId": 225,
                            "virtualProductActive": true,
                            "parentId": 225,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Ford Mustang448",
                            "manufacturer_name": "VW",
                            "carClass": "sports car",
                            "color": [
                                "silver"
                            ],
                            "country": "DE",
                            "milage": 141715,
                            "length": 4200,
                            "width": 1640,
                            "wheelbase": 2430,
                            "weight": 822,
                            "power": 22
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                7
                            ],
                            "segments": [
                                1005,
                                963,
                                973
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 225
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63582",
                    "_score": 1,
                    "_routing": "225",
                    "_source": {
                        "system": {
                            "id": 63582,
                            "classId": "CAR",
                            "virtualProductId": 225,
                            "virtualProductActive": true,
                            "parentId": 225,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "559"
                            ],
                            "parentCategoryIds": [
                                "559",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/559"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Maserati GranTurismo449",
                            "manufacturer_name": "VW",
                            "carClass": "sports car",
                            "color": [
                                "green"
                            ],
                            "country": "DE",
                            "milage": 206296,
                            "length": 4200,
                            "width": 1640,
                            "wheelbase": 2430,
                            "weight": 822,
                            "power": 22
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                56
                            ],
                            "segments": [
                                1005,
                                963,
                                982
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 225
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63584",
                    "_score": 1,
                    "_routing": "233",
                    "_source": {
                        "system": {
                            "id": 63584,
                            "classId": "CAR",
                            "virtualProductId": 233,
                            "virtualProductActive": true,
                            "parentId": 233,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "556"
                            ],
                            "parentCategoryIds": [
                                "556",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/556"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Mercedes SL451",
                            "manufacturer_name": "VW",
                            "carClass": "Light commercial vehicle",
                            "color": [
                                "orange",
                                "white"
                            ],
                            "country": "DE",
                            "milage": 268065,
                            "length": 4280,
                            "width": 1720,
                            "wheelbase": 2400,
                            "power": 18
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                234
                            ],
                            "segments": [
                                1005,
                                1007,
                                1008
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 233
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63585",
                    "_score": 1,
                    "_routing": "233",
                    "_source": {
                        "system": {
                            "id": 63585,
                            "classId": "CAR",
                            "virtualProductId": 233,
                            "virtualProductActive": true,
                            "parentId": 233,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "556"
                            ],
                            "parentCategoryIds": [
                                "556",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/556"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Audi R8452",
                            "manufacturer_name": "VW",
                            "carClass": "Light commercial vehicle",
                            "color": [
                                "red",
                                "white"
                            ],
                            "country": "DE",
                            "milage": 274518,
                            "length": 4280,
                            "width": 1720,
                            "wheelbase": 2400,
                            "power": 18
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                234
                            ],
                            "segments": [
                                1005,
                                1007,
                                1008
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 233
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63586",
                    "_score": 1,
                    "_routing": "233",
                    "_source": {
                        "system": {
                            "id": 63586,
                            "classId": "CAR",
                            "virtualProductId": 233,
                            "virtualProductActive": true,
                            "parentId": 233,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "556"
                            ],
                            "parentCategoryIds": [
                                "556",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/556"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Mercedes SL453",
                            "manufacturer_name": "VW",
                            "carClass": "Light commercial vehicle",
                            "color": [
                                "blue",
                                "white"
                            ],
                            "country": "DE",
                            "milage": 79242,
                            "length": 4280,
                            "width": 1720,
                            "wheelbase": 2400,
                            "power": 18
                        },
                        "relations": {
                            "manufacturer": [
                                206
                            ],
                            "bodyStyle": [
                                234
                            ],
                            "segments": [
                                1005,
                                1007,
                                1008
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 233
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63597",
                    "_score": 1,
                    "_routing": "251",
                    "_source": {
                        "system": {
                            "id": 63597,
                            "classId": "CAR",
                            "virtualProductId": 251,
                            "virtualProductActive": true,
                            "parentId": 251,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "555"
                            ],
                            "parentCategoryIds": [
                                "555",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/555"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Ferrari 488464",
                            "manufacturer_name": "Ferrari",
                            "carClass": "Grand tourer",
                            "color": [
                                "red"
                            ],
                            "country": "IT",
                            "milage": 141158,
                            "length": 4407,
                            "width": 1753,
                            "wheelbase": 2600,
                            "weight": 1495,
                            "power": 186
                        },
                        "relations": {
                            "manufacturer": [
                                93
                            ],
                            "bodyStyle": [
                                96
                            ],
                            "segments": [
                                985,
                                1010,
                                986
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 251
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63598",
                    "_score": 1,
                    "_routing": "251",
                    "_source": {
                        "system": {
                            "id": 63598,
                            "classId": "CAR",
                            "virtualProductId": 251,
                            "virtualProductActive": true,
                            "parentId": 251,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "555"
                            ],
                            "parentCategoryIds": [
                                "555",
                                "545",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/545",
                                "/564/390/545/555"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Nissan GT-R465",
                            "manufacturer_name": "Ferrari",
                            "carClass": "Grand tourer",
                            "color": [
                                "blue"
                            ],
                            "country": "IT",
                            "milage": 228486,
                            "length": 4407,
                            "width": 1753,
                            "wheelbase": 2600,
                            "weight": 1495,
                            "power": 186
                        },
                        "relations": {
                            "manufacturer": [
                                93
                            ],
                            "bodyStyle": [
                                96
                            ],
                            "segments": [
                                985,
                                1010,
                                986
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 251
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63629",
                    "_score": 1,
                    "_routing": "284",
                    "_source": {
                        "system": {
                            "id": 63629,
                            "classId": "CAR",
                            "virtualProductId": 284,
                            "virtualProductActive": true,
                            "parentId": 284,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Dodge Charger496",
                            "manufacturer_name": "Jaguar",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "black"
                            ],
                            "country": "GB",
                            "milage": 191273,
                            "length": 5130,
                            "width": 1930,
                            "wheelbase": 2900,
                            "weight": 1890,
                            "power": 188
                        },
                        "relations": {
                            "manufacturer": [
                                4
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                961,
                                1011,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 284
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63630",
                    "_score": 1,
                    "_routing": "284",
                    "_source": {
                        "system": {
                            "id": 63630,
                            "classId": "CAR",
                            "virtualProductId": 284,
                            "virtualProductActive": true,
                            "parentId": 284,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Dodge Charger497",
                            "manufacturer_name": "Jaguar",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "blue"
                            ],
                            "country": "GB",
                            "milage": 180894,
                            "length": 5130,
                            "width": 1930,
                            "wheelbase": 2900,
                            "weight": 1890,
                            "power": 188
                        },
                        "relations": {
                            "manufacturer": [
                                4
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                961,
                                1011,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 284
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63631",
                    "_score": 1,
                    "_routing": "284",
                    "_source": {
                        "system": {
                            "id": 63631,
                            "classId": "CAR",
                            "virtualProductId": 284,
                            "virtualProductActive": true,
                            "parentId": 284,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Audi R8498",
                            "manufacturer_name": "Jaguar",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "red"
                            ],
                            "country": "GB",
                            "milage": 140302,
                            "length": 5130,
                            "width": 1930,
                            "wheelbase": 2900,
                            "weight": 1890,
                            "power": 188
                        },
                        "relations": {
                            "manufacturer": [
                                4
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                961,
                                1011,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 284
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63632",
                    "_score": 1,
                    "_routing": "17",
                    "_source": {
                        "system": {
                            "id": 63632,
                            "classId": "CAR",
                            "virtualProductId": 17,
                            "virtualProductActive": true,
                            "parentId": 17,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "557"
                            ],
                            "parentCategoryIds": [
                                "557",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/557"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Toyota Supra499",
                            "manufacturer_name": "Jaguar",
                            "carClass": "Mid-size luxury",
                            "color": [
                                "silver"
                            ],
                            "country": "GB",
                            "milage": 234197,
                            "length": 4591,
                            "width": 1695,
                            "wheelbase": 2727,
                            "weight": 1440,
                            "power": 90
                        },
                        "relations": {
                            "manufacturer": [
                                4
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                961,
                                974,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 17
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63678",
                    "_score": 1,
                    "_routing": "335",
                    "_source": {
                        "system": {
                            "id": 63678,
                            "classId": "CAR",
                            "virtualProductId": 335,
                            "virtualProductActive": true,
                            "parentId": 335,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Porsche 911545",
                            "manufacturer_name": "Mercedes-Benz",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "black"
                            ],
                            "country": "DE",
                            "milage": 58941,
                            "length": 4890,
                            "width": 1850,
                            "wheelbase": 2760,
                            "weight": 1320,
                            "power": 70
                        },
                        "relations": {
                            "manufacturer": [
                                134
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                993,
                                1011,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 335
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63679",
                    "_score": 1,
                    "_routing": "335",
                    "_source": {
                        "system": {
                            "id": 63679,
                            "classId": "CAR",
                            "virtualProductId": 335,
                            "virtualProductActive": true,
                            "parentId": 335,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Nissan GT-R546",
                            "manufacturer_name": "Mercedes-Benz",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "grey"
                            ],
                            "country": "DE",
                            "milage": 208656,
                            "length": 4890,
                            "width": 1850,
                            "wheelbase": 2760,
                            "weight": 1320,
                            "power": 70
                        },
                        "relations": {
                            "manufacturer": [
                                134
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                993,
                                1011,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 335
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63680",
                    "_score": 1,
                    "_routing": "335",
                    "_source": {
                        "system": {
                            "id": 63680,
                            "classId": "CAR",
                            "virtualProductId": 335,
                            "virtualProductActive": true,
                            "parentId": 335,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Ferrari 488547",
                            "manufacturer_name": "Mercedes-Benz",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "beige"
                            ],
                            "country": "DE",
                            "milage": 263611,
                            "length": 4890,
                            "width": 1850,
                            "wheelbase": 2760,
                            "weight": 1320,
                            "power": 70
                        },
                        "relations": {
                            "manufacturer": [
                                134
                            ],
                            "bodyStyle": [
                                42
                            ],
                            "segments": [
                                993,
                                1011,
                                968
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 335
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63682",
                    "_score": 1,
                    "_routing": "335",
                    "_source": {
                        "system": {
                            "id": 63682,
                            "classId": "CAR",
                            "virtualProductId": 335,
                            "virtualProductActive": true,
                            "parentId": 335,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "Maserati GranTurismo549",
                            "manufacturer_name": "Mercedes-Benz",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "white"
                            ],
                            "country": "DE",
                            "milage": 294645,
                            "length": 4890,
                            "width": 1850,
                            "wheelbase": 2760,
                            "weight": 1320,
                            "power": 70
                        },
                        "relations": {
                            "manufacturer": [
                                134
                            ],
                            "bodyStyle": [
                                7
                            ],
                            "segments": [
                                993,
                                1011,
                                973
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 335
                        }
                    }
                },
                {
                    "_index": "pimcore-demo-0",
                    "_id": "63683",
                    "_score": 1,
                    "_routing": "335",
                    "_source": {
                        "system": {
                            "id": 63683,
                            "classId": "CAR",
                            "virtualProductId": 335,
                            "virtualProductActive": true,
                            "parentId": 335,
                            "type": "variant",
                            "categoryIds": [
                                "390",
                                "553"
                            ],
                            "parentCategoryIds": [
                                "553",
                                "546",
                                "390",
                                "564"
                            ],
                            "categoryPaths": [
                                "/564",
                                "/564/390",
                                "/564/390/546",
                                "/564/390/546/553"
                            ],
                            "priceSystemName": "default",
                            "active": true,
                            "inProductList": true
                        },
                        "type": "variant",
                        "attributes": {
                            "tenant": "OpenSearch",
                            "name": "McLaren 720S550",
                            "manufacturer_name": "Mercedes-Benz",
                            "carClass": "Full-size luxury car",
                            "color": [
                                "red"
                            ],
                            "country": "DE",
                            "milage": 247447,
                            "length": 4890,
                            "width": 1850,
                            "wheelbase": 2760,
                            "weight": 1320,
                            "power": 70
                        },
                        "relations": {
                            "manufacturer": [
                                134
                            ],
                            "bodyStyle": [
                                7
                            ],
                            "segments": [
                                993,
                                1011,
                                973
                            ]
                        },
                        "parentchildrelation": {
                            "name": "variant",
                            "parent": 335
                        }
                    }
                }
            ]
        }
    }
]
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ORM\\QueryBuilderSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\MongoDB\\QueryBuilderSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\PHPCR\\QueryBuilderSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\DBALQueryBuilderSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\Doctrine\\ORM\\QuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\Doctrine\\ODM\\MongoDB\\QuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\ElasticaQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\PropelQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\SolariumQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Sortable\\ArraySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\Doctrine\\ORM\\QuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Filtration\\PropelQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Callback\\CallbackSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ORM\\QuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\MongoDB\\QuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\ODM\\PHPCR\\QuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\Doctrine\\CollectionSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PropelQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\SolariumQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\ElasticaQuerySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\ArraySubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.items" to listener "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items".
{
    "event": "knp_pager.items",
    "listener": "Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber::items"
}
DEBUG 20:05:26 event Listener "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items" stopped propagation of the event "knp_pager.items".
{
    "event": "knp_pager.items",
    "listener": "Pimcore\\Model\\Paginator\\EventSubscriber\\PaginateListingSubscriber::items"
}
DEBUG 20:05:26 event Notified event "knp_pager.pagination" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination".
{
    "event": "knp_pager.pagination",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::pagination"
}
DEBUG 20:05:26 event Listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination" stopped propagation of the event "knp_pager.pagination".
{
    "event": "knp_pager.pagination",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::pagination"
}
DEBUG 20:05:26 event Listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination" was not called for event "knp_pager.pagination".
{
    "event": "knp_pager.pagination",
    "listener": "Knp\\Component\\Pager\\Event\\Subscriber\\Paginate\\PaginationSubscriber::pagination"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key document_3 from cache
{
    "key": "document_3"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key nav_33f722f5a981de05404856ca38cd1340 from cache
{
    "key": "nav_33f722f5a981de05404856ca38cd1340"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key sites_path_mapping from cache
{
    "key": "sites_path_mapping"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key site_id_5 from cache
{
    "key": "site_id_5"
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key studio_backend_user_permissions from cache
{
    "key": "studio_backend_user_permissions"
}
DEBUG 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 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 20:05:26 doctrine Executing query: SELECT * FROM translations_messages LIMIT 1;
{
    "sql": "SELECT * FROM translations_messages LIMIT 1;"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key translation_data_1d19e47125946f5a6366d64de93b5d4f from cache
{
    "key": "translation_data_1d19e47125946f5a6366d64de93b5d4f"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM translations_messages LIMIT 1;
{
    "sql": "SELECT * FROM translations_messages LIMIT 1;"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea from cache
{
    "key": "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT sourceId FROM documents_translations WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM documents_page WHERE prettyUrl = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key nav_d74f487a3074b19f20c1eac992827746 from cache
{
    "key": "nav_d74f487a3074b19f20c1eac992827746"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 pimcore.opensearch.default Request Body
[
    "{\"_source\":false,\"size\":0,\"from\":5588,\"aggs\":{\"system.parentCategoryIds\":{\"terms\":{\"field\":\"system.parentCategoryIds\",\"size\":2147483647,\"order\":{\"_key\":\"asc\"}}},\"relations.manufacturer\":{\"filter\":{\"bool\":{\"must\":[{\"term\":{\"system.parentCategoryIds\":\"390\"}}]}},\"aggs\":{\"relations.manufacturer\":{\"terms\":{\"field\":\"relations.manufacturer\",\"size\":2147483647,\"order\":{\"_key\":\"asc\"}}}}},\"attributes.color\":{\"filter\":{\"bool\":{\"must\":[{\"term\":{\"system.parentCategoryIds\":\"390\"}}]}},\"aggs\":{\"attributes.color\":{\"terms\":{\"field\":\"attributes.color\",\"size\":2147483647,\"order\":{\"_key\":\"asc\"}}}}},\"attributes.carClass\":{\"filter\":{\"bool\":{\"must\":[{\"term\":{\"system.parentCategoryIds\":\"390\"}}]}},\"aggs\":{\"attributes.carClass\":{\"terms\":{\"field\":\"attributes.carClass\",\"size\":2147483647,\"order\":{\"_key\":\"asc\"}}}}}},\"query\":{\"bool\":{\"must\":{\"bool\":{\"must\":[]}},\"filter\":{\"bool\":{\"must\":[{\"term\":{\"system.active\":true}},{\"term\":{\"system.virtualProductActive\":true}},{\"term\":{\"type\":\"variant\"}}]}}}}}"
]
INFO 20:05:26 pimcore.opensearch.default Request Success:
{
    "method": "POST",
    "uri": "https://opensearch.go4d.ch:9200/pimcore-demo/_search",
    "port": 9200,
    "headers": {
        "Host": [
            "opensearch.go4d.ch"
        ],
        "Content-Type": [
            "application/json"
        ],
        "Accept": [
            "application/json"
        ],
        "User-Agent": [
            "opensearch-php/2.3.1 (Linux 6.1.0-47-amd64; PHP 8.4.22)"
        ]
    },
    "HTTP code": 200,
    "duration": 0.019609
}
DEBUG 20:05:26 pimcore.opensearch.default Response
[
    {
        "took": 17,
        "timed_out": false,
        "_shards": {
            "total": 5,
            "successful": 5,
            "skipped": 0,
            "failed": 0
        },
        "hits": {
            "total": {
                "value": 10000,
                "relation": "gte"
            },
            "max_score": null,
            "hits": []
        },
        "aggregations": {
            "attributes.color": {
                "doc_count": 99805,
                "attributes.color": {
                    "doc_count_error_upper_bound": 0,
                    "sum_other_doc_count": 0,
                    "buckets": [
                        {
                            "key": "beige",
                            "doc_count": 5177
                        },
                        {
                            "key": "black",
                            "doc_count": 14055
                        },
                        {
                            "key": "blue",
                            "doc_count": 17856
                        },
                        {
                            "key": "brown",
                            "doc_count": 598
                        },
                        {
                            "key": "green",
                            "doc_count": 9341
                        },
                        {
                            "key": "grey",
                            "doc_count": 2774
                        },
                        {
                            "key": "orange",
                            "doc_count": 1782
                        },
                        {
                            "key": "red",
                            "doc_count": 24547
                        },
                        {
                            "key": "silver",
                            "doc_count": 5779
                        },
                        {
                            "key": "white",
                            "doc_count": 20876
                        },
                        {
                            "key": "yellow",
                            "doc_count": 5917
                        }
                    ]
                }
            },
            "attributes.carClass": {
                "doc_count": 99805,
                "attributes.carClass": {
                    "doc_count_error_upper_bound": 0,
                    "sum_other_doc_count": 0,
                    "buckets": [
                        {
                            "key": "City Car",
                            "doc_count": 4008
                        },
                        {
                            "key": "Economy car",
                            "doc_count": 14596
                        },
                        {
                            "key": "Executive car",
                            "doc_count": 5078
                        },
                        {
                            "key": "Family car",
                            "doc_count": 2399
                        },
                        {
                            "key": "Full-Size",
                            "doc_count": 6580
                        },
                        {
                            "key": "Full-size luxury car",
                            "doc_count": 9448
                        },
                        {
                            "key": "Grand tourer",
                            "doc_count": 9089
                        },
                        {
                            "key": "Light commercial vehicle",
                            "doc_count": 1768
                        },
                        {
                            "key": "Mid-size luxury",
                            "doc_count": 4754
                        },
                        {
                            "key": "Muscle Car",
                            "doc_count": 3576
                        },
                        {
                            "key": "Personal luxury car",
                            "doc_count": 5325
                        },
                        {
                            "key": "sports car",
                            "doc_count": 33184
                        }
                    ]
                }
            },
            "relations.manufacturer": {
                "doc_count": 99805,
                "relations.manufacturer": {
                    "doc_count_error_upper_bound": 0,
                    "sum_other_doc_count": 0,
                    "buckets": [
                        {
                            "key": 4,
                            "doc_count": 11253
                        },
                        {
                            "key": 28,
                            "doc_count": 8687
                        },
                        {
                            "key": 35,
                            "doc_count": 1721
                        },
                        {
                            "key": 39,
                            "doc_count": 1201
                        },
                        {
                            "key": 45,
                            "doc_count": 3012
                        },
                        {
                            "key": 59,
                            "doc_count": 4186
                        },
                        {
                            "key": 71,
                            "doc_count": 2405
                        },
                        {
                            "key": 80,
                            "doc_count": 597
                        },
                        {
                            "key": 83,
                            "doc_count": 2988
                        },
                        {
                            "key": 93,
                            "doc_count": 2372
                        },
                        {
                            "key": 100,
                            "doc_count": 2387
                        },
                        {
                            "key": 106,
                            "doc_count": 5368
                        },
                        {
                            "key": 121,
                            "doc_count": 1788
                        },
                        {
                            "key": 127,
                            "doc_count": 1193
                        },
                        {
                            "key": 134,
                            "doc_count": 13991
                        },
                        {
                            "key": 145,
                            "doc_count": 1791
                        },
                        {
                            "key": 153,
                            "doc_count": 1195
                        },
                        {
                            "key": 158,
                            "doc_count": 1195
                        },
                        {
                            "key": 163,
                            "doc_count": 597
                        },
                        {
                            "key": 167,
                            "doc_count": 6433
                        },
                        {
                            "key": 176,
                            "doc_count": 596
                        },
                        {
                            "key": 181,
                            "doc_count": 596
                        },
                        {
                            "key": 185,
                            "doc_count": 4159
                        },
                        {
                            "key": 206,
                            "doc_count": 9445
                        },
                        {
                            "key": 240,
                            "doc_count": 2942
                        },
                        {
                            "key": 300,
                            "doc_count": 5548
                        },
                        {
                            "key": 355,
                            "doc_count": 1621
                        }
                    ]
                }
            },
            "system.parentCategoryIds": {
                "doc_count_error_upper_bound": 0,
                "sum_other_doc_count": 0,
                "buckets": [
                    {
                        "key": 390,
                        "doc_count": 99805
                    },
                    {
                        "key": 392,
                        "doc_count": 23
                    },
                    {
                        "key": 393,
                        "doc_count": 10
                    },
                    {
                        "key": 394,
                        "doc_count": 5
                    },
                    {
                        "key": 395,
                        "doc_count": 2
                    },
                    {
                        "key": 396,
                        "doc_count": 3
                    },
                    {
                        "key": 397,
                        "doc_count": 7
                    },
                    {
                        "key": 399,
                        "doc_count": 3
                    },
                    {
                        "key": 407,
                        "doc_count": 1
                    },
                    {
                        "key": 409,
                        "doc_count": 2
                    },
                    {
                        "key": 545,
                        "doc_count": 45311
                    },
                    {
                        "key": 546,
                        "doc_count": 31185
                    },
                    {
                        "key": 547,
                        "doc_count": 21003
                    },
                    {
                        "key": 548,
                        "doc_count": 8026
                    },
                    {
                        "key": 550,
                        "doc_count": 5078
                    },
                    {
                        "key": 551,
                        "doc_count": 7727
                    },
                    {
                        "key": 552,
                        "doc_count": 6580
                    },
                    {
                        "key": 553,
                        "doc_count": 9448
                    },
                    {
                        "key": 555,
                        "doc_count": 11735
                    },
                    {
                        "key": 556,
                        "doc_count": 1768
                    },
                    {
                        "key": 557,
                        "doc_count": 4754
                    },
                    {
                        "key": 558,
                        "doc_count": 5376
                    },
                    {
                        "key": 559,
                        "doc_count": 32646
                    },
                    {
                        "key": 560,
                        "doc_count": 5325
                    },
                    {
                        "key": 561,
                        "doc_count": 15791
                    },
                    {
                        "key": 564,
                        "doc_count": 99828
                    },
                    {
                        "key": 873,
                        "doc_count": 2349
                    }
                ]
            }
        }
    }
]
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_EF_FD WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_556 from cache
{
    "key": "object_556"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_547 from cache
{
    "key": "object_547"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_546 from cache
{
    "key": "object_546"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_545 from cache
{
    "key": "object_545"
}
INFO 20:05:26 pimcore Load Objects...
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_4 from cache
{
    "key": "object_4"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_28 from cache
{
    "key": "object_28"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_35 from cache
{
    "key": "object_35"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_39 from cache
{
    "key": "object_39"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_45 from cache
{
    "key": "object_45"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_59 from cache
{
    "key": "object_59"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_71 from cache
{
    "key": "object_71"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_80 from cache
{
    "key": "object_80"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_83 from cache
{
    "key": "object_83"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_93 from cache
{
    "key": "object_93"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_100 from cache
{
    "key": "object_100"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_106 from cache
{
    "key": "object_106"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_121 from cache
{
    "key": "object_121"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_127 from cache
{
    "key": "object_127"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_134 from cache
{
    "key": "object_134"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_145 from cache
{
    "key": "object_145"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_153 from cache
{
    "key": "object_153"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_158 from cache
{
    "key": "object_158"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_163 from cache
{
    "key": "object_163"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_167 from cache
{
    "key": "object_167"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_176 from cache
{
    "key": "object_176"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_181 from cache
{
    "key": "object_181"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_185 from cache
{
    "key": "object_185"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_206 from cache
{
    "key": "object_206"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_240 from cache
{
    "key": "object_240"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_300 from cache
{
    "key": "object_300"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_355 from cache
{
    "key": "object_355"
}
INFO 20:05:26 pimcore done.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT `id`, `name` FROM classes WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63511 from cache
{
    "key": "object_63511"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63511'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63511'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_136 from cache
{
    "key": "object_136"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_559 from cache
{
    "key": "object_559"
}
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key imagick_format_avif from cache
{
    "key": "imagick_format_avif"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key imagick_format_webp from cache
{
    "key": "imagick_format_webp"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT `id`, `name` FROM classes WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key system_resource_columns_ecommerceframework_pricing_rule from cache
{
    "key": "system_resource_columns_ecommerceframework_pricing_rule"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id=9
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id=9"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id=10
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id=10"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id=8
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id=8"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT `id`, `name` FROM classes WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_438 from cache
{
    "key": "object_438"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id=6
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id=6"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM ecommerceframework_pricing_rule WHERE id=7
{
    "sql": "SELECT * FROM ecommerceframework_pricing_rule WHERE id=7"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_399 from cache
{
    "key": "object_399"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_873 from cache
{
    "key": "object_873"
}
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_135 from cache
{
    "key": "object_135"
}
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63511.
NOTICE 20:05:26 pimcore Getting original object 63511.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63542 from cache
{
    "key": "object_63542"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63542'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63542'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_187 from cache
{
    "key": "object_187"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_186 from cache
{
    "key": "object_186"
}
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63542.
NOTICE 20:05:26 pimcore Getting original object 63542.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63543 from cache
{
    "key": "object_63543"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63543'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63543'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63543.
NOTICE 20:05:26 pimcore Getting original object 63543.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63577 from cache
{
    "key": "object_63577"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63577'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63577'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_226 from cache
{
    "key": "object_226"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_225 from cache
{
    "key": "object_225"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_207 from cache
{
    "key": "object_207"
}
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63577.
NOTICE 20:05:26 pimcore Getting original object 63577.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63578 from cache
{
    "key": "object_63578"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63578'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63578'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63578.
NOTICE 20:05:26 pimcore Getting original object 63578.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63579 from cache
{
    "key": "object_63579"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63579'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63579'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63579.
NOTICE 20:05:26 pimcore Getting original object 63579.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63581 from cache
{
    "key": "object_63581"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63581'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63581'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63581.
NOTICE 20:05:26 pimcore Getting original object 63581.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63582 from cache
{
    "key": "object_63582"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63582'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63582'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_230 from cache
{
    "key": "object_230"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63582.
NOTICE 20:05:26 pimcore Getting original object 63582.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63584 from cache
{
    "key": "object_63584"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63584'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63584'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_233 from cache
{
    "key": "object_233"
}
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63584.
NOTICE 20:05:26 pimcore Getting original object 63584.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63585 from cache
{
    "key": "object_63585"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63585'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63585'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
DEBUG 20:05:26 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})

                            
WARNING 20:05:26 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63585.
NOTICE 20:05:26 pimcore Getting original object 63585.
WARNING 20:05:26 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 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})

                            
DEBUG 20:05:26 cache Successfully got data for key object_63586 from cache
{
    "key": "object_63586"
}
DEBUG 20:05:26 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63586'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63586'"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:26 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
WARNING 20:05:26 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
DEBUG 20:05:26 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:26 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:26 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
WARNING 20:05:26 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
WARNING 20:05:26 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:26 pimcore Getting original object 63586.
DEBUG 20:05:26 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63586.
NOTICE 20:05:27 pimcore Getting original object 63586.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63597 from cache
{
    "key": "object_63597"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63597'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63597'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_251 from cache
{
    "key": "object_251"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_555 from cache
{
    "key": "object_555"
}
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_94 from cache
{
    "key": "object_94"
}
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63597.
NOTICE 20:05:27 pimcore Getting original object 63597.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63598 from cache
{
    "key": "object_63598"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63598'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63598'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63598.
NOTICE 20:05:27 pimcore Getting original object 63598.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63629 from cache
{
    "key": "object_63629"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63629'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63629'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_284 from cache
{
    "key": "object_284"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_553 from cache
{
    "key": "object_553"
}
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_8 from cache
{
    "key": "object_8"
}
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63629.
NOTICE 20:05:27 pimcore Getting original object 63629.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63630 from cache
{
    "key": "object_63630"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63630'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63630'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63630.
NOTICE 20:05:27 pimcore Getting original object 63630.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63631 from cache
{
    "key": "object_63631"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63631'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63631'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63631.
NOTICE 20:05:27 pimcore Getting original object 63631.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63632 from cache
{
    "key": "object_63632"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63632'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63632'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_17 from cache
{
    "key": "object_17"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_557 from cache
{
    "key": "object_557"
}
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63632.
NOTICE 20:05:27 pimcore Getting original object 63632.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63678 from cache
{
    "key": "object_63678"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63678'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63678'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_336 from cache
{
    "key": "object_336"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_335 from cache
{
    "key": "object_335"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63678.
NOTICE 20:05:27 pimcore Getting original object 63678.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63679 from cache
{
    "key": "object_63679"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63679'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63679'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63679.
NOTICE 20:05:27 pimcore Getting original object 63679.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63680 from cache
{
    "key": "object_63680"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63680'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63680'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63680.
NOTICE 20:05:27 pimcore Getting original object 63680.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63682 from cache
{
    "key": "object_63682"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63682'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63682'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_340 from cache
{
    "key": "object_340"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63682.
NOTICE 20:05:27 pimcore Getting original object 63682.
WARNING 20:05:27 pimcore Method getUrlSlug not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key object_63683 from cache
{
    "key": "object_63683"
}
DEBUG 20:05:27 doctrine Executing query: SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63683'
{
    "sql": "SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '63683'"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM object_relations_CAR WHERE src_id = ? (parameters: {params}, types: {types})

                            
WARNING 20:05:27 pimcore Method getMainCategory not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
WARNING 20:05:27 pimcore Method mainImage not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
DEBUG 20:05:27 doctrine Executing statement: SELECT customSettings FROM assets WHERE id = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM assets_image_thumbnail_cache WHERE cid = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
DEBUG 20:05:27 event Notified event "pimcore.asset.preGetMetadata" to listener "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener::preGetMetadata".
{
    "event": "pimcore.asset.preGetMetadata",
    "listener": "Pimcore\\AssetMetadataClassDefinitionsBundle\\EventListener\\MainListener::preGetMetadata"
}
WARNING 20:05:27 pimcore Method getOSName not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
WARNING 20:05:27 pimcore Method saleInformation not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
WARNING 20:05:27 pimcore Method oSPriceInfo not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
DEBUG 20:05:27 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})

                            
WARNING 20:05:27 pimcore Method oSPrice not in Mockup implemented, delegating to object with id 63683.
NOTICE 20:05:27 pimcore Getting original object 63683.
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_12 from cache
{
    "key": "document_12"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Key document_target_groups_12 doesn't exist in cache
{
    "key": "document_target_groups_12"
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM documents_editables WHERE documentId = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_properties_12 from cache
{
    "key": "document_properties_12"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\EditmodeSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\Csp\CspHeaderSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\Csp\\CspHeaderSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "closure".
{
    "event": "kernel.response",
    "listener": "closure"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 20:05:27 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 20:05:27 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
CRITICAL 20:05:27 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/var/cache/dev/profiler/2a/53/34532a): Failed to open stream: No such file or directory" at FileProfilerStorage.php line 170
{
    "exception": {}
}
DEBUG 20:05:27 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Studio\DisableTargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Studio\\DisableTargetingListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "App\EventListener\UserSessionPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\EditmodeSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiContextSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\ApiContextSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 20:05:27 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\ApplicationLogger\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\ApplicationLogger\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\CustomReport\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\CustomReport\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\Seo\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\Seo\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver::onKernelControllerArguments"
}
DEBUG 20:05:27 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 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_74 from cache
{
    "key": "document_74"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_97 from cache
{
    "key": "document_97"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_99 from cache
{
    "key": "document_99"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_100 from cache
{
    "key": "document_100"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_101 from cache
{
    "key": "document_101"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_102 from cache
{
    "key": "document_102"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_103 from cache
{
    "key": "document_103"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_104 from cache
{
    "key": "document_104"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_48 from cache
{
    "key": "document_48"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_52 from cache
{
    "key": "document_52"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_112 from cache
{
    "key": "document_112"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_49 from cache
{
    "key": "document_49"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_113 from cache
{
    "key": "document_113"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_39 from cache
{
    "key": "document_39"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_50 from cache
{
    "key": "document_50"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_38 from cache
{
    "key": "document_38"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_51 from cache
{
    "key": "document_51"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_95 from cache
{
    "key": "document_95"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_110 from cache
{
    "key": "document_110"
}
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 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})

                            
DEBUG 20:05:27 cache Successfully got data for key document_88 from cache
{
    "key": "document_88"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\EditmodeSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\Csp\CspHeaderSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\Csp\\CspHeaderSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\GenericDataIndexBundle\\EventSubscriber\\DebugSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "closure".
{
    "event": "kernel.response",
    "listener": "closure"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 20:05:27 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 20:05:27 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 20:05:27 doctrine Executing statement: SELECT * FROM settings_store WHERE id = ? AND scope = ? (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC (parameters: {params}, types: {types})

                            
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\SeoBundle\\EventListener\\RoutingListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\CorsSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\CorsSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSessionBagListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\SessionBagListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\TimezoneSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Studio\DisableTargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PersonalizationBundle\\Targeting\\EventListener\\Studio\\DisableTargetingListener::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "App\EventListener\UserSessionPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\UserSessionPerspectiveListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioUiBundle\EventSubscriber\EditmodeSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioUiBundle\\EventSubscriber\\EditmodeSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\StudioBackendBundle\EventSubscriber\ApiContextSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\EventSubscriber\\ApiContextSubscriber::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 20:05:27 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 20:05:27 init Resolved editmode to false
{
    "editmode": "false",
    "params": {
        "param": false,
        "adminRequest": false,
        "user": false
    }
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 20:05:27 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 20:05:27 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\ApplicationLogger\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\ApplicationLogger\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\CustomReport\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\CustomReport\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\StudioBackendBundle\Bundle\Seo\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\StudioBackendBundle\\Bundle\\Seo\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StudioContextPermissionsSubscriber::addContextPermissions".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\StudioContextPermissionsSubscriber::addContextPermissions"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 20:05:27 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
DEBUG 20:05:27 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 20:05:27 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 20:05:27 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 20:05:27 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver::onKernelControllerArguments"
}
DEBUG 20:05:27 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/vhosts/go4d.ch/utilis.go4d.ch/releases/72/var/cache/dev/profiler/2a/53/34532a): Failed to open stream: No such file or directory

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:170
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write()
     (vendor/symfony/http-kernel/Profiler/Profiler.php:97)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:129)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:206)
  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:126)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:114)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (vendor/symfony/http-kernel/Kernel.php:147)
  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:32)
  at require_once('/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/autoload_runtime.php')
     (public/index.php:20)                
Symfony\Component\VarDumper\Cloner\Data objects are immutable. (500 Internal Server Error)

Symfony Exception

BadMethodCallException

HTTP 500 Internal Server Error

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

Exception

BadMethodCallException

  1. return $this->__get($key);
  2. }
  3. public function offsetSet(mixed $key, mixed $value): void
  4. {
  5. throw new \BadMethodCallException(self::class.' objects are immutable.');
  6. }
  7. public function offsetUnset(mixed $key): void
  8. {
  9. throw new \BadMethodCallException(self::class.' objects are immutable.');
  1. /**
  2. * @see TraceableEventDispatcher
  3. */
  4. public function setCalledListeners(array $listeners, ?string $dispatcher = null): void
  5. {
  6. $this->data[$dispatcher ?? $this->defaultDispatcher]['called_listeners'] = $listeners;
  7. }
  8. /**
  9. * @see TraceableEventDispatcher
  10. */
  1. foreach ($this->dispatchers as $name => $dispatcher) {
  2. if (!$dispatcher instanceof TraceableEventDispatcher) {
  3. continue;
  4. }
  5. $this->setCalledListeners($dispatcher->getCalledListeners($this->currentRequest), $name);
  6. $this->setNotCalledListeners($dispatcher->getNotCalledListeners($this->currentRequest), $name);
  7. $this->setOrphanedEvents($dispatcher->getOrphanedEvents($this->currentRequest), $name);
  8. }
  9. $this->data = $this->cloneVar($this->data);
  1. public function saveProfile(Profile $profile): bool
  2. {
  3. // late collect
  4. foreach ($profile->getCollectors() as $collector) {
  5. if ($collector instanceof LateDataCollectorInterface) {
  6. $collector->lateCollect();
  7. }
  8. }
  9. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  10. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  1. }
  2. }
  3. // save profiles
  4. foreach ($this->profiles as $request) {
  5. $this->profiler->saveProfile($this->profiles[$request]);
  6. }
  7. $this->profiles = new \SplObjectStorage();
  8. $this->parents = new \SplObjectStorage();
  9. }
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. public function terminate(Request $request, Response $response): void
  2. {
  3. try {
  4. $this->terminating = true;
  5. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  6. } finally {
  7. $this->terminating = false;
  8. }
  9. }
  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/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/error-handler/ErrorHandler.php :: {closure:Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure():78} (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/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/var-dumper/Cloner/Data.php:152
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:91)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:73)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/Profiler/Profiler.php:93)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:129)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/event-dispatcher/EventDispatcher.php:206)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/HttpKernel.php:114)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/HttpKernel.php:144)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::{closure:Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure():78}()
     (/var/www/vhosts/go4d.ch/utilis.go4d.ch/releases/72/vendor/symfony/error-handler/ErrorHandler.php:538)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException()