Error 500 Internal Server Error

GET https://52.199.68.136.nip.io/mypage/user

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
exception
Error {#4234
  #message: "Failed opening required '/var/www/html/var/cache/dev/doctrine/orm/Proxies/__CG__EccubeEntityMasterCustomerStatus.php' (include_path='.:/usr/local/lib/php')"
  #code: 0
  #file: "/var/www/html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php"
  #line: 197
  trace: {
    /var/www/html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:197 {
      Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition($className) …
      › case self::AUTOGENERATE_NEVER:    require $fileName;    break;
    }
    /var/www/html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:109 {
      Doctrine\Common\Proxy\AbstractProxyFactory->getProxy($className, array $identifier) …
      › {    $definition = $this->definitions[$className] ?? $this->getProxyDefinition($className);    $fqcn       = $definition->proxyClassName;
      arguments: {
        $className: "Eccube\Entity\Master\CustomerStatus"
      }
    }
    /var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:207 {
      Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
      › if (! $this->isLazyGhostObjectEnabled) {    return parent::getProxy($className, $identifier);}
      arguments: {
        $className: "Eccube\Entity\Master\CustomerStatus"
        $identifier: [ …1]
      }
    }
    /var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:3114 {
      Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
      › case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:    $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);    $this->registerManaged($newValue, $associatedId, []);
      arguments: {
        $className: "Eccube\Entity\Master\CustomerStatus"
        $identifier: [ …1]
      }
    }
    /var/www/html/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:173 {
      Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
      › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);arguments: {
        $className: "Eccube\Entity\Customer"
        $data: [ …31]
        &$hints: [ …1]
      }
    }
    /var/www/html/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:65 {
      Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
      › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
      arguments: {
        $row: [ …31]
        &$result: []
      }
    }
    /var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:270 {
      Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
      › try {    $result = $this->hydrateAllData();} finally {
    }
    /var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:782 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
      › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);arguments: {
        $stmt: Doctrine\DBAL\Result {#3957 …}
        $resultSetMapping: Doctrine\ORM\Query\ResultSetMapping {#3835 …}
        $hints: []
      }
    }
    /var/www/html/vendor/doctrine/orm/src/EntityRepository.php:241 {
      Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
      › 
      ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
      arguments: {
        $criteria: [ …2]
        $entity: null
        $assoc: null
        $hints: []
        $lockMode: null
        $limit: 1
        $orderBy: null
      }
    }
    /var/www/html/src/Eccube/Security/Core/User/CustomerProvider.php:92 {
      Eccube\Security\Core\User\CustomerProvider->loadUserByIdentifier(string $identifier): UserInterface …
      › {    $Customer = $this->customerRepository->findOneBy([        'email' => $identifier,
      arguments: {
        $criteria: [ …2]
      }
    }
    /var/www/html/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php:63 {
      Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler->consumeRememberMeCookie(RememberMeDetails $rememberMeDetails): UserInterface …
      › try {    $user = $this->userProvider->loadUserByIdentifier($rememberMeDetails->getUserIdentifier());} catch (AuthenticationException $e) {
      arguments: {
        $identifier: "smulange@test.com"
      }
    }
    /var/www/html/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php:63 {
      Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler->consumeRememberMeCookie(RememberMeDetails $rememberMeDetails): UserInterface …
      › 
      ›     return parent::consumeRememberMeCookie($rememberMeDetails);}
      arguments: {
        $rememberMeDetails: Symfony\Component\Security\Http\RememberMe\RememberMeDetails {#2797 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php:95 {
      Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator->Symfony\Component\Security\Http\Authenticator\{closure} …
      › 
      › $userBadge = new UserBadge($rememberMeCookie->getUserIdentifier(), fn () => $this->rememberMeHandler->consumeRememberMeCookie($rememberMeCookie));arguments: {
        $rememberMeDetails: Symfony\Component\Security\Http\RememberMe\RememberMeDetails {#2797 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:87 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
      › if (null === $this->getAttributes()) {    $user = ($this->userLoader)($this->userIdentifier);} else {
      arguments: {
        "smulange@test.com"
      }
    }
    /var/www/html/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
      Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
      › 
      ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
    }
    /var/www/html/vendor/symfony/security-http/EventListener/UserCheckerListener.php:42 {
      Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
      › 
      ›     $this->userChecker->checkPreAuth($passport->getUser());}
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …21]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:180 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);arguments: {
        $event: Symfony\Component\Security\Http\Event\CheckPassportEvent {#2801 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#2793 …}
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall.php:128 {
      Symfony\Component\Security\Http\Firewall->callListeners(RequestEvent $event, iterable $listeners) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/security-http/Firewall.php:95 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        $listeners: Generator {#459 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        ...: {
          "kernel.request"
          Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        "kernel.request"
        Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …21]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
        $eventName: "kernel.request"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $type: 1
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
  }
}
logger
null

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.9,mr;q=0.8,hi;q=0.7"
authorization
""
connection
"keep-alive"
cookie
"eccube_remember_me=Eccube.Entity.Customer%3Ac211bGFuZ2VAdGVzdC5jb20~%3A1785468411%3AYLtP5mq5mRZHvuAzhodoiuFUn55x010bFzatf7bKUls~MvtrSsTy2YoR94lHoWFq4oObR4ULs5XLTC8seQfDPFI~; eccube=7f24c04e0c38684850322e83b5f7aae4"
host
"52.199.68.136.nip.io"
referer
"https://52.199.68.136.nip.io/mypage/address/"
sec-ch-ua
""Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36"
x-php-ob-level
"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
"Fri, 31 Jul 2026 02:32:34 GMT"
set-cookie
"maintenance_token=deleted; expires=Thu, 31 Jul 2025 02:32:33 GMT; Max-Age=0; path=/; httponly"
vary
"Accept"
x-debug-token
"5660ab"

Cookies

Request Cookies

Key Value
eccube
"7f24c04e0c38684850322e83b5f7aae4"
eccube_remember_me
"Eccube.Entity.Customer:c211bGFuZ2VAdGVzdC5jb20~:1785468411:YLtP5mq5mRZHvuAzhodoiuFUn55x010bFzatf7bKUls~MvtrSsTy2YoR94lHoWFq4oObR4ULs5XLTC8seQfDPFI~"

Response Cookies

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

Session

Session Metadata

Key Value
Created
"Fri, 31 Jul 26 11:26:51 +0900"
Last used
"Fri, 31 Jul 26 11:32:24 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"3A4aBVZ4nGV3GgU8gdg0mR5kgy5Ab6VWF_L07K6PWUg"
_csrf/https-address_add
"42vpiYXytbAqth8wdM5VNuoVKerWqWmXtMbQS3Ng0Jw"
_csrf/https-address_delete
"TKNFkXLiEvK4UYg7TqdbZYKr5pu1Yx-TY1_gt2HkZyM"
_csrf/https-address_edit
"2dap9bGE-Kyfk2z44QCqT9cT1BBjZb_IOFPDOMjJeqQ"
_csrf/https-two_factor
"-GgfpbMyapmOeil-6Go-yCrPbbMY5oNsyx3DiRWUP8c"
_csrf/https-user_2fa
"FzYtvzJXVDFY_rDCD9WNRfTH36DYBMXOacoqfeMyS9k"
_csrf/https-user_chat_mail
"Tcm4R0tXGsG6nZKDQZmcsgfbHmYXfx8iCeG9Mf3hlh4"
_csrf/https-user_email
"_JyZXLgedzdkG1iGLFw5Iz-ODNRudjnQD92B0Cpkej0"
_csrf/https-user_icon
"WFEeme7XFP5DqsZ0dJYDVQaLWS02265JWv7yMt947Uk"
_csrf/https-user_password
"hZXCfdosidWA8RgP86uZKbkm49CGfz2ZHcKc22R65II"
_csrf/https-user_profile
"ljLbkx1A9E9n9ssu7VfRf5hby0aEZliIV7R-g8S5XlM"
_csrf/https-user_withdraw
"_45PCKxkwONPogtWK8Dypy42cWAL3alWE8STdSDM424"
_security.last_username
"smulange@test.com"
cart_keys
[]
register_customer_email
"smulange@test.com"

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

Key Value
eccube.login.target.path
[
  "https://52.199.68.136.nip.io/mypage/"
]

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/var/www/html"
CONTEXT_PREFIX
""
DATABASE_SERVER_VERSION
"16"
DATABASE_URL
"postgresql://ec_cube_user:ec_cube_password@db:5432/ec_cube_db"
DOCUMENT_ROOT
"/var/www/html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_DENY_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"admin"
ECCUBE_AUTH_MAGIC
"ec_cube_auth_magic_key_test_env"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_CURRENCY
"JPY"
ECCUBE_FORCE_SSL
"0"
ECCUBE_FRONT_ALLOW_HOSTS
"[]"
ECCUBE_FRONT_DENY_HOSTS
"[]"
ECCUBE_LOCALE
"ja"
ECCUBE_TIMEZONE
"Asia/Tokyo"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9,mr;q=0.8,hi;q=0.7"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"eccube_remember_me=Eccube.Entity.Customer%3Ac211bGFuZ2VAdGVzdC5jb20~%3A1785468411%3AYLtP5mq5mRZHvuAzhodoiuFUn55x010bFzatf7bKUls~MvtrSsTy2YoR94lHoWFq4oObR4ULs5XLTC8seQfDPFI~; eccube=7f24c04e0c38684850322e83b5f7aae4"
HTTP_HOST
"52.199.68.136.nip.io"
HTTP_REFERER
"https://52.199.68.136.nip.io/mypage/address/"
HTTP_SEC_CH_UA
""Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36"
MAILER_DSN
"smtp://mailpit:1025"
NTA_API_APP_ID
"KbESnDSekBrri"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SSL_TLS_SNI
"52.199.68.136.nip.io"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/mypage/user"
REMOTE_ADDR
"223.233.85.219"
REMOTE_PORT
"32803"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785465148
REQUEST_TIME_FLOAT
1785465148.5573
REQUEST_URI
"/mypage/user"
SCRIPT_FILENAME
"/var/www/html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.19.0.5"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"52.199.68.136.nip.io"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.65 (Debian) Server at 52.199.68.136.nip.io Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.65 (Debian)"
SSL_TLS_SNI
"52.199.68.136.nip.io"
TRUSTED_HOSTS
"localhost,127.0.0.1,52.199.68.136,52.199.68.136.nip.io"
argc
0
argv
[]

Parent Request

Return to parent request (token = f25ec1)

Key Value
_controller
"error_controller"
exception
RuntimeException {#1959
  #message: "Failed to start the session because headers have already been sent by "/var/www/html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php" at line 181."
  #code: 0
  #file: "/var/www/html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php"
  #line: 132
  trace: {
    /var/www/html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › if (filter_var(\ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOL) && headers_sent($file, $line)) {    throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:311 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Session.php:222 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);arguments: {
        $name: "attributes"
      }
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Session.php:242 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
      arguments: {
        $name: "attributes"
      }
    }
    /var/www/html/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/html/app/Customize/Service/TwoFactorService.php:141 {
      Customize\Service\TwoFactorService->getState(): array …
      › {    $state = $this->getSession()->get(self::SESSION_KEY);arguments: {
        $name: "_two_factor"
      }
    }
    /var/www/html/app/Customize/Service/TwoFactorService.php:60 {
      Customize\Service\TwoFactorService->isPending(): bool …
      › {    $state = $this->getState();}
    /var/www/html/app/Customize/EventSubscriber/TwoFactorGuardSubscriber.php:40 {
      Customize\EventSubscriber\TwoFactorGuardSubscriber->onKernelControllerArguments(ControllerArgumentsEvent $event): void …
      › 
      › if (!$this->twoFactorService->isPending()) {    return;
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = $listener(...))(...$args);};
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent {#1921 …}
        ...: {
          "kernel.controller_arguments"
          Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent {#1921 …}
        "kernel.controller_arguments"
        Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …8]
        $eventName: "kernel.controller_arguments"
        $event: Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent {#1921 …}
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:176 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerArgumentsEvent($this, $event, $arguments, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent {#1921 …}
        $eventName: "kernel.controller_arguments"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $type: 1
      }
    }
    /var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#11 …}
      }
    }
  }
}
logger
null