Error 500 Internal Server Error

GET http://133.125.62.206/products/list?category_id=20

ErrorController

Request

GET Parameters

Key Value
category_id
"20"
pageno
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"d997e2"
exception
Doctrine\ORM\NoResultException {#3065
  #message: "No result was found for query although at least one row was expected."
  #code: 0
  #file: "/var/www/html/shop/src/Eccube/Repository/TaxRuleRepository.php"
  #line: 222
  trace: {
    /var/www/html/shop/src/Eccube/Repository/TaxRuleRepository.php:222 {
      Eccube\Repository\TaxRuleRepository->getByRule(Eccube\Entity\Product|int|null $Product = null, Eccube\Entity\ProductClass|int|null $ProductClass = null, Eccube\Entity\Master\Pref|int|null $Pref = null, Eccube\Entity\Master\Country|int|null $Country = null): TaxRule …
      ›     }    throw new NoResultException();}
    }
    /var/www/html/shop/src/Eccube/Service/TaxRuleService.php:55 {
      Eccube\Service\TaxRuleService->getTax(string $price, Eccube\Entity\Product|int|null $product = null, Eccube\Entity\ProductClass|int|null $productClass = null, Eccube\Entity\Master\Pref|int|null $pref = null, Eccube\Entity\Master\Country|int|null $country = null): string …
      › if ($productClass instanceof ProductClass) {    $TaxRule = $productClass->getTaxRule() ?: $this->taxRuleRepository->getByRule(null, null, $pref, $country);} else {
    }
    /var/www/html/shop/src/Eccube/Service/TaxRuleService.php:77 {
      Eccube\Service\TaxRuleService->getPriceIncTax(string $price, Eccube\Entity\Product|int|null $product = null, Eccube\Entity\ProductClass|int|null $productClass = null, Eccube\Entity\Master\Pref|int|null $pref = null, Eccube\Entity\Master\Country|int|null $country = null): string …
      › {    return bcadd($price, $this->getTax($price, $product, $productClass, $pref, $country), 2);}
    }
    /var/www/html/shop/src/Eccube/Doctrine/EventSubscriber/TaxRuleEventSubscriber.php:64 {
      Eccube\Doctrine\EventSubscriber\TaxRuleEventSubscriber->postLoad(LifecycleEventArgs $args): void …
      › if ($entity instanceof ProductClass) {    $entity->setPrice01IncTax($this->getTaxRuleService()->getPriceIncTax($entity->getPrice01() ?? '0',        $entity->getProduct(), $entity));
    }
    /var/www/html/shop/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
      Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
      › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
    }
    /var/www/html/shop/vendor/doctrine/orm/src/Event/ListenersInvoker.php:95 {
      Doctrine\ORM\Event\ListenersInvoker->invoke(ClassMetadata $metadata, string $eventName, object $entity, EventArgs $event, int $invoke): void …
      › if ($invoke & self::INVOKE_MANAGER) {    $this->eventManager->dispatchEvent($eventName, $event);}
    }
    /var/www/html/shop/vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php:55 {
      Doctrine\ORM\Internal\HydrationCompleteHandler->hydrationComplete(): void …
      › 
      › $this->listenersInvoker->invoke(    $class,
    }
    /var/www/html/shop/vendor/doctrine/orm/src/UnitOfWork.php:3210 {
      Doctrine\ORM\UnitOfWork->hydrationComplete(): void …
      › {    $this->hydrationCompleteHandler->hydrationComplete();}
    }
    /var/www/html/shop/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:127 {
      Doctrine\ORM\Internal\Hydration\ObjectHydrator->cleanup(): void …
      › 
      ›     $this->uow->hydrationComplete();}
    }
    /var/www/html/shop/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:178 {
      Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
      › } finally {    $this->cleanup();}
    }
    /var/www/html/shop/vendor/doctrine/orm/src/AbstractQuery.php:943 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      › $data = $this->em->newHydrator($this->hydrationMode)->hydrateAll($stmt, $rsm, $this->hints);}
    /var/www/html/shop/vendor/doctrine/orm/src/AbstractQuery.php:886 {
      Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
    }
    /var/www/html/shop/vendor/doctrine/orm/src/AbstractQuery.php:688 {
      Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
      › {    return $this->execute(null, $hydrationMode);}
    }
    /var/www/html/shop/app/Customize/Repository/ProductRepository.php:111 {
      Customize\Repository\ProductRepository->findProductsWithSortedClassCategories(array $ids, ?string $indexBy = null): ArrayCollection|array|null …
      ›         ->enableResultCache($this->eccubeConfig['eccube_result_cache_lifetime_short'])        ->getResult();}
    }
    /var/www/html/shop/app/Customize/Controller/ProductController.php:188 {
      Customize\Controller\ProductController->index(Request $request): array …
      › }$ProductsAndClassCategories = $this->productRepository->findProductsWithSortedClassCategories($ids, 'p.id');}
    /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1226
  -records: [
    2 => [
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.268+09:00"
        "message" => "Client IP: 216.73.216.7"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.268+09:00"
        "message" => "INIT"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.270+09:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "product_list"
          "route_parameters" => [
            "_route" => "product_list"
            "_controller" => "Customize\Controller\ProductController::index"
          ]
          "request_uri" => "http://133.125.62.206/products/list?category_id=20"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.271+09:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_pgsql"
            "charset" => "utf8"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 5432
            "user" => "dbuser"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "14"
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collation" => "utf8mb4_bin"
            ]
            "dbname" => "eccubedb"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.283+09:00"
        "message" => "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:393 called by Connection.php:1692, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#476
            #message: "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:393 called by Connection.php:1692, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/shop/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/shop/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/shop/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/shop/vendor/doctrine/dbal/src/Connection.php:393 {
                Doctrine\DBAL\Connection->connect() …
                › if ($this->_eventManager->hasListeners(Events::postConnect)) {    Deprecation::trigger(        'doctrine/dbal',
              }
              /var/www/html/shop/vendor/doctrine/dbal/src/Connection.php:1692 {
                Doctrine\DBAL\Connection->getWrappedConnection() …
                › 
                › $this->connect();}
              /var/www/html/shop/vendor/doctrine/dbal/src/Connection.php:1195 {
                Doctrine\DBAL\Connection->executeStatement($sql, array $params = [], array $types = []) …
                › {    $connection = $this->getWrappedConnection();}
              /var/www/html/shop/app/Customize/Service/PendingOrderCancelService.php:48 {
                Customize\Service\PendingOrderCancelService->cancelExpiredPendingOrders(): void …
                › 
                › $count = (int) $conn->executeStatement(    <<<SQL
              }
              /var/www/html/shop/app/Customize/EventSubscriber/FrontPendingOrderCancelEventSubscriber.php:64 {
                Customize\EventSubscriber\FrontPendingOrderCancelEventSubscriber->onKernelRequest(RequestEvent $event): void …
                › // 全期限切れ決済処理中受注をキャンセル (2系 checkDbAllPendingOrder)$this->pendingOrderCancelService->cancelExpiredPendingOrders();}
              /var/www/html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/shop/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 {
              }
              /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.283+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET TIME ZONE 'UTC'"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.284+09:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET TIME ZONE 'Asia/Tokyo'"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.284+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            UPDATE dtb_order\n
               SET order_status_id = ?,\n
                   update_date     = CURRENT_TIMESTAMP\n
             WHERE order_status_id = ?\n
               AND device_type_id <> ?\n
               AND create_date    <= ?
            """
          "params" => [
            1 => 3
            2 => 7
            3 => 80
            4 => "2026-08-09 19:46:08"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.286+09:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.287+09:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.287+09:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.287+09:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.287+09:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.287+09:00"
        "message" => "PROCESS START"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "product_list"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.295+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.invoice_registration_number AS invoice_registration_number_25, t0.option_product_tax_rule AS option_product_tax_rule_26, t0.option_customer_activate AS option_customer_activate_27, t0.option_remember_me AS option_remember_me_28, t0.option_mail_notifier AS option_mail_notifier_29, t0.authentication_key AS authentication_key_30, t0.option_guest_purchase AS option_guest_purchase_31, t0.php_path AS php_path_32, t0.option_point AS option_point_33, t0.basic_point_rate AS basic_point_rate_34, t0.point_conversion_rate AS point_conversion_rate_35, t0.ga_id AS ga_id_36, t0.mail_domain AS mail_domain_37, t0.border_weight AS border_weight_38, t0.border_weight_sagawa AS border_weight_sagawa_39, t0.syuka_border_time AS syuka_border_time_40, t0.chat_work_apikey AS chat_work_apikey_41, t0.chat_work_apikey2 AS chat_work_apikey2_42, t0.chat_work_room_url AS chat_work_room_url_43, t0.background_id AS background_id_44, t0.welcome_point AS welcome_point_45, t0.tax_rule AS tax_rule_46, t0.regular_holiday_ids AS regular_holiday_ids_47, t0.country_id AS country_id_48, t0.pref_id AS pref_id_49, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.301+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.id AS id_0, d0_.page_name AS page_name_1, d0_.url AS url_2, d0_.file_name AS file_name_3, d0_.edit_type AS edit_type_4, d0_.author AS author_5, d0_.description AS description_6, d0_.keyword AS keyword_7, d0_.create_date AS create_date_8, d0_.update_date AS update_date_9, d0_.meta_robots AS meta_robots_10, d0_.meta_tags AS meta_tags_11, d1_.page_id AS page_id_12, d1_.layout_id AS layout_id_13, d1_.sort_no AS sort_no_14, d2_.id AS id_15, d2_.layout_name AS layout_name_16, d2_.create_date AS create_date_17, d2_.update_date AS update_date_18, d0_.discriminator_type AS discriminator_type_19, d0_.master_page_id AS master_page_id_20, d1_.discriminator_type AS discriminator_type_21, d1_.page_id AS page_id_22, d1_.layout_id AS layout_id_23, d2_.discriminator_type AS discriminator_type_24, d2_.device_type_id AS device_type_id_25 FROM dtb_page d0_ LEFT JOIN dtb_page_layout d1_ ON d0_.id = d1_.page_id AND d1_.discriminator_type IN ('pagelayout') LEFT JOIN dtb_layout d2_ ON d1_.layout_id = d2_.id AND d2_.discriminator_type IN ('layout') WHERE (d0_.url = ?) AND d0_.discriminator_type IN ('page')"
          "params" => [
            1 => "product_list"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.304+09: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 {#104
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/var/www/html/shop/vendor/symfony/http-foundation/Request.php"
            #line: 754
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/shop/vendor/symfony/http-foundation/Request.php:754 {
                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.');}
              /var/www/html/shop/src/Eccube/EventListener/TwigInitializeListener.php:124 {
                Eccube\EventListener\TwigInitializeListener->setFrontVariables(RequestEvent $event): void …
                › // 管理者ログインしている場合にページレイアウトのプレビューが可能if ($request->get('preview')) {    $is_admin = $request->getSession()->has('_security_admin');
              }
              /var/www/html/shop/src/Eccube/EventListener/TwigInitializeListener.php:71 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event): void …
                › } else {    $this->setFrontVariables($event);}
              }
              /var/www/html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/shop/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 {
              }
              /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.305+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.id AS id_0, d0_.layout_name AS layout_name_1, d0_.create_date AS create_date_2, d0_.update_date AS update_date_3, d1_.section AS section_4, d1_.block_id AS block_id_5, d1_.layout_id AS layout_id_6, d1_.block_row AS block_row_7, d2_.id AS id_8, d2_.block_name AS block_name_9, d2_.file_name AS file_name_10, d2_.use_controller AS use_controller_11, d2_.deletable AS deletable_12, d2_.create_date AS create_date_13, d2_.update_date AS update_date_14, d0_.discriminator_type AS discriminator_type_15, d0_.device_type_id AS device_type_id_16, d1_.discriminator_type AS discriminator_type_17, d1_.block_id AS block_id_18, d1_.layout_id AS layout_id_19, d2_.discriminator_type AS discriminator_type_20, d2_.device_type_id AS device_type_id_21 FROM dtb_layout d0_ LEFT JOIN dtb_block_position d1_ ON d0_.id = d1_.layout_id AND d1_.discriminator_type IN ('blockposition') LEFT JOIN dtb_block d2_ ON d1_.block_id = d2_.id AND d2_.discriminator_type IN ('block') WHERE (d0_.id = ?) AND d0_.discriminator_type IN ('layout') ORDER BY d1_.block_row ASC"
          "params" => [
            1 => 2
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.306+09:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL READ COMMITTED"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Begin Transaction."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.307+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Customize\EventSubscriber\AdminIpAddressAuthSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Customize\EventSubscriber\FrontPendingOrderCancelEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\LogListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.308+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.309+09:00"
        "message" => "LOGIC START"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "product_list"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.309+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.309+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.309+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Eccube\EventListener\LogListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.309+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Eccube\EventListener\RateLimiterListener::onController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.309+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Eccube\EventListener\TwoFactorAuthListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerQV0jQsh\RequestPayloadValueResolverGhost8b88c26::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.310+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.313+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.id AS id_0, d0_.category_name AS category_name_1, d0_.hierarchy AS hierarchy_2, d0_.sort_no AS sort_no_3, d0_.create_date AS create_date_4, d0_.update_date AS update_date_5, d0_.weight AS weight_6, d0_.category_name_official AS category_name_official_7, d0_.is_summary_sheet AS is_summary_sheet_8, d0_.brand_id AS brand_id_9, d0_.is_realtime AS is_realtime_10, d0_.realtime_disp_per AS realtime_disp_per_11, d0_.recommend_smstitle AS recommend_smstitle_12, d0_.recommend_smsid AS recommend_smsid_13, d0_.recommend_smsid2 AS recommend_smsid2_14, d0_.recommend_smsid3 AS recommend_smsid3_15, d0_.deliv_hinmei AS deliv_hinmei_16, d0_.order_smsid AS order_smsid_17, d0_.upsell_smsid AS upsell_smsid_18, d0_.crosssell_smsid AS crosssell_smsid_19, d0_.line_remake_id AS line_remake_id_20, d0_.postback_gid AS postback_gid_21, d0_.category_group_id AS category_group_id_22, d0_.postback_type AS postback_type_23, d1_.id AS id_24, d1_.category_name AS category_name_25, d1_.hierarchy AS hierarchy_26, d1_.sort_no AS sort_no_27, d1_.create_date AS create_date_28, d1_.update_date AS update_date_29, d1_.weight AS weight_30, d1_.category_name_official AS category_name_official_31, d1_.is_summary_sheet AS is_summary_sheet_32, d1_.brand_id AS brand_id_33, d1_.is_realtime AS is_realtime_34, d1_.realtime_disp_per AS realtime_disp_per_35, d1_.recommend_smstitle AS recommend_smstitle_36, d1_.recommend_smsid AS recommend_smsid_37, d1_.recommend_smsid2 AS recommend_smsid2_38, d1_.recommend_smsid3 AS recommend_smsid3_39, d1_.deliv_hinmei AS deliv_hinmei_40, d1_.order_smsid AS order_smsid_41, d1_.upsell_smsid AS upsell_smsid_42, d1_.crosssell_smsid AS crosssell_smsid_43, d1_.line_remake_id AS line_remake_id_44, d1_.postback_gid AS postback_gid_45, d1_.category_group_id AS category_group_id_46, d1_.postback_type AS postback_type_47, d2_.id AS id_48, d2_.category_name AS category_name_49, d2_.hierarchy AS hierarchy_50, d2_.sort_no AS sort_no_51, d2_.create_date AS create_date_52, d2_.update_date AS update_date_53, d2_.weight AS weight_54, d2_.category_name_official AS category_name_official_55, d2_.is_summary_sheet AS is_summary_sheet_56, d2_.brand_id AS brand_id_57, d2_.is_realtime AS is_realtime_58, d2_.realtime_disp_per AS realtime_disp_per_59, d2_.recommend_smstitle AS recommend_smstitle_60, d2_.recommend_smsid AS recommend_smsid_61, d2_.recommend_smsid2 AS recommend_smsid2_62, d2_.recommend_smsid3 AS recommend_smsid3_63, d2_.deliv_hinmei AS deliv_hinmei_64, d2_.order_smsid AS order_smsid_65, d2_.upsell_smsid AS upsell_smsid_66, d2_.crosssell_smsid AS crosssell_smsid_67, d2_.line_remake_id AS line_remake_id_68, d2_.postback_gid AS postback_gid_69, d2_.category_group_id AS category_group_id_70, d2_.postback_type AS postback_type_71, d3_.id AS id_72, d3_.category_name AS category_name_73, d3_.hierarchy AS hierarchy_74, d3_.sort_no AS sort_no_75, d3_.create_date AS create_date_76, d3_.update_date AS update_date_77, d3_.weight AS weight_78, d3_.category_name_official AS category_name_official_79, d3_.is_summary_sheet AS is_summary_sheet_80, d3_.brand_id AS brand_id_81, d3_.is_realtime AS is_realtime_82, d3_.realtime_disp_per AS realtime_disp_per_83, d3_.recommend_smstitle AS recommend_smstitle_84, d3_.recommend_smsid AS recommend_smsid_85, d3_.recommend_smsid2 AS recommend_smsid2_86, d3_.recommend_smsid3 AS recommend_smsid3_87, d3_.deliv_hinmei AS deliv_hinmei_88, d3_.order_smsid AS order_smsid_89, d3_.upsell_smsid AS upsell_smsid_90, d3_.crosssell_smsid AS crosssell_smsid_91, d3_.line_remake_id AS line_remake_id_92, d3_.postback_gid AS postback_gid_93, d3_.category_group_id AS category_group_id_94, d3_.postback_type AS postback_type_95, d4_.id AS id_96, d4_.category_name AS category_name_97, d4_.hierarchy AS hierarchy_98, d4_.sort_no AS sort_no_99, d4_.create_date AS create_date_100, d4_.update_date AS update_date_101, d4_.weight AS weight_102, d4_.category_name_official AS category_name_official_103, d4_.is_summary_sheet AS is_summary_sheet_104, d4_.brand_id AS brand_id_105, d4_.is_realtime AS is_realtime_106, d4_.realtime_disp_per AS realtime_disp_per_107, d4_.recommend_smstitle AS recommend_smstitle_108, d4_.recommend_smsid AS recommend_smsid_109, d4_.recommend_smsid2 AS recommend_smsid2_110, d4_.recommend_smsid3 AS recommend_smsid3_111, d4_.deliv_hinmei AS deliv_hinmei_112, d4_.order_smsid AS order_smsid_113, d4_.upsell_smsid AS upsell_smsid_114, d4_.crosssell_smsid AS crosssell_smsid_115, d4_.line_remake_id AS line_remake_id_116, d4_.postback_gid AS postback_gid_117, d4_.category_group_id AS category_group_id_118, d4_.postback_type AS postback_type_119, d0_.discriminator_type AS discriminator_type_120, d0_.parent_category_id AS parent_category_id_121, d0_.creator_id AS creator_id_122, d1_.discriminator_type AS discriminator_type_123, d1_.parent_category_id AS parent_category_id_124, d1_.creator_id AS creator_id_125, d2_.discriminator_type AS discriminator_type_126, d2_.parent_category_id AS parent_category_id_127, d2_.creator_id AS creator_id_128, d3_.discriminator_type AS discriminator_type_129, d3_.parent_category_id AS parent_category_id_130, d3_.creator_id AS creator_id_131, d4_.discriminator_type AS discriminator_type_132, d4_.parent_category_id AS parent_category_id_133, d4_.creator_id AS creator_id_134 FROM dtb_category d0_ LEFT JOIN dtb_category d1_ ON d0_.id = d1_.parent_category_id AND d1_.discriminator_type IN ('category') LEFT JOIN dtb_category d2_ ON d1_.id = d2_.parent_category_id AND d2_.discriminator_type IN ('category') LEFT JOIN dtb_category d3_ ON d2_.id = d3_.parent_category_id AND d3_.discriminator_type IN ('category') LEFT JOIN dtb_category d4_ ON d3_.id = d4_.parent_category_id AND d4_.discriminator_type IN ('category') WHERE (d0_.parent_category_id IS NULL) AND d0_.discriminator_type IN ('category') ORDER BY d0_.sort_no DESC, d1_.sort_no DESC, d2_.sort_no DESC, d3_.sort_no DESC, d4_.sort_no DESC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.318+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3, t0.discriminator_type FROM mtb_product_list_max t0 WHERE t0.discriminator_type IN ('productlistmax') ORDER BY t0.sort_no ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.319+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3, t0.discriminator_type FROM mtb_product_list_order_by t0 WHERE t0.discriminator_type IN ('productlistorderby') ORDER BY t0.sort_no ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.326+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.before"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.326+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.before"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.326+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.before"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.328+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT count(DISTINCT d0_.id) AS sclr_0 FROM dtb_product d0_ INNER JOIN dtb_product_category d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productcategory') INNER JOIN dtb_category d2_ ON d1_.category_id = d2_.id AND d2_.discriminator_type IN ('category') INNER JOIN dtb_product_class d3_ ON d0_.id = d3_.product_id AND d3_.discriminator_type IN ('productclass') WHERE (d0_.product_status_id = 1 AND d1_.category_id IN (?) AND d3_.visible = true) AND d0_.discriminator_type IN ('product') GROUP BY d0_.id"
          "params" => [
            1 => 20
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.331+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DISTINCT d0_.id AS id_0, MIN(d1_.price02) AS sclr_1, d0_.id AS id_2 FROM dtb_product d0_ INNER JOIN dtb_product_category d2_ ON d0_.id = d2_.product_id AND d2_.discriminator_type IN ('productcategory') INNER JOIN dtb_category d3_ ON d2_.category_id = d3_.id AND d3_.discriminator_type IN ('category') INNER JOIN dtb_product_class d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productclass') WHERE (d0_.product_status_id = 1 AND d2_.category_id IN (?) AND d1_.visible = true) AND d0_.discriminator_type IN ('product') GROUP BY d0_.id ORDER BY sclr_1 ASC, d0_.id DESC LIMIT 15"
          "params" => [
            1 => 20
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.333+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.note AS note_2, d0_.description_list AS description_list_3, d0_.description_detail AS description_detail_4, d0_.search_word AS search_word_5, d0_.free_area AS free_area_6, d0_.create_date AS create_date_7, d0_.update_date AS update_date_8, d0_.name_official AS name_official_9, d0_.brand_id AS brand_id_10, d0_.is_teiki AS is_teiki_11, d0_.tax_status AS tax_status_12, d0_.deliv_fee AS deliv_fee_13, d0_.irisu_txt AS irisu_txt_14, d0_.weight AS weight_15, d0_.is_confirm_show AS is_confirm_show_16, d0_.product_image AS product_image_17, d0_.product_code AS product_code_18, d0_.category_id AS category_id_19, d0_.price AS price_20, MIN(d1_.price02) AS sclr_21, d0_.discriminator_type AS discriminator_type_22, d0_.creator_id AS creator_id_23, d0_.product_status_id AS product_status_id_24 FROM dtb_product d0_ INNER JOIN dtb_product_category d2_ ON d0_.id = d2_.product_id AND d2_.discriminator_type IN ('productcategory') INNER JOIN dtb_category d3_ ON d2_.category_id = d3_.id AND d3_.discriminator_type IN ('category') INNER JOIN dtb_product_class d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productclass') WHERE (d0_.product_status_id = 1 AND d2_.category_id IN (?) AND d1_.visible = true AND d0_.id IN (?)) AND d0_.discriminator_type IN ('product') GROUP BY d0_.id ORDER BY sclr_21 ASC, d0_.id DESC"
          "params" => [
            1 => 20
            2 => 41
          ]
          "types" => [
            1 => 1
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.335+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.336+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.items"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.pagination"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.pagination"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.337+09:00"
        "message" => "Listener "{listener}" was not called for event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "knp_pager.pagination"
          "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.340+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.note AS note_2, d0_.description_list AS description_list_3, d0_.description_detail AS description_detail_4, d0_.search_word AS search_word_5, d0_.free_area AS free_area_6, d0_.create_date AS create_date_7, d0_.update_date AS update_date_8, d0_.name_official AS name_official_9, d0_.brand_id AS brand_id_10, d0_.is_teiki AS is_teiki_11, d0_.tax_status AS tax_status_12, d0_.deliv_fee AS deliv_fee_13, d0_.irisu_txt AS irisu_txt_14, d0_.weight AS weight_15, d0_.is_confirm_show AS is_confirm_show_16, d0_.product_image AS product_image_17, d0_.product_code AS product_code_18, d0_.category_id AS category_id_19, d0_.price AS price_20, d1_.id AS id_21, d1_.product_code AS product_code_22, d1_.stock AS stock_23, d1_.stock_unlimited AS stock_unlimited_24, d1_.sale_limit AS sale_limit_25, d1_.price01 AS price01_26, d1_.price02 AS price02_27, d1_.delivery_fee AS delivery_fee_28, d1_.visible AS visible_29, d1_.create_date AS create_date_30, d1_.update_date AS update_date_31, d1_.currency_code AS currency_code_32, d1_.point_rate AS point_rate_33, d2_.id AS id_34, d2_.tax_rate AS tax_rate_35, d2_.tax_adjust AS tax_adjust_36, d2_.apply_date AS apply_date_37, d2_.create_date AS create_date_38, d2_.update_date AS update_date_39, d3_.id AS id_40, d3_.stock AS stock_41, d3_.create_date AS create_date_42, d3_.update_date AS update_date_43, d4_.id AS id_44, d4_.backend_name AS backend_name_45, d4_.name AS name_46, d4_.sort_no AS sort_no_47, d4_.visible AS visible_48, d4_.create_date AS create_date_49, d4_.update_date AS update_date_50, d5_.id AS id_51, d5_.backend_name AS backend_name_52, d5_.name AS name_53, d5_.sort_no AS sort_no_54, d5_.visible AS visible_55, d5_.create_date AS create_date_56, d5_.update_date AS update_date_57, d6_.id AS id_58, d6_.backend_name AS backend_name_59, d6_.name AS name_60, d6_.sort_no AS sort_no_61, d6_.create_date AS create_date_62, d6_.update_date AS update_date_63, d7_.id AS id_64, d7_.backend_name AS backend_name_65, d7_.name AS name_66, d7_.sort_no AS sort_no_67, d7_.create_date AS create_date_68, d7_.update_date AS update_date_69, d8_.id AS id_70, d8_.file_name AS file_name_71, d8_.sort_no AS sort_no_72, d8_.create_date AS create_date_73, d9_.id AS id_74, d9_.create_date AS create_date_75, d0_.discriminator_type AS discriminator_type_76, d0_.creator_id AS creator_id_77, d0_.product_status_id AS product_status_id_78, d1_.discriminator_type AS discriminator_type_79, d1_.product_id AS product_id_80, d1_.sale_type_id AS sale_type_id_81, d1_.class_category_id1 AS class_category_id1_82, d1_.class_category_id2 AS class_category_id2_83, d1_.delivery_duration_id AS delivery_duration_id_84, d1_.creator_id AS creator_id_85, d2_.discriminator_type AS discriminator_type_86, d2_.product_class_id AS product_class_id_87, d2_.creator_id AS creator_id_88, d2_.country_id AS country_id_89, d2_.pref_id AS pref_id_90, d2_.product_id AS product_id_91, d2_.rounding_type_id AS rounding_type_id_92, d3_.discriminator_type AS discriminator_type_93, d3_.product_class_id AS product_class_id_94, d3_.creator_id AS creator_id_95, d4_.discriminator_type AS discriminator_type_96, d4_.class_name_id AS class_name_id_97, d4_.creator_id AS creator_id_98, d5_.discriminator_type AS discriminator_type_99, d5_.class_name_id AS class_name_id_100, d5_.creator_id AS creator_id_101, d6_.discriminator_type AS discriminator_type_102, d6_.creator_id AS creator_id_103, d7_.discriminator_type AS discriminator_type_104, d7_.creator_id AS creator_id_105, d8_.discriminator_type AS discriminator_type_106, d8_.product_id AS product_id_107, d8_.creator_id AS creator_id_108, d9_.discriminator_type AS discriminator_type_109, d9_.product_id AS product_id_110, d9_.tag_id AS tag_id_111, d9_.creator_id AS creator_id_112 FROM dtb_product d0_ INNER JOIN dtb_product_class d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productclass') LEFT JOIN dtb_tax_rule d2_ ON d1_.id = d2_.product_class_id AND d2_.discriminator_type IN ('taxrule') LEFT JOIN dtb_product_stock d3_ ON d1_.id = d3_.product_class_id AND d3_.discriminator_type IN ('productstock') LEFT JOIN dtb_class_category d4_ ON d1_.class_category_id1 = d4_.id AND d4_.discriminator_type IN ('classcategory') LEFT JOIN dtb_class_category d5_ ON d1_.class_category_id2 = d5_.id AND d5_.discriminator_type IN ('classcategory') LEFT JOIN dtb_class_name d6_ ON d4_.class_name_id = d6_.id AND d6_.discriminator_type IN ('classname') LEFT JOIN dtb_class_name d7_ ON d5_.class_name_id = d7_.id AND d7_.discriminator_type IN ('classname') LEFT JOIN dtb_product_image d8_ ON d0_.id = d8_.product_id AND d8_.discriminator_type IN ('productimage') LEFT JOIN dtb_product_tag d9_ ON d0_.id = d9_.product_id AND d9_.discriminator_type IN ('producttag') WHERE (d0_.id IN (41) AND d1_.visible = ?) AND d0_.discriminator_type IN ('product') ORDER BY d4_.sort_no DESC, d5_.sort_no DESC, d8_.sort_no ASC"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.345+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT d0_.id AS id_0, d0_.tax_rate AS tax_rate_1, d0_.tax_adjust AS tax_adjust_2, d0_.apply_date AS apply_date_3, d0_.create_date AS create_date_4, d0_.update_date AS update_date_5, d0_.discriminator_type AS discriminator_type_6, d0_.product_class_id AS product_class_id_7, d0_.creator_id AS creator_id_8, d0_.country_id AS country_id_9, d0_.pref_id AS pref_id_10, d0_.product_id AS product_id_11, d0_.rounding_type_id AS rounding_type_id_12 FROM dtb_tax_rule d0_ WHERE (d0_.apply_date < ? AND d0_.pref_id IS NULL AND d0_.country_id IS NULL AND d0_.product_id IS NULL AND d0_.product_class_id IS NULL) AND d0_.discriminator_type IN ('taxrule') ORDER BY d0_.apply_date DESC"
          "params" => [
            1 => "2026-08-09 11:01:08"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.346+09:00"
        "message" => "Rollback executed."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.346+09:00"
        "message" => "Uncaught PHP Exception Doctrine\ORM\NoResultException: "No result was found for query although at least one row was expected." at TaxRuleRepository.php line 222"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\ORM\NoResultException {#3065
            #message: "No result was found for query although at least one row was expected."
            #code: 0
            #file: "/var/www/html/shop/src/Eccube/Repository/TaxRuleRepository.php"
            #line: 222
            trace: {
              /var/www/html/shop/src/Eccube/Repository/TaxRuleRepository.php:222 {
                Eccube\Repository\TaxRuleRepository->getByRule(Eccube\Entity\Product|int|null $Product = null, Eccube\Entity\ProductClass|int|null $ProductClass = null, Eccube\Entity\Master\Pref|int|null $Pref = null, Eccube\Entity\Master\Country|int|null $Country = null): TaxRule …
                ›     }    throw new NoResultException();}
              }
              /var/www/html/shop/src/Eccube/Service/TaxRuleService.php:55 {
                Eccube\Service\TaxRuleService->getTax(string $price, Eccube\Entity\Product|int|null $product = null, Eccube\Entity\ProductClass|int|null $productClass = null, Eccube\Entity\Master\Pref|int|null $pref = null, Eccube\Entity\Master\Country|int|null $country = null): string …
                › if ($productClass instanceof ProductClass) {    $TaxRule = $productClass->getTaxRule() ?: $this->taxRuleRepository->getByRule(null, null, $pref, $country);} else {
              }
              /var/www/html/shop/src/Eccube/Service/TaxRuleService.php:77 {
                Eccube\Service\TaxRuleService->getPriceIncTax(string $price, Eccube\Entity\Product|int|null $product = null, Eccube\Entity\ProductClass|int|null $productClass = null, Eccube\Entity\Master\Pref|int|null $pref = null, Eccube\Entity\Master\Country|int|null $country = null): string …
                › {    return bcadd($price, $this->getTax($price, $product, $productClass, $pref, $country), 2);}
              }
              /var/www/html/shop/src/Eccube/Doctrine/EventSubscriber/TaxRuleEventSubscriber.php:64 {
                Eccube\Doctrine\EventSubscriber\TaxRuleEventSubscriber->postLoad(LifecycleEventArgs $args): void …
                › if ($entity instanceof ProductClass) {    $entity->setPrice01IncTax($this->getTaxRuleService()->getPriceIncTax($entity->getPrice01() ?? '0',        $entity->getProduct(), $entity));
              }
              /var/www/html/shop/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /var/www/html/shop/vendor/doctrine/orm/src/Event/ListenersInvoker.php:95 {
                Doctrine\ORM\Event\ListenersInvoker->invoke(ClassMetadata $metadata, string $eventName, object $entity, EventArgs $event, int $invoke): void …
                › if ($invoke & self::INVOKE_MANAGER) {    $this->eventManager->dispatchEvent($eventName, $event);}
              }
              /var/www/html/shop/vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php:55 {
                Doctrine\ORM\Internal\HydrationCompleteHandler->hydrationComplete(): void …
                › 
                › $this->listenersInvoker->invoke(    $class,
              }
              /var/www/html/shop/vendor/doctrine/orm/src/UnitOfWork.php:3210 {
                Doctrine\ORM\UnitOfWork->hydrationComplete(): void …
                › {    $this->hydrationCompleteHandler->hydrationComplete();}
              }
              /var/www/html/shop/vendor/doctrine/orm/src/Internal/Hydration/ObjectHydrator.php:127 {
                Doctrine\ORM\Internal\Hydration\ObjectHydrator->cleanup(): void …
                › 
                ›     $this->uow->hydrationComplete();}
              }
              /var/www/html/shop/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:178 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(Result $stmt, ResultSetMapping $resultSetMapping, array $hints = []): mixed …
                › } finally {    $this->cleanup();}
              }
              /var/www/html/shop/vendor/doctrine/orm/src/AbstractQuery.php:943 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $data = $this->em->newHydrator($this->hydrationMode)->hydrateAll($stmt, $rsm, $this->hints);}
              /var/www/html/shop/vendor/doctrine/orm/src/AbstractQuery.php:886 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/shop/vendor/doctrine/orm/src/AbstractQuery.php:688 {
                Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
                › {    return $this->execute(null, $hydrationMode);}
              }
              /var/www/html/shop/app/Customize/Repository/ProductRepository.php:111 {
                Customize\Repository\ProductRepository->findProductsWithSortedClassCategories(array $ids, ?string $indexBy = null): ArrayCollection|array|null …
                ›         ->enableResultCache($this->eccubeConfig['eccube_result_cache_lifetime_short'])        ->getResult();}
              }
              /var/www/html/shop/app/Customize/Controller/ProductController.php:188 {
                Customize\Controller\ProductController->index(Request $request): array …
                › }$ProductsAndClassCategories = $this->productRepository->findProductsWithSortedClassCategories($ids, 'p.id');}
              /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09:00"
        "message" => "Doctrine\ORM\NoResultException: No result was found for query although at least one row was expected. (uncaught exception) at /var/www/html/shop/src/Eccube/Repository/TaxRuleRepository.php line 222"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Doctrine\ORM\NoResultException {#3065}
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Eccube\EventListener\TransactionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Eccube\EventListener\LogListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09:00"
        "message" => "LOGIC END"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "product_list"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.404+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Eccube\EventListener\LogListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.406+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.407+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.407+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.407+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.407+09: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"
      ]
    ]
    3183 => [
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.347+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Customize\EventSubscriber\AdminIpAddressAuthSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Customize\EventSubscriber\FrontPendingOrderCancelEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\LogListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.348+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Eccube\EventListener\LogListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Eccube\EventListener\RateLimiterListener::onController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Eccube\EventListener\TwoFactorAuthListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerQV0jQsh\RequestPayloadValueResolverGhost8b88c26::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.349+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.375+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.376+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(table_name) AS table_name,\n
                   table_schema AS schema_name\n
            FROM information_schema.tables\n
            WHERE table_catalog = ?\n
              AND table_schema NOT LIKE 'pg\_%'\n
              AND table_schema != 'information_schema'\n
              AND table_name != 'geometry_columns'\n
              AND table_name != 'spatial_ref_sys'\n
              AND table_type = 'BASE TABLE'\n
            ORDER BY\n
              quote_ident(table_name)
            """
          "params" => [
            1 => "eccubedb"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.381+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT schema_name\n
            FROM   information_schema.schemata\n
            WHERE  schema_name NOT LIKE 'pg\_%'\n
            AND    schema_name != 'information_schema'
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.381+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SHOW search_path"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.382+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.382+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT quote_ident(table_name) AS table_name,\n
                   table_schema AS schema_name\n
            FROM information_schema.tables\n
            WHERE table_catalog = ?\n
              AND table_schema NOT LIKE 'pg\_%'\n
              AND table_schema != 'information_schema'\n
              AND table_name != 'geometry_columns'\n
              AND table_name != 'spatial_ref_sys'\n
              AND table_type = 'BASE TABLE'\n
            ORDER BY\n
              quote_ident(table_name)
            """
          "params" => [
            1 => "eccubedb"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.385+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.385+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT n.nspname AS schema_name,\n
                   c.relname AS table_name,\n
                   CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,\n
                   obj_description(c.oid, 'pg_class') AS comment\n
            FROM pg_class c\n
                 INNER JOIN pg_namespace n\n
                     ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.386+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.386+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT                  quote_ident(r.conname) as conname,\n
                              pg_get_constraintdef(r.oid, true) as condef\n
                              FROM pg_constraint r\n
                                  JOIN pg_class AS tc ON tc.oid = r.conrelid\n
                                  JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
                              WHERE r.conrelid IN\n
                              (\n
                                  SELECT c.oid\n
                                  FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f' ORDER BY quote_ident(r.conname)
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.387+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT            a.attnum,\n
                        quote_ident(a.attname) AS field,\n
                        t.typname AS type,\n
                        format_type(a.atttypid, a.atttypmod) AS complete_type,\n
                        (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,\n
                        (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,\n
                        (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM\n
                          pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,\n
                        a.attnotnull AS isnotnull,\n
                        (SELECT 't'\n
                         FROM pg_index\n
                         WHERE c.oid = pg_index.indrelid\n
                            AND pg_index.indkey[0] = a.attnum\n
                            AND pg_index.indisprimary = 't'\n
                        ) AS pri,\n
                        (    SELECT\n
                    CASE\n
                        WHEN a.attgenerated = 's' THEN NULL\n
                        ELSE pg_get_expr(adbin, adrelid)\n
                    END\n
                 FROM pg_attrdef\n
                 WHERE c.oid = pg_attrdef.adrelid\n
                    AND pg_attrdef.adnum=a.attnum) AS default,\n
                        (SELECT pg_description.description\n
                            FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid\n
                        ) AS comment\n
                        FROM pg_attribute a\n
                            INNER JOIN pg_class c\n
                                ON c.oid = a.attrelid\n
                            INNER JOIN pg_type t\n
                                ON t.oid = a.atttypid\n
                            INNER JOIN pg_namespace n\n
                                ON n.oid = c.relnamespace\n
                            LEFT JOIN pg_depend d\n
                                ON d.objid = c.oid\n
                                    AND d.deptype = 'e'\n
                                    AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.389+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.390+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT                   quote_ident(ic.relname) AS relname,\n
                               i.indisunique,\n
                               i.indisprimary,\n
                               i.indkey,\n
                               i.indrelid,\n
                               pg_get_expr(indpred, indrelid) AS "where"\n
                          FROM pg_index i\n
                               JOIN pg_class AS tc ON tc.oid = i.indrelid\n
                               JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
                               JOIN pg_class AS ic ON ic.oid = i.indexrelid\n
                         WHERE ic.oid IN (\n
                            SELECT indexrelid\n
                            FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) ORDER BY quote_ident(ic.relname)
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.391+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT attnum,\n
                   quote_ident(attname) AS attname\n
            FROM pg_attribute\n
            WHERE attrelid = 20094\n
              AND attnum IN (1)\n
            ORDER BY attnum
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.391+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM doctrine_migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.395+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.396+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.397+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.397+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.397+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Eccube\EventListener\LogListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09: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" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.398+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.399+09: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"
      ]
    ]
    "" => [
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.813+09:00"
        "message" => "PROCESS END"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "product_list"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.813+09:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.813+09:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1786273268
        "timestamp_rfc3339" => "2026-08-09T20:01:08.814+09:00"
        "message" => "Commit executed."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
    ]
  ]
  -errorCount: [
    2 => 2
    3183 => 0
    "" => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1225 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
cache-control
"max-age=0"
connection
"keep-alive"
host
"133.125.62.206"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"1.1 squid-proxy-5b96dc6d46-hw8hw (squid/6.13)"
x-forwarded-for
"10.1.19.32"
x-php-ob-level
"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
"Sun, 09 Aug 2026 11:01:08 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 09 Aug 2025 11:01:07 GMT; Max-Age=0; path=/; httponly"
vary
"Accept"
x-debug-exception
"No%20result%20was%20found%20for%20query%20although%20at%20least%20one%20row%20was%20expected."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fshop%2Fsrc%2FEccube%2FRepository%2FTaxRuleRepository.php:222"
x-debug-token
"61bbae"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#3641
  #expire: 1
  #path: "/"
  -sameSite: null
  -secureDefault: false
  #name: "maintenance_token"
  #value: null
  #domain: null
  #secure: false
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 31
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 378
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 594
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 107
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 93
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/security-http/Firewall.php"
    "line" => 93
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
AMAZONPAY_CLIENT_ID
"amzn1.application-oa2-client.458d85c7d99f414ab0f6edf5058c1ff8"
AMAZONPAY_MERCHANT_ID
"A2L8SBAXG3BY9Z"
AMAZONPAY_PRIVATE_KEY
"var/amazonpay/AmazonPay_SANDBOX-AFISOJW4KPPUGUDOAN2FUT5Z.pem"
AMAZONPAY_PUBLIC_KEY_ID
"SANDBOX-AFISOJW4KPPUGUDOAN2FUT5Z"
AMAZONPAY_SANDBOX
"1"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"8a7495c4e28761155854076a18f4b83b92f7edc4b63344a6ae227ffca9f8c43e"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/shop"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8"
DATABASE_SERVER_VERSION
"14"
DATABASE_URL
"postgresql://dbuser:secret@127.0.0.1:5432/eccubedb?charset=utf8&serverVersion=14"
DOCUMENT_ROOT
"/var/www/html/shop"
ECCUBE_AUTH_MAGIC
"yuriiro-sakura-verify"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"133.125.62.206"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"1.1 squid-proxy-5b96dc6d46-hw8hw (squid/6.13)"
HTTP_X_FORWARDED_FOR
"10.1.19.32"
MAILER_DSN
"null://null"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"category_id=20"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_QUERY_STRING
"category_id=20"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"anhd9EzaikC3Kiy9pwz6rgAAAE8"
REDIRECT_URL
"/products/list"
REMOTE_ADDR
"216.73.216.7"
REMOTE_PORT
"18669"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1786273268
REQUEST_TIME_FLOAT
1786273268.2497
REQUEST_URI
"/products/list?category_id=20"
SCRIPT_FILENAME
"/var/www/html/shop/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"133.125.62.206"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"133.125.62.206"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.53 (Rocky Linux) OpenSSL/3.0.7"
UNIQUE_ID
"anhd9EzaikC3Kiy9pwz6rgAAAE8"
USER
"apache"
VAMOS_ENV
"test"
VAMOS_SHOP_CODE
""
VAMOS_SP_CODE
""
VAMOS_TERMINAL_ID
""
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 6674e4)

Key Value
_controller
"Customize\Controller\ProductController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"product_list"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_customer"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#568
    -supports: false
    -passport: null
    -duration: null
    -stub: "Customize\Security\CustomerNameAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Customize\Security\CustomerNameAuthenticator {#504 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#570
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#571 …}
  }
]
_stopwatch_token
"1ebe56"