https://www.eccube41to42test.rmx.cfbx.jp/entry

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
"3b11f6"
exception
Twig\Error\RuntimeError {#5412
  -lineno: 129
  -name: "Entry/index.twig"
  -rawMessage: "Neither the property "password" nor one of the methods "password()", "getpassword()"/"ispassword()"/"haspassword()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"."
  -sourcePath: "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/app/template/originalTemplate/Entry/index.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
    {% set body_class = 'registration_page' %}\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
        <div class="ec-registerRole">\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('entry') }}" novalidate class="h-adr">\n
                        <span class="p-country-name" style="display:none;">Japan</span>\n
                        {{ form_widget(form._token) }}\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.company_name, '会社名', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-halfInput{{ has_errors(form.company_name) ? ' error' }}">\n
                                        {{ form_widget(form.company_name) }}\n
                                        {{ form_errors(form.company_name) }}\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' }}"><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
    \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.first) ? ' error' }}">\n
                                        {{ form_widget(form.email.first, { 'attr': { 'placeholder': '例:ec-cube@example.com' }}) }}\n
                                        {{ form_errors(form.email.first) }}\n
                                    </div>\n
                                    <div class="ec-input{{ has_errors(form.email.second) ? ' error' }}">\n
                                        {{ form_widget(form.email.second, { 'attr': { 'placeholder': '確認のためもう一度入力してください' }}) }}\n
                                        {{ form_errors(form.email.second) }}\n
                                    </div>\n
                                    <p>※キャリアメール(ezweb.ne.jp、docomo.ne.jpなど)はご利用いただけません。</p>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-input{{ has_errors(form.password.first) ? ' error' }}">\n
                                        {{ form_widget(form.password.first, {\n
                                            'attr': { 'placeholder': '半角英数記号%min%〜%max%文字'|trans({ '%min%': eccube_config.eccube_password_min_len, '%max%': eccube_config.eccube_password_max_len }) },\n
                                            'type': 'password'\n
                                        }) }}\n
                                        {{ form_errors(form.password.first) }}\n
                                    </div>\n
                                    <div class="ec-input{{ has_errors(form.password.second) ? ' error' }}">\n
                                        {{ form_widget(form.password.second, {\n
                                            'attr': { 'placeholder': '確認のためもう一度入力してください'|trans },\n
                                            'type': 'password'\n
                                        }) }}\n
                                        {{ form_errors(form.password.second) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.birth, '生年月日', { 'label_attr': {'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-birth{{ has_errors(form.birth) ? ' error' }}">\n
                                        {{ form_widget(form.birth.year) }}<span>/</span>\n
                                        {{ form_widget(form.birth.month) }}<span>/</span>\n
                                        {{ form_widget(form.birth.day) }}\n
                                        {{ form_errors(form.birth) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.sex, '性別', { 'label_attr': { 'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-radio{{ has_errors(form.sex) ? ' error' }}">\n
                                        {{ form_widget(form.sex) }}\n
                                        {{ form_errors(form.sex) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            <dl>\n
                                <dt>\n
                                    {{ form_label(form.job, '職業', { 'label_attr': {'class': 'ec-label' }}) }}\n
                                </dt>\n
                                <dd>\n
                                    <div class="ec-select{{ has_errors(form.job) ? ' error' }}">\n
                                        {{ form_widget(form.job) }}\n
                                        {{ form_errors(form.job) }}\n
                                    </div>\n
                                </dd>\n
                            </dl>\n
                            {# エンティティ拡張の自動出力 #}\n
                            {% for f in form if 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
                                    <div class="ec-checkbox{{ has_errors(form.user_policy_check) ? ' error' }}">\n
                                        <label>\n
                                            {{ form_widget(form.user_policy_check) }}\n
                                            {{ '<a class="ec-link" href="%url%" target="_blank">利用規約</a>に同意してお進みください'|trans({ '%url%': url('help_agreement') })|raw }}\n
                                        </label>\n
                                        {{ form_errors(form.user_policy_check) }}\n
                                    </div>\n
                                    <button class="ec-blockBtn--action" type="submit" name="mode" value="confirm">{{ '同意する'|trans }}</button>\n
                                    <a class="ec-blockBtn--cancel" href="{{ url('homepage') }}">{{ '同意しない'|trans }}</a>\n
                                </div>\n
                            </div>\n
                        </div>\n
                    </form>\n
                </div>\n
            </div>\n
        </div>\n
    {% endblock %}
    """
  #message: "Neither the property "password" nor one of the methods "password()", "getpassword()"/"ispassword()"/"haspassword()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"."
  #code: 0
  #file: "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/app/template/originalTemplate/Entry/index.twig"
  #line: 129
  trace: {
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/app/template/originalTemplate/Entry/index.twig:129 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › <dt>    {{ form_label(form.password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}</dt>
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/app/template/originalTemplate/Entry/index.twig:129 {
      __TwigTemplate_fe7510cddc558e179665e353aa5abc62bbfeab89e1a4a6daf1705f65a2dc9a54->block_main($context, array $blocks = []) …
      › <dt>    {{ form_label(form.password, 'パスワード', { 'label_attr': {'class': 'ec-label' }}) }}</dt>
      arguments: {
        $env: Twig\Environment {#510 …}
        $source: Twig\Source {#4540 …}
        $object: Symfony\Component\Form\FormView {#4578 …}
        $item: "password"
        $arguments: []
        $type: "any"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 129
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php:182 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …11]
        $blocks: [ …3]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/65/65c90250b0e25c3a09ee32364a04ee85dac7257aebacbbf5839a7ad79be7e33f.php:213 {
      __TwigTemplate_e6f3181a827b35105be229e1afdd8b87ea705100acc7b657118fdbdc4e62bd78->doDisplay(array $context, array $blocks = []) …
      › echo "            ";$this->displayBlock('main', $context, $blocks);// line 88
      arguments: {
        $name: "main"
        $context: [ …11]
        $blocks: [ …3]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …10]
        $blocks: [ …2]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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: [ …9]
        $blocks: [ …2]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: [ …1]
        $blocks: []
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/84/847486df443ac1085f7a1b172156d0479942e99565be6426e49e279073901d8c.php:54 {
      __TwigTemplate_fe7510cddc558e179665e353aa5abc62bbfeab89e1a4a6daf1705f65a2dc9a54->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("default_frame.twig", "Entry/index.twig", 11);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …10]
        $blocks: [ …2]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …10]
        $blocks: [ …2]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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: [ …9]
        $blocks: [ …2]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: [ …1]
        $blocks: []
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …1]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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: [ …1]
        ...: {
          []
        }
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …1]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:115 {
      Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(KernelEvent $event) …
      › } else {    $event->setResponse(new Response($this->twig->render($template->getTemplate(), $parameters)));}
      arguments: {
        $name: "Entry/index.twig"
        $context: [ …1]
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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: Symfony\Component\HttpKernel\Event\ViewEvent {#3977 …}
        ...: {
          "kernel.view"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#630 …}
        }
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ViewEvent {#3977 …}
        $eventName: "kernel.view"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#630 …}
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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: "kernel.view"
        $event: Symfony\Component\HttpKernel\Event\ViewEvent {#3977 …}
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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: Symfony\Component\HttpKernel\Event\ViewEvent {#3977 …}
        $eventName: "kernel.view"
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php:168 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ViewEvent {#3977 …}
        $eventName: "kernel.view"
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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 {#6 …}
        $type: 1
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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 {#6 …}
        $type: 1
        $catch: true
      }
    }
    /home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#6 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#517 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
host
"www.eccube41to42test.rmx.cfbx.jp"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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
"Wed, 20 May 2026 18:51:14 GMT"
set-cookie
"maintenance_token=deleted; expires=Tue, 20-May-2025 18:51:13 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"Neither%20the%20property%20%22password%22%20nor%20one%20of%20the%20methods%20%22password%28%29%22%2C%20%22getpassword%28%29%22%2F%22ispassword%28%29%22%2F%22haspassword%28%29%22%20or%20%22__call%28%29%22%20exist%20and%20have%20public%20access%20in%20class%20%22Symfony%5CComponent%5CForm%5CFormView%22."
x-debug-exception-file
"%2Fhome%2Fgswubshm%2Fpublic_html%2Feccube41to42test.rmx.cfbx.jp%2Fprd%2Fapp%2Ftemplate%2ForiginalTemplate%2FEntry%2Findex.twig:129"
x-debug-token
"34774d"

Cookies

Request Cookies

No request cookies

Response Cookies

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

Session 10

Session Metadata

Key Value
Created
"Thu, 21 May 26 03:51:14 +0900"
Last used
"Thu, 21 May 26 03:51:14 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"dh-Ld6FpFybkBCBOQlQ8g64wF4OR5JJhd0Ya99dgw8E"
_csrf/https-entry
"20CjNd7SJJKvTQ7Ff-G6dCW3my7eql203tbOpJTQZmo"

Session Usage

10 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:98
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 98
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Controller/EntryController.php"
    "line" => 226
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Eccube\Controller\EntryController"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Controller/EntryController.php"
    "line" => 226
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Eccube\Controller\EntryController"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Controller/EntryController.php"
    "line" => 226
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Eccube\Controller\EntryController"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Eccube\Service\CartService:174
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Service/CartService.php"
    "line" => 174
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Service/CartService.php"
    "line" => 151
    "function" => "getSessionCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/ContainerPxx794n/CartService_9dde17f.php"
    "line" => 29
    "function" => "getCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Extension/CartServiceExtension.php"
    "line" => 50
    "function" => "getCarts"
    "class" => "ContainerPxx794n\CartService_9dde17f"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/bf/bfc9c168cc2ea211c6be8652327aa05255cc0e7c0235c7c167a140593575d262.php"
    "line" => 43
    "function" => "get_all_carts"
    "class" => "Eccube\Twig\Extension\CartServiceExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a61374dde59ed081903d3f6468e67d22901762d88eb3061709b38489ea62b6a2"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/99/99691f7b1b5f253d531aca2d00969219b2769d27c2c392b6bad08c0a349e648a.php"
    "line" => 84
    "function" => "twig_include"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3302df34864b010a6436a6d16ba8ef675767ae07aa00b5496a0fd3aded6b6e0"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/f8/f89d37d981112fe9a63156ab6174df75d39e469f2c7c1603c6b52cd7ce2c1cef.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ee581318cf8238b87587f13958c410c3c4f993c3d88bd8379d247eb0135cffde"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/65/65c90250b0e25c3a09ee32364a04ee85dac7257aebacbbf5839a7ad79be7e33f.php"
    "line" => 133
    "function" => "twig_include"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e6f3181a827b35105be229e1afdd8b87ea705100acc7b657118fdbdc4e62bd78"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/var/cache/dev/twig/84/847486df443ac1085f7a1b172156d0479942e99565be6426e49e279073901d8c.php"
    "line" => 54
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_fe7510cddc558e179665e353aa5abc62bbfeab89e1a4a6daf1705f65a2dc9a54"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/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"
CRAWLER_LOAD_LIMIT
"5.2"
CRAWLER_USLEEP
"1000"
DATABASE_SERVER_VERSION
"10.2.34-MariaDB-cll-lve"
DATABASE_URL
"mysql://gswubshm_S4wQJGt3pqYW:0qwVvCpNh2ZNpP0iiEYHfPXn@localhost/gswubshm_YwCwMH2G9dXA"
DOCUMENT_ROOT
"/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"R6yJPACAnmR6"
ECCUBE_AUTH_MAGIC
"IgvEoinmeUT6qQMUXDwCqIWC9ezppw68"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"true"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"originalTemplate"
GEOIP_ADDR
"216.73.216.198"
GEOIP_CONTINENT_CODE
"NA"
GEOIP_COUNTRY_CODE
"US"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_HOST
"www.eccube41to42test.rmx.cfbx.jp"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
MAILER_URL
"smtp://mail.30s-blockhead.com:465?encryption=ssl&auth_mode=login&username=office@30s-blockhead.com&password=tsujioka1020"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/entry"
REMOTE_ADDR
"216.73.216.198"
REMOTE_PORT
"31952"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1779303072
REQUEST_TIME_FLOAT
1779303072.6263
REQUEST_URI
"/entry"
SCRIPT_FILENAME
"/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.eccube41to42test.rmx.cfbx.jp/entry"
SCRIPT_URL
"/entry"
SERVER_ADDR
"160.251.152.23"
SERVER_ADMIN
"webmaster@eccube41to42test.rmx.cfbx.jp"
SERVER_NAME
"www.eccube41to42test.rmx.cfbx.jp"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
X-LSCACHE
"on,crawler"
X_SPDY
"HTTP2"
argc
0
argv
[]

Parent Request

Return to parent request (token = 2b755e)

Key Value
_controller
"Eccube\Controller\EntryController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"entry"
_route_params
[]
_security_firewall_run
"_security_customer"
_stopwatch_token
"319785"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#3824
  #template: "Entry/index.twig"
  -vars: []
  -streamable: false
  -owner: [
    Eccube\Controller\EntryController {#3445
      #customerStatusRepository: Eccube\Repository\Master\CustomerStatusRepository {#3437 …}
      #recursiveValidator: Symfony\Component\Validator\Validator\TraceableValidator {#3702 …}
      #mailService: Eccube\Service\MailService {#3582 …}
      #BaseInfo: Eccube\Entity\BaseInfo {#3526 …}
      #customerRepository: Eccube\Repository\CustomerRepository {#2552 …}
      #encoderFactory: Symfony\Component\Security\Core\Encoder\EncoderFactory {#2763 …}
      #tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#702 …}
      #cartService: ContainerPxx794n\CartService_9dde17f {#411 …}
      #pageRepository: Eccube\Repository\PageRepository {#1624 …}
      #eccubeConfig: Eccube\Common\EccubeConfig {#561 …}
      #entityManager: ContainerPxx794n\EntityManager_9a5be93 {#463 …}
      #translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …}
      #formFactory: Symfony\Component\Form\FormFactory {#3751 …}
      #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#630 …}
      #session: Symfony\Component\HttpFoundation\Session\Session {#651 …}
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#3772 …}
    }
    "index"
  ]
}