https://share-wealth.dzx.co.jp/products/list?category_id=11

ErrorController

Request

GET Parameters

Key Value
category_id
"11"
pageno
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8dde2f"
exception
Twig\Error\RuntimeError {#8456
  -lineno: 70
  -name: "default_frame.twig"
  -rawMessage: "Impossible to access an attribute ("seo_title") on a null variable."
  -sourcePath: "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/default_frame.twig"
  -sourceCode: """
    <!doctype html>\n
    {#\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
    <html lang="{{ eccube_config.locale }}">\n
    <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#">\n
    {% if app.request.get('_route') == 'product_list' %}\n
    {% if app.request.query.get('category_id') is not empty %}\n
    <link rel="canonical" href="{{ url('homepage') }}products/list?category_id={{ app.request.query.get('category_id') }}" />\n
    {% else %}\n
    <link rel="canonical" href="{{ url('homepage') }}products/list" />\n
    {% endif %}\n
    {% set pages = pagination.paginationData %}\n
    {% if pages.pageCount > 1 %}\n
    {% if pages.previous is defined %}\n
    <link rel="prev" href="{{ app.request.schemeAndHttpHost() ~ path(app.request.attributes.get('_route'),app.request.query.all|merge({'pageno': pages.previous})) }}">\n
    {% endif %}\n
    {% if pages.next is defined %}\n
    <link rel="next" href="{{ app.request.schemeAndHttpHost() ~ path(app.request.attributes.get('_route'),app.request.query.all|merge({'pageno': pages.next})) }}">\n
    {% endif %}\n
    {% endif %}\n
    {% endif %}\n
        <meta charset="utf-8">\n
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no,user-scalable=no">\n
        <meta name="apple-itunes-app" content="app-id=com.digital-standard.shareslink, app-argument={{ app.request.uri }}">\n
        <meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">\n
    {% if app.request.get('_route') == 'lp' %}{# ▼LP条件★if #}\n
    {% if Lp.canonical is not empty %}\n
    <link rel="canonical" href="{{ Lp.canonical }}" />\n
    {% endif %}\n
    <title>{{ Lp.title }}</title>\n
    {% if Lp.author is not empty %}\n
    <meta name="author" content="{{ Lp.author }}">\n
    {% elseif Page.author is not empty %}\n
    <meta name="author" content="{{ Page.author }}">\n
    {% endif %}\n
    {% if Lp.description is not empty %}\n
    <meta name="description" content="{{ Lp.description }}">\n
    {% elseif Page.description is not empty %}\n
    <meta name="description" content="{{ Page.description }}">\n
    {% endif %}\n
    {% if Lp.keyword is not empty %}\n
    <meta name="keywords" content="{{ Lp.keyword }}">\n
    {% elseif Page.keyword is not empty %}\n
    <meta name="keywords" content="{{ Page.keyword }}">\n
    {% endif %}\n
    {% if Lp.meta_robots is not empty %}\n
    <meta name="robots" content="{{ Lp.meta_robots }}">\n
    {% elseif Page.meta_robots is not empty %}\n
    <meta name="robots" content="{{ Page.meta_robots }}">\n
    {% endif %}\n
    {% if Page.meta_tags is not empty %}\n
    {{ include(template_from_string(Page.meta_tags)) }}\n
    {% endif %}\n
    {% if Lp.meta_tags is not empty %}\n
    {{ include(template_from_string(Lp.meta_tags)) }}\n
    {% endif %}\n
    {% else %}{# ▼LP条件★else #}\n
    {% if (app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro') and Product.seo_title is not empty %}\n
    <title>{{ Product.seo_title }}</title>\n
    {% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}\n
    <title>全商品 / {{ BaseInfo.shop_name }}</title>\n
    {% elseif app.request.get('_route') == 'product_list' and Category.seo_title is not empty %}\n
    <title>{{ Category.seo_title }}</title>\n
    {% else %}\n
    <title>{% if app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro' or app.request.get('_route') == 'product_list' %}{{ subtitle }} / {{ BaseInfo.shop_name }}{% else %}{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}{% endif %}</title>\n
    {% endif %}\n
    {% if  (app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro') and Product.seo_author is not empty %}\n
    <meta name="author" content="{{ Product.seo_author }}">\n
    {% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}\n
    {% if Page.author is not empty %}<meta name="author" content="{{ Page.author }}">{% endif %}\n
    {% elseif app.request.get('_route') == 'product_list' and Category.seo_author is not empty %}\n
    <meta name="author" content="{{ Category.seo_author }}">\n
    {% elseif Page.author is not empty %}\n
    <meta name="author" content="{{ Page.author }}">\n
    {% endif %}\n
    {% if  (app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro') and Product.seo_description is not empty %}\n
    <meta name="description" content="{{ Product.seo_description }}">\n
    {% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}\n
    {% if Page.description is not empty %}<meta name="description" content="{{ Page.description }}">{% endif %}\n
    {% elseif app.request.get('_route') == 'product_list' and Category.seo_description is not empty %}\n
    <meta name="description" content="{{ Category.seo_description }}">\n
    {% elseif Page.description is not empty %}\n
    <meta name="description" content="{{ Page.description }}">\n
    {% endif %}\n
    {% if  (app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro') and Product.seo_keyword is not empty %}\n
    <meta name="keywords" content="{{ Product.seo_keyword }}">\n
    {% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}\n
    {% if Page.keyword is not empty %}<meta name="keywords" content="{{ Page.keyword }}">{% endif %}\n
    {% elseif app.request.get('_route') == 'product_list' and Category.seo_keyword is not empty %}\n
    <meta name="keywords" content="{{ Category.seo_keyword }}">\n
    {% elseif Page.keyword is not empty %}\n
    <meta name="keywords" content="{{ Page.keyword }}">\n
    {% endif %}\n
    {% if  (app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro') and Product.seo_meta_robots is not empty %}\n
    <meta name="robots" content="{{ Product.seo_meta_robots }}">\n
    {% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}\n
    {% if Page.meta_robots is not empty %}<meta name="robots" content="{{ Page.meta_robots }}">{% endif %}\n
    {% elseif app.request.get('_route') == 'product_list' and Category.seo_meta_robots is not empty %}\n
    <meta name="robots" content="{{ Category.seo_meta_robots }}">\n
    {% elseif Page.meta_robots is not empty %}\n
    <meta name="robots" content="{{ Page.meta_robots }}">\n
    {% endif %}\n
    {% if Page.meta_tags is not empty %}\n
    {{ include(template_from_string(Page.meta_tags)) }}\n
    {% endif %}\n
    {% if  (app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_detailintro') and Product.seo_meta_tags is not empty %}\n
    {{ include(template_from_string(Product.seo_meta_tags)) }}\n
    {% endif %}\n
    {% if app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}\n
    {% elseif app.request.get('_route') == 'product_list' and Category.seo_meta_tags is not empty %}\n
    {{ include(template_from_string(Category.seo_meta_tags)) }}\n
    {% endif %}\n
    {% endif %}{# ▲LP条件★endif #}\n
        <link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">\n
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">\n
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">\n
        <link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css">\n
        <link rel="stylesheet" href="{{ asset('assets/css/style.css') }}?{{ 'now'|date('His') }}">\n
    \t{# ▼ヘッダー・Bodyの背景 コメントアウトを解除し数値を変更→001~050 #}\n
    \t{# <link rel="stylesheet" href="{{ asset('assets/css/design/001/style.css') }}"> #}\n
        {% block stylesheet %}{% endblock %}\n
        <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>\n
        <script>\n
            $(function() {\n
                $.ajaxSetup({\n
                    'headers': {\n
                        'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')\n
                    }\n
                });\n
            });\n
        </script>\n
        {# Layout: HEAD #}\n
        {% if Layout.Head %}\n
            {{ include('block.twig', {'Blocks': Layout.Head}) }}\n
        {% endif %}\n
        {# プラグイン用styleseetやmetatagなど #}\n
        {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}\n
        <link rel="stylesheet" href="{{ asset('assets/css/customize.css', 'user_data') }}">\n
    </head>\n
    <body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}">\n
    {# Layout: BODY_AFTER #}\n
    {% if Layout.BodyAfter %}\n
        {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}\n
    {% endif %}\n
    \n
    <div class="ec-layoutRole">\n
        {# Layout: HEADER #}\n
        {% if Layout.Header %}\n
            <div class="ec-layoutRole__header">\n
                {{ include('block.twig', {'Blocks': Layout.Header}) }}\n
            </div>\n
        {% endif %}\n
    \n
        {# Layout: CONTENTS_TOP #}\n
        {% if Layout.ContentsTop %}\n
            <div class="ec-layoutRole__contentTop">\n
                {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}\n
            </div>\n
        {% endif %}\n
    \n
        <div class="ec-layoutRole__contents">\n
            {# Layout: SIDE_LEFT #}\n
            {% if Layout.SideLeft %}\n
                <div class="ec-layoutRole__left">\n
                    {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}\n
                </div>\n
            {% endif %}\n
    \n
            {% set layoutRoleMain = 'ec-layoutRole__main' %}\n
            {% if Layout.ColumnNum == 2 %}\n
                {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}\n
            {% elseif Layout.ColumnNum == 3 %}\n
                {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}\n
            {% endif %}\n
    \n
            <div class="{{ layoutRoleMain }}">\n
                {# Layout: MAIN_TOP #}\n
                {% if Layout.MainTop %}\n
                    <div class="ec-layoutRole__mainTop">\n
                        {{ include('block.twig', {'Blocks': Layout.MainTop}) }}\n
                    </div>\n
                {% endif %}\n
    \n
                {# MAIN AREA #}\n
                {% block main %}{% endblock %}\n
    \n
                {# Layout: MAIN_Bottom #}\n
                {% if Layout.MainBottom %}\n
                    <div class="ec-layoutRole__mainBottom">\n
                        {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}\n
                    </div>\n
                {% endif %}\n
            </div>\n
    \n
            {# Layout: SIDE_RIGHT #}\n
            {% if Layout.SideRight %}\n
                <div class="ec-layoutRole__right">\n
                    {{ include('block.twig', {'Blocks': Layout.SideRight}) }}\n
                </div>\n
            {% endif %}\n
        </div>\n
    \n
        {# Layout: CONTENTS_BOTTOM #}\n
        {% if Layout.ContentsBottom %}\n
            <div class="ec-layoutRole__contentBottom">\n
                {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}\n
            </div>\n
        {% endif %}\n
    \n
        {# Layout: CONTENTS_FOOTER #}\n
        {% if Layout.Footer %}\n
            <div class="ec-layoutRole__footer">\n
                {{ include('block.twig', {'Blocks': Layout.Footer}) }}\n
            </div>\n
        {% endif %}\n
    </div><!-- ec-layoutRole -->\n
    \n
    <div class="ec-overlayRole"></div>\n
    <div class="ec-drawerRoleClose"><i class="fas fa-times"></i></div>\n
    <div class="ec-drawerRole">\n
        {# Layout: DRAWER #}\n
        {% if Layout.Drawer %}\n
            {{ include('block.twig', {'Blocks': Layout.Drawer}) }}\n
        {% endif %}\n
    </div>\n
    <div class="dzx-fixed-menu">\n
        <a href="{{ url('homepage') }}"><i class="fas fa-home fa-fw"></i><span>ホーム</span></a>\n
    \n
        {% if is_granted('ROLE_USER') %}\n
            <a href="{{ url('mypage') }}"><i class="fas fa-user fa-fw"></i><span>マイページ</span></a>\n
            {% if BaseInfo.option_favorite_product %}\n
                <a href="{{ url('mypage_favorite') }}"><i class="fas fa-heart fa-fw"></i><span>お気に入り</span></a>\n
            {% endif %}\n
        {% else %}\n
            <a href="{{ url('mypage_login') }}"><i class="fas fa-user fa-fw"></i><span>マイページ</span></a>\n
            {% if BaseInfo.option_favorite_product %}\n
                <a href="{{ url('mypage_favorite') }}"><i class="fas fa-heart fa-fw"></i><span>お気に入り</span></a>\n
            {% endif %}\n
        {% endif %}\n
    \n
        <a href="{{ url('cart') }}"><i class="fas fa-shopping-cart fa-fw"><span class="ec-cartNavi__badge_menu">0</span></i><span>カート</span></a>\n
    </div>\n
    <script>\n
        $(function() {\n
            $(".ec-cartNavi__badge_menu").html( $('.ec-headerNaviRole .ec-cartNavi__badge').text() );\n
        });\n
    </script>\n
    <div class="ec-blockTopBtn pagetop"><i class="ec-headerNav__itemIcon fas fa-chevron-up fa-fw"></i></div>\n
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>\n
    <script src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>\n
    {% include('@common/lang.twig') %}\n
    <script src="{{ asset('assets/js/function.js') }}"></script>\n
    <script src="{{ asset('assets/js/eccube.js') }}"></script>\n
    {% block javascript %}{% endblock %}\n
    {# Layout: CLOSE_BODY_BEFORE #}\n
    {% if Layout.CloseBodyBefore %}\n
        {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}\n
    {% endif %}\n
    {# プラグイン用Snippet #}\n
    {% if plugin_snippets is defined %}\n
        {{ include('snippet.twig', { snippets: plugin_snippets }) }}\n
    {% endif %}\n
        <script src="{{ asset('assets/js/customize.js', 'user_data') }}"></script>\n
    </body>\n
    </html>\n
    """
  #message: "Impossible to access an attribute ("seo_title") on a null variable."
  #code: 0
  #file: "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/default_frame.twig"
  #line: 70
  trace: {
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/default_frame.twig:70 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › <title>全商品 / {{ BaseInfo.shop_name }}</title>{% elseif app.request.get('_route') == 'product_list' and Category.seo_title is not empty %}<title>{{ Category.seo_title }}</title>
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/default_frame.twig:70 {
      __TwigTemplate_fa8a034f1e420e5a55193d83367e791571c6476b3a1ab4d962c54039a30986a6->doDisplay(array $context, array $blocks = []) …
      › <title>全商品 / {{ BaseInfo.shop_name }}</title>{% elseif app.request.get('_route') == 'product_list' and Category.seo_title is not empty %}<title>{{ Category.seo_title }}</title>
      arguments: {
        $env: Twig\Environment {#649 …}
        $source: Twig\Source {#7104 …}
        $object: null
        $item: "seo_title"
        $arguments: []
        $type: "any"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 70
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …17]
        $blocks: [ …2]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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: [ …16]
        $blocks: [ …2]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: [ …8]
        $blocks: []
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/var/cache/dev/twig/f9/f96c76e1fc7e33086f9ff13ea73f0becdcd535470c9fed2657eee7334c0c1611.php:52 {
      __TwigTemplate_89437df86fca3e572532d94364646ac430af00187035dc3555cadc0418437b42->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("default_frame.twig", "Product/list.twig", 11);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …17]
        $blocks: [ …2]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …17]
        $blocks: [ …2]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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: [ …16]
        $blocks: [ …2]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: [ …8]
        $blocks: []
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …8]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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: [ …8]
        ...: {
          []
        }
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …8]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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: "Product/list.twig"
        $context: [ …8]
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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 {#7101 …}
        ...: {
          "kernel.view"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#801 …}
        }
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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 {#7101 …}
        $eventName: "kernel.view"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#801 …}
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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 {#7101 …}
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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 {#7101 …}
        $eventName: "kernel.view"
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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 {#7101 …}
        $eventName: "kernel.view"
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
        $type: 1
        $catch: true
      }
    }
    /home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#661 …8}

Request Headers

Header Value
accept
"*/*"
authorization
""
connection
"close"
host
"share-wealth.dzx.co.jp"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"216.73.216.252"
x-forwarded-host
"share-wealth.dzx.co.jp"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-php-fpm-version
"74"
x-php-ob-level
"1"
x-real-ip
"216.73.216.252"
x-server-address
"162.43.94.148"
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
"Wed, 29 Jul 2026 21:37:22 GMT"
set-cookie
"maintenance_token=deleted; expires=Tue, 29-Jul-2025 21:37:21 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22seo_title%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Fdzx%2Fdzx.co.jp%2Fpublic_html%2Fshare-wealth.dzx.co.jp%2Fapp%2Ftemplate%2Fdefault%2Fdefault_frame.twig:70"
x-debug-token
"d763ce"

Cookies

Request Cookies

No request cookies

Response Cookies

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

Session 11

Session Metadata

Key Value
Created
"Thu, 30 Jul 26 06:37:22 +0900"
Last used
"Thu, 30 Jul 26 06:37:22 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-Eccube\Form\Type\AddCartType
"Jj3Xqe9CVTwI_tQ78ZxMltjwPIcb-VJ23nu_42a7xkE"
_csrf/https-_token
"Q1fkOZ4xMVjxtBEguDqS5kzIU35604XFlsi9Sn2gi9o"

Session Usage

11 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Eccube\Service\CartService:174
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Service/CartService.php"
    "line" => 174
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Service/CartService.php"
    "line" => 151
    "function" => "getSessionCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Service/CartService.php"
    "line" => 214
    "function" => "getCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/src/Eccube/Service/CartService.php"
    "line" => 430
    "function" => "getCart"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/var/cache/dev/Container8vNiLS9/CartService_9dde17f.php"
    "line" => 92
    "function" => "getPreOrderId"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/Plugin/ZeusPayment42/ZeusPaymentEvent.php"
    "line" => 216
    "function" => "getPreOrderId"
    "class" => "Container8vNiLS9\CartService_9dde17f"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelController"
    "class" => "Plugin\ZeusPayment42\ZeusPaymentEvent"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 151
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/Customize/Controller/CustomProductController.php"
    "line" => 205
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/Customize/Controller/CustomProductController.php"
    "line" => 205
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/Customize/Controller/CustomProductController.php"
    "line" => 205
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/Customize/Controller/CustomProductController.php"
    "line" => 205
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/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"
AllowWPLoginFromCloudJP
"1"
CONTEXT_DOCUMENT_ROOT
"/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"10.3.17-MariaDB"
DATABASE_URL
"mysql://dzx_sharewealth:nGmW3EEgESKgplG9@localhost/dzx_sharewealth"
DOCUMENT_ROOT
"/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"wealth_adm"
ECCUBE_AUTH_MAGIC
"FAh000hb5PwNLBePzcs03nctJjl8R8js"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"1"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/dzx"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_HOST
"share-wealth.dzx.co.jp"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"216.73.216.252"
HTTP_X_FORWARDED_HOST
"share-wealth.dzx.co.jp"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_PHP_FPM_VERSION
"74"
HTTP_X_REAL_IP
"216.73.216.252"
HTTP_X_SERVER_ADDRESS
"162.43.94.148"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"smtp://localhost:25"
MEF_PROXY_ADDR
"162.43.94.148"
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
"category_id=11"
REDIRECT_AllowWPLoginFromCloudJP
"1"
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"162.43.94.148"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_QUERY_STRING
"category_id=11"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ampykl@oLvfytrqtKWZ48QAAAFA"
REDIRECT_URL
"/products/list"
REDIRECT_WpLoginNoLimit
"1"
REMOTE_ADDR
"216.73.216.252"
REMOTE_PORT
"43962"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785361042
REQUEST_TIME_FLOAT
1785361042.7795
REQUEST_URI
"/products/list?category_id=11"
SCRIPT_FILENAME
"/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.43.94.148"
SERVER_ADMIN
"webmaster@dzx.co.jp"
SERVER_NAME
"share-wealth.dzx.co.jp"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
TRUSTED_HOSTS
"^share-wealth\.dzx\.co\.jp$"
UNIQUE_ID
"ampykl@oLvfytrqtKWZ48QAAAFA"
USER
"dzx"
WpLoginNoLimit
"1"

Parent Request

Return to parent request (token = d74458)

Key Value
_controller
"Customize\Controller\CustomProductController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"product_list"
_route_params
[]
_security_firewall_run
"_security_customer"
_stopwatch_token
"94e153"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#6097
  #template: "Product/list.twig"
  -vars: []
  -streamable: false
  -owner: [
    Customize\Controller\CustomProductController {#4086
      #purchaseFlow: Eccube\Service\PurchaseFlow\PurchaseFlow {#4087 …}
      #customerFavoriteProductRepository: Eccube\Repository\CustomerFavoriteProductRepository {#4093 …}
      #cartService: Container8vNiLS9\CartService_9dde17f {#559 …}
      #productService: Customize\Service\ProductService {#4285 …}
      #productRepository: Eccube\Repository\ProductRepository {#551 …}
      #BaseInfo: Eccube\Entity\BaseInfo {#3945 …}
      #helper: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#4286 …}
      #productListMaxRepository: Eccube\Repository\Master\ProductListMaxRepository {#4287 …}
      -title: ""
      #eccubeConfig: Eccube\Common\EccubeConfig {#707 …}
      #entityManager: Container8vNiLS9\EntityManager_9a5be93 {#544 …}
      #translator: Symfony\Component\Translation\DataCollectorTranslator {#866 …}
      #formFactory: Symfony\Component\Form\FormFactory {#4319 …}
      #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#801 …}
      #session: Symfony\Component\HttpFoundation\Session\Session {#832 …}
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#4356 …}
      -title: ""
    }
    "index"
  ]
}