| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#396
-records: [
14 => [
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.089+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.089+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.089+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.089+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.089+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.089+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.091+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.596+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.597+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.597+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.597+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.597+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.597+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.095+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.098+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.100+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.101+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.104+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.105+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.106+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.111+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.121+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.123+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.123+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.124+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.125+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.126+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.126+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.127+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.128+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.129+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.129+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.130+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.131+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.131+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.132+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.133+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.134+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.134+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.135+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.136+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.136+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.137+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.138+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.139+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.139+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.140+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.141+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.142+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.142+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.143+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.144+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.145+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.146+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.146+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.147+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.148+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.148+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.149+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.150+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.151+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.151+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.152+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.153+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.153+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.154+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.155+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.156+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.157+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.158+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.158+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.159+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.160+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.160+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.161+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.161+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.162+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.163+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.164+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.164+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.165+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.165+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.166+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.167+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.167+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.168+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.169+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.169+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.170+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.171+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.171+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.172+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.173+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.174+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.174+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.175+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.176+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.176+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.177+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.178+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.178+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.179+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.180+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.181+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.181+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.182+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.183+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.183+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.184+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.185+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.185+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.186+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.187+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.188+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.188+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.189+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.190+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.190+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.191+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.192+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.192+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.193+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.194+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.194+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.195+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.196+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.197+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.197+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.198+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.198+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.199+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.200+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.201+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.201+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.202+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.203+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.203+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.204+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.205+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.205+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.206+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.207+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.208+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.208+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.209+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.209+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.210+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.211+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.212+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.213+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.213+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.214+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.215+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.216+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.217+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.217+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.218+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.219+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.219+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.220+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.221+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.221+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.222+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.223+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.224+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.224+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.226+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.227+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.228+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.229+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.229+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.230+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.231+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.232+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.232+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.233+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.234+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.234+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.235+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.236+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.236+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.237+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.237+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.238+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.239+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.239+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.240+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.241+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.241+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.242+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.243+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.243+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.244+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.245+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.245+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.246+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.247+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.247+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.248+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.249+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.249+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.250+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.251+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.252+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.252+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.253+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.254+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.254+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.255+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.256+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.257+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.258+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.258+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.259+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.260+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.260+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.261+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.262+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.263+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.263+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.264+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.265+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.266+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.266+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.267+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.268+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.268+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.269+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.270+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.271+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.272+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.272+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.273+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.274+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.275+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.275+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.276+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.277+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.278+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.279+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.279+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.280+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.280+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.281+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.282+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.283+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.284+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.285+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.285+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.287+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.287+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.288+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.289+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.289+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.290+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.291+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.291+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.292+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.293+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.294+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.295+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.295+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.296+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.297+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.298+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.298+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.299+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.300+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.300+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.301+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.302+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.302+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.303+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.304+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.305+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.306+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.307+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.307+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.308+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.308+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.309+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.310+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.311+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.312+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.312+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.313+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.314+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.314+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.315+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.316+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.316+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.317+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.318+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.319+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.319+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.320+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.321+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.322+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.322+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.323+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.324+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.324+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.325+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.326+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.327+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.328+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.329+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.329+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.330+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.331+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.332+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.333+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.334+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.334+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.335+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.336+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.336+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 483
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 484
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.338+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.339+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 485
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 486
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.341+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 487
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 487
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.343+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 488
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 489
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.345+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 490
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 490
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.347+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 491
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 492
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.350+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 493
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 493
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 518
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 518
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 519
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.354+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.355+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 520
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 521
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.357+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 522
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 522
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.359+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 494
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 495
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.361+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 496
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 496
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.363+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 497
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 498
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 498
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.366+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.367+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 500
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 500
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 501
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 501
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.370+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 502
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 503
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 503
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 504
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 504
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 505
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 505
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 506
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 506
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 507
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 507
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.379+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.380+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 509
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 509
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 510
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 510
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 511
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 511
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.384+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.385+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 513
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 513
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.387+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.388+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.389+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 515
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 516
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.391+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.392+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 517
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 523
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.394+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 524
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 524
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 525
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 525
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 526
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 526
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 527
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.399+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 568
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 569
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.402+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.403+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 570
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 571
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.405+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.406+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.407+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 573
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 573
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.410+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 574
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 575
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 575
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 576
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 576
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.413+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 577
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 578
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.415+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.416+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.417+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 580
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 580
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.419+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.420+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 582
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 582
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.422+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 583
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 584
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 584
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 585
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 585
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.426+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 586
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 587
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 587
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.428+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.429+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 589
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 589
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 590
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.431+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 591
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 591
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.433+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 592
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 593
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 593
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 594
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 594
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 595
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 595
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 596
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.440+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 597
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 597
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.441+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.442+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 599
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 599
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.444+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 600
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 601
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.446+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 602
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 602
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 603
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.448+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 604
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 604
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.450+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.451+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 606
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 606
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 607
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 607
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.454+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 608
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 609
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.457+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 610
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 610
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.459+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.460+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.460+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.461+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 613
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 614
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.464+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.465+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.466+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 616
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 616
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 617
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 617
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 618
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.469+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.470+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.471+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 620
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 620
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.472+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.473+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.474+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 622
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 623
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.476+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 624
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.477+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.478+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 625
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 626
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 626
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 627
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 627
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.482+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.483+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.484+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 629
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 630
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 630
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.486+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.487+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 632
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 632
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 633
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.489+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.490+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.web_group_id AS 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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.491+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.path AS path_2, t0.level AS level_3, t0.number AS number_4, t0.name AS name_5, t0.description AS description_6, t0.display_as_catalogue AS display_as_catalogue_7, t0.display_as_list AS display_as_list_8, t0.display_as_table AS display_as_table_9, t0.article_count AS article_count_10, t0.recursive_article_count AS recursive_article_count_11, t0.children_have_articles AS children_have_articles_12, t0.shopping_cart_popup AS shopping_cart_popup_13, t0.message_shopping_cart_popup AS message_shopping_cart_popup_14, t0.erp_id AS erp_id_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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 635
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 635
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 636
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.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 => 636
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#807}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.493+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.493+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.493+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.494+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.496+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.496+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.496+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.496+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.496+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.496+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.497+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.497+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.497+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.497+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.497+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.509+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.555+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.579+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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" => 1766088139
"timestamp_rfc3339" => "2025-12-18T20:02:19.580+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 …}
} |