Error 500 Internal Server Error

GET https://stg.photos-gallery.com/tokyo/blog

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"a920d2"
exception
Doctrine\DBAL\Exception\TableNotFoundException {#1511
  #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xs783121_nttpstg.cms_blog_category' doesn't exist"
  #code: 1146
  #file: "/home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 51
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
  -query: Doctrine\DBAL\Query {#1512 …}
  trace: {
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1146:    return new TableNotFoundException($exception, $query);}
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Connection.php:1976 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
        $query: Doctrine\DBAL\Query {#1512 …}
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Connection.php:1918 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
        $query: Doctrine\DBAL\Query {#1512 …}
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Connection.php:1111 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
        $sql: "SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6, COUNT(c1_.category_id) AS sclr_7 FROM cms_blog_category c0_ LEFT JOIN cms_blog_entry c1_ ON (c0_.id = c1_.category_id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND c1_.area = ? AND c1_.enable = 1 AND (c1_.publish_date IS NULL OR c1_.publish_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?)) AND (c0_.deleted_at IS NULL) GROUP BY c1_.category_id ORDER BY c1_.entry_date DESC, c1_.id DESC"
        $params: [ …3]
        $types: [ …3]
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:31 {
      Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
      › {    return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}
      arguments: {
        $sql: "SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6, COUNT(c1_.category_id) AS sclr_7 FROM cms_blog_category c0_ LEFT JOIN cms_blog_entry c1_ ON (c0_.id = c1_.category_id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND c1_.area = ? AND c1_.enable = 1 AND (c1_.publish_date IS NULL OR c1_.publish_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?)) AND (c0_.deleted_at IS NULL) GROUP BY c1_.category_id ORDER BY c1_.entry_date DESC, c1_.id DESC"
        $params: [ …3]
        $types: [ …3]
        $qcp: null
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Query.php:330 {
      Doctrine\ORM\Query->_doExecute() …
      › 
      ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      arguments: {
        $conn: Doctrine\DBAL\Connection {#1046 …}
        $params: [ …3]
        $types: [ …3]
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/AbstractQuery.php:1213 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
      › 
      › $stmt = $this->_doExecute();}
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/AbstractQuery.php:1167 {
      Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/AbstractQuery.php:906 {
      Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
      › {    return $this->execute(null, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /home/xs783121/stg.photos-gallery.com/src/Repository/Blog/CategoryRepository.php:59 {
      App\Repository\Blog\CategoryRepository->getAreaCategoriesHaveEntry(string $area, string $fieldName = 'entries', string $entryAlias = 'e', string $targetFieldName = 'Category'): array …
      › 
      ›     return $qb->getQuery()->getResult();}
    }
    /home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php:26 {
      App\Controller\Mvc\BlogController->index(Request $request, CategoryRepository $categoryRepository, EntryService $service): Response …
      › "paginate" => $paginate,"categories" => $categoryRepository->getAreaCategoriesHaveEntry(    UrlAreaResolver::$area
      arguments: {
        $area: "tokyo"
      }
    }
    /home/xs783121/stg.photos-gallery.com/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);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $categoryRepository: App\Repository\Blog\CategoryRepository {#794 …}
        $service: App\Service\Entity\Blog\EntryService {#786 …}
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
      }
    }
    /home/xs783121/stg.photos-gallery.com/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
    /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
      arguments: {
        "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#621
  -records: [
    "" => [
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.740+09:00"
        "message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#109
            #message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                App\Kernel->registerBundles(): iterable …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php:346 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles() …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php:771 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    14 => [
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.745+09:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "blog_index"
          "route_parameters" => [
            "_route" => "blog_index"
            "_controller" => "App\Controller\Mvc\BlogController::index"
            "area" => "tokyo"
          ]
          "request_uri" => "https://stg.photos-gallery.com/tokyo/blog"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "App\Security\MemberLoginFormAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "App\Security\MemberLoginFormAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\KernelEventListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.751+09: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 {#178
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_CachedReaderService.php:23 {
                ContainerTq3dMzx\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:2217 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getSensioFrameworkExtra_Controller_ListenerService($container) …
                › {    return $container->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:1031 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::ContainerTq3dMzx\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] fn () => ($container->privates['sensio_framework_extra.controller.listener'] ?? self::getSensioFrameworkExtra_Controller_ListenerService($container)), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] fn () => ($container->privates['sensio_framework_extra.converter.listener'] ?? self::getSensioFrameworkExtra_Converter_ListenerService($container)), 'onKernelController'], 0);
              }
              /home/xs783121/stg.photos-gallery.com/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';
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/xs783121/stg.photos-gallery.com/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);
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.752+09: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 {#163
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_ReaderService.php:23 {
                ContainerTq3dMzx\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_CachedReaderService.php:25 {
                ContainerTq3dMzx\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);}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:2217 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getSensioFrameworkExtra_Controller_ListenerService($container) …
                › {    return $container->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:1031 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::ContainerTq3dMzx\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] fn () => ($container->privates['sensio_framework_extra.controller.listener'] ?? self::getSensioFrameworkExtra_Controller_ListenerService($container)), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] fn () => ($container->privates['sensio_framework_extra.converter.listener'] ?? self::getSensioFrameworkExtra_Converter_ListenerService($container)), 'onKernelController'], 0);
              }
              /home/xs783121/stg.photos-gallery.com/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';
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/xs783121/stg.photos-gallery.com/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);
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.754+09: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 {#145
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_CacheAdapterService.php:23 {
                ContainerTq3dMzx\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getAnnotations_CachedReaderService.php:25 {
                ContainerTq3dMzx\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);}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:2217 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getSensioFrameworkExtra_Controller_ListenerService($container) …
                › {    return $container->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:1031 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::ContainerTq3dMzx\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] fn () => ($container->privates['sensio_framework_extra.controller.listener'] ?? self::getSensioFrameworkExtra_Controller_ListenerService($container)), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] fn () => ($container->privates['sensio_framework_extra.converter.listener'] ?? self::getSensioFrameworkExtra_Converter_ListenerService($container)), 'onKernelController'], 0);
              }
              /home/xs783121/stg.photos-gallery.com/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';
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/xs783121/stg.photos-gallery.com/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);
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.767+09: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:77 called by App_KernelDevDebugContainer.php:1635, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1058
            #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:77 called by App_KernelDevDebugContainer.php:1635, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:1635 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$a->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity')], false)), 'App\\Entity');}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:851 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:842 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::ContainerTq3dMzx\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerTq3dMzx\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:332 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->getManager($name, $class) …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:301 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->supports(ParamConverter $configuration) …
                › // Doctrine Entity?$em = $this->getManager($options['entity_manager'], $configuration->getClass());if (null === $em) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:83 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
                › foreach ($this->all() as $converter) {    if ($converter->supports($configuration)) {        if ($converter->apply($request, $configuration)) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
                › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
                Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
                › 
                ›     $this->manager->apply($request, $configurations);}
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/xs783121/stg.photos-gallery.com/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);}
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.772+09: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:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#851
            #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:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:851 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:842 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::ContainerTq3dMzx\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerTq3dMzx\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:332 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->getManager($name, $class) …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:301 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->supports(ParamConverter $configuration) …
                › // Doctrine Entity?$em = $this->getManager($options['entity_manager'], $configuration->getClass());if (null === $em) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:83 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
                › foreach ($this->all() as $converter) {    if ($converter->supports($configuration)) {        if ($converter->apply($request, $configuration)) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
                › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
                Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
                › 
                ›     $this->manager->apply($request, $configurations);}
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/xs783121/stg.photos-gallery.com/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);}
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventListener\KernelEventListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.774+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.778+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.778+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.778+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerTq3dMzx\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.778+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.778+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.778+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.781+09: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 {#1064
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/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__);}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:2516 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:1569 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerTq3dMzx\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), ($container->services['translator'] ?? self::getTranslatorService($container)));}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getForm_RegistryService.php:200 {
                ContainerTq3dMzx\getForm_RegistryService::ContainerTq3dMzx\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.upload.validator'] ?? $container->load('getForm_TypeExtension_Upload_ValidatorService'));
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php:19 {
                App\Service\Entity\Blog\EntryService->handleIndex(Request $request, CmsEntryRepositoryInterface $repository, string $formType, int $defaultLimit = 16, ?callable $criteriaCallback = null): PaginationUtil …
                › {    $form = $this->container->get('form.factory')->create($formType);    $form->submit($request->query->all());
              }
              /home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php:127 {
                App\Service\Entity\Blog\EntryService->getPagination(Request $request, int $defaultLimit = 16): PaginationUtil …
                › {    return $this->handleIndex($request, $this->repository, ListType::class, $defaultLimit, function(array $criteria): array {        $criteria["area"] = UrlAreaResolver::$area;
              }
              /home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php:23 {
                App\Controller\Mvc\BlogController->index(Request $request, CategoryRepository $categoryRepository, EntryService $service): Response …
                › $service->setContainer($this->container);$paginate = $service->getPagination($request);return $this->render("pages/blog/index.html.twig", [
              }
              /home/xs783121/stg.photos-gallery.com/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $categoryRepository: App\Repository\Blog\CategoryRepository {#794 …}
                  $service: App\Service\Entity\Blog\EntryService {#786 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.803+09: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 {#1181
            #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: "/home/xs783121/stg.photos-gallery.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/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__);}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:2293 {
                ContainerTq3dMzx\App_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')))]));}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getPropertyInfo_SerializerExtractorService.php:23 {
                ContainerTq3dMzx\getPropertyInfo_SerializerExtractorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container)));}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:2004 {
                ContainerTq3dMzx\App_KernelDevDebugContainer::ContainerTq3dMzx\{closure} …
                › return $container->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['property_info.serializer_extractor'] ?? $container->load('getPropertyInfo_SerializerExtractorService'));    yield 1 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/property-info/PropertyInfoExtractor.php:82 {
                Symfony\Component\PropertyInfo\PropertyInfoExtractor->extract(iterable $extractors, string $method, array $arguments): mixed …
                › {    foreach ($extractors as $extractor) {        if (null !== $value = $extractor->{$method}(...$arguments)) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/property-info/PropertyInfoExtractor.php:41 {
                Symfony\Component\PropertyInfo\PropertyInfoExtractor->getProperties(string $class, array $context = []): ?array …
                › {    return $this->extract($this->listExtractors, 'getProperties', [$class, $context]);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php:50 {
                Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader->loadClassMetadata(ClassMetadata $metadata): bool …
                › $className = $metadata->getClassName();if (!$properties = $this->listExtractor->getProperties($className)) {    return false;
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:51 {
                Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata(ClassMetadata $metadata): bool …
                › foreach ($this->loaders as $loader) {    $success = $loader->loadClassMetadata($metadata) || $success;}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:99 {
                Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor(mixed $value): MetadataInterface …
                › 
                › $this->loader?->loadClassMetadata($metadata);}
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:295 {
                Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateObject(object $object, string $propertyPath, array $groups, int $traversalStrategy, ExecutionContextInterface $context): void …
                › try {    $classMetadata = $this->metadataFactory->getMetadataFor($object);}
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:131 {
                Symfony\Component\Validator\Validator\RecursiveContextualValidator->validate(mixed $value, Symfony\Component\Validator\Constraint|array|null $constraints = null, Symfony\Component\Validator\Constraints\GroupSequence|array|string|null $groups = null): static …
                › if (\is_object($value)) {    $this->validateObject(        $value,
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Validator/RecursiveValidator.php:87 {
                Symfony\Component\Validator\Validator\RecursiveValidator->validate(mixed $value, Symfony\Component\Validator\Constraint|array|null $constraints = null, Symfony\Component\Validator\Constraints\GroupSequence|array|string|null $groups = null): ConstraintViolationListInterface …
                › return $this->startContext($value)    ->validate($value, $constraints, $groups)    ->getViolations();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/validator/Validator/TraceableValidator.php:61 {
                Symfony\Component\Validator\Validator\TraceableValidator->validate(mixed $value, Symfony\Component\Validator\Constraint|array|null $constraints = null, Symfony\Component\Validator\Constraints\GroupSequence|array|string|null $groups = null): ConstraintViolationListInterface …
                › {    $violations = $this->validator->validate($value, $constraints, $groups);}
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/Validator/EventListener/ValidationListener.php:49 {
                Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener->validateForm(FormEvent $event) …
                › // Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {    // Allow the "invalid" constraint to be put onto
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/xs783121/stg.photos-gallery.com/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);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:30 {
                Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    return $this->dispatcher->dispatch($event, $eventName);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Form.php:591 {
                Symfony\Component\Form\Form->submit(mixed $submittedData, bool $clearMissing = true): static …
                ›     $event = new PostSubmitEvent($this, $viewData);    $dispatcher->dispatch($event, FormEvents::POST_SUBMIT);}
              }
              /home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php:20 {
                App\Service\Entity\Blog\EntryService->handleIndex(Request $request, CmsEntryRepositoryInterface $repository, string $formType, int $defaultLimit = 16, ?callable $criteriaCallback = null): PaginationUtil …
                › $form = $this->container->get('form.factory')->create($formType);$form->submit($request->query->all());$criteria = $form->getViewData();
              }
              /home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php:127 {
                App\Service\Entity\Blog\EntryService->getPagination(Request $request, int $defaultLimit = 16): PaginationUtil …
                › {    return $this->handleIndex($request, $this->repository, ListType::class, $defaultLimit, function(array $criteria): array {        $criteria["area"] = UrlAreaResolver::$area;
              }
              /home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php:23 {
                App\Controller\Mvc\BlogController->index(Request $request, CategoryRepository $categoryRepository, EntryService $service): Response …
                › $service->setContainer($this->container);$paginate = $service->getPagination($request);return $this->render("pages/blog/index.html.twig", [
              }
              /home/xs783121/stg.photos-gallery.com/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $categoryRepository: App\Repository\Blog\CategoryRepository {#794 …}
                  $service: App\Service\Entity\Blog\EntryService {#786 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.835+09:00"
        "message" => "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_SoftdeleteableService.php:32, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1356
            #message: "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_SoftdeleteableService.php:32, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:196 {
                Gedmo\Mapping\MappedEventSubscriber->setAnnotationReader($reader) …
                › if ($reader instanceof Reader) {    Deprecation::trigger(        'gedmo/doctrine-extensions',
              }
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getStofDoctrineExtensions_Listener_SoftdeleteableService.php:32 {
                ContainerTq3dMzx\getStofDoctrineExtensions_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
                › $instance->setClock(($container->privates['clock'] ??= new \Symfony\Component\Clock\Clock()));$instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              /home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php:626 {
                ContainerTq3dMzx\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:181 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeListeners(string $eventName): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);    $newHash = $this->getHash($listener);
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:59 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
                › if (!isset($this->initialized[$eventName])) {    $this->initializeListeners($eventName);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:75 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:48 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/EntityRepository.php:85 {
                Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
                › {    return $this->_em->createQueryBuilder()        ->select($alias)
              }
              /home/xs783121/stg.photos-gallery.com/src/Repository/Traits/CmsEntryRepositoryTrait.php:68 {
                App\Repository\Blog\EntryRepository->getIndexQueryBuilder(string $alias = 'e', bool $joinCategory = true): QueryBuilder …
                › {    $qb = $this->createQueryBuilder($alias);}
              /home/xs783121/stg.photos-gallery.com/src/Repository/Blog/EntryRepository.php:64 {
                App\Repository\Blog\EntryRepository->getIndexQuery(array $criteria, string $alias = 'e'): QueryBuilder …
                › {    $qb = $this->getIndexQueryBuilder($alias);    $this->qbsEq($qb, $criteria, "area", $alias);
              }
              /home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php:25 {
                App\Service\Entity\Blog\EntryService->handleIndex(Request $request, CmsEntryRepositoryInterface $repository, string $formType, int $defaultLimit = 16, ?callable $criteriaCallback = null): PaginationUtil …
                › }$qb = $repository->getIndexQuery($criteria);return new PaginationUtil(
              }
              /home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php:127 {
                App\Service\Entity\Blog\EntryService->getPagination(Request $request, int $defaultLimit = 16): PaginationUtil …
                › {    return $this->handleIndex($request, $this->repository, ListType::class, $defaultLimit, function(array $criteria): array {        $criteria["area"] = UrlAreaResolver::$area;
              }
              /home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php:23 {
                App\Controller\Mvc\BlogController->index(Request $request, CategoryRepository $categoryRepository, EntryService $service): Response …
                › $service->setContainer($this->container);$paginate = $service->getPagination($request);return $this->render("pages/blog/index.html.twig", [
              }
              /home/xs783121/stg.photos-gallery.com/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $categoryRepository: App\Repository\Blog\CategoryRepository {#794 …}
                  $service: App\Service\Entity\Blog\EntryService {#786 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.851+09:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "xs783121_nttp"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "xs783121_nttpstg"
            "serverVersion" => "10.5.17-MariaDB"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.853+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6, COUNT(c1_.category_id) AS sclr_7 FROM cms_blog_category c0_ LEFT JOIN cms_blog_entry c1_ ON (c0_.id = c1_.category_id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND c1_.area = ? AND c1_.enable = 1 AND (c1_.publish_date IS NULL OR c1_.publish_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?)) AND (c0_.deleted_at IS NULL) GROUP BY c1_.category_id ORDER BY c1_.entry_date DESC, c1_.id DESC"
          "params" => [
            1 => "tokyo"
            2 => "2026-09-19 17:32:53"
            3 => "2026-09-19 17:32:53"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.858+09:00"
        "message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xs783121_nttpstg.cms_blog_category' doesn't exist" at ExceptionConverter.php line 51"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\DBAL\Exception\TableNotFoundException {#1511
            #message: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xs783121_nttpstg.cms_blog_category' doesn't exist"
            #code: 1146
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
            #line: 51
            -previous: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
            -query: Doctrine\DBAL\Query {#1512 …}
            trace: {
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51 {
                Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
                › case 1146:    return new TableNotFoundException($exception, $query);}
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Connection.php:1976 {
                Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
                › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
                  $exception: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
                  $query: Doctrine\DBAL\Query {#1512 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Connection.php:1918 {
                Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
                › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
                arguments: {
                  $driverException: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
                  $query: Doctrine\DBAL\Query {#1512 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Connection.php:1111 {
                Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
                › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
                arguments: {
                  $e: Doctrine\DBAL\Driver\PDO\Exception {#1503 …}
                  $sql: "SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6, COUNT(c1_.category_id) AS sclr_7 FROM cms_blog_category c0_ LEFT JOIN cms_blog_entry c1_ ON (c0_.id = c1_.category_id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND c1_.area = ? AND c1_.enable = 1 AND (c1_.publish_date IS NULL OR c1_.publish_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?)) AND (c0_.deleted_at IS NULL) GROUP BY c1_.category_id ORDER BY c1_.entry_date DESC, c1_.id DESC"
                  $params: [ …3]
                  $types: [ …3]
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:31 {
                Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
                › {    return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}
                arguments: {
                  $sql: "SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6, COUNT(c1_.category_id) AS sclr_7 FROM cms_blog_category c0_ LEFT JOIN cms_blog_entry c1_ ON (c0_.id = c1_.category_id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND c1_.area = ? AND c1_.enable = 1 AND (c1_.publish_date IS NULL OR c1_.publish_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?)) AND (c0_.deleted_at IS NULL) GROUP BY c1_.category_id ORDER BY c1_.entry_date DESC, c1_.id DESC"
                  $params: [ …3]
                  $types: [ …3]
                  $qcp: null
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/Query.php:330 {
                Doctrine\ORM\Query->_doExecute() …
                › 
                ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
                arguments: {
                  $conn: Doctrine\DBAL\Connection {#1046 …}
                  $params: [ …3]
                  $types: [ …3]
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/AbstractQuery.php:1213 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
                › 
                › $stmt = $this->_doExecute();}
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/AbstractQuery.php:1167 {
                Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
                arguments: {
                  $parameters: null
                  $hydrationMode: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/orm/src/AbstractQuery.php:906 {
                Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
                › {    return $this->execute(null, $hydrationMode);}
                arguments: {
                  $parameters: null
                  $hydrationMode: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/src/Repository/Blog/CategoryRepository.php:59 {
                App\Repository\Blog\CategoryRepository->getAreaCategoriesHaveEntry(string $area, string $fieldName = 'entries', string $entryAlias = 'e', string $targetFieldName = 'Category'): array …
                › 
                ›     return $qb->getQuery()->getResult();}
              }
              /home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php:26 {
                App\Controller\Mvc\BlogController->index(Request $request, CategoryRepository $categoryRepository, EntryService $service): Response …
                › "paginate" => $paginate,"categories" => $categoryRepository->getAreaCategoriesHaveEntry(    UrlAreaResolver::$area
                arguments: {
                  $area: "tokyo"
                }
              }
              /home/xs783121/stg.photos-gallery.com/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);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $categoryRepository: App\Repository\Blog\CategoryRepository {#794 …}
                  $service: App\Service\Entity\Blog\EntryService {#786 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventListener\KernelEventListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\EventListener\KernelEventListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.935+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"
      ]
    ]
    1419 => [
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\KernelEventListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.860+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventListener\KernelEventListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerTq3dMzx\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.863+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.916+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.916+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "xs783121_nttpstg"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.917+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.917+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "xs783121_nttpstg"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.919+09:00"
        "message" => "User Deprecated: Doctrine\DBAL\Schema\MySQLSchemaManager::listTableDetails is deprecated. Use introspectTable() instead. (MySQLSchemaManager.php:76 called by TableMetadataStorage.php:209, https://github.com/doctrine/dbal/pull/5595, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2193
            #message: "User Deprecated: Doctrine\DBAL\Schema\MySQLSchemaManager::listTableDetails is deprecated. Use introspectTable() instead. (MySQLSchemaManager.php:76 called by TableMetadataStorage.php:209, https://github.com/doctrine/dbal/pull/5595, package doctrine/dbal)"
            #code: 0
            #file: "/home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/deprecations/src/Deprecation.php:173 {
                Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php:76 {
                Doctrine\DBAL\Schema\MySQLSchemaManager->listTableDetails($name) …
                › {    Deprecation::triggerIfCalledFromOutside(        'doctrine/dbal',
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:209 {
                Doctrine\Migrations\Metadata\Storage\TableMetadataStorage->needsUpdate(Table $expectedTable): TableDiff …
                › 
                › $currentTable = $this->schemaManager->listTableDetails($this->configuration->getTableName());$diff         = $this->schemaManager->createComparator()->diffTable($currentTable, $expectedTable);
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:236 {
                Doctrine\Migrations\Metadata\Storage\TableMetadataStorage->checkInitialization(): void …
                › 
                › if ($this->needsUpdate($expectedTable) !== null) {    throw MetadataStorageError::notUpToDate();
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:82 {
                Doctrine\Migrations\Metadata\Storage\TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
                › 
                › $this->checkInitialization();$rows = $this->connection->fetchAllAssociative(sprintf('SELECT * FROM %s', $this->configuration->getTableName()));
              }
              /home/xs783121/stg.photos-gallery.com/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php:44 {
                Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector->collect(Request $request, Response $response, ?Throwable $exception = null) …
                › try {    $executedMigrations = $metadataStorage->getExecutedMigrations();} catch (Exception $dbalException) {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/xs783121/stg.photos-gallery.com/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);}
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                }
              }
              /home/xs783121/stg.photos-gallery.com/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) {
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/xs783121/stg.photos-gallery.com/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);}
              }
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/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);}
              /home/xs783121/stg.photos-gallery.com/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 {
              }
              /home/xs783121/stg.photos-gallery.com/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#14 …}
                }
              }
              /home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/xs783121/stg.photos-gallery.com/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';if (!defined('CURL_SSLVERSION_TLSv1_2')) define('CURL_SSLVERSION_TLSv1_2', 6);
                arguments: {
                  "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.919+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.919+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
                SELECT t.TABLE_NAME,\n
                       t.ENGINE,\n
                       t.AUTO_INCREMENT,\n
                       t.TABLE_COMMENT,\n
                       t.CREATE_OPTIONS,\n
                       t.TABLE_COLLATION,\n
                       ccsa.CHARACTER_SET_NAME\n
                  FROM information_schema.TABLES t\n
                    INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
                      ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
            """
          "params" => [
            1 => "xs783121_nttpstg"
            2 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.920+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.920+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT DISTINCT            k.CONSTRAINT_NAME,\n
                        k.COLUMN_NAME,\n
                        k.REFERENCED_TABLE_NAME,\n
                        k.REFERENCED_COLUMN_NAME,\n
                        k.ORDINAL_POSITION /*!50116,\n
                        c.UPDATE_RULE,\n
                        c.DELETE_RULE */\n
            FROM information_schema.key_column_usage k /*!50116\n
            INNER JOIN information_schema.referential_constraints c\n
            ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
            AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'xs783121_nttpstg' */ ORDER BY k.ORDINAL_POSITION
            """
          "params" => [
            1 => "xs783121_nttpstg"
            2 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.920+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT       c.COLUMN_NAME        AS field,\n
                       IF(\n
                    c.COLUMN_TYPE = 'longtext'\n
                    AND EXISTS(\n
                        SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n
                        WHERE i_c.CONSTRAINT_SCHEMA = 'xs783121_nttpstg'\n
                        AND i_c.TABLE_NAME = c.TABLE_NAME\n
                        AND i_c.CHECK_CLAUSE = CONCAT(\n
                            'json_valid(`',\n
                                c.COLUMN_NAME,\n
                            '`)'\n
                        )\n
                    ),\n
                    'json',\n
                    c.COLUMN_TYPE\n
                )       AS type,\n
                   c.IS_NULLABLE        AS `null`,\n
                   c.COLUMN_KEY         AS `key`,\n
                   c.COLUMN_DEFAULT     AS `default`,\n
                   c.EXTRA,\n
                   c.COLUMN_COMMENT     AS comment,\n
                   c.CHARACTER_SET_NAME AS characterset,\n
                   c.COLLATION_NAME     AS collation\n
            FROM information_schema.COLUMNS c\n
                INNER JOIN information_schema.TABLES t\n
                    ON t.TABLE_NAME = c.TABLE_NAME\n
                 WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
            """
          "params" => [
            1 => "xs783121_nttpstg"
            2 => "xs783121_nttpstg"
            3 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.922+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.922+09:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT        NON_UNIQUE  AS Non_Unique,\n
                    INDEX_NAME  AS Key_name,\n
                    COLUMN_NAME AS Column_Name,\n
                    SUB_PART    AS Sub_Part,\n
                    INDEX_TYPE  AS Index_Type\n
            FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
            """
          "params" => [
            1 => "xs783121_nttpstg"
            2 => "doctrine_migration_versions"
          ]
          "types" => [
            1 => 2
            2 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.924+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM doctrine_migration_versions"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.927+09:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "App\EventListener\KernelEventListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+09:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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" => 1789806773
        "timestamp_rfc3339" => "2026-09-19T17:32:53.930+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
    14 => 1
    1419 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#620 …}
}

Request Headers

Header Value
accept
"*/*"
connection
"close"
cookie
"PHPSESSID=9b94bfd2a6efb5c000b00eb25e4d80e4; arr_area=tokyo"
host
"stg.photos-gallery.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"216.73.217.95"
x-forwarded-host
"stg.photos-gallery.com"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-php-fpm-version
"83"
x-php-ob-level
"1"
x-real-ip
"216.73.217.95"
x-server-address
"85.131.213.19"
x-ua-device
"pc"
x-wp-access
"0"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 19 Sep 2026 08:32:53 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S02%5D%3A%20Base%20table%20or%20view%20not%20found%3A%201146%20Table%20%27xs783121_nttpstg.cms_blog_category%27%20doesn%27t%20exist"
x-debug-exception-file
"%2Fhome%2Fxs783121%2Fstg.photos-gallery.com%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:51"
x-debug-token
"82f102"

Cookies

Request Cookies

Key Value
PHPSESSID
"9b94bfd2a6efb5c000b00eb25e4d80e4"
arr_area
"tokyo"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Sat, 19 Sep 26 17:32:49 +0900"
Last used
"Sat, 19 Sep 26 17:32:53 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"h0nO2c8aZ93weJB01_0_8YZr4Dhw5qDoPk4amlx0F-M"
_csrf/https-data
"A5b0JNQAXwQBwa9OYA-yCF4kDo5tmlyTjcc6pOkxRyE"
_csrf/https-inquiry
"HIeEhznr91UfFZAeNrWlA3huHXrES8M72NDXmmQaAZQ"
_csrf/https-list
"j5qD8tfnC8jpZGOJSo0oUTWg50y98IQ3wlV-IbvYH-k"
_csrf/https-reset_password_request_form
"t7rcICNsgLJIGNx-piSI-HSnZtH8IdVGr54tKF5_Bzs"
_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
reserve_area
13
search_criteria
[]

Session Usage

4 Usages
Stateless check enabled
Usage
App\Service\SearchManagementService:38
[
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/SearchManagementService.php"
    "line" => 38
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 2436
    "function" => "__construct"
    "class" => "App\Service\SearchManagementService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getTwig_Form_EngineService.php"
    "line" => 25
    "function" => "getTwigService"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 626
    "function" => "do"
    "class" => "ContainerTq3dMzx\getTwig_Form_EngineService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getTwig_Form_RendererService.php"
    "line" => 24
    "function" => "load"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 626
    "function" => "do"
    "class" => "ContainerTq3dMzx\getTwig_Form_RendererService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getForm_TypeExtension_Form_ValidatorService.php"
    "line" => 26
    "function" => "load"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 626
    "function" => "do"
    "class" => "ContainerTq3dMzx\getForm_TypeExtension_Form_ValidatorService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getForm_RegistryService.php"
    "line" => 200
    "function" => "load"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php"
    "line" => 59
    "function" => "ContainerTq3dMzx\{closure}"
    "class" => "ContainerTq3dMzx\getForm_RegistryService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 105
    "function" => "getTypeExtensions"
    "class" => "Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 81
    "function" => "resolveType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 111
    "function" => "getType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 81
    "function" => "resolveType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormFactory.php"
    "line" => 43
    "function" => "getType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormFactory.php"
    "line" => 28
    "function" => "createBuilder"
    "class" => "Symfony\Component\Form\FormFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php"
    "line" => 19
    "function" => "create"
    "class" => "Symfony\Component\Form\FormFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php"
    "line" => 127
    "function" => "handleIndex"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php"
    "line" => 23
    "function" => "getPagination"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "index"
    "class" => "App\Controller\Mvc\BlogController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Service\SearchManagementService:94
[
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/SearchManagementService.php"
    "line" => 94
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 2436
    "function" => "__construct"
    "class" => "App\Service\SearchManagementService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getTwig_Form_EngineService.php"
    "line" => 25
    "function" => "getTwigService"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 626
    "function" => "do"
    "class" => "ContainerTq3dMzx\getTwig_Form_EngineService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getTwig_Form_RendererService.php"
    "line" => 24
    "function" => "load"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 626
    "function" => "do"
    "class" => "ContainerTq3dMzx\getTwig_Form_RendererService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getForm_TypeExtension_Form_ValidatorService.php"
    "line" => 26
    "function" => "load"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/App_KernelDevDebugContainer.php"
    "line" => 626
    "function" => "do"
    "class" => "ContainerTq3dMzx\getForm_TypeExtension_Form_ValidatorService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/var/cache/dev/ContainerTq3dMzx/getForm_RegistryService.php"
    "line" => 200
    "function" => "load"
    "class" => "ContainerTq3dMzx\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php"
    "line" => 59
    "function" => "ContainerTq3dMzx\{closure}"
    "class" => "ContainerTq3dMzx\getForm_RegistryService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 105
    "function" => "getTypeExtensions"
    "class" => "Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 81
    "function" => "resolveType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 111
    "function" => "getType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormRegistry.php"
    "line" => 81
    "function" => "resolveType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormFactory.php"
    "line" => 43
    "function" => "getType"
    "class" => "Symfony\Component\Form\FormRegistry"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/FormFactory.php"
    "line" => 28
    "function" => "createBuilder"
    "class" => "Symfony\Component\Form\FormFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php"
    "line" => 19
    "function" => "create"
    "class" => "Symfony\Component\Form\FormFactory"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php"
    "line" => 127
    "function" => "handleIndex"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php"
    "line" => 23
    "function" => "getPagination"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "index"
    "class" => "App\Controller\Mvc\BlogController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:79
[
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 79
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 69
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 82
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/ResolvedFormType.php"
    "line" => 134
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 95
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/ResolvedFormType.php"
    "line" => 128
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 95
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Form.php"
    "line" => 908
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php"
    "line" => 32
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php"
    "line" => 127
    "function" => "handleIndex"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php"
    "line" => 23
    "function" => "getPagination"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "index"
    "class" => "App\Controller\Mvc\BlogController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:69
[
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 69
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 74
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 82
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/ResolvedFormType.php"
    "line" => 134
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 95
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/ResolvedFormType.php"
    "line" => 128
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 95
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/form/Form.php"
    "line" => 908
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Traits/HandleIndexTrait.php"
    "line" => 32
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Service/Entity/Blog/EntryService.php"
    "line" => 127
    "function" => "handleIndex"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/src/Controller/Mvc/BlogController.php"
    "line" => 23
    "function" => "getPagination"
    "class" => "App\Service\Entity\Blog\EntryService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "index"
    "class" => "App\Controller\Mvc\BlogController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/xs783121/stg.photos-gallery.com/public_html/index.php"
    "line" => 5
    "args" => [
      "/home/xs783121/stg.photos-gallery.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ACCESS_TOKEN
"uteh2jW2brCB5GP5QVfAieTQ3GvfjBE4"
API_CACHE_EXPIRE
"3600"
API_DOMAIN
"https://ienavi-studio.jp"
APP_CMS_UPLOAD_DIR
"var/upload"
APP_CMS_UPLOAD_DIR_SYMLINK
"files"
APP_ENV
"dev"
APP_SECRET
"34decec1b54348a4dee97aa3e2d77c94"
CRM_API_ENCRYPT_PASSPHASE
""
CRM_MAIL_SEND_INTERVAL_COUNT
"10"
CRM_MAIL_SEND_INTERVAL_SECOND
"10"
CRM_MAIL_SEND_LENGTH
"400"
DATABASE_URL
"mysql://xs783121_nttp:nymNB5wwUFsUS2Li@localhost:3306/xs783121_nttpstg?serverVersion=10.5.17-MariaDB"
DEPLOY_LOCAL_ROOT
"/public_html/build"
DEPLOY_PROD_FTP_HOST
""
DEPLOY_PROD_FTP_PASS
""
DEPLOY_PROD_FTP_USER
""
DEPLOY_PROD_ROOT
""
DEPLOY_STG_ROOT
""
DEV_MAIL
"dev_test@triple-e.jp"
FILE_BASE_URI
"https://stg.photos-gallery.com"
GOOGLE_RECAPTCHA_SECRET
"6Lfn5UIfAAAAADfDuhhDJa8fMOPP85KbkhYgXg1l"
GOOGLE_RECAPTCHA_SITE_KEY
"6Lfn5UIfAAAAAHqQaFkf2ItJv2wHhXPxeTPEAgTL"
I2A_FTP_HOST
""
I2A_FTP_PASS
""
I2A_FTP_USER
""
I2A_REMOVE_TMP_FILE_DATE
"-4 days"
I2A_SFTP_HOST
""
I2A_SFTP_PASS
""
I2A_SFTP_USER
""
I2A_TMP_DIR
"var/athome_tmp/"
INQUIRY_VALIDATION
"true"
LIGRA_SFTP_HOST
""
LIGRA_SFTP_PASS
""
LIGRA_SFTP_POST
"22"
LIGRA_SFTP_USER
""
MAILER_DSN
"smtp://127.0.0.1:1025"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SENDGRID_API_KEY
""
SENDGRID_SENDER
"info@arrplanner-fudosan.co.jp"
SENDGRID_SENDER_NAME
"アールプランナー不動産"
SITE_URL
"https://www.arrplanner-fudosan.co.jp"
SLACK_CHANNEL
"arrplanner-fudosan-co-jp"
SLACK_ERROR_CHANNEL
"arrplanner-fudosan-co-jp"
SLACK_TOKEN
"xoxb-3404361154391-3443055718144-sp17GLVtiUHiEB23APThoPal"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/xs783121/photos-gallery.com/public_html/stg"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/xs783121/photos-gallery.com/public_html/stg"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/xs783121"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=9b94bfd2a6efb5c000b00eb25e4d80e4; arr_area=tokyo"
HTTP_HOST
"stg.photos-gallery.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"216.73.217.95"
HTTP_X_FORWARDED_HOST
"stg.photos-gallery.com"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_PHP_FPM_VERSION
"83"
HTTP_X_REAL_IP
"216.73.217.95"
HTTP_X_SERVER_ADDRESS
"85.131.213.19"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MEF_PROXY_ADDR
"85.131.213.19"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_MEF_PROXY_ADDR
"85.131.213.19"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aq5ItQnvZB@iWYrhMHZN9QAAAbQ"
REDIRECT_URL
"/tokyo/blog"
REMOTE_ADDR
"216.73.217.95"
REMOTE_PORT
"45220"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789806773
REQUEST_TIME_FLOAT
1789806773.6371
REQUEST_URI
"/tokyo/blog"
SCRIPT_FILENAME
"/home/xs783121/photos-gallery.com/public_html/stg/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.131.213.19"
SERVER_ADMIN
"webmaster@photos-gallery.com"
SERVER_NAME
"stg.photos-gallery.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,SLACK_CHANNEL,SLACK_ERROR_CHANNEL,APP_CMS_UPLOAD_DIR,APP_CMS_UPLOAD_DIR_SYMLINK,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,API_DOMAIN,API_CACHE_EXPIRE,INQUIRY_VALIDATION,CRM_MAIL_SEND_LENGTH,CRM_MAIL_SEND_INTERVAL_COUNT,CRM_MAIL_SEND_INTERVAL_SECOND,CRM_API_ENCRYPT_PASSPHASE,SENDGRID_API_KEY,SENDGRID_SENDER,SENDGRID_SENDER_NAME,LIGRA_SFTP_HOST,LIGRA_SFTP_USER,LIGRA_SFTP_PASS,LIGRA_SFTP_POST,SITE_URL,I2A_FTP_USER,I2A_FTP_PASS,I2A_FTP_HOST,I2A_SFTP_USER,I2A_SFTP_PASS,I2A_SFTP_HOST,I2A_TMP_DIR,I2A_REMOVE_TMP_FILE_DATE,MAILER_DSN,DEV_MAIL,SLACK_TOKEN,DEPLOY_PROD_FTP_USER,DEPLOY_PROD_FTP_HOST,DEPLOY_PROD_FTP_PASS,DEPLOY_PROD_ROOT,DEPLOY_STG_ROOT,DEPLOY_LOCAL_ROOT,FILE_BASE_URI,ACCESS_TOKEN"
UNIQUE_ID
"aq5ItQnvZB@iWYrhMHZN9QAAAbQ"
USER
"xs783121"

Parent Request

Return to parent request (token = 13fcc3)

Key Value
_controller
"App\Controller\Mvc\BlogController::index"
_firewall_context
"security.firewall.map.context.user"
_remove_csp_headers
true
_route
"blog_index"
_route_params
[
  "area" => "tokyo"
]
_security_firewall_run
"_security_user"
_stopwatch_token
"8652b0"
area
"tokyo"