| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#396
-records: [
14 => [
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.300+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.300+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.300+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.300+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.300+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.300+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.302+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://vhost03.bugfixservice.de/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#499
#message: "No route found for "GET https://vhost03.bugfixservice.de/robots.txt""
#code: 0
#file: "/var/www/vhost03/webshop/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#97 …}
-statusCode: 404
-headers: []
trace: {
/var/www/vhost03/webshop/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhost03/webshop/public/index.php:30 {
{closure} …
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
/var/www/vhost03/webshop/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/vhost03/webshop/vendor/autoload_runtime.php:27 {
require …
›
› $app = $app(...$args);
›
}
/var/www/vhost03/webshop/config/bootstrap.php:5 {
require …
›
› require dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhost03/webshop/vendor/autoload_runtime.php"
}
}
/var/www/vhost03/webshop/public/index.php:7 {
›
› require dirname(__DIR__).'/config/bootstrap.php';
›
arguments: {
"/var/www/vhost03/webshop/config/bootstrap.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\RequestListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.875+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
464 => [
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.308+00:00"
"message" => "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#675
#message: "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
#code: 0
#file: "/var/www/vhost03/webshop/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhost03/webshop/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:54 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
›
› Deprecation::trigger(
› 'doctrine/dbal',
}
/var/www/vhost03/webshop/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
› {
› return $this->wrappedDriver->getDatabasePlatform($versionProvider);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/dbal/src/Connection.php:196 {
Doctrine\DBAL\Connection->getDatabasePlatform(): AbstractPlatform …
›
› $this->platform = $this->driver->getDatabasePlatform($versionProvider);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:740 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/var/www/vhost03/webshop/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:558 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
› $fieldName = $class->identifier ? $class->getSingleIdentifierFieldName() : null;
› $platform = $this->getTargetPlatform();
›
}
/var/www/vhost03/webshop/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:178 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/vhost03/webshop/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/vhost03/webshop/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/vhost03/webshop/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/vhost03/webshop/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, true);
› }
}
/var/www/vhost03/webshop/vendor/doctrine/orm/src/EntityManager.php:499 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/vhost03/webshop/src/EventListener/RequestListener.php:107 {
App\EventListener\RequestListener->onKernelRequest(RequestEvent $event): void …
› $locale = $request->getLocale();
› $language = $this->entityManager->getRepository(Language::class)->findOneByLocale($locale);
›
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhost03/webshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhost03/webshop/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhost03/webshop/public/index.php:30 {
{closure} …
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
/var/www/vhost03/webshop/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/vhost03/webshop/vendor/autoload_runtime.php:27 {
require …
›
› $app = $app(...$args);
›
}
/var/www/vhost03/webshop/config/bootstrap.php:5 {
require …
›
› require dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhost03/webshop/vendor/autoload_runtime.php"
}
}
/var/www/vhost03/webshop/public/index.php:7 {
›
› require dirname(__DIR__).'/config/bootstrap.php';
›
arguments: {
"/var/www/vhost03/webshop/config/bootstrap.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.313+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8mb4"
"use_savepoints" => true
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "root"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "mariadb-10.5.23"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_unicode_ci"
]
"dbname" => "schoepker_web_shop"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.314+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.locale AS locale_3, o0_.erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_.locale LIKE ?"
"params" => [
1 => "de"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.315+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.locale AS locale_3, o0_.erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_.locale LIKE ?"
"params" => [
1 => "de"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.318+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.configuration AS configuration_2, o0_.value AS value_3, o0_.is_editable AS is_editable_4, o0_.modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_.name = ?"
"params" => [
1 => "open-site"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.319+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.configuration AS configuration_2, o0_.value AS value_3, o0_.is_editable AS is_editable_4, o0_.modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_.name = ?"
"params" => [
1 => "view-content-coworker"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.320+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.configuration AS configuration_2, o0_.value AS value_3, o0_.is_editable AS is_editable_4, o0_.modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_.name = ?"
"params" => [
1 => "create-offer"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.325+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.path AS path_1, o0_.level AS level_2, o0_.number AS number_3, o0_.name AS name_4, o0_.description AS description_5, o0_.display_as_catalogue AS display_as_catalogue_6, o0_.display_as_list AS display_as_list_7, o0_.display_as_table AS display_as_table_8, o0_.article_count AS article_count_9, o0_.recursive_article_count AS recursive_article_count_10, o0_.children_have_articles AS children_have_articles_11, o0_.shopping_cart_popup AS shopping_cart_popup_12, o0_.message_shopping_cart_popup AS message_shopping_cart_popup_13, o0_.erp_id AS erp_id_14, o1_.id AS id_15, o1_.type AS type_16, o1_.value AS value_17, o2_.id AS id_18, o2_.file AS file_19, o2_.hash AS hash_20, o2_.size AS size_21, o2_.width AS width_22, o2_.height AS height_23, o2_.type AS type_24, o2_.mime_type AS mime_type_25, o2_.erp_id AS erp_id_26, o0_.parent_id AS parent_id_27, o1_.web_group_id AS web_group_id_28, o1_.language_id AS language_id_29 FROM oc_web_groups o0_ LEFT JOIN oc_web_group_translations o1_ ON o0_.id = o1_.web_group_id LEFT JOIN oc_web_group_media o3_ ON o0_.id = o3_.web_group_id LEFT JOIN oc_media o2_ ON o2_.id = o3_.media_id WHERE o0_.parent_id IS NULL AND (o0_.article_count > 0 OR o0_.children_have_articles = 1) ORDER BY o0_.number ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.335+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 333
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.337+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 340
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.337+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 340
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.338+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 341
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.339+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 341
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.340+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 342
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.340+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 342
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.341+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 334
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.342+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 334
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.342+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 335
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.343+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 335
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.344+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 336
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.344+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 336
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.345+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 337
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.346+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 337
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.346+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 338
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.347+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 338
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.348+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 339
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.348+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 339
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.349+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 343
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.349+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 343
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.350+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 344
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.351+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 344
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.352+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 345
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.352+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 345
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.353+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 346
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.353+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 346
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.354+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 347
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.355+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 347
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.356+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 348
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.356+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 348
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.357+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 349
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.358+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 349
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.358+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 350
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.359+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 350
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.360+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 351
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.360+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 351
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.361+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 352
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.362+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 352
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.362+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 353
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.363+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 353
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.364+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 354
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.364+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 354
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.365+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 355
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.365+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 355
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.366+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 356
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.367+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 357
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.368+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 357
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.369+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 358
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.370+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 358
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.371+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 359
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.371+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 359
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.372+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 360
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.372+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 360
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.373+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 361
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.374+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 361
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.374+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 362
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.375+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 362
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.376+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 363
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.376+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 363
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.377+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 364
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.378+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 364
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.378+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 365
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.379+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 365
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.380+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 366
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.381+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 366
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.382+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 367
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.382+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 367
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.383+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 368
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.384+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 368
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.385+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 369
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.386+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 369
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.386+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 370
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.387+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 370
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.388+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 371
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.389+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 371
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.390+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 372
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.390+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 372
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.391+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 373
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.392+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 373
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.393+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 374
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.393+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 374
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.394+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 375
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.395+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 375
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.396+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 376
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.397+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 376
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.397+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 377
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.398+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 377
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.399+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 378
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.400+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 378
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.401+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 379
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.401+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 379
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.402+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 380
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.403+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 380
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.404+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 381
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.404+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 381
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.405+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 382
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.406+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 382
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.407+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 383
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.408+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 383
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.408+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 384
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.409+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 384
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.409+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 385
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.410+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 385
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.411+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 386
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.412+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 386
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.412+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 387
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.413+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 387
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.414+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 388
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.414+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 388
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.415+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 389
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.416+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 389
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.417+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 390
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.418+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 390
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.418+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 391
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.419+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 391
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.420+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 392
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.421+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 392
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.421+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 393
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.422+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 393
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.423+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 394
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.424+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 394
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.424+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 395
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.425+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 395
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.426+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 396
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.427+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 397
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.428+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 397
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.429+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 398
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.430+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 398
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.431+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 399
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.432+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 399
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.432+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 400
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.433+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 400
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.434+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 401
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.434+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 401
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.435+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 402
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.436+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 402
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.436+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 403
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.437+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 403
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.438+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 404
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.438+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 404
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.439+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 405
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.439+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 405
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.440+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 406
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.441+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 406
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.442+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 407
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.443+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 407
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.443+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 408
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.444+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 408
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.445+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 409
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.445+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 409
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.446+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 410
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.447+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 410
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.448+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 411
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.449+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 411
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.449+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 412
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.450+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 412
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.451+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 413
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.452+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 413
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.452+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 414
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.453+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 414
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.453+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 415
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.454+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 415
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.455+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 416
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.455+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 416
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.456+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 417
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.456+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 417
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.457+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 418
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.458+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 418
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.458+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 419
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.459+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 419
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.461+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 420
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.462+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 420
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.463+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 421
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.463+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 421
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.464+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 422
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.465+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 422
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.466+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 423
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.467+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 423
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.468+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 424
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.468+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 424
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.469+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 425
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.470+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 425
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.471+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 426
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.472+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 426
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.473+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 427
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.474+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 427
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.475+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 428
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.475+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 428
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.477+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 429
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.479+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 429
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.479+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 430
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.480+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 430
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.481+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 431
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.482+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 431
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.483+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 432
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.484+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 432
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.485+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 433
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.486+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 433
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.487+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 434
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.488+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 434
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.489+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 435
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.490+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 435
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.491+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 436
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.492+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 436
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.492+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 437
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.493+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 437
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.494+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 438
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.496+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 438
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.496+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 439
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.497+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 439
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.498+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 440
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.499+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 440
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.500+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 441
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.501+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 441
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.502+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 442
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.503+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 442
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.504+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 443
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.505+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 443
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.506+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 444
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.507+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 444
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.508+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 445
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.508+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 445
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.509+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 446
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.516+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 446
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.517+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 447
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.518+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 448
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.519+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 448
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.521+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 449
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.521+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 449
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.522+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 450
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.523+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 450
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.524+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 451
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.525+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 451
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.526+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 452
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.526+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 452
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.527+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 453
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.528+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 453
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.529+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 454
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.530+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 454
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.530+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 455
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.531+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 455
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.532+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 456
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.533+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 456
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.534+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 457
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.534+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 457
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.535+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 458
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.536+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 458
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.537+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 459
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.537+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 459
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.538+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 460
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.539+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 460
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.540+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 461
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.541+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 461
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.541+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 462
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.542+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 462
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.543+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 463
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.544+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 463
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.545+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 464
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.546+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 464
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.547+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 465
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.548+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 465
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.549+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 466
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.549+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 466
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.550+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 467
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.551+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 467
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.552+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 468
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.553+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 468
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.553+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 469
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.554+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 469
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.555+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 470
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.556+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 470
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.557+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 471
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.557+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 471
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.558+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 472
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.559+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 472
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.560+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 473
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.561+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 473
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.562+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 474
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.563+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 474
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.564+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 475
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.565+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 475
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.565+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 476
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.566+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 476
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.567+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 477
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.568+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 477
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.568+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 478
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.570+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 479
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.571+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 479
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.573+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 480
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.574+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 480
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.575+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 481
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.576+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 481
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.576+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 482
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.577+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 482
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.578+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 483
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.578+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 483
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.579+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 484
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.580+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 484
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.581+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 485
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.582+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 485
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.583+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 486
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.584+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 486
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.584+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 487
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.585+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 487
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.585+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 488
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.586+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 488
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.587+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 489
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.588+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 489
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.588+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 490
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.589+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 490
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.589+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 491
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.590+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 491
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.591+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 492
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.592+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 492
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.593+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 493
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.593+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 493
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.594+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 518
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.595+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 518
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.596+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 519
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.597+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 519
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.598+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 520
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.598+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 520
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.599+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 521
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.600+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 521
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.600+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 522
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.601+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 522
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.601+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 494
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.602+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 494
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.603+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 495
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.604+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 495
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.604+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 496
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.605+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 496
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.606+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 497
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.607+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 497
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.608+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 498
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.608+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 498
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.609+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 499
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.610+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 499
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.611+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 500
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.612+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 500
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.613+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 501
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.613+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 501
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.614+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 502
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.615+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 502
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.616+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 503
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.617+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 503
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.617+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 504
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.618+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 504
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.619+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 505
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.620+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 505
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.621+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 506
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.621+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 506
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.623+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 507
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.623+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 507
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.624+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 508
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.625+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 508
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.625+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 509
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.626+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 509
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.627+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 510
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.628+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 510
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.628+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 511
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.629+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 511
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.630+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 512
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.631+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 512
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.632+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 513
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.633+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 513
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.633+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 514
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.634+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 514
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.635+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 515
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.636+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 515
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.637+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 516
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.637+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 516
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.638+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 517
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.639+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 517
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.640+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 523
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.640+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 523
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.641+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 524
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.642+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 524
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.642+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 525
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.643+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 525
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.644+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 526
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.644+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 526
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.645+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 527
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.645+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 527
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.646+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 568
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.647+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 569
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.648+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 569
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.649+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 570
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.650+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 570
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.651+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 571
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.651+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 571
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.652+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 572
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.653+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 572
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.653+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 573
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.654+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 573
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.655+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 574
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.655+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 574
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.656+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 575
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.657+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 575
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.657+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 576
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.658+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 576
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.659+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 577
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.659+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 577
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.660+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 578
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.661+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 578
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.661+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 579
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.662+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 579
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.663+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 580
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.664+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 580
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.664+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 581
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.665+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 581
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.666+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 582
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.666+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 582
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.667+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 583
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.668+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 583
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.668+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 584
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.669+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 584
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.670+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 585
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.671+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 585
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.672+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 586
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.673+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 586
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.673+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 587
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.674+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 587
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.675+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 588
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.676+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 588
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.677+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 589
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.678+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 589
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.679+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 590
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.680+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 590
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.680+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 591
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.681+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 591
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.682+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 592
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.683+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 592
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.683+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 593
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.684+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 593
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.685+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 594
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.685+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 594
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.686+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 595
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.687+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 595
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.688+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 596
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.689+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 596
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.689+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 597
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.690+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 597
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.691+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 598
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.692+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 598
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.692+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 599
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.693+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 599
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.694+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 600
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.695+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 600
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.695+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 601
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.696+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 601
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.697+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 602
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.698+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 602
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.699+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 603
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.700+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 603
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.700+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 604
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.701+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 604
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.702+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 605
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.703+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 605
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.704+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 606
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.705+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 606
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.705+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 607
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.706+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 607
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.707+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 608
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.708+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 608
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.708+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 609
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.709+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 609
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.710+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 610
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.711+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 610
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.711+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 611
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.712+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 611
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.713+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 612
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.713+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 612
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.714+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 613
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.716+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 614
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.716+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 614
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.718+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 615
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.718+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 615
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.719+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 616
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 616
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 617
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.721+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 617
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.722+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 618
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.723+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 618
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.723+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 619
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.724+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 619
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.725+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 620
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.725+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 620
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.726+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 621
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.727+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 621
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.728+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 622
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.728+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 622
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.729+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 623
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 623
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.731+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 624
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.731+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 624
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 625
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 625
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 626
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.734+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 626
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.734+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 627
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 627
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.736+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 628
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 628
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 629
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.739+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 629
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.739+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 630
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.740+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 630
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.741+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 631
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.742+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 631
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.742+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 632
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.744+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 632
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.744+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 633
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.745+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 633
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.746+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 634
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.747+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 634
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 635
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 635
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.749+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS web_group_id_4, t0.language_id AS language_id_5 FROM oc_web_group_translations t0 WHERE t0.web_group_id = ?"
"params" => [
1 => 636
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_15, t0.parent_id AS parent_id_16 FROM oc_web_groups t0 WHERE t0.parent_id = ? ORDER BY t0.number ASC"
"params" => [
1 => 636
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.750+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.750+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.750+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\MaintenanceListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\RequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.751+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\AdminMenuPermissionSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\AdminTwigEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.753+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "DH\AuditorBundle\Event\ViewerEventSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.754+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.754+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.754+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.754+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.754+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.794+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.configuration AS configuration_2, o0_.value AS value_3, o0_.is_editable AS is_editable_4, o0_.modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_.name = ?"
"params" => [
1 => "logo-path"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.configuration AS configuration_2, o0_.value AS value_3, o0_.is_editable AS is_editable_4, o0_.modification_date AS modification_date_5 FROM oc_settings o0_ WHERE o0_.name = ?"
"params" => [
1 => "logo-path"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#724}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "App\EventListener\RequestListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1766083534
"timestamp_rfc3339" => "2025-12-18T18:45:34.861+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
14 => 1
464 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#395 …}
} |