https://xs501433.xsrv.jp/shop/contact

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
contact
[
  "_token" => "577174.Jcu576FpIsP8-u1Iu2C2Sz2DpEIPjT0rXXcVGtA2ygw.cfPzlYxfG_aszdU4jQz1Kl7H1BNmulN6PA12bJhjm0cRrcip4AJolJeuuA"
  "type" => "ご注文(オンラインショップ)に関するお問い合わせ"
  "company_name" => ""
  "name" => [
    "name01" => "テスト"
    "name02" => "テスト"
  ]
  "kana" => [
    "kana01" => "テスト"
    "kana02" => "テスト"
  ]
  "phone_number" => ""
  "email" => "yokomi@j-cool.fm"
  "title" => "test"
  "order_id" => ""
  "contents" => "テスト"
]
mode
"complete"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"e29323"
exception
Doctrine\DBAL\Exception\NotNullConstraintViolationException {#6095
  #message: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'company_name' cannot be null"
  #code: 1048
  #file: "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 114
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#6082 …}
  -query: Doctrine\DBAL\Query {#6089 …}
  trace: {
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:114 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      ›     case 1566:        return new NotNullConstraintViolationException($exception, $query);}
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:1907 {
      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 {#6082 …}
        $query: Doctrine\DBAL\Query {#6089 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/dbal/src/Connection.php:1850 {
      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 {#6082 …}
        $query: Doctrine\DBAL\Query {#6089 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/dbal/src/Statement.php:194 {
      Doctrine\DBAL\Statement->execute($params = null): Result …
      › } catch (Driver\Exception $ex) {    throw $this->conn->convertExceptionDuringQuery($ex, $this->sql, $this->params, $this->types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#6082 …}
        $sql: "INSERT INTO plg_contact_management4_contact (type, company_name, name01, name02, kana01, kana02, postal_code, addr01, addr02, email, phone_number, title, order_id, contents, extra, note, contact_date, create_date, update_date, customer_id, staff_id, product_id, pref_id, contact_status_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
        $params: [ …24]
        $types: [ …24]
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/dbal/src/Statement.php:249 {
      Doctrine\DBAL\Statement->executeStatement(array $params = []): int …
      › 
      ›     return $this->execute($params)->rowCount();}
      arguments: {
        $params: null
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:278 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts() …
      › 
      › $stmt->executeStatement();}
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:1145 {
      Doctrine\ORM\UnitOfWork->executeInserts(ClassMetadata $class): void …
      › 
      › $postInsertIds = $persister->executeInserts();}
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:431 {
      Doctrine\ORM\UnitOfWork->commit($entity = null) …
      › foreach ($commitOrder as $class) {    $this->executeInserts($class);}
      arguments: {
        $class: Doctrine\ORM\Mapping\ClassMetadata {#5622 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:403 {
      Doctrine\ORM\EntityManager->flush($entity = null) …
      › 
      ›     $this->unitOfWork->commit($entity);}
      arguments: {
        $entity: Plugin\ContactManagement42\Entity\Contact {#5607 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/var/cache/dev/ContainerXVSZaJM/EntityManager_9a5be93.php:136 {
      ContainerXVSZaJM\EntityManager_9a5be93->flush($entity = null) …
      › 
      ›     return $this->valueHolder77ebf->flush($entity);}
      arguments: {
        $entity: Plugin\ContactManagement42\Entity\Contact {#5607 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/app/Plugin/ContactManagement42/Event.php:112 {
      Plugin\ContactManagement42\Event->onContactComplete(EventArgs $event) …
      ›   $this->entityManager->persist($Contact);  $this->entityManager->flush($Contact);}
      arguments: {
        $entity: Plugin\ContactManagement42\Entity\Contact {#5607 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Eccube\Event\EventArgs {#5626 …}
        ...: {
          "front.contact.index.complete"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1153 …}
        }
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Eccube\Event\EventArgs {#5381 …}
        $eventName: "front.contact.index.complete"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1153 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …1]
        $eventName: "front.contact.index.complete"
        $event: Eccube\Event\EventArgs {#5381 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Eccube\Event\EventArgs {#5381 …}
        $eventName: "front.contact.index.complete"
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/src/Eccube/Controller/ContactController.php:116 {
      Eccube\Controller\ContactController->index(Request $request) …
      › );$this->eventDispatcher->dispatch($event, EccubeEvents::FRONT_CONTACT_INDEX_COMPLETE);arguments: {
        $event: Eccube\Event\EventArgs {#5381 …}
        $eventName: "front.contact.index.complete"
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:163 {
      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 …}
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /home/xs501433/xs501433.xsrv.jp/public_html/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#953 …8}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-language
"ja,en-US;q=0.7,en;q=0.3"
authorization
""
connection
"close"
content-length
"799"
content-type
"application/x-www-form-urlencoded"
cookie
"eccube=f5b27e498c661ef91c25275fa89d73c9; plugin__check_product42__product=36%2C37%2C33%2C43; _ga_WHJ20PS7PH=GS1.1.1746437188.10.0.1746437188.60.0.0; _ga=GA1.2.1376571863.1745574159; _gcl_au=1.1.193648537.1745574160; _yjsu_yjad=1745574159.3da2e826-a7ec-435f-b700-16eee6805001; __lt__cid=ce6d0b17-8de1-4a76-8463-11979c04ac69; _clck=3xsjcx%7C2%7Cfvk%7C0%7C1941; _ga_9NYR74VY0V=GS1.1.1746179339.7.1.1746179957.60.0.0; _ga_YP7YSPC1FT=GS1.1.1746179339.7.1.1746179957.60.0.0; _ga_QZDZLHYBF0=GS1.1.1746179339.7.1.1746179957.60.0.1725697914; _unv_aid=a444d9c4-dd3f-457a-b03b-c9a98bb75e8c; _fbp=fb.1.1746098992406.250563416589344278; _ga_8DRLT1MGJC=GS1.2.1746146358.3.0.1746146358.0.0.0; Kairos3_1st=6eeae1cb49ef183824cf8c7bebf46992a2867381; _uetvid=98de5e80267f11f0a9971937727b324b; __lt__sid=e6b49b97-a2d039e6; _gid=GA1.2.1162941181.1746437190"
host
"xs501433.xsrv.jp"
origin
"https://xs501433.xsrv.jp"
priority
"u=0, i"
referer
"https://xs501433.xsrv.jp/shop/contact"
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; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"153.156.41.245"
x-forwarded-host
"xs501433.xsrv.jp"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-php-fpm-version
"81"
x-php-ob-level
"1"
x-real-ip
"153.156.41.245"
x-server-address
"85.131.207.50"
x-ua-device
"pc"
x-wp-access
"0"

Request Content

Raw

contact%5B_token%5D=577174.Jcu576FpIsP8-u1Iu2C2Sz2DpEIPjT0rXXcVGtA2ygw.cfPzlYxfG_aszdU4jQz1Kl7H1BNmulN6PA12bJhjm0cRrcip4AJolJeuuA&contact%5Btype%5D=%E3%81%94%E6%B3%A8%E6%96%87%EF%BC%88%E3%82%AA%E3%83%B3%E3%83%A9%E3%82%A4%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97%EF%BC%89%E3%81%AB%E9%96%A2%E3%81%99%E3%82%8B%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B&contact%5Bcompany_name%5D=&contact%5Bname%5D%5Bname01%5D=%E3%83%86%E3%82%B9%E3%83%88&contact%5Bname%5D%5Bname02%5D=%E3%83%86%E3%82%B9%E3%83%88&contact%5Bkana%5D%5Bkana01%5D=%E3%83%86%E3%82%B9%E3%83%88&contact%5Bkana%5D%5Bkana02%5D=%E3%83%86%E3%82%B9%E3%83%88&contact%5Bphone_number%5D=&contact%5Bemail%5D=yokomi%40j-cool.fm&contact%5Btitle%5D=test&contact%5Border_id%5D=&contact%5Bcontents%5D=%E3%83%86%E3%82%B9%E3%83%88&mode=complete

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 05 May 2025 09:27:45 GMT"
set-cookie
"maintenance_token=deleted; expires=Sun, 05-May-2024 09:27:44 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B23000%5D%3A%20Integrity%20constraint%20violation%3A%201048%20Column%20%27company_name%27%20cannot%20be%20null"
x-debug-exception-file
"%2Fhome%2Fxs501433%2Fxs501433.xsrv.jp%2Fpublic_html%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:114"
x-debug-token
"0b658a"

Cookies

Request Cookies

Key Value
Kairos3_1st
"6eeae1cb49ef183824cf8c7bebf46992a2867381"
__lt__cid
"ce6d0b17-8de1-4a76-8463-11979c04ac69"
__lt__sid
"e6b49b97-a2d039e6"
_clck
"3xsjcx|2|fvk|0|1941"
_fbp
"fb.1.1746098992406.250563416589344278"
_ga
"GA1.2.1376571863.1745574159"
_ga_8DRLT1MGJC
"GS1.2.1746146358.3.0.1746146358.0.0.0"
_ga_9NYR74VY0V
"GS1.1.1746179339.7.1.1746179957.60.0.0"
_ga_QZDZLHYBF0
"GS1.1.1746179339.7.1.1746179957.60.0.1725697914"
_ga_WHJ20PS7PH
"GS1.1.1746437188.10.0.1746437188.60.0.0"
_ga_YP7YSPC1FT
"GS1.1.1746179339.7.1.1746179957.60.0.0"
_gcl_au
"1.1.193648537.1745574160"
_gid
"GA1.2.1162941181.1746437190"
_uetvid
"98de5e80267f11f0a9971937727b324b"
_unv_aid
"a444d9c4-dd3f-457a-b03b-c9a98bb75e8c"
_yjsu_yjad
"1745574159.3da2e826-a7ec-435f-b700-16eee6805001"
eccube
"f5b27e498c661ef91c25275fa89d73c9"
plugin__check_product42__product
"36,37,33,43"

Response Cookies

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

Session 4

Session Metadata

Key Value
Created
"Mon, 05 May 25 18:27:06 +0900"
Last used
"Mon, 05 May 25 18:27:42 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"YRlhMtIHY0vw_ec9g8kscgKCOKryQKvTCTvHQ6CFX6w"
_csrf/https-contact
"T8Jz-695P78p6lCacDpQi7nQazcvHUQK4fqFAkJWkTU"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 110
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 568
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 109
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 503
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/src/Eccube/Controller/ContactController.php"
    "line" => 96
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Eccube\Controller\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 568
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 109
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 503
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/src/Eccube/Controller/ContactController.php"
    "line" => 96
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Eccube\Controller\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 568
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 109
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 503
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/src/Eccube/Controller/ContactController.php"
    "line" => 96
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Eccube\Controller\ContactController"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs501433/xs501433.xsrv.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTENT_LENGTH
"799"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/home/xs501433/xs501433.xsrv.jp/public_html"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"10.5.22-MariaDB-log"
DATABASE_URL
"mysql://xs501433_ec:CgKdjrtaPx48z9AV@localhost/xs501433_ec"
DOCUMENT_ROOT
"/home/xs501433/xs501433.xsrv.jp/public_html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_DENY_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"kakiyama_manage"
ECCUBE_AUTH_MAGIC
"BQqxV8dsmdU0rrSrEqvmWCuVOiW6utsz"
ECCUBE_COOKIE_PATH
"/shop"
ECCUBE_FORCE_SSL
"1"
ECCUBE_FRONT_ALLOW_HOSTS
"[]"
ECCUBE_FRONT_DENY_HOSTS
"[]"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/xs501433"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_LANGUAGE
"ja,en-US;q=0.7,en;q=0.3"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_COOKIE
"eccube=f5b27e498c661ef91c25275fa89d73c9; plugin__check_product42__product=36%2C37%2C33%2C43; _ga_WHJ20PS7PH=GS1.1.1746437188.10.0.1746437188.60.0.0; _ga=GA1.2.1376571863.1745574159; _gcl_au=1.1.193648537.1745574160; _yjsu_yjad=1745574159.3da2e826-a7ec-435f-b700-16eee6805001; __lt__cid=ce6d0b17-8de1-4a76-8463-11979c04ac69; _clck=3xsjcx%7C2%7Cfvk%7C0%7C1941; _ga_9NYR74VY0V=GS1.1.1746179339.7.1.1746179957.60.0.0; _ga_YP7YSPC1FT=GS1.1.1746179339.7.1.1746179957.60.0.0; _ga_QZDZLHYBF0=GS1.1.1746179339.7.1.1746179957.60.0.1725697914; _unv_aid=a444d9c4-dd3f-457a-b03b-c9a98bb75e8c; _fbp=fb.1.1746098992406.250563416589344278; _ga_8DRLT1MGJC=GS1.2.1746146358.3.0.1746146358.0.0.0; Kairos3_1st=6eeae1cb49ef183824cf8c7bebf46992a2867381; _uetvid=98de5e80267f11f0a9971937727b324b; __lt__sid=e6b49b97-a2d039e6; _gid=GA1.2.1162941181.1746437190"
HTTP_HOST
"xs501433.xsrv.jp"
HTTP_ORIGIN
"https://xs501433.xsrv.jp"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://xs501433.xsrv.jp/shop/contact"
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; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"153.156.41.245"
HTTP_X_FORWARDED_HOST
"xs501433.xsrv.jp"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_PHP_FPM_VERSION
"81"
HTTP_X_REAL_IP
"153.156.41.245"
HTTP_X_SERVER_ADDRESS
"85.131.207.50"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"sendmail://localhost"
MEF_PROXY_ADDR
"85.131.207.50"
Ngx_Cache_NoCacheMode
"off"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/shop/index.php"
QUERY_STRING
""
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"85.131.207.50"
REDIRECT_Ngx_Cache_NoCacheMode
"off"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aBiEkCeCPJG9PGlpu8VQ7QAAAqc"
REDIRECT_URL
"/shop/contact"
REMOTE_ADDR
"153.156.41.245"
REMOTE_PORT
"48860"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1746437264
REQUEST_TIME_FLOAT
1746437264.866
REQUEST_URI
"/shop/contact"
SCRIPT_FILENAME
"/home/xs501433/xs501433.xsrv.jp/public_html/shop/index.php"
SCRIPT_NAME
"/shop/index.php"
SERVER_ADDR
"85.131.207.50"
SERVER_ADMIN
"webmaster@xs501433.xsrv.jp"
SERVER_NAME
"xs501433.xsrv.jp"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
TRUSTED_HOSTS
"^xs501433\.xsrv\.jp$,^kakiyama\.com$,www.kakiyama\.com"
UNIQUE_ID
"aBiEkCeCPJG9PGlpu8VQ7QAAAqc"
USER
"xs501433"

Parent Request

Return to parent request (token = 2d4f6a)

Key Value
_controller
"Eccube\Controller\ContactController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"contact"
_route_params
[]
_security_firewall_run
"_security_customer"
_stopwatch_token
"2ba08f"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#4565
  #template: "Contact/index.twig"
  -vars: []
  -streamable: false
  -owner: [
    Eccube\Controller\ContactController {#4324
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#4445 …}
      #eccubeConfig: Eccube\Common\EccubeConfig {#998 …}
      #entityManager: ContainerXVSZaJM\EntityManager_9a5be93 {#759 …}
      #translator: Symfony\Component\Translation\DataCollectorTranslator {#1218 …}
      #formFactory: Symfony\Component\Form\FormFactory {#4443 …}
      #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1153 …}
      #session: Symfony\Component\HttpFoundation\Session\Session {#1184 …}
      #mailService: Eccube\Service\MailService {#4325 …}
      -pageRepository: Eccube\Repository\PageRepository {#2724 …}
    }
    "index"
  ]
}