http://towakensetsu.jp/user_data/buy

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"34718e"
exception
Twig\Error\RuntimeError {#5043
  #message: "Variable "form" does not exist."
  #code: 0
  #file: "/home/swift01/towakensetsu.jp/public_html/app/template/user_data/buy.twig"
  #line: 13
  -lineno: 13
  -name: "@user_data/buy.twig"
  -rawMessage: "Variable "form" does not exist."
  -sourcePath: "/home/swift01/towakensetsu.jp/public_html/app/template/user_data/buy.twig"
  -sourceCode: """
    {#\n
    This file is part of EC-CUBE\n
    \n
    Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.\n
    \n
    http://www.ec-cube.co.jp/\n
    \n
    For the full copyright and license information, please view the LICENSE\n
    file that was distributed with this source code.\n
    #}\n
    {% extends 'default_frame.twig' %}\n
    \n
    {% form_theme form 'Form/form_div_layout.twig' %}\n
    \n
    {% block javascript %}\n
        <script src="//yubinbango.github.io/yubinbango/yubinbango.js" charset="UTF-8"></script>\n
    {% endblock javascript %}\n
    \n
    {% block main %}\n
    \n
        <div class="ec-contactRole">\n
            <div class="ec-pageHeader">\n
                <h1>{{ 'お問い合わせ'|trans }}</h1>\n
            </div>\n
            <div class="ec-off1Grid">\n
                <div class="ec-off1Grid__cell">\n
                    <form method="post" action="{{ url('contact') }}" class="h-adr" novalidate>\n
                        <span class="p-country-name" style="display:none;">Japan</span>\n
                        {{ form_widget(form._token) }}\n
                        <p class="ec-para-normal">{{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。\n
    また、休業日は翌営業日以降の対応となりますのでご了承ください。\n
    '|trans|nl2br }}</p>\n
                        <div class="ec-borderedDefs">\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error' }}">\n
                                        {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}\n
                                        {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}\n
                                        {{ form_errors(form.name.name01) }}\n
                                        {{ form_errors(form.name.name02) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.kana, 'お名前(カナ)', {'label_attr': {'class': 'ec-label'}}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error' }}">\n
                                        {{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}\n
                                        {{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}\n
                                        {{ form_errors(form.kana.kana01) }}\n
                                        {{ form_errors(form.kana.kana02) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}">\n
                                        <span>{{ '〒'|trans }}</span>\n
                                        {{ form_widget(form.postal_code) }}\n
                                        <div class="ec-zipInputHelp">\n
                                            <div class="ec-zipInputHelp__icon">\n
                                                <div class="ec-icon"><img\n
                                                        src="{{ asset('assets/icon/question-white.svg') }}" alt="">\n
                                                </div>\n
                                            </div><a href="https://www.post.japanpost.jp/zipcode/" target="_blank"><span>{{ '郵便番号検索'|trans }}</span></a>\n
                                        </div>\n
                                        {{ form_errors(form.postal_code) }}\n
                                    </div>\n
                                    <div class="ec-select{{ has_errors(form.address.pref) ? ' error' }}">\n
                                        {{ form_widget(form.address.pref) }}\n
                                        {{ form_errors(form.address.pref) }}\n
                                    </div>\n
                                    <div class="ec-input{{ has_errors(form.address.addr01) ? ' error' }}">\n
                                        {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}\n
                                        {{ form_errors(form.address.addr01) }}\n
                                    </div>\n
                                    <div class="ec-input{{ has_errors(form.address.addr02) ? ' error' }}">\n
                                        {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}\n
                                        {{ form_errors(form.address.addr02) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-telInput{{ has_errors(form.phone_number) ? ' error' }}">\n
                                        {{ form_widget(form.phone_number) }}\n
                                        {{ form_errors(form.phone_number) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-input{{ has_errors(form.email) ? ' error' }}">\n
                                        {{ form_widget(form.email) }}\n
                                        {{ form_errors(form.email) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-input{{ has_errors(form.contents) ? ' error' }}">\n
                                        {{ form_widget(form.contents) }}\n
                                        {{ form_errors(form.contents) }}\n
                                    </div>\n
                                    <p>{{ 'ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。'|trans }}</p>\n
                                </dd>\n
                            </dl>\n
                            {# エンティティ拡張の自動出力 #}\n
                            {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}\n
                                {% if f.vars.eccube_form_options.form_theme %}\n
                                    {% form_theme f f.vars.eccube_form_options.form_theme %}\n
                                    {{ form_row(f) }}\n
                                {% else %}\n
                                    <dl>\n
                                        <dt>\n
                                            {{ form_label(f) }}\n
                                        </dt>\n
                                        <dd>\n
                                            <div class="{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}">\n
                                                {{ form_widget(f) }}\n
                                                {{ form_errors(f) }}\n
                                            </div>\n
                                        </dd>\n
                                    </dl>\n
                                {% endif %}\n
                            {% endfor %}\n
                        </div>\n
                        <div class="ec-RegisterRole__actions">\n
                            <div class="ec-off4Grid">\n
                                <div class="ec-off4Grid__cell">\n
                                    <button type="submit" class="ec-blockBtn--action" name="mode" value="confirm">{{ '確認ページへ'|trans }}\n
                                    </button>\n
                                </div>\n
                            </div>\n
                        </div>\n
                    </form>\n
                </div>\n
            </div>\n
        </div>\n
    \n
    {% endblock %}\n
    """
  trace: {
    /home/swift01/towakensetsu.jp/public_html/app/template/user_data/buy.twig:13 {
      __TwigTemplate_12da1e402f3f6dd85422b15bba27a8e9->{closure} …
      › 
      › {% form_theme form 'Form/form_div_layout.twig' %}}
    /home/swift01/towakensetsu.jp/public_html/app/template/user_data/buy.twig:13 {
      __TwigTemplate_12da1e402f3f6dd85422b15bba27a8e9->doDisplay(array $context, array $blocks = []) …
      › 
      › {% form_theme form 'Form/form_div_layout.twig' %}}
    /home/swift01/towakensetsu.jp/public_html/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …8]
        $blocks: [ …2]
      }
    }
    /home/swift01/towakensetsu.jp/public_html/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: []
        $blocks: []
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: []
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      arguments: {
        $context: []
        ...: {
          []
        }
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: []
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
      arguments: {
        $name: "@user_data/buy.twig"
        $context: []
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);arguments: {
        $view: "@user_data/buy.twig"
        $parameters: []
      }
    }
    /home/swift01/towakensetsu.jp/public_html/src/Eccube/Controller/UserDataController.php:78 {
      Eccube\Controller\UserDataController->index(Request $request, $route) …
      › 
      ›     return $this->render($file);}
      arguments: {
        $view: "@user_data/buy.twig"
      }
    }
    /home/swift01/towakensetsu.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $route: "buy"
      }
    }
    /home/swift01/towakensetsu.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 {#2 …}
        $type: 1
      }
    }
    /home/swift01/towakensetsu.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 {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/swift01/towakensetsu.jp/public_html/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#565 …8}

Request Headers

Header Value
authorization
""
connection
"close"
host
"towakensetsu.jp"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"54.159.98.248"
x-forwarded-host
"towakensetsu.jp"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-php-fpm-version
"81"
x-php-ob-level
"1"
x-real-ip
"54.159.98.248"
x-server-address
"162.43.104.76"
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
"Sun, 22 Dec 2024 12:35:22 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 23-Dec-2023 12:35:21 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"Variable%20%22form%22%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fswift01%2Ftowakensetsu.jp%2Fpublic_html%2Fapp%2Ftemplate%2Fuser_data%2Fbuy.twig:13"
x-debug-token
"e2bd87"

Cookies

Request Cookies

No request cookies

Response Cookies

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

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/swift01/towakensetsu.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/swift01/towakensetsu.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/swift01/towakensetsu.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.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/swift01/towakensetsu.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/swift01/towakensetsu.jp/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/swift01/towakensetsu.jp/public_html/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"
CONTEXT_DOCUMENT_ROOT
"/home/swift01/towakensetsu.jp/public_html"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"105"
DATABASE_URL
"mysql://swift01_ec1:6k55q5ei3g@localhost/swift01_ec1"
DOCUMENT_ROOT
"/home/swift01/towakensetsu.jp/public_html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"administrator"
ECCUBE_AUTH_MAGIC
"PmHJs7vFswGjGwE9Hp5yRvCJ3gz9ly3l"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_CURRENCY
"JPY"
ECCUBE_FORCE_SSL
"0"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
ECCUBE_TIMEZONE
"Asia/Tokyo"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/swift01"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_HOST
"towakensetsu.jp"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"54.159.98.248"
HTTP_X_FORWARDED_HOST
"towakensetsu.jp"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_PHP_FPM_VERSION
"81"
HTTP_X_REAL_IP
"54.159.98.248"
HTTP_X_SERVER_ADDRESS
"162.43.104.76"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"sendmail://localhost"
MEF_PROXY_ADDR
"162.43.104.76"
Ngx_Cache_AllCacheMode
"1"
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
"/index.php"
QUERY_STRING
""
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"162.43.104.76"
REDIRECT_Ngx_Cache_AllCacheMode
"1"
REDIRECT_Ngx_Cache_NoCacheMode
"off"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z2gHii8Em-ZelezU_QgkIQAAAVU"
REDIRECT_URL
"/user_data/buy"
REMOTE_ADDR
"54.159.98.248"
REMOTE_PORT
"44444"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1734870922
REQUEST_TIME_FLOAT
1734870922.651
REQUEST_URI
"/user_data/buy"
SCRIPT_FILENAME
"/home/swift01/towakensetsu.jp/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.43.104.76"
SERVER_ADMIN
"webmaster@towakensetsu.jp"
SERVER_NAME
"towakensetsu.jp"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
UNIQUE_ID
"Z2gHii8Em-ZelezU_QgkIQAAAVU"
USER
"swift01"

Parent Request

Return to parent request (token = 044bd7)

Key Value
_controller
"Eccube\Controller\UserDataController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"user_data"
_route_params
[
  "route" => "buy"
]
_security_firewall_run
"_security_customer"
_stopwatch_token
"6e1457"
route
"buy"