Error 404 Not Found

GET https://stg.good-wifi.jp/user_data/addmore-overseas

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"9fca6b"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2801
  #message: ""
  #code: 0
  #file: "/var/www/html/src/Eccube/Controller/UserDataController.php"
  #line: 64
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/html/src/Eccube/Controller/UserDataController.php:64 {
      Eccube\Controller\UserDataController->index(Request $request, $route) …
      › if (null === $Page) {    throw new NotFoundHttpException();}
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/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/vendor/symfony/http-kernel/Kernel.php:197 {
      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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1098
  -records: [
    "" => [
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.755+00:00"
        "message" => "Deprecated: Eccube\Entity\Customer implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#34
            #message: "Deprecated: Eccube\Entity\Customer implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
            #code: 0
            #file: "/var/www/html/app/proxy/entity/src/Eccube/Entity/Customer.php"
            #line: 34
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/app/proxy/entity/src/Eccube/Entity/Customer.php:34 {
                require_once …
                ›  */class Customer extends \Eccube\Entity\AbstractEntity implements UserInterface, PasswordAuthenticatedUserInterface, LegacyPasswordAuthenticatedUserInterface, \Serializable{
              }
              /var/www/html/src/Eccube/Kernel.php:336 {
                Eccube\Kernel->loadEntityProxies() …
                › foreach ($files as $file) {    require_once $file->getRealPath();}
              }
              /var/www/html/src/Eccube/Kernel.php:65 {
                Eccube\Kernel->__construct(string $environment, bool $debug) …
                › 
                ›     $this->loadEntityProxies();}
              }
              /var/www/html/index.php:87 {
                › 
                › $kernel = new Kernel($env, $debug);$response = $kernel->handle($request);
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.755+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1064
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_CachedReaderService.php:23 {
                ContainerUyrPeWr\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotationReaderFacadeService.php:23 {
                ContainerUyrPeWr\getAnnotationReaderFacadeService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade'] = new \Eccube\DependencyInjection\Facade\AnnotationReaderFacade(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/html/src/Eccube/Kernel.php:156 {
                Eccube\Kernel->boot() …
                › /** @var AnnotationReaderFacade $AnnotationReaderFacade */$AnnotationReaderFacade = $container->get(AnnotationReaderFacade::class);$AnnotationReader = $AnnotationReaderFacade->getAnnotationReader();
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/html/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.756+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1062
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_ReaderService.php:23 {
                ContainerUyrPeWr\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_CachedReaderService.php:25 {
                ContainerUyrPeWr\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotationReaderFacadeService.php:23 {
                ContainerUyrPeWr\getAnnotationReaderFacadeService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade'] = new \Eccube\DependencyInjection\Facade\AnnotationReaderFacade(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/html/src/Eccube/Kernel.php:156 {
                Eccube\Kernel->boot() …
                › /** @var AnnotationReaderFacade $AnnotationReaderFacade */$AnnotationReaderFacade = $container->get(AnnotationReaderFacade::class);$AnnotationReader = $AnnotationReaderFacade->getAnnotationReader();
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/html/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.756+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1055
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_CacheAdapterService.php:23 {
                ContainerUyrPeWr\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotations_CachedReaderService.php:25 {
                ContainerUyrPeWr\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getAnnotationReaderFacadeService.php:23 {
                ContainerUyrPeWr\getAnnotationReaderFacadeService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade'] = new \Eccube\DependencyInjection\Facade\AnnotationReaderFacade(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/html/src/Eccube/Kernel.php:156 {
                Eccube\Kernel->boot() …
                › /** @var AnnotationReaderFacade $AnnotationReaderFacade */$AnnotationReaderFacade = $container->get(AnnotationReaderFacade::class);$AnnotationReader = $AnnotationReaderFacade->getAnnotationReader();
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /var/www/html/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.905+09:00"
        "message" => "PROCESS END"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "user_data"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.905+09:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.907+09:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.909+09:00"
        "message" => "Commit executed."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
    ]
    10 => [
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.757+09:00"
        "message" => "Client IP: 172.18.0.2"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.758+09:00"
        "message" => "INIT"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.760+09:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "user_data"
          "route_parameters" => [
            "_route" => "user_data"
            "_controller" => "Eccube\Controller\UserDataController::index"
            "route" => "addmore-overseas"
          ]
          "request_uri" => "https://stg.good-wifi.jp/user_data/addmore-overseas"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.761+09:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.761+09:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.761+09:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.761+09:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.761+09:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "customer"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.761+09:00"
        "message" => "PROCESS START"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "user_data"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.761+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Eccube_KernelDevDebugContainer.php:1012, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#527
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Eccube_KernelDevDebugContainer.php:1012, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:82 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                ›     'In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true.',    self::class);
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:1012 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $c = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Eccube/Entity'), (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false));$d = ($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'));
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:981 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::ContainerUyrPeWr\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost554d0f0', static fn () => \EntityManagerGhost554d0f0::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerUyrPeWr\EntityManagerGhost554d0f0->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:71 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.761+00:00"
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:71 called by Eccube_KernelDevDebugContainer.php:1015, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#522
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:71 called by Eccube_KernelDevDebugContainer.php:1015, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:71 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                ›     'https://github.com/doctrine/orm/issues/10098',    'The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver.');
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:1015 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [(\dirname(__DIR__, 4).'/src/Eccube/Entity')]);$e->setTraitProxiesDirectory((\dirname(__DIR__, 4).'/app/proxy/entity'));
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:981 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::ContainerUyrPeWr\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost554d0f0', static fn () => \EntityManagerGhost554d0f0::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerUyrPeWr\EntityManagerGhost554d0f0->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:71 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.762+00:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#438
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:169 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                ›     'https://github.com/doctrine/orm/pull/10837/',    'Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them.');
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:182 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                ›     $config->getProxyNamespace(),    $config->getAutoGenerateProxyClasses());
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:1302 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:981 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::ContainerUyrPeWr\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost554d0f0', static fn () => \EntityManagerGhost554d0f0::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerUyrPeWr\EntityManagerGhost554d0f0->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:207 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:71 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.763+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\InitSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1774
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\InitSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.763+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\SaveEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1776
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\SaveEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.763+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\TaxRuleEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1784
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Eccube\Doctrine\EventSubscriber\TaxRuleEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.763+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Customize\Doctrine\EventSubscriber\UpdateOrderStatusToPaidEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1787
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Customize\Doctrine\EventSubscriber\UpdateOrderStatusToPaidEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.763+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Customize\EventListener\PaygentPaymentDataListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1789
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Customize\EventListener\PaygentPaymentDataListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.763+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Customize\EventListener\WifiConnectOrderListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1797
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Customize\EventListener\WifiConnectOrderListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.764+00:00"
        "message" => "User Deprecated: Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:221 called by ClassMetadataFactory.php:641, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1839
            #message: "User Deprecated: Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:221 called by ClassMetadataFactory.php:641, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/dbal/src/Platforms/PostgreSQLPlatform.php:221 {
                Doctrine\DBAL\Platforms\PostgreSQLPlatform->usesSequenceEmulatedIdentityColumns() …
                ›     '%s is deprecated.',    __METHOD__,);
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:641 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › /** @psalm-suppress UndefinedClass, InvalidClass */if (! $platform instanceof MySQLPlatform && ! $platform instanceof SqlitePlatform && ! $platform instanceof SQLServerPlatform && $platform->usesSequenceEmulatedIdentityColumns()) {    Deprecation::trigger(
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.764+00:00"
        "message" => """
          User Deprecated: Context: Loading metadata for class Eccube\Entity\BaseInfo\n
          Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.\n
          Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:652 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
          """
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1937
            #message: """
              User Deprecated: Context: Loading metadata for class Eccube\Entity\BaseInfo\n
              Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.\n
              Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:652 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
              """
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:652 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                ›     $class->name,    get_class($this->getTargetPlatform()));
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.765+00:00"
        "message" => "Deprecated: Eccube\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1929
            #message: "Deprecated: Eccube\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
            #code: 0
            #file: "/var/www/html/src/Eccube/Entity/Member.php"
            #line: 34
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/src/Eccube/Entity/Member.php:34 {
                class_exists(string $class, bool $autoload = true): bool …
                ›  */class Member extends \Eccube\Entity\AbstractEntity implements UserInterface, PasswordAuthenticatedUserInterface, LegacyPasswordAuthenticatedUserInterface, \Serializable{
              }
              /var/www/html/src/Eccube/Entity/Member.php:24 {
                require_once …
                › 
                › if (!class_exists('\Eccube\Entity\Member')) {    /**
              }
              /var/www/html/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:86 {
                Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
                › } else {    require_once $sourceFile;}
              }
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
                Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
                › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:26 {
                Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
                › {    return $this->driver->getAllClassNames();}
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:345 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->addDefaultDiscriminatorMap(ClassMetadata $class): void …
                › {    $allClasses = $this->driver->getAllClassNames();    $fqcn       = $class->getName();
              }
              /var/www/html/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:242 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › if ($class->isRootEntity() && ! $class->isInheritanceTypeNone() && ! $class->discriminatorMap) {    $this->addDefaultDiscriminatorMap($class);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.774+09:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_pgsql"
            "charset" => "utf8"
            "host" => "goodwifi-db.cj2uscco06l1.ap-northeast-1.rds.amazonaws.com"
            "port" => null
            "user" => "postgres"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "14"
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collation" => "utf8mb4_bin"
            ]
            "dbname" => "goodwifi-ec-stg-v3"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.808+00:00"
        "message" => "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:392 called by Connection.php:1659, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2425
            #message: "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:392 called by Connection.php:1659, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/dbal/src/Connection.php:392 {
                Doctrine\DBAL\Connection->connect() …
                ›     'Subscribing to %s events is deprecated. Implement a middleware instead.',    Events::postConnect,);
              }
              /var/www/html/vendor/doctrine/dbal/src/Connection.php:1659 {
                Doctrine\DBAL\Connection->getWrappedConnection() …
                › 
                › $this->connect();}
              /var/www/html/vendor/doctrine/dbal/src/Connection.php:866 {
                Doctrine\DBAL\Connection->quote($value, $type = ParameterType::STRING) …
                › {    $connection = $this->getWrappedConnection();}
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:157 {
                Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionDiscriminatorValueSQL() …
                › if ($this->class->discriminatorValue !== null) { // discriminators can be 0    array_unshift($values, $this->conn->quote($this->class->discriminatorValue));}
              }
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:131 {
                Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionSQL(array $criteria, $assoc = null) …
                › 
                ›     return $conditionSql . $this->getSelectConditionDiscriminatorValueSQL();}
              }
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1118 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectSQL($criteria, $assoc = null, $lockMode = null, $limit = null, $offset = null, ?array $orderBy = null) …
                › ? $this->getSelectConditionCriteriaSQL($criteria): $this->getSelectConditionSQL($criteria, $assoc);}
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:772 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › 
                › $sql              = $this->getSelectSQL($criteria, $assoc, $lockMode, $limit, null, $orderBy);[$params, $types] = $this->expandParameters($criteria);
              }
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:792 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:521 {
                Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
                ›     default:        return $persister->loadById($sortedId);}
              }
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.808+00:00"
        "message" => "User Deprecated: PostgreSQLPlatform::getName() is deprecated. Identify platforms by their class. (PostgreSQLPlatform.php:1159 called by InitSubscriber.php:36, https://github.com/doctrine/dbal/issues/4749, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2427
            #message: "User Deprecated: PostgreSQLPlatform::getName() is deprecated. Identify platforms by their class. (PostgreSQLPlatform.php:1159 called by InitSubscriber.php:36, https://github.com/doctrine/dbal/issues/4749, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 {
                Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/vendor/doctrine/dbal/src/Platforms/PostgreSQLPlatform.php:1159 {
                Doctrine\DBAL\Platforms\PostgreSQLPlatform->getName() …
                ›     'https://github.com/doctrine/dbal/issues/4749',    'PostgreSQLPlatform::getName() is deprecated. Identify platforms by their class.',);
              }
              /var/www/html/src/Eccube/Doctrine/EventSubscriber/InitSubscriber.php:36 {
                Eccube\Doctrine\EventSubscriber\InitSubscriber->postConnect(ConnectionEventArgs $args) …
                › $db = $args->getConnection();$platform = $args->getConnection()->getDatabasePlatform()->getName();}
              /var/www/html/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
                › foreach ($this->listeners[$eventName] as $hash => $listener) {    $listener->{$this->methods[$eventName][$hash]}($eventArgs);}
              }
              /var/www/html/vendor/doctrine/dbal/src/Connection.php:396 {
                Doctrine\DBAL\Connection->connect() …
                ›     $eventArgs = new Event\ConnectionEventArgs($this);    $this->_eventManager->dispatchEvent(Events::postConnect, $eventArgs);}
              }
              /var/www/html/vendor/doctrine/dbal/src/Connection.php:1659 {
                Doctrine\DBAL\Connection->getWrappedConnection() …
                › 
                › $this->connect();}
              /var/www/html/vendor/doctrine/dbal/src/Connection.php:866 {
                Doctrine\DBAL\Connection->quote($value, $type = ParameterType::STRING) …
                › {    $connection = $this->getWrappedConnection();}
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:157 {
                Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionDiscriminatorValueSQL() …
                › if ($this->class->discriminatorValue !== null) { // discriminators can be 0    array_unshift($values, $this->conn->quote($this->class->discriminatorValue));}
              }
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/SingleTablePersister.php:131 {
                Doctrine\ORM\Persisters\Entity\SingleTablePersister->getSelectConditionSQL(array $criteria, $assoc = null) …
                › 
                ›     return $conditionSql . $this->getSelectConditionDiscriminatorValueSQL();}
              }
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:1118 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->getSelectSQL($criteria, $assoc = null, $lockMode = null, $limit = null, $offset = null, ?array $orderBy = null) …
                › ? $this->getSelectConditionCriteriaSQL($criteria): $this->getSelectConditionSQL($criteria, $assoc);}
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:772 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › 
                › $sql              = $this->getSelectSQL($criteria, $assoc, $lockMode, $limit, null, $orderBy);[$params, $types] = $this->expandParameters($criteria);
              }
              /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:792 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
                › {    return $this->load($identifier, $entity);}
              }
              /var/www/html/vendor/doctrine/orm/src/EntityManager.php:521 {
                Doctrine\ORM\EntityManager->find($className, $id, $lockMode = null, $lockVersion = null) …
                ›     default:        return $persister->loadById($sortedId);}
              }
              /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:197 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/src/Eccube/Repository/BaseInfoRepository.php:44 {
                Eccube\Repository\BaseInfoRepository->get($id = 1) …
                › {    $BaseInfo = $this->find($id);}
              /var/www/html/src/Eccube/EventListener/TwigInitializeListener.php:155 {
                Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event) …
                › 
                › $this->twig->addGlobal('BaseInfo', $this->baseInfoRepository->get());}
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.809+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET TIME ZONE 'UTC'"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.811+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.php_path AS php_path_31, t0.option_point AS option_point_32, t0.basic_point_rate AS basic_point_rate_33, t0.point_conversion_rate AS point_conversion_rate_34, t0.ga_id AS ga_id_35, t0.country_id AS country_id_36, t0.pref_id AS pref_id_37, 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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.818+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 => "addmore-overseas"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.821+09:00"
        "message" => "fallback to PC layout"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.822+09:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL READ COMMITTED"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.824+09:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+09:00"
        "message" => "Begin Transaction."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.826+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+09:00"
        "message" => "LOGIC START"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "user_data"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.827+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.828+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.829+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.829+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerUyrPeWr\RequestPayloadValueResolverGhost4df5a3e::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.829+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.829+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.829+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.829+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.url AS url_3, t0.file_name AS file_name_4, t0.edit_type AS edit_type_5, t0.author AS author_6, t0.description AS description_7, t0.keyword AS keyword_8, t0.create_date AS create_date_9, t0.update_date AS update_date_10, t0.meta_robots AS meta_robots_11, t0.meta_tags AS meta_tags_12, t0.master_page_id AS master_page_id_13, t0.discriminator_type FROM dtb_page t0 WHERE t0.url = ? AND t0.edit_type = ? AND t0.discriminator_type IN ('page') LIMIT 1"
          "params" => [
            1 => "addmore-overseas"
            2 => 0
          ]
          "types" => [
            1 => 2
            2 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.832+00:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2826
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:3191 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:2312 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:737 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:2628 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:1407 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::ContainerUyrPeWr\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.832+09:00"
        "message" => "Rollback executed."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "front"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.832+09:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "" at UserDataController.php line 64"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2801
            #message: ""
            #code: 0
            #file: "/var/www/html/src/Eccube/Controller/UserDataController.php"
            #line: 64
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/html/src/Eccube/Controller/UserDataController.php:64 {
                Eccube\Controller\UserDataController->index(Request $request, $route) …
                › if (null === $Page) {    throw new NotFoundHttpException();}
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/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/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.832+09:00"
        "message" => ""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          404
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.898+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.898+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.898+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.898+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.898+09:00"
        "message" => "LOGIC END"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "user_data"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.899+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.904+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.905+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.905+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.905+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"
      ]
    ]
    2945 => [
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.833+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.834+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T13:29:59.834+00:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3039
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/var/www/html/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:2945 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:2930 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer::getSerializerService($container) …
                › $c = ($container->services['translator'] ?? self::getTranslatorService($container));$d = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));}
              /var/www/html/var/cache/dev/ContainerUyrPeWr/getErrorControllerService.php:29 {
                ContainerUyrPeWr\getErrorControllerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializerService($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
              }
              /var/www/html/var/cache/dev/ContainerUyrPeWr/Eccube_KernelDevDebugContainer.php:697 {
                ContainerUyrPeWr\Eccube_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /var/www/html/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /var/www/html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /var/www/html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /var/www/html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /var/www/html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /var/www/html/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/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/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/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
                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/index.php:88 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.835+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.836+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.836+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerUyrPeWr\RequestPayloadValueResolverGhost4df5a3e::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.836+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.836+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.836+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.844+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.846+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'
            """
          "params" => [
            1 => "goodwifi-ec-stg-v3"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.853+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.855+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SHOW search_path"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.857+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.860+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'
            """
          "params" => [
            1 => "goodwifi-ec-stg-v3"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.863+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.865+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT c.relname,\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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.868+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.870+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'
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.873+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 pg_get_expr(adbin, adrelid)\n
                         FROM pg_attrdef\n
                         WHERE c.oid = pg_attrdef.adrelid\n
                            AND pg_attrdef.adnum=a.attnum\n
                        ) 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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.878+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.880+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'))
            """
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.883+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT attnum, attname FROM pg_attribute WHERE attrelid=61824 AND attnum IN (1) ORDER BY attnum ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.886+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM doctrine_migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.890+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT CURRENT_DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.893+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.896+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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" => 1775654999
        "timestamp_rfc3339" => "2026-04-08T22:29:59.897+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"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    10 => 1
    2945 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1097 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
cache-control
"no-cache"
cookie
"good-wifi=cla7803l64tik16tsgrbbskbk6"
host
"stg.good-wifi.jp"
pragma
"no-cache"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.213"
x-forwarded-host
"stg.good-wifi.jp"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"026760d42846"
x-php-ob-level
"1"
x-real-ip
"216.73.216.213"

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
"Wed, 08 Apr 2026 13:29:59 GMT"
set-cookie
"maintenance_token=deleted; expires=Tue, 08 Apr 2025 13:29:58 GMT; Max-Age=0; path=/; httponly"
vary
"Accept"
x-debug-exception
""
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fsrc%2FEccube%2FController%2FUserDataController.php:64"
x-debug-token
"df502f"

Cookies

Request Cookies

Key Value
good-wifi
"cla7803l64tik16tsgrbbskbk6"

Response Cookies

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

Session 1

Session Metadata

Key Value
Created
"Wed, 08 Apr 26 22:29:58 +0900"
Last used
"Wed, 08 Apr 26 22:29:59 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"w-tZHWVTZrN2mwyHjHR1tVNhlbd6ynOQ55fydEEbytw"
_profiler_search_end
null
_profiler_search_ip
null
_profiler_search_limit
null
_profiler_search_method
null
_profiler_search_start
null
_profiler_search_status_code
null
_profiler_search_token
null
_profiler_search_type
"request"
_profiler_search_url
null

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 388
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 598
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 98
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 83
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/index.php"
    "line" => 88
    "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
APP_DEBUG
"true"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/var/www/html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_CACHE_CONTROL
"no-cache"
HTTP_COOKIE
"good-wifi=cla7803l64tik16tsgrbbskbk6"
HTTP_HOST
"stg.good-wifi.jp"
HTTP_PRAGMA
"no-cache"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.213"
HTTP_X_FORWARDED_HOST
"stg.good-wifi.jp"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"026760d42846"
HTTP_X_REAL_IP
"216.73.216.213"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_APP_DEBUG
"true"
REDIRECT_APP_ENV
"dev"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_STATUS
"200"
REDIRECT_TRUSTED_HOSTS
"^13\.231\.93\.240$,^stg\.good-wifi\.jp$"
REDIRECT_URL
"/user_data/addmore-overseas"
REMOTE_ADDR
"172.18.0.2"
REMOTE_PORT
"41120"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1775654999
REQUEST_TIME_FLOAT
1775654999.7216
REQUEST_URI
"/user_data/addmore-overseas"
SCRIPT_FILENAME
"/var/www/html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.18.0.7"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"stg.good-wifi.jp"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.65 (Debian) Server at stg.good-wifi.jp Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.65 (Debian)"
TRUSTED_HOSTS
"^13\.231\.93\.240$,^stg\.good-wifi\.jp$"

Parent Request

Return to parent request (token = 2af285)

Key Value
_controller
"Eccube\Controller\UserDataController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"user_data"
_route_params
[
  "route" => "addmore-overseas"
]
_security_firewall_run
"_security_customer"
_stopwatch_token
"2b504f"
route
"addmore-overseas"