Error 500 Internal Server Error

GET https://dev.light2life.ru/product/view/38

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_master_request_route
"oro_product_frontend_product_view"
_oro_access_checked
false
_stopwatch_token
"d57371"
_theme
"default"
exception
ErrorException {#7267
  #message: "Warning: require(/app/var/cache/dev/doctrine/orm/Proxies/__CG__OroBundleProductBundleEntityBrand.php): Failed to open stream: No such file or directory"
  #code: 0
  #file: "/app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php"
  #line: 212
  #severity: E_WARNING
  trace: {
    /app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:212 {
      Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition($className) …
      › $this->proxyGenerator->generateProxyClass($classMetadata, $fileName);require $fileName;break;
    }
    /app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:111 {
      Doctrine\Common\Proxy\AbstractProxyFactory->getProxy($className, array $identifier) …
      › {    $definition = $this->definitions[$className] ?? $this->getProxyDefinition($className);    $fqcn       = $definition->proxyClassName;
      arguments: {
        $className: "Oro\Bundle\ProductBundle\Entity\Brand"
      }
    }
    /app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:211 {
      Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
      ›     // @phpstan-ignore method.deprecatedClass    return parent::getProxy($className, $identifier);}
      arguments: {
        $className: "Oro\Bundle\ProductBundle\Entity\Brand"
        $identifier: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
      Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
      › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
      arguments: {
        $className: "Oro\Bundle\ProductBundle\Entity\Brand"
        $identifier: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
      Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
      › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);arguments: {
        $className: "Oro\Bundle\ProductBundle\Entity\Product"
        $data: [ …34]
        &$hints: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
      Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
      › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
      arguments: {
        $row: [ …34]
        &$result: []
      }
    }
    /app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
      Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
      › try {    $result = $this->hydrateAllData();} finally {
    }
    /app/var/cache/dev/oro_entities/OroLoggingHydrator/LoggingSimpleObjectHydrator.php:10 {
      OroLoggingHydrator\LoggingSimpleObjectHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
      › $logger->startHydration('SimpleObjectHydrator');$result = parent::hydrateAll($stmt, $resultSetMapping, $hints);$logger->stopHydration(null === $result ? 0 : count($result), $resultSetMapping->getAliasMap());
      arguments: {
        $stmt: Doctrine\DBAL\Result {#6994 …}
        $resultSetMapping: Doctrine\ORM\Query\ResultSetMapping {#6893 …}
        $hints: []
      }
    }
    /app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
      › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);arguments: {
        $stmt: Doctrine\DBAL\Result {#6994 …}
        $resultSetMapping: Doctrine\ORM\Query\ResultSetMapping {#6893 …}
        $hints: []
      }
    }
    /app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
      › {    return $this->load($identifier, $entity);}
      arguments: {
        $criteria: [ …1]
        $entity: null
      }
    }
    /app/vendor/doctrine/orm/src/EntityManager.php:530 {
      Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
      ›     default:        return $persister->loadById($sortedId);}
      arguments: {
        $identifier: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/EntityRepository.php:196 {
      Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
      › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "Oro\Bundle\ProductBundle\Entity\Product"
        $id: []
        $lockMode: null
        $lockVersion: null
      }
    }
    /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/AbstractRestrictProductViewListener.php:37 {
      Oro\Bundle\ProductBundle\EventListener\AbstractRestrictProductViewListener->getProduct(ControllerEvent $event): Product …
      ›         ->getRepository(Product::class)        ->find($event->getRequest()->attributes->get('id'));}
      arguments: {
        $id: "38"
      }
    }
    /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/AbstractRestrictProductViewListener.php:53 {
      Oro\Bundle\ProductBundle\EventListener\AbstractRestrictProductViewListener->onKernelController(ControllerEvent $event): void …
      › 
      › $product = $this->getProduct($event);if (!$product) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
      }
    }
    /app/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
        ...: {
          "kernel.controller"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
        }
      }
    }
    /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
        $eventName: "kernel.controller"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
      }
    }
    /app/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);}
      arguments: {
        $listeners: [ …11]
        $eventName: "kernel.controller"
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
      }
    }
    /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
        $eventName: "kernel.controller"
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:171 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
        $eventName: "kernel.controller"
      }
    }
    /app/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
      Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->innerKernel->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
      Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->innerKernel->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:40 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:3 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1833
  -records: [
    "" => [
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.385+03:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#647
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/app/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:2404 {
                Container7eTLGZK\AppKernelDevDebugContainer::{closure:Container7eTLGZK\AppKernelDevDebugContainer::__construct():2016} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /app/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /app/vendor/oro/platform/src/Oro/Bundle/DistributionBundle/OroKernel.php:367 {
                Oro\Bundle\DistributionBundle\OroKernel->initializeContainer(): void …
                › ) {    $this->container->set('kernel', $this);    error_reporting($errorLevel);
              }
              /app/vendor/symfony/http-kernel/Kernel.php:764 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /app/vendor/symfony/http-kernel/Kernel.php:172 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.385+03:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#646
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/app/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:2405 {
                Container7eTLGZK\AppKernelDevDebugContainer::{closure:Container7eTLGZK\AppKernelDevDebugContainer::__construct():2016} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/oro/platform/src/Oro/Bundle/MaintenanceBundle/Drivers/DriverFactory.php';
              }
              /app/vendor/symfony/dependency-injection/Container.php:144 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /app/vendor/oro/platform/src/Oro/Bundle/DistributionBundle/OroKernel.php:367 {
                Oro\Bundle\DistributionBundle\OroKernel->initializeContainer(): void …
                › ) {    $this->container->set('kernel', $this);    error_reporting($errorLevel);
              }
              /app/vendor/symfony/http-kernel/Kernel.php:764 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /app/vendor/symfony/http-kernel/Kernel.php:172 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->container) {    $this->preBoot();}
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.387+03:00"
        "message" => "User Deprecated: Since oro/platform 6.0: Passing "connection: default" to "stof_doctrine_extensions.listener.softdeleteable" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1996
            #message: "User Deprecated: Since oro/platform 6.0: Passing "connection: default" to "stof_doctrine_extensions.listener.softdeleteable" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one."
            #code: 0
            #file: "/app/var/cache/dev/Container7eTLGZK/getStofDoctrineExtensions_Listener_SoftdeleteableService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /app/var/cache/dev/Container7eTLGZK/getStofDoctrineExtensions_Listener_SoftdeleteableService.php:23 {
                Container7eTLGZK\getStofDoctrineExtensions_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('oro/platform', '6.0', 'Passing "connection: default" to "stof_doctrine_extensions.listener.softdeleteable" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one.');}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:12679 {
                Container7eTLGZK\AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnection_EventManagerService($container) …
                › $c = ($container->services['doctrine.orm.listeners.resolve_target_entity'] ?? self::getDoctrine_Orm_Listeners_ResolveTargetEntityService($container));$d = ($container->services['stof_doctrine_extensions.listener.softdeleteable'] ?? $container->load('getStofDoctrineExtensions_Listener_SoftdeleteableService'));$e = ($container->services['stof_doctrine_extensions.listener.tree'] ?? self::getStofDoctrineExtensions_Listener_TreeService($container));
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3992 {
                Container7eTLGZK\AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › }$b = ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:7566 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroDistribution_Handler_ApplicationStatusService($container) …
                › {    $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:19849 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroCustomer_Security_TokenAwareFrontendHelperService($container) …
                › {    $a = ($container->services['oro_distribution.handler.application_status'] ?? self::getOroDistribution_Handler_ApplicationStatusService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:22813 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroFrontend_Security_HttpKernel_SessionPathService($container) …
                › }$b = ($container->privates['oro_customer.security.token_aware_frontend_helper'] ?? self::getOroCustomer_Security_TokenAwareFrontendHelperService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:6153 {
                Container7eTLGZK\AppKernelDevDebugContainer::getHttpKernelService($container) …
                › {    $a = ($container->privates['oro_frontend.security.http_kernel.session_path'] ?? self::getOroFrontend_Security_HttpKernel_SessionPathService($container));}
              /app/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(Container $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /app/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.389+03:00"
        "message" => "User Deprecated: Since oro/platform 6.0: Passing "connection: default" to "stof_doctrine_extensions.listener.translatable" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3026
            #message: "User Deprecated: Since oro/platform 6.0: Passing "connection: default" to "stof_doctrine_extensions.listener.translatable" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one."
            #code: 0
            #file: "/app/var/cache/dev/Container7eTLGZK/getStofDoctrineExtensions_Listener_TranslatableService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /app/var/cache/dev/Container7eTLGZK/getStofDoctrineExtensions_Listener_TranslatableService.php:23 {
                Container7eTLGZK\getStofDoctrineExtensions_Listener_TranslatableService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('oro/platform', '6.0', 'Passing "connection: default" to "stof_doctrine_extensions.listener.translatable" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one.');}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:23716 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroLocale_Provider_CurrentLocalizationService($container) …
                ›     yield 2 => ($container->privates['oro_frontend_localization.extension.current_localization'] ?? $container->load('getOroFrontendLocalization_Extension_CurrentLocalizationService'));}, 3), ($container->services['oro_locale.manager.localization'] ?? self::getOroLocale_Manager_LocalizationService($container)), $a, ($container->services['stof_doctrine_extensions.listener.translatable'] ?? $container->load('getStofDoctrineExtensions_Listener_TranslatableService')));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:23647 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroLocale_Helper_LocalizationService($container) …
                › {    $a = ($container->privates['oro_locale.provider.current_localization'] ?? self::getOroLocale_Provider_CurrentLocalizationService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:7456 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroCustomerUser_ManagerService($container) …
                › 
                › $instance = new \Oro\Bundle\CustomerBundle\Entity\CustomerUserManager($a, ($container->services['doctrine'] ?? self::getDoctrineService($container)), ($container->privates['security.password_hasher_factory'] ?? self::getSecurity_PasswordHasherFactoryService($container)), $b, $c, $d, ($container->privates['oro_locale.helper.localization'] ?? self::getOroLocale_Helper_LocalizationService($container)), $e, ($container->services['oro_entity_extend.enum_options_provider'] ?? self::getOroEntityExtend_EnumOptionsProviderService($container)), ($container->services['logger'] ?? self::getLoggerService($container)));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:19466 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroCustomer_CustomerUser_EmailChangeHandlerService($container) …
                › {    $a = ($container->services['oro_customer_user.manager'] ?? self::getOroCustomerUser_ManagerService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:7359 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroCustomer_Form_Listener_CustomerUserProfileEmailService($container) …
                › }$b = ($container->privates['oro_customer.customer_user.email_change_handler'] ?? self::getOroCustomer_CustomerUser_EmailChangeHandlerService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:12720 {
                Container7eTLGZK\AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnection_EventManagerService($container) …
                › $ra = ($container->services['oro_customer.entity_listener.send_changed_customer_user_address_type_to_message_queue'] ?? self::getOroCustomer_EntityListener_SendChangedCustomerUserAddressTypeToMessageQueueService($container));$sa = ($container->services['oro_customer.form.listener.customer_user_profile_email'] ?? self::getOroCustomer_Form_Listener_CustomerUserProfileEmailService($container));$ta = ($container->services['oro_visibility.entity_listener.category_default_visibility'] ?? self::getOroVisibility_EntityListener_CategoryDefaultVisibilityService($container));
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3992 {
                Container7eTLGZK\AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › }$b = ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:7566 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroDistribution_Handler_ApplicationStatusService($container) …
                › {    $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:19849 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroCustomer_Security_TokenAwareFrontendHelperService($container) …
                › {    $a = ($container->services['oro_distribution.handler.application_status'] ?? self::getOroDistribution_Handler_ApplicationStatusService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:22813 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroFrontend_Security_HttpKernel_SessionPathService($container) …
                › }$b = ($container->privates['oro_customer.security.token_aware_frontend_helper'] ?? self::getOroCustomer_Security_TokenAwareFrontendHelperService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:6153 {
                Container7eTLGZK\AppKernelDevDebugContainer::getHttpKernelService($container) …
                › {    $a = ($container->privates['oro_frontend.security.http_kernel.session_path'] ?? self::getOroFrontend_Security_HttpKernel_SessionPathService($container));}
              /app/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(Container $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /app/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.415+03:00"
        "message" => "User Deprecated: Since oro/platform 6.0: Passing "connection: default" to "doctrine.orm.default_listeners.attach_entity_listeners" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4031
            #message: "User Deprecated: Since oro/platform 6.0: Passing "connection: default" to "doctrine.orm.default_listeners.attach_entity_listeners" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one."
            #code: 0
            #file: "/app/var/cache/dev/Container7eTLGZK/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /app/var/cache/dev/Container7eTLGZK/getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php:23 {
                Container7eTLGZK\getDoctrine_Orm_DefaultListeners_AttachEntityListenersService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('oro/platform', '6.0', 'Passing "connection: default" to "doctrine.orm.default_listeners.attach_entity_listeners" tags is default behaviour now. Specify one of "session, config, message_queue, sql_validator, search" or remove default one.');}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:12758 {
                Container7eTLGZK\AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnection_EventManagerService($container) …
                › $instance->addEventListener(['postGenerateSchema'], ($container->services['doctrine.orm.listeners.lock_store_schema_listener'] ?? self::getDoctrine_Orm_Listeners_LockStoreSchemaListenerService($container)));$instance->addEventListener(['loadClassMetadata'], ($container->services['doctrine.orm.default_listeners.attach_entity_listeners'] ?? $container->load('getDoctrine_Orm_DefaultListeners_AttachEntityListenersService')));$instance->addEventListener(['loadClassMetadata'], $d);
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3992 {
                Container7eTLGZK\AppKernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › }$b = ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:7566 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroDistribution_Handler_ApplicationStatusService($container) …
                › {    $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:19849 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroCustomer_Security_TokenAwareFrontendHelperService($container) …
                › {    $a = ($container->services['oro_distribution.handler.application_status'] ?? self::getOroDistribution_Handler_ApplicationStatusService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:22813 {
                Container7eTLGZK\AppKernelDevDebugContainer::getOroFrontend_Security_HttpKernel_SessionPathService($container) …
                › }$b = ($container->privates['oro_customer.security.token_aware_frontend_helper'] ?? self::getOroCustomer_Security_TokenAwareFrontendHelperService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:6153 {
                Container7eTLGZK\AppKernelDevDebugContainer::getHttpKernelService($container) …
                › {    $a = ($container->privates['oro_frontend.security.http_kernel.session_path'] ?? self::getOroFrontend_Security_HttpKernel_SessionPathService($container));}
              /app/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(Container $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /app/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.417+03:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_pgsql"
            "idle_connection_ttl" => 600
            "host" => "platform-db"
            "port" => 5432
            "user" => "dart"
            "password" => "<redacted>"
            "driverOptions" => [
              3 => 2
            ]
            "serverVersion" => "17.6"
            "defaultTableOptions" => []
            "wrapperClass" => "OroDoctrineConnection\ConnectionProxy_754e9e8332b37b39399f526d7ed901a6"
            "dbname" => "platformdb"
            "sslmode" => "disable"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.421+03:00"
        "message" => "SELECT text_value FROM oro_config_value WHERE name = ? AND section = ?"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "is_installed"
          "oro_distribution"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.421+03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT text_value FROM oro_config_value WHERE name = ? AND section = ?"
          "params" => [
            1 => "is_installed"
            2 => "oro_distribution"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.602+03:00"
        "message" => "User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.event_listener.close_pusher_connections" service is deprecated and will be removed in GosWebSocketBundle 4.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7814
            #message: "User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.event_listener.close_pusher_connections" service is deprecated and will be removed in GosWebSocketBundle 4.0."
            #code: 0
            #file: "/app/var/cache/dev/Container7eTLGZK/getGosWebSocket_EventListener_ClosePusherConnectionsService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /app/var/cache/dev/Container7eTLGZK/getGosWebSocket_EventListener_ClosePusherConnectionsService.php:23 {
                Container7eTLGZK\getGosWebSocket_EventListener_ClosePusherConnectionsService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('gos/web-socket-bundle', '3.1', 'The "gos_web_socket.event_listener.close_pusher_connections" service is deprecated and will be removed in GosWebSocketBundle 4.0.');}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:4774 {
                Container7eTLGZK\AppKernelDevDebugContainer::{closure:Container7eTLGZK\AppKernelDevDebugContainer::getEventDispatcherService():4774} …
                › $instance->addListener('gos_web_socket.connection_rejected', [#[\Closure(name: 'gos_web_socket.event_listener.client', class: 'Gos\\Bundle\\WebSocketBundle\\EventListener\\ClientEventListener')] fn () => ($container->privates['gos_web_socket.event_listener.client'] ?? $container->load('getGosWebSocket_EventListener_ClientService')), 'onConnectionRejected'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'gos_web_socket.event_listener.close_pusher_connections', class: 'Gos\\Bundle\\WebSocketBundle\\EventListener\\ClosePusherConnectionsListener')] fn () => ($container->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $container->load('getGosWebSocket_EventListener_ClosePusherConnectionsService')), 'closeConnection'], 0);$instance->addListener('gos_web_socket.server_launched', [#[\Closure(name: 'gos_web_socket.event_listener.register_periodic_memory_timer', class: 'Gos\\Bundle\\WebSocketBundle\\EventListener\\RegisterPeriodicMemoryTimerListener')] fn () => ($container->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $container->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService')), 'registerPeriodicHandler'], 255);
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:225 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:270 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:114 {
                Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response): void …
                ›     $this->terminating = true;    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);} finally {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:60 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->terminate(Request $request, Response $response): void …
                › if ($this->innerKernel instanceof TerminableInterface) {    $this->innerKernel->terminate($request, $response);}
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:51 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->terminate(Request $request, Response $response): void …
                › if ($this->innerKernel instanceof TerminableInterface) {    $this->innerKernel->terminate($request, $response);}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:147 {
                Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response): void …
                › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:48 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › if ($this->kernel instanceof TerminableInterface) {    $this->kernel->terminate($this->request, $response);}
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.602+03:00"
        "message" => "User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.registry.pusher" service is deprecated and will be removed in GosWebSocketBundle 4.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8820
            #message: "User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.registry.pusher" service is deprecated and will be removed in GosWebSocketBundle 4.0."
            #code: 0
            #file: "/app/var/cache/dev/Container7eTLGZK/getGosWebSocket_Registry_PusherService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /app/var/cache/dev/Container7eTLGZK/getGosWebSocket_Registry_PusherService.php:23 {
                Container7eTLGZK\getGosWebSocket_Registry_PusherService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('gos/web-socket-bundle', '3.1', 'The "gos_web_socket.registry.pusher" service is deprecated and will be removed in GosWebSocketBundle 4.0.');}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/getGosWebSocket_EventListener_ClosePusherConnectionsService.php:25 {
                Container7eTLGZK\getGosWebSocket_EventListener_ClosePusherConnectionsService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['gos_web_socket.event_listener.close_pusher_connections'] = new \Gos\Bundle\WebSocketBundle\EventListener\ClosePusherConnectionsListener(($container->services['gos_web_socket.registry.pusher'] ?? $container->load('getGosWebSocket_Registry_PusherService')));}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:4774 {
                Container7eTLGZK\AppKernelDevDebugContainer::{closure:Container7eTLGZK\AppKernelDevDebugContainer::getEventDispatcherService():4774} …
                › $instance->addListener('gos_web_socket.connection_rejected', [#[\Closure(name: 'gos_web_socket.event_listener.client', class: 'Gos\\Bundle\\WebSocketBundle\\EventListener\\ClientEventListener')] fn () => ($container->privates['gos_web_socket.event_listener.client'] ?? $container->load('getGosWebSocket_EventListener_ClientService')), 'onConnectionRejected'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'gos_web_socket.event_listener.close_pusher_connections', class: 'Gos\\Bundle\\WebSocketBundle\\EventListener\\ClosePusherConnectionsListener')] fn () => ($container->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $container->load('getGosWebSocket_EventListener_ClosePusherConnectionsService')), 'closeConnection'], 0);$instance->addListener('gos_web_socket.server_launched', [#[\Closure(name: 'gos_web_socket.event_listener.register_periodic_memory_timer', class: 'Gos\\Bundle\\WebSocketBundle\\EventListener\\RegisterPeriodicMemoryTimerListener')] fn () => ($container->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $container->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService')), 'registerPeriodicHandler'], 255);
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:225 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:270 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:114 {
                Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response): void …
                ›     $this->terminating = true;    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);} finally {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:60 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->terminate(Request $request, Response $response): void …
                › if ($this->innerKernel instanceof TerminableInterface) {    $this->innerKernel->terminate($request, $response);}
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:51 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->terminate(Request $request, Response $response): void …
                › if ($this->innerKernel instanceof TerminableInterface) {    $this->innerKernel->terminate($request, $response);}
              }
              /app/vendor/symfony/http-kernel/Kernel.php:147 {
                Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response): void …
                › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:48 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › if ($this->kernel instanceof TerminableInterface) {    $this->kernel->terminate($this->request, $response);}
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    2 => [
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.423+03:00"
        "message" => "SET application_name TO '7f8c55e9d88514510d281f85fb0d276d'"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.424+03:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET application_name TO '7f8c55e9d88514510d281f85fb0d276d'"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.424+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Oro\Bundle\LoggerBundle\Event\SetAppNameEvent"
          "listener" => "Oro\Bundle\LoggerBundle\EventSubscriber\Trace\ApplicationNameSubscriber::onTraceSet"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.425+03:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "frontend"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.425+03:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.425+03:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.425+03:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.426+03:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.426+03:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "frontend"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.428+03:00"
        "message" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_default AS is_default_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.serialized_data AS serialized_data_6, t0.business_unit_owner_id AS business_unit_owner_id_7, t0.organization_id AS organization_id_8, t0.guest_role_id AS guest_role_id_9, t0.default_role_id AS default_role_id_10 FROM oro_website t0 WHERE t0.is_default = ? LIMIT 1"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          true
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.428+03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.is_default AS is_default_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.serialized_data AS serialized_data_6, t0.business_unit_owner_id AS business_unit_owner_id_7, t0.organization_id AS organization_id_8, t0.guest_role_id AS guest_role_id_9, t0.default_role_id AS default_role_id_10 FROM oro_website t0 WHERE t0.is_default = ? LIMIT 1"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.440+03:00"
        "message" => "User Deprecated: Since symfony/security-http 7.2: Using an empty string as user identifier is deprecated and will throw an exception in Symfony 8.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4869
            #message: "User Deprecated: Since symfony/security-http 7.2: Using an empty string as user identifier is deprecated and will throw an exception in Symfony 8.0."
            #code: 0
            #file: "/app/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php"
            #line: 135
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:135 {
                Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->validateUserIdentifier(string $userIdentifier): void …
                › if ('' === $userIdentifier) {    trigger_deprecation('symfony/security-http', '7.2', 'Using an empty string as user identifier is deprecated and will throw an exception in Symfony 8.0.');    // throw new BadCredentialsException('Empty user identifier.');
              }
              /app/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:57 {
                Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->__construct(string $userIdentifier, ?callable $userLoader = null, ?array $attributes = null, ?Closure $identifierNormalizer = null) …
                › ) {    $this->validateUserIdentifier($userIdentifier);}
              /app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/Badge/AnonymousCustomerUserBadge.php:23 {
                Oro\Bundle\CustomerBundle\Security\Badge\AnonymousCustomerUserBadge->__construct(string $userIdentifier, ?callable $userLoader = null) …
                › {    parent::__construct($userIdentifier, $userLoader);}
              /app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/AnonymousCustomerUserAuthenticator.php:78 {
                Oro\Bundle\CustomerBundle\Security\AnonymousCustomerUserAuthenticator->authenticate(Request $request): Passport …
                › $passport = new AnonymousSelfValidatingPassport(    new AnonymousCustomerUserBadge($credentials, [$this, 'getVisitor']),);
              }
              /app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:72 {
                Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
                › try {    $this->passport = $this->authenticator->authenticate($request);} finally {
              }
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:185 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
                › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);}
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
                › 
                › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
              }
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
                › 
                ›     return $this->executeAuthenticators($authenticators, $request);}
              }
              /app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
                Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
              }
              /app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
                Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › {    $this->authenticationManagerListener->authenticate($event);}
              }
              /app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:94 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › } elseif (false !== $listener->supports($event->getRequest())) {    $listener->authenticate($event);}
              }
              /app/vendor/symfony/security-http/Firewall.php:93 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Security/Firewall.php:67 {
                Oro\Bundle\RedirectBundle\Security\Firewall->onKernelRequestBeforeRouting(RequestEvent $event) …
                ›     }    $this->baseFirewall->onKernelRequest($event);}
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.441+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.441+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.441+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Oro\Bundle\SecurityBundle\Http\Firewall\CaptchaProtectionListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.441+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.441+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.442+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.442+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Oro\Bundle\SSOBundle\Event\CheckPassportEventSubscriber::onCheckPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.442+03:00"
        "message" => "SELECT o0_.role AS role_0 FROM oro_customer_user_role o0_ WHERE o0_.id = ?"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          3
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.442+03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT o0_.role AS role_0 FROM oro_customer_user_role o0_ WHERE o0_.id = ?"
          "params" => [
            1 => 3
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.443+03:00"
        "message" => "Populated the TokenStorage with an Anonymous Customer User Token."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.443+03:00"
        "message" => "User Deprecated: Since symfony/security-http 7.3: Implementing "Oro\Bundle\CustomerBundle\Entity\CustomerVisitor::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6235
            #message: "User Deprecated: Since symfony/security-http 7.3: Implementing "Oro\Bundle\CustomerBundle\Entity\CustomerVisitor::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method."
            #code: 0
            #file: "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
            #line: 321
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
                › if ($deprecatedImplementations[$token::class]) {    trigger_deprecation('symfony/security-http', '7.3', 'Implementing "%s::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method.', get_debug_type($token));}
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:310 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
                › if ($genericImplementations[$token::class]) {    return self::checkEraseCredentials($token->getUser());}
              }
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:213 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
                › if ($this->eraseCredentials) {    self::checkEraseCredentials($authenticatedToken)?->eraseCredentials();}
              }
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
                › 
                › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
              }
              /app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
                › 
                ›     return $this->executeAuthenticators($authenticators, $request);}
              }
              /app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
                Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
              }
              /app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
                Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › {    $this->authenticationManagerListener->authenticate($event);}
              }
              /app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:94 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › } elseif (false !== $listener->supports($event->getRequest())) {    $listener->authenticate($event);}
              }
              /app/vendor/symfony/security-http/Firewall.php:93 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Security/Firewall.php:67 {
                Oro\Bundle\RedirectBundle\Security\Firewall->onKernelRequestBeforeRouting(RequestEvent $event) …
                ›     }    $this->baseFirewall->onKernelRequest($event);}
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.443+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "security.authentication.success"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.443+03:00"
        "message" => "Authenticator successful!"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "token" => Oro\Bundle\CustomerBundle\Security\Token\AnonymousCustomerUserToken {#6205
            -user: Oro\Bundle\CustomerBundle\Entity\CustomerVisitor {#6079 …}
            -roleNames: [
              "ROLE_FRONTEND_ANONYMOUS"
            ]
            -attributes: []
            -secret: ""
            -credentials: []
            -innerUser: null
            #userRoles: [
              Oro\Bundle\SecurityBundle\Model\Role {#6199
                -role: "ROLE_FRONTEND_ANONYMOUS"
              }
            ]
            -organization: Proxies\__CG__\Oro\Bundle\OrganizationBundle\Entity\Organization {#5230 …}
          }
          "authenticator" => "Oro\Bundle\CustomerBundle\Security\AnonymousCustomerUserAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Oro\Bundle\CustomerBundle\Security\Listener\AnonymousSuccessLoginListener::onSuccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Oro\Bundle\CustomerBundle\Security\Listener\AnonymousSuccessLoginListener::onSuccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Oro\Bundle\CheckoutBundle\EventListener\LoginOnCheckoutOrderLimitListener::onCheckoutLogin"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\SessionStrategyListener::onSuccessfulLogin"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Oro\Bundle\CheckoutBundle\EventListener\LoginOnCheckoutListener::onCheckoutLogin"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener::onSuccessfulLogin"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\RememberMeListener::onSuccessfulLogin"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.444+03:00"
        "message" => "Authenticator set no success response: request continues."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "authenticator" => "Oro\Bundle\CustomerBundle\Security\AnonymousCustomerUserAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.462+03:00"
        "message" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.formatting_code AS formatting_code_2, o0_.rtl_mode AS rtl_mode_3, o0_.created_at AS created_at_4, o0_.updated_at AS updated_at_5, o0_.serialized_data AS serialized_data_6, o0_.language_id AS language_id_7, o0_.parent_id AS parent_id_8 FROM oro_localization o0_ ORDER BY o0_.name ASC"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.462+03:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.formatting_code AS formatting_code_2, o0_.rtl_mode AS rtl_mode_3, o0_.created_at AS created_at_4, o0_.updated_at AS updated_at_5, o0_.serialized_data AS serialized_data_6, o0_.language_id AS language_id_7, o0_.parent_id AS parent_id_8 FROM oro_localization o0_ ORDER BY o0_.name ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.470+03:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "oro_product_frontend_product_view"
          "route_parameters" => [
            "_route" => "oro_product_frontend_product_view"
            "_controller" => "Oro\Bundle\ProductBundle\Controller\Frontend\ProductController::viewAction"
            "id" => "38"
          ]
          "request_uri" => "https://dev.light2life.ru/product/view/38"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.471+03:00"
        "message" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.enabled AS enabled_3, t0.installed_build_date AS installed_build_date_4, t0.local_files_language AS local_files_language_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.organization_id AS organization_id_8 FROM oro_language t0 WHERE t0.id = ?"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          1
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.471+03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.enabled AS enabled_3, t0.installed_build_date AS installed_build_date_4, t0.local_files_language AS local_files_language_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.organization_id AS organization_id_8 FROM oro_language t0 WHERE t0.id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.472+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6647
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Bundle/UIBundle/EventListener/ContentProviderListener.php:29 {
                Oro\Bundle\UIBundle\EventListener\ContentProviderListener->onKernelRequest(RequestEvent $event): void …
                › $request = $event->getRequest();$contentProvidersToEnable = $request->get('_enableContentProviders');$displayContentProviders = $request->get('_displayContentProviders');
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.473+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6650
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Bundle/UIBundle/EventListener/ContentProviderListener.php:30 {
                Oro\Bundle\UIBundle\EventListener\ContentProviderListener->onKernelRequest(RequestEvent $event): void …
                › $contentProvidersToEnable = $request->get('_enableContentProviders');$displayContentProviders = $request->get('_displayContentProviders');if (!$contentProvidersToEnable && !$displayContentProviders) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.473+03:00"
        "message" => "SELECT o0_.theme AS theme_0 FROM oro_theme_configuration o0_ WHERE o0_.id = ?"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          1
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.473+03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT o0_.theme AS theme_0 FROM oro_theme_configuration o0_ WHERE o0_.id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.474+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6700
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/EventListener/ThemeListener.php:35 {
                Oro\Bundle\FrontendBundle\EventListener\ThemeListener->onKernelRequest(RequestEvent $event): void …
                › $hashNavigationHeader =    $request->get(ResponseHashnavListener::HASH_NAVIGATION_HEADER)    || $request->headers->get(ResponseHashnavListener::HASH_NAVIGATION_HEADER);
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.474+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6703
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Bundle/FeatureToggleBundle/EventListener/RequestListener.php:24 {
                Oro\Bundle\FeatureToggleBundle\EventListener\RequestListener->onRequest(RequestEvent $event): void …
                › {    $route = $event->getRequest()->get('_route');    if (null !== $route && !$this->featureChecker->isResourceEnabled($route, 'routes')) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6714
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/WebsiteSearchTerm/RedirectActionTypeSearchPageKernelListener.php:68 {
                Oro\Bundle\ProductBundle\EventListener\WebsiteSearchTerm\RedirectActionTypeSearchPageKernelListener->isApplicable(KernelEvent $event): bool …
                › 
                › if (!\in_array($event->getRequest()->get('_route'), $this->applicableRoutes, true)) {    // Not applicable route.
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/WebsiteSearchTerm/RedirectActionTypeSearchPageKernelListener.php:39 {
                Oro\Bundle\ProductBundle\EventListener\WebsiteSearchTerm\RedirectActionTypeSearchPageKernelListener->onKernelEvent(RequestEvent $event): void …
                › {    if (!$this->isApplicable($event)) {        return;
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6730
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Component/DraftSession/EventListener/SetDraftSessionUuidToRequestContextListener.php:37 {
                Oro\Component\DraftSession\EventListener\SetDraftSessionUuidToRequestContextListener->onKernelRequest(RequestEvent $event): void …
                › $request = $event->getRequest();$uuid = $request->get($this->parameterName);if ($uuid) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\LoggerBundle\EventListener\Trace\RequestTraceListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.494+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\MaintenanceBundle\EventListener\MaintenanceListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\ApiBundle\EventListener\JsonApiFormatOverrideListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\DraftableFilterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\MimeTypeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\InstallerBundle\EventListener\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.495+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\RedirectBundle\Security\Firewall::onKernelRequestBeforeRouting"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\OAuth2ServerBundle\EventListener\RedirectListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\ApiBundle\EventListener\ErrorHandlingBodyListenerDecorator::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\RedirectBundle\Security\Firewall::onKernelRequestAfterRouting"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\SecurityBundle\Http\Firewall\ContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\LocaleBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\GuestAccessRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\OAuth2ServerBundle\EventListener\OldApiAccessRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.496+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\UIBundle\EventListener\ContentProviderListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.497+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\EmailBundle\EventListener\NotificationAlertsListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.497+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\UserBundle\Security\DisabledLoginSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.497+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\SoapBundle\EventListener\ApiSubRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.497+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\ThemeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.497+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\WebsiteBundle\EventListener\AssetsRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.497+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FeatureToggleBundle\EventListener\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\NavigationBundle\Event\AddMasterRequestRouteListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\WebsiteSearchTerm\RedirectActionTypeSearchPageKernelListener::onKernelEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\CustomerBundle\Doctrine\DoctrineFiltersListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Component\DraftSession\EventListener\BeginDraftSessionOnRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Component\DraftSession\EventListener\SetDraftSessionUuidToRequestContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Component\DraftSession\EventListener\EnableEntityDraftsOnRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\SoapBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.498+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\LayoutBundle\EventListener\ThemeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.499+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\MessageQueueBundle\Client\RequestWatcher::onRequestStart"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.501+03:00"
        "message" => "SELECT t0.id AS id_1, t0.sku AS sku_2, t0.sku_uppercase AS sku_uppercase_3, t0.status AS status_4, t0.variant_fields AS variant_fields_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.type AS type_8, t0.is_featured AS is_featured_9, t0.is_new_arrival AS is_new_arrival_10, t0.name AS name_11, t0.name_uppercase AS name_uppercase_12, t0.kit_shipping_calculation_method AS kit_shipping_calculation_method_13, t0.category_sort_order AS category_sort_order_14, t0.availability_date AS availability_date_15, t0.serialized_data AS serialized_data_16, t0.business_unit_owner_id AS business_unit_owner_id_17, t0.organization_id AS organization_id_18, t0.primary_unit_precision_id AS primary_unit_precision_id_19, t0.default_variant_id AS default_variant_id_20, t0.attribute_family_id AS attribute_family_id_21, t0.brand_id AS brand_id_22, t0.category_id AS category_id_23, t0.taxCode_id AS taxcode_id_24, t0.pageTemplate_id AS pagetemplate_id_25, t0.manageInventory_id AS manageinventory_id_26, t0.highlightLowInventory_id AS highlightlowinventory_id_27, t0.inventoryThreshold_id AS inventorythreshold_id_28, t0.lowInventoryThreshold_id AS lowinventorythreshold_id_29, t0.minimumQuantityToOrder_id AS minimumquantitytoorder_id_30, t0.maximumQuantityToOrder_id AS maximumquantitytoorder_id_31, t0.decrementQuantity_id AS decrementquantity_id_32, t0.backOrder_id AS backorder_id_33, t0.isUpcoming_id AS isupcoming_id_34 FROM oro_product t0 WHERE t0.id = ?"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "38"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.501+03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.sku AS sku_2, t0.sku_uppercase AS sku_uppercase_3, t0.status AS status_4, t0.variant_fields AS variant_fields_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.type AS type_8, t0.is_featured AS is_featured_9, t0.is_new_arrival AS is_new_arrival_10, t0.name AS name_11, t0.name_uppercase AS name_uppercase_12, t0.kit_shipping_calculation_method AS kit_shipping_calculation_method_13, t0.category_sort_order AS category_sort_order_14, t0.availability_date AS availability_date_15, t0.serialized_data AS serialized_data_16, t0.business_unit_owner_id AS business_unit_owner_id_17, t0.organization_id AS organization_id_18, t0.primary_unit_precision_id AS primary_unit_precision_id_19, t0.default_variant_id AS default_variant_id_20, t0.attribute_family_id AS attribute_family_id_21, t0.brand_id AS brand_id_22, t0.category_id AS category_id_23, t0.taxCode_id AS taxcode_id_24, t0.pageTemplate_id AS pagetemplate_id_25, t0.manageInventory_id AS manageinventory_id_26, t0.highlightLowInventory_id AS highlightlowinventory_id_27, t0.inventoryThreshold_id AS inventorythreshold_id_28, t0.lowInventoryThreshold_id AS lowinventorythreshold_id_29, t0.minimumQuantityToOrder_id AS minimumquantitytoorder_id_30, t0.maximumQuantityToOrder_id AS maximumquantitytoorder_id_31, t0.decrementQuantity_id AS decrementquantity_id_32, t0.backOrder_id AS backorder_id_33, t0.isUpcoming_id AS isupcoming_id_34 FROM oro_product t0 WHERE t0.id = ?"
          "params" => [
            1 => "38"
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\EmailBundle\EventListener\MailboxAuthorizationListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\ValidateApiDocViewListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\DraftableFilterListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\VisibilityBundle\EventListener\CategoryVisibleListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.510+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\PlatformBundle\EventListener\Controller\ControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.511+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\DistributionBundle\EventListener\ControllerTemplateListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.511+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\CsrfProtectionRequestListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.511+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\RestrictProductViewByInventoryStatusListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.512+03:00"
        "message" => "User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7786
            #message: "User Deprecated: Since gos/web-socket-bundle 3.1: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0."
            #code: 0
            #file: "/app/var/cache/dev/Container7eTLGZK/getGosWebSocket_DataCollector_WebsocketService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /app/var/cache/dev/Container7eTLGZK/getGosWebSocket_DataCollector_WebsocketService.php:23 {
                Container7eTLGZK\getGosWebSocket_DataCollector_WebsocketService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('gos/web-socket-bundle', '3.1', 'The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0.');}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3541 {
                Container7eTLGZK\AppKernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:3599 {
                Container7eTLGZK\AppKernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(($container->privates['oro_entity.profiler.duplicate_queries_data_collector'] ?? self::getOroEntity_Profiler_DuplicateQueriesDataCollectorService($container)));$instance->add(($container->privates['gos_web_socket.data_collector.websocket'] ?? $container->load('getGosWebSocket_DataCollector_WebsocketService')));$instance->add(($container->privates['oro_api.profiler.data_collector'] ?? self::getOroApi_Profiler_DataCollectorService($container)));
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:30890 {
                Container7eTLGZK\AppKernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:6013 {
                Container7eTLGZK\AppKernelDevDebugContainer::{closure:Container7eTLGZK\AppKernelDevDebugContainer::getEventDispatcherService():6013} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:225 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:270 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.513+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7828
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/ProductQuickOrderFormNotFoundListener.php:41 {
                Oro\Bundle\ProductBundle\EventListener\ProductQuickOrderFormNotFoundListener->isSupported(ExceptionEvent $event): bool …
                › $request = $event->getRequest();$route = $request->get('_route');}
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/ProductQuickOrderFormNotFoundListener.php:28 {
                Oro\Bundle\ProductBundle\EventListener\ProductQuickOrderFormNotFoundListener->onKernelException(ExceptionEvent $event): void …
                › {    if (!$this->isSupported($event)) {        return;
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.513+03:00"
        "message" => "Uncaught PHP Exception ErrorException: "Warning: require(/app/var/cache/dev/doctrine/orm/Proxies/__CG__OroBundleProductBundleEntityBrand.php): Failed to open stream: No such file or directory" at AbstractProxyFactory.php line 212"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ErrorException {#7267
            #message: "Warning: require(/app/var/cache/dev/doctrine/orm/Proxies/__CG__OroBundleProductBundleEntityBrand.php): Failed to open stream: No such file or directory"
            #code: 0
            #file: "/app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php"
            #line: 212
            #severity: E_WARNING
            trace: {
              /app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:212 {
                Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition($className) …
                › $this->proxyGenerator->generateProxyClass($classMetadata, $fileName);require $fileName;break;
              }
              /app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:111 {
                Doctrine\Common\Proxy\AbstractProxyFactory->getProxy($className, array $identifier) …
                › {    $definition = $this->definitions[$className] ?? $this->getProxyDefinition($className);    $fqcn       = $definition->proxyClassName;
                arguments: {
                  $className: "Oro\Bundle\ProductBundle\Entity\Brand"
                }
              }
              /app/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:211 {
                Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
                ›     // @phpstan-ignore method.deprecatedClass    return parent::getProxy($className, $identifier);}
                arguments: {
                  $className: "Oro\Bundle\ProductBundle\Entity\Brand"
                  $identifier: [ …1]
                }
              }
              /app/vendor/doctrine/orm/src/UnitOfWork.php:3119 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
                arguments: {
                  $className: "Oro\Bundle\ProductBundle\Entity\Brand"
                  $identifier: [ …1]
                }
              }
              /app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);arguments: {
                  $className: "Oro\Bundle\ProductBundle\Entity\Product"
                  $data: [ …34]
                  &$hints: [ …1]
                }
              }
              /app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
                arguments: {
                  $row: [ …34]
                  &$result: []
                }
              }
              /app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:276 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /app/var/cache/dev/oro_entities/OroLoggingHydrator/LoggingSimpleObjectHydrator.php:10 {
                OroLoggingHydrator\LoggingSimpleObjectHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › $logger->startHydration('SimpleObjectHydrator');$result = parent::hydrateAll($stmt, $resultSetMapping, $hints);$logger->stopHydration(null === $result ? 0 : count($result), $resultSetMapping->getAliasMap());
                arguments: {
                  $stmt: Doctrine\DBAL\Result {#6994 …}
                  $resultSetMapping: Doctrine\ORM\Query\ResultSetMapping {#6893 …}
                  $hints: []
                }
              }
              /app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);arguments: {
                  $stmt: Doctrine\DBAL\Result {#6994 …}
                  $resultSetMapping: Doctrine\ORM\Query\ResultSetMapping {#6893 …}
                  $hints: []
                }
              }
              /app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:797 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
                arguments: {
                  $criteria: [ …1]
                  $entity: null
                }
              }
              /app/vendor/doctrine/orm/src/EntityManager.php:530 {
                Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
                ›     default:        return $persister->loadById($sortedId);}
                arguments: {
                  $identifier: [ …1]
                }
              }
              /app/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
                arguments: {
                  $className: "Oro\Bundle\ProductBundle\Entity\Product"
                  $id: []
                  $lockMode: null
                  $lockVersion: null
                }
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/AbstractRestrictProductViewListener.php:37 {
                Oro\Bundle\ProductBundle\EventListener\AbstractRestrictProductViewListener->getProduct(ControllerEvent $event): Product …
                ›         ->getRepository(Product::class)        ->find($event->getRequest()->attributes->get('id'));}
                arguments: {
                  $id: "38"
                }
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/AbstractRestrictProductViewListener.php:53 {
                Oro\Bundle\ProductBundle\EventListener\AbstractRestrictProductViewListener->onKernelController(ControllerEvent $event): void …
                › 
                › $product = $this->getProduct($event);if (!$product) {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\EntityBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\ProductAccessExceptionListener::onAccessException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\UserBundle\EventListener\PasswordChangeExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\SecurityBundle\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\RedirectBundle\EventListener\RedirectExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\ProductQuickOrderFormNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\CustomerBundle\EventListener\DisabledUserSessionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\UnhandledApiErrorExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9809
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Bundle/NavigationBundle/Event/ResponseHashnavListener.php:41 {
                Oro\Bundle\NavigationBundle\Event\ResponseHashnavListener->onResponse(ResponseEvent $event): void …
                › $request = $event->getRequest();if ($request->get(self::HASH_NAVIGATION_HEADER) || $request->headers->get(self::HASH_NAVIGATION_HEADER)) {    $location = '';
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.582+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9810
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/commerce/src/Oro/Bundle/WebCatalogBundle/EventListener/EmptySearchResultsPageEventListener.php:139 {
                Oro\Bundle\WebCatalogBundle\EventListener\EmptySearchResultsPageEventListener->isApplicable(KernelEvent $event): bool …
                › {    if (!\in_array($event->getRequest()->get('_route'), $this->applicableRoutes, true)) {        // Empty search results page must not be available on an unsupported route.
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/WebCatalogBundle/EventListener/EmptySearchResultsPageEventListener.php:53 {
                Oro\Bundle\WebCatalogBundle\EventListener\EmptySearchResultsPageEventListener->onKernelResponse(ResponseEvent $event): void …
                › {    if (!$this->isApplicable($event)) {        return;
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.598+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.598+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\MaintenanceBundle\EventListener\MaintenanceListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\UIBundle\EventListener\SymfonyDebugToolbarReplaceListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\CsrfProtectionRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\PermissionsPolicyHeaderRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\UserBundle\EventListener\TurnOffCachingListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\NavigationBundle\Event\ResponseHistoryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\NavigationBundle\Event\ResponseHashnavListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\WebCatalogBundle\EventListener\EmptySearchResultsPageEventListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorCookieResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.599+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\UnauthorizedApiRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Oro\Bundle\RedirectBundle\Security\Firewall::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.600+03: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"
      ]
    ]
    7841 => [
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.513+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8001
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/EventListener/ThemeListener.php:35 {
                Oro\Bundle\FrontendBundle\EventListener\ThemeListener->onKernelRequest(RequestEvent $event): void …
                › $hashNavigationHeader =    $request->get(ResponseHashnavListener::HASH_NAVIGATION_HEADER)    || $request->headers->get(ResponseHashnavListener::HASH_NAVIGATION_HEADER);
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.514+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8006
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Bundle/FeatureToggleBundle/EventListener/RequestListener.php:24 {
                Oro\Bundle\FeatureToggleBundle\EventListener\RequestListener->onRequest(RequestEvent $event): void …
                › {    $route = $event->getRequest()->get('_route');    if (null !== $route && !$this->featureChecker->isResourceEnabled($route, 'routes')) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.514+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8011
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/WebsiteSearchTerm/RedirectActionTypeSearchPageKernelListener.php:68 {
                Oro\Bundle\ProductBundle\EventListener\WebsiteSearchTerm\RedirectActionTypeSearchPageKernelListener->isApplicable(KernelEvent $event): bool …
                › 
                › if (!\in_array($event->getRequest()->get('_route'), $this->applicableRoutes, true)) {    // Not applicable route.
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/ProductBundle/EventListener/WebsiteSearchTerm/RedirectActionTypeSearchPageKernelListener.php:39 {
                Oro\Bundle\ProductBundle\EventListener\WebsiteSearchTerm\RedirectActionTypeSearchPageKernelListener->onKernelEvent(RequestEvent $event): void …
                › {    if (!$this->isApplicable($event)) {        return;
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.514+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8020
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Component/DraftSession/EventListener/SetDraftSessionUuidToRequestContextListener.php:37 {
                Oro\Component\DraftSession\EventListener\SetDraftSessionUuidToRequestContextListener->onKernelRequest(RequestEvent $event): void …
                › $request = $event->getRequest();$uuid = $request->get($this->parameterName);if ($uuid) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.514+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.514+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\LoggerBundle\EventListener\Trace\RequestTraceListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\MaintenanceBundle\EventListener\MaintenanceListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\ApiBundle\EventListener\JsonApiFormatOverrideListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\DraftableFilterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\MimeTypeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.515+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.516+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.516+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\InstallerBundle\EventListener\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.516+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.516+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\RedirectBundle\Security\Firewall::onKernelRequestBeforeRouting"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.516+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\OAuth2ServerBundle\EventListener\RedirectListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\ApiBundle\EventListener\ErrorHandlingBodyListenerDecorator::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\RedirectBundle\Security\Firewall::onKernelRequestAfterRouting"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\SecurityBundle\Http\Firewall\ContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\LocaleBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\GuestAccessRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.517+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\OAuth2ServerBundle\EventListener\OldApiAccessRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\UIBundle\EventListener\ContentProviderListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\EmailBundle\EventListener\NotificationAlertsListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\UserBundle\Security\DisabledLoginSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\SoapBundle\EventListener\ApiSubRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\ThemeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\WebsiteBundle\EventListener\AssetsRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.518+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\FeatureToggleBundle\EventListener\RequestListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\NavigationBundle\Event\AddMasterRequestRouteListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\WebsiteSearchTerm\RedirectActionTypeSearchPageKernelListener::onKernelEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\CustomerBundle\Doctrine\DoctrineFiltersListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Component\DraftSession\EventListener\BeginDraftSessionOnRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Component\DraftSession\EventListener\SetDraftSessionUuidToRequestContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Component\DraftSession\EventListener\EnableEntityDraftsOnRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\SoapBundle\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\LayoutBundle\EventListener\ThemeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.519+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Oro\Bundle\MessageQueueBundle\Client\RequestWatcher::onRequestStart"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\EmailBundle\EventListener\MailboxAuthorizationListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\ValidateApiDocViewListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\DraftableFilterListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\VisibilityBundle\EventListener\CategoryVisibleListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\PlatformBundle\EventListener\Controller\ControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\DistributionBundle\EventListener\ControllerTemplateListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.520+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\CsrfProtectionRequestListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.521+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\RestrictProductViewByInventoryStatusListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.521+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Oro\Bundle\ProductBundle\EventListener\RestrictVariantProductViewListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.537+03:00"
        "message" => "Invoked controller "Symfony\Component\HttpKernel\Controller\ErrorController::__invoke". (SUB_REQUEST)"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "security"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.537+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Oro\Bundle\ShoppingListBundle\EventListener\FrontendShoppingListTotalListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ControllerListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.538+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Oro\Bundle\DraftBundle\EventListener\DraftKernelListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.573+03:00"
        "message" => "User Deprecated: Since nelmio/security-bundle 3.4.0: The "Nelmio\SecurityBundle\EventListener\XssProtectionListener" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1750
            #message: "User Deprecated: Since nelmio/security-bundle 3.4.0: The "Nelmio\SecurityBundle\EventListener\XssProtectionListener" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead."
            #code: 0
            #file: "/app/vendor/nelmio/security-bundle/src/EventListener/XssProtectionListener.php"
            #line: 35
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/nelmio/security-bundle/src/EventListener/XssProtectionListener.php:35 {
                Nelmio\SecurityBundle\EventListener\XssProtectionListener->__construct(bool $enabled, bool $modeBlock, ?string $reportUri = null) …
                › 
                ›     trigger_deprecation('nelmio/security-bundle', '3.4.0', 'The "%s" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead.', __CLASS__);}
              }
              /app/vendor/nelmio/security-bundle/src/EventListener/XssProtectionListener.php:80 {
                Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(array $config): XssProtectionListener …
                › 
                ›     return new self($enabled, $modeBlock, $reportUri);}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:14717 {
                Container7eTLGZK\AppKernelDevDebugContainer::getNelmioSecurity_XssProtectionListenerService($container) …
                › {    return $container->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true, 'mode_block' => true, 'report_uri' => NULL]);}
              }
              /app/var/cache/dev/Container7eTLGZK/AppKernelDevDebugContainer.php:6061 {
                Container7eTLGZK\AppKernelDevDebugContainer::{closure:Container7eTLGZK\AppKernelDevDebugContainer::getEventDispatcherService():6061} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_security.csp_listener', class: 'Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener')] fn () => ($container->privates['nelmio_security.csp_listener'] ?? self::getNelmioSecurity_CspListenerService($container)), 'onKernelResponse'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'nelmio_security.xss_protection_listener', class: 'Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener')] fn () => ($container->privates['nelmio_security.xss_protection_listener'] ?? self::getNelmioSecurity_XssProtectionListenerService($container)), 'onKernelResponse'], 0);$instance->addListener('console.command', [#[\Closure(name: 'oro_api.listener.api_doc_cache_clear', class: 'Oro\\Bundle\\ApiBundle\\EventListener\\ApiDocCacheClearListener')] fn () => ($container->privates['oro_api.listener.api_doc_cache_clear'] ?? $container->load('getOroApi_Listener_ApiDocCacheClearService')), 'onConsoleCommand'], 0);
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:225 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:270 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener) ?? 0;
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:123 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.574+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8887
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/platform/src/Oro/Bundle/NavigationBundle/Event/ResponseHashnavListener.php:41 {
                Oro\Bundle\NavigationBundle\Event\ResponseHashnavListener->onResponse(ResponseEvent $event): void …
                › $request = $event->getRequest();if ($request->get(self::HASH_NAVIGATION_HEADER) || $request->headers->get(self::HASH_NAVIGATION_HEADER)) {    $location = '';
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.574+03:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8888
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/app/vendor/symfony/http-foundation/Request.php"
            #line: 756
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/symfony/http-foundation/Request.php:756 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /app/vendor/oro/commerce/src/Oro/Bundle/WebCatalogBundle/EventListener/EmptySearchResultsPageEventListener.php:139 {
                Oro\Bundle\WebCatalogBundle\EventListener\EmptySearchResultsPageEventListener->isApplicable(KernelEvent $event): bool …
                › {    if (!\in_array($event->getRequest()->get('_route'), $this->applicableRoutes, true)) {        // Empty search results page must not be available on an unsupported route.
              }
              /app/vendor/oro/commerce/src/Oro/Bundle/WebCatalogBundle/EventListener/EmptySearchResultsPageEventListener.php:53 {
                Oro\Bundle\WebCatalogBundle\EventListener\EmptySearchResultsPageEventListener->onKernelResponse(ResponseEvent $event): void …
                › {    if (!$this->isApplicable($event)) {        return;
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /app/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /app/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/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) {
              }
              /app/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  ...: {
                    "kernel.controller"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                  }
                }
              }
              /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#617 …}
                }
              }
              /app/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);}
                arguments: {
                  $listeners: [ …11]
                  $eventName: "kernel.controller"
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                }
              }
              /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#4416 …}
                  $eventName: "kernel.controller"
                }
              }
              /app/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);}
              /app/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 {
              }
              /app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php:53 {
                Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php:44 {
                Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator->handle(Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->innerKernel->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:40 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:3 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\MaintenanceBundle\EventListener\MaintenanceListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\UIBundle\EventListener\SymfonyDebugToolbarReplaceListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\CsrfProtectionRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\PermissionsPolicyHeaderRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.579+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\UserBundle\EventListener\TurnOffCachingListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\NavigationBundle\Event\ResponseHistoryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\NavigationBundle\Event\ResponseHashnavListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\WebCatalogBundle\EventListener\EmptySearchResultsPageEventListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorCookieResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.580+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\FrontendBundle\EventListener\UnauthorizedApiRequestListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Oro\Bundle\SecurityBundle\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Oro\Bundle\RedirectBundle\Security\Firewall::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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" => 1789783646
        "timestamp_rfc3339" => "2026-09-19T05:07:26.581+03: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: [
    "" => 0
    2 => 1
    7841 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#613 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"dev.light2life.ru"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"192.168.65.1"
x-forwarded-host
"dev.light2life.ru"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"0d7947d8e798"
x-php-ob-level
"0"
x-real-ip
"192.168.65.1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 19 Sep 2026 02:07:26 GMT"
vary
"Accept"
x-debug-exception
"Warning%3A%20require%28%2Fapp%2Fvar%2Fcache%2Fdev%2Fdoctrine%2Form%2FProxies%2F__CG__OroBundleProductBundleEntityBrand.php%29%3A%20Failed%20to%20open%20stream%3A%20No%20such%20file%20or%20directory"
x-debug-exception-file
"%2Fapp%2Fvendor%2Fdoctrine%2Fcommon%2Fsrc%2FProxy%2FAbstractProxyFactory.php:212"
x-debug-token
"b4a728"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Sat, 19 Sep 26 05:07:26 +0300"
Last used
"Sat, 19 Sep 26 05:07:26 +0300"
Lifetime
0

Session Attributes

Attribute Value
_customer_visitor_f7bf4772b5e80ba4cf50_last_visit_time
1789783646

Session Usage

11 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:42
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 42
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 65
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 120
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 93
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Security/Firewall.php"
    "line" => 67
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequestBeforeRouting"
    "class" => "Oro\Bundle\RedirectBundle\Security\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Oro\Bundle\OAuth2ServerBundle\Security\Authentication\Token\SessionTransferCustomerVisitorTokenFactory:60
[
  [
    "file" => "/app/vendor/oro/oauth2-server/src/Oro/Bundle/OAuth2ServerBundle/Security/Authentication/Token/SessionTransferCustomerVisitorTokenFactory.php"
    "line" => 60
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/oauth2-server/src/Oro/Bundle/OAuth2ServerBundle/Security/Authentication/Token/SessionTransferCustomerVisitorTokenFactory.php"
    "line" => 33
    "function" => "isSessionTransferCustomerVisitor"
    "class" => "Oro\Bundle\OAuth2ServerBundle\Security\Authentication\Token\SessionTransferCustomerVisitorTokenFactory"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/AnonymousCustomerUserAuthenticator.php"
    "line" => 89
    "function" => "create"
    "class" => "Oro\Bundle\OAuth2ServerBundle\Security\Authentication\Token\SessionTransferCustomerVisitorTokenFactory"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 82
    "function" => "createToken"
    "class" => "Oro\Bundle\CustomerBundle\Security\AnonymousCustomerUserAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 207
    "function" => "createToken"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 94
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Security/Firewall.php"
    "line" => 67
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequestBeforeRouting"
    "class" => "Oro\Bundle\RedirectBundle\Security\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:54
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 54
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/AnonymousCustomerUserAuthenticator.php"
    "line" => 94
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 82
    "function" => "createToken"
    "class" => "Oro\Bundle\CustomerBundle\Security\AnonymousCustomerUserAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 207
    "function" => "createToken"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 167
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 149
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 38
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 58
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 94
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Security/Firewall.php"
    "line" => 67
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequestBeforeRouting"
    "class" => "Oro\Bundle\RedirectBundle\Security\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Oro\Bundle\FrontendLocalizationBundle\Manager\UserLocalizationManager:182
[
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/FrontendLocalizationBundle/Manager/UserLocalizationManager.php"
    "line" => 182
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/FrontendLocalizationBundle/Manager/UserLocalizationManager.php"
    "line" => 187
    "function" => "getSessionLocalizations"
    "class" => "Oro\Bundle\FrontendLocalizationBundle\Manager\UserLocalizationManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/FrontendLocalizationBundle/Manager/UserLocalizationManager.php"
    "line" => 89
    "function" => "getSessionLocalizationIdByWebsiteId"
    "class" => "Oro\Bundle\FrontendLocalizationBundle\Manager\UserLocalizationManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/FrontendLocalizationBundle/Extension/CurrentLocalizationExtension.php"
    "line" => 45
    "function" => "getCurrentLocalization"
    "class" => "Oro\Bundle\FrontendLocalizationBundle\Manager\UserLocalizationManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/LocaleBundle/Provider/CurrentLocalizationProvider.php"
    "line" => 51
    "function" => "getCurrentLocalization"
    "class" => "Oro\Bundle\FrontendLocalizationBundle\Extension\CurrentLocalizationExtension"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Routing/SluggableUrlGenerator.php"
    "line" => 156
    "function" => "getCurrentLocalization"
    "class" => "Oro\Bundle\LocaleBundle\Provider\CurrentLocalizationProvider"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Routing/SluggableUrlGenerator.php"
    "line" => 78
    "function" => "getLocalizationId"
    "class" => "Oro\Bundle\RedirectBundle\Routing\SluggableUrlGenerator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Routing/SluggableUrlGenerator.php"
    "line" => 60
    "function" => "generateSluggableUrl"
    "class" => "Oro\Bundle\RedirectBundle\Routing\SluggableUrlGenerator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/routing/Router.php"
    "line" => 172
    "function" => "generate"
    "class" => "Oro\Bundle\RedirectBundle\Routing\SluggableUrlGenerator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/HttpUtils.php"
    "line" => 209
    "function" => "generate"
    "class" => "Symfony\Component\Routing\Router"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/HttpUtils.php"
    "line" => 145
    "function" => "generatesRequestPath"
    "class" => "Symfony\Component\Security\Http\HttpUtils"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/LogoutListener.php"
    "line" => 100
    "function" => "checkRequestPath"
    "class" => "Symfony\Component\Security\Http\HttpUtils"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/LogoutListener.php"
    "line" => 55
    "function" => "requiresLogout"
    "class" => "Symfony\Component\Security\Http\Firewall\LogoutListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\LogoutListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 93
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/commerce/src/Oro/Bundle/RedirectBundle/Security/Firewall.php"
    "line" => 67
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequestBeforeRouting"
    "class" => "Oro\Bundle\RedirectBundle\Security\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener:51
[
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/Listener/CustomerVisitorUpdateLastVisitListener.php"
    "line" => 51
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/Listener/CustomerVisitorUpdateLastVisitListener.php"
    "line" => 43
    "function" => "updateLastVisitTime"
    "class" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener:58
[
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/Listener/CustomerVisitorUpdateLastVisitListener.php"
    "line" => 58
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/CustomerBundle/Security/Listener/CustomerVisitorUpdateLastVisitListener.php"
    "line" => 43
    "function" => "updateLastVisitTime"
    "class" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Oro\Bundle\CustomerBundle\Security\Listener\CustomerVisitorUpdateLastVisitListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/PlatformBundle/Profiler/ConfigurableProfiler.php"
    "line" => 42
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Oro\Bundle\PlatformBundle\Profiler\ConfigurableProfiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/PlatformBundle/Profiler/ConfigurableProfiler.php"
    "line" => 42
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Oro\Bundle\PlatformBundle\Profiler\ConfigurableProfiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/PlatformBundle/Profiler/ConfigurableProfiler.php"
    "line" => 42
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Oro\Bundle\PlatformBundle\Profiler\ConfigurableProfiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/PlatformBundle/Profiler/ConfigurableProfiler.php"
    "line" => 42
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Oro\Bundle\PlatformBundle\Profiler\ConfigurableProfiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/app/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/PlatformBundle/Profiler/ConfigurableProfiler.php"
    "line" => 42
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Oro\Bundle\PlatformBundle\Profiler\ConfigurableProfiler"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/customer-portal/src/Oro/Bundle/FrontendBundle/Request/StorefrontSessionHttpKernelDecorator.php"
    "line" => 53
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Request/SessionHttpKernelDecorator.php"
    "line" => 44
    "function" => "handle"
    "class" => "Oro\Bundle\FrontendBundle\Request\StorefrontSessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Oro\Bundle\SecurityBundle\Request\SessionHttpKernelDecorator"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 40
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 3
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ORO_DB_DSN
"postgres://dart:123rty456@platform-db:5432/platformdb?sslmode=disable&charset=utf8&serverVersion=17.6"
ORO_DB_URL
"postgres://dart:123rty456@platform-db:5432/platformdb?sslmode=disable&charset=utf8&serverVersion=17.6"
ORO_ENV
"dev"
ORO_JPEGOPTIM_BINARY
""
ORO_LOG_PATH
"%kernel.logs_dir%/%kernel.environment%.log"
ORO_LOG_STACKTRACE_LEVEL
"error"
ORO_MAILER_DSN
"native://default"
ORO_MAINTENANCE_LOCK_FILE_PATH
"%kernel.project_dir%/var/maintenance/maintenance_lock"
ORO_MQ_DSN
"dbal:"
ORO_OAUTH_PRIVATE_KEY_PATH
"%kernel.project_dir%/var/oauth_private.key"
ORO_OAUTH_PUBLIC_KEY_PATH
"%kernel.project_dir%/var/oauth_public.key"
ORO_OUTBOUND_CONNECTION_CHECK_DURATION
"5"
ORO_PDF_GENERATOR_GOTENBERG_API_URL
"http://pdf-generator:3000"
ORO_PERMITTED_OUTBOUND_CONNECTIONS
""
ORO_PNGQUANT_BINARY
""
ORO_REDIS_CACHE_DSN
"redis://127.0.0.1:6379/1"
ORO_REDIS_DOCTRINE_DSN
"redis://127.0.0.1:6379/2"
ORO_REDIS_LAYOUT_DSN
"redis://127.0.0.1:6379/3"
ORO_REDIS_URL
"redis://127.0.0.1:6379"
ORO_SEARCH_ENGINE_DSN
"orm:?prefix=oro_search"
ORO_SEARCH_URL
"orm:"
ORO_SECRET
"ThisTokenIsNotSoSecretChangeIt"
ORO_SESSION_DSN
"native:"
ORO_TRACKING_DATA_FOLDER
""
ORO_WEBSITE_SEARCH_ENGINE_DSN
"orm:?prefix=oro_website_search"
ORO_WEBSOCKET_BACKEND_DSN
""
ORO_WEBSOCKET_FRONTEND_DSN
""
ORO_WEBSOCKET_SERVER_DSN
""
PG_DB_NAME
"platformdb"
PG_DB_ROOT_PASSWORD
"123rty456"
PG_DB_ROOT_USER
"dart"
PG_DB_VERSION
"17.6"
PG_HOST
"platform-db"
SYMFONY_TRUSTED_HEADERS
"X-Forwarded-For,X-Forwarded-Host,X-Forwarded-Proto"
SYMFONY_TRUSTED_PROXIES
"127.0.0.1,::1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"

Defined as regular env variables

Key Value
APP_ENV
"dev"
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "dotenv_path" => ".env-app"
  "env_var_name" => "ORO_ENV"
  "debug_var_name" => "ORO_DEBUG"
  "prod_envs" => [
    "prod"
    "behat_test"
  ]
  "project_dir" => "/app"
]
AUTH_TYPE
""
COMPOSER_ALLOW_SUPERUSER
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
GODEBUG
"cgocheck=0"
GOTRACEBACK
"none"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5"
HOME
"/"
HOSTNAME
"456accce1444"
HTTPS
""
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dev.light2life.ru"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"192.168.65.1"
HTTP_X_FORWARDED_HOST
"dev.light2life.ru"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"0d7947d8e798"
HTTP_X_REAL_IP
"192.168.65.1"
ORO_DEBUG
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.5.10.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"6a8bebaa4d5a979a38db29a9373e9851f60c6b11f72172c585947e78f3081957"
PHP_URL
"https://www.php.net/distributions/php-8.5.10.tar.xz"
PHP_VERSION
"8.5.10"
PWD
"/app"
QUERY_STRING
""
REMOTE_ADDR
"172.20.0.2"
REMOTE_HOST
"172.20.0.2"
REMOTE_IDENT
""
REMOTE_PORT
"42076"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1789783646
REQUEST_TIME_FLOAT
1789783646.167
REQUEST_URI
"/product/view/38"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_NAME
"dev.light2life.ru"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"FrankenPHP"
SSL_CIPHER
""
SSL_PROTOCOL
""
SYMFONY_DOTENV_PATH
"/app/.env-app"
SYMFONY_DOTENV_VARS
"ORO_ENV,ORO_SECRET,ORO_DB_URL,ORO_DB_DSN,ORO_MAILER_DSN,ORO_SEARCH_URL,ORO_SEARCH_ENGINE_DSN,ORO_WEBSITE_SEARCH_ENGINE_DSN,ORO_SESSION_DSN,ORO_WEBSOCKET_SERVER_DSN,ORO_WEBSOCKET_FRONTEND_DSN,ORO_WEBSOCKET_BACKEND_DSN,ORO_MQ_DSN,ORO_JPEGOPTIM_BINARY,ORO_PNGQUANT_BINARY,ORO_REDIS_URL,ORO_REDIS_CACHE_DSN,ORO_REDIS_DOCTRINE_DSN,ORO_REDIS_LAYOUT_DSN,ORO_TRACKING_DATA_FOLDER,ORO_MAINTENANCE_LOCK_FILE_PATH,ORO_OAUTH_PUBLIC_KEY_PATH,ORO_OAUTH_PRIVATE_KEY_PATH,SYMFONY_TRUSTED_PROXIES,SYMFONY_TRUSTED_HEADERS,ORO_LOG_PATH,ORO_LOG_STACKTRACE_LEVEL,ORO_PERMITTED_OUTBOUND_CONNECTIONS,ORO_OUTBOUND_CONNECTION_CHECK_DURATION,PG_DB_VERSION,PG_DB_NAME,PG_DB_ROOT_USER,PG_DB_ROOT_PASSWORD,PG_HOST,ORO_PDF_GENERATOR_GOTENBERG_API_URL"
TERM
"xterm"
XDEBUG_MODE
"off"
XDG_CONFIG_HOME
"/config"
XDG_DATA_HOME
"/data"

Parent Request

Return to parent request (token = c39b2c)

Key Value
_controller
"Oro\Bundle\ProductBundle\Controller\Frontend\ProductController::viewAction"
_csrf_cookie
Symfony\Component\HttpFoundation\Cookie {#4375
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: true
  #name: "https-_csrf"
  #value: "PqAK1jnjXcznvyjC-2sTL4Ric8mpZXt-qEp2Pu2sZ14"
  #domain: null
  #secure: null
  #httpOnly: false
  -raw: false
  -partitioned: false
}
_firewall_context
"security.firewall.map.context.frontend"
_layout
Oro\Bundle\LayoutBundle\Attribute\Layout {#4376
  -action: ""
  -blockThemes: ""
  -theme: ""
  -vars: [
    "product_type"
    "attribute_family"
    "page_template"
  ]
}
_master_request_route
"oro_product_frontend_product_view"
_remove_csp_headers
true
_route
"oro_product_frontend_product_view"
_route_params
[
  "id" => "38"
]
_security_customer_visitor_cookie
Symfony\Component\HttpFoundation\Cookie {#6173
  #expire: 1792375646
  #path: "/"
  -sameSite: "lax"
  -secureDefault: true
  #name: "customer_visitor"
  #value: "ImY3YmY0NzcyYjVlODBiYTRjZjUwIg=="
  #domain: null
  #secure: null
  #httpOnly: true
  -raw: false
  -partitioned: false
}
_security_firewall_run
"_security_customer_identity"
_stopwatch_token
"3558d8"
_theme
"default"
id
"38"