https://mx-build.jp/shop/products/list?category_id=24

ErrorController

Request

GET Parameters

Key Value
category_id
"24"
pageno
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"36175d"
exception
Twig\Error\RuntimeError {#9433
  #message: "Impossible to access an attribute ("name") on a null variable."
  #code: 0
  #file: "/home/fneccube02/mx-build.jp/public_html/shop/app/template/myTemplate/default_frame.twig"
  #line: 24
  -lineno: 24
  -name: "default_frame.twig"
  -rawMessage: "Impossible to access an attribute ("name") on a null variable."
  -sourcePath: "/home/fneccube02/mx-build.jp/public_html/shop/app/template/myTemplate/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: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#">\n
        <meta charset="utf-8">\n
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">\n
        <meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">\n
    {% if app.request.get('_route') == 'homepage' %}\n
        <title>RENEN JAPAN 全商品</title>\n
    {% elseif app.request.get('_route') == 'product_detail' %}\n
        <title>{{ Product.name }}</title>\n
    {% elseif app.request.get('_route') == 'product_list' %}\n
        {% if app.request.get('category_id') != "" %}\n
            {% set Category = repository('Eccube\\Entity\\Category').find(app.request.get('category_id')) %}\n
            <title>{{Category.name }}</title>\n
        {% elseif app.request.get('name') != "" %}\n
            <title>{{ app.request.get('name') }} での検索結果</title>\n
        {% else %}\n
            <title>商品一覧</title>\n
        {% endif %}\n
    {% else %}\n
        <title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>\n
    {% endif %}\n
        {% if Page.meta_tags is not empty %}\n
            {{ include(template_from_string(Page.meta_tags)) }}\n
            {% if Page.description is not empty %}\n
                <meta name="description" content="{{ Page.description }}">\n
            {% endif %}\n
        {% else %}\n
            {{ include('meta.twig') }}\n
            {% if app.request.get('_route') == 'product_detail' %}\n
                <meta name="description" content="{{ Product.name }}の説明文です。">\n
            {% elseif app.request.get('_route') == 'product_list' %}\n
                {% if app.request.get('category_id') != "" %}\n
                    {% set Category = repository('Eccube\\Entity\\Category').find(app.request.get('category_id')) %}\n
                    <meta name="description" content="{{Category.name }}一覧の説明文です。">\n
                {% elseif app.request.get('name') != "" %}\n
                    <meta name="description" content="{{ app.request.get('name') }} での検索結果の説明文です">\n
                {% else %}\n
                    <meta name="description" content="商品一覧の説明文です">\n
                {% endif %}\n
            {% endif %}\n
        {% endif %}\n
        {% if Page.author is not empty %}\n
            <meta name="author" content="{{ Page.author }}">\n
        {% endif %}\n
        {% if Page.keyword is not empty %}\n
            <meta name="keywords" content="{{ Page.keyword }}">\n
        {% else %}\n
            {% if app.request.get('_route') == 'product_detail' %}\n
                <meta name="keywords" content="{{ Product.name }}のキーワードです。">\n
            {% elseif app.request.get('_route') == 'product_list' %}\n
                {% if app.request.get('category_id') != "" %}\n
                    {% set Category = repository('Eccube\\Entity\\Category').find(app.request.get('category_id')) %}\n
                    <meta name="keywords" content="{{Category.name }}一覧のキーワードです。">\n
                {% elseif app.request.get('name') != "" %}\n
                    <meta name="keywords" content="{{ app.request.get('name') }} での検索結果のキーワードです">\n
                {% else %}\n
                    <meta name="keywords" content="商品一覧のキーワードです">\n
                {% endif %}\n
            {% endif %}\n
        {% endif %}\n
        {% if Page.meta_robots is not empty %}\n
            <meta name="robots" content="{{ Page.meta_robots }}">\n
        {% endif %}\n
        <link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">\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="{{ asset('assets/css/style.css') }}">\n
        <script src="{{ asset('front.bundle.js', 'bundle') }}"></script>\n
        {% block stylesheet %}{% endblock %}\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
        \n
    <link rel='stylesheet' id='reset_style-css' href='//unpkg.com/ress/dist/ress.min.css?ver=1.0' type='text/css' media='all' />\n
    <link rel='stylesheet' id='swiper-css' href='//cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css?ver=1.0' type='text/css' media='all' />\n
    <link rel='stylesheet' id='slick_style1-css' href='//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.min.css?ver=1.0' type='text/css' media='all' />\n
    <link rel='stylesheet' id='slick_style2-css' href='//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.css?ver=1.0' type='text/css' media='all' />\n
    <link rel='stylesheet' id='main_style-css' href='https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/css/style1.css?ver=1.0' type='text/css' media='all' />\n
    <link rel='stylesheet' id='google_fonts-css' href='//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&#038;display=swap' type='text/css' media='all' />\n
    <link rel="stylesheet" href="{{ asset('assets/css/common.css') }}" type="text/css" media="all" />\n
    \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
    {% if isMaintenance %}\n
        <div class="ec-maintenanceAlert">\n
            <div>\n
                <div class="ec-maintenanceAlert__icon"><img src="{{ asset('assets/icon/exclamation-white.svg') }}"/></div>\n
                {{ 'メンテナンスモードが有効になっています。'|trans }}\n
            </div>\n
        </div>\n
    {% endif %}\n
    \n
    {# Layout: HEADER #}\n
    {% if Layout.Header %}\n
    \t{{ include('block.twig', {'Blocks': Layout.Header}) }}\n
    {% endif %}\n
    \n
    <div class="ec-layoutRole">\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
                <aside class="ec-layoutRole__left">\n
                    {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}\n
                </aside>\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
            <main 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
            </main>\n
    \n
            {# Layout: SIDE_RIGHT #}\n
            {% if Layout.SideRight %}\n
                <aside class="ec-layoutRole__right">\n
                    {{ include('block.twig', {'Blocks': Layout.SideRight}) }}\n
                </aside>\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
    </div><!-- ec-layoutRole -->\n
    \n
    {# Layout: CONTENTS_FOOTER #}\n
    {% if Layout.Footer %}\n
    \t{{ include('block.twig', {'Blocks': Layout.Footer}) }}\n
    {% endif %}\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
    \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
    \n
    <!-- font awesome -->\n
    <script src="//kit.fontawesome.com/fc16dddf6d.js" crossorigin="anonymous"></script>\n
    <script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>\n
    <script type="text/javascript" src="https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/Slick/slick.min.js"></script>\n
    <script type='text/javascript' src='https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/js/cmn.js?ver=1.0' id='common_script-js'></script>\n
    <script type='text/javascript' src='https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/js/main.js?ver=1.0' id='main_script-js'></script>\n
    </body>\n
    </html>\n
    """
  trace: {
    /home/fneccube02/mx-build.jp/public_html/shop/app/template/myTemplate/default_frame.twig:24 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      ›     {% set Category = repository('Eccube\\Entity\\Category').find(app.request.get('category_id')) %}    <title>{{Category.name }}</title>{% elseif app.request.get('name') != "" %}
    }
    /home/fneccube02/mx-build.jp/public_html/shop/var/cache/dev/twig/98/9867c93c8fb6ea3fc84b82a0fc84d195.php:82 {
      __TwigTemplate_b5b892c4eb60a1a26d3667a6e3d55215->doDisplay(array $context, array $blocks = []) …
      › echo "        <title>";echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 24, $this->source); })()), "name", [], "any", false, false, false, 24), "html", null, true);echo "</title>
      arguments: {
        $env: Twig\Environment {#529 …}
        $source: Twig\Source {#9220 …}
        $object: null
        $item: "name"
        $arguments: []
        $type: "any"
        $isDefinedTest: false
        $ignoreStrictCheck: false
        $sandboxed: false
        $lineno: 24
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …24]
        $blocks: [ …3]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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: [ …23]
        $blocks: [ …3]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: [ …24]
        $blocks: [ …3]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/var/cache/dev/twig/cb/cbbac39d4f652a2c759ace2470d1e7df.php:53 {
      __TwigTemplate_a66e5fb3b98b909c28e6199aa83d6d89->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("default_frame.twig", "__string_template__b33764644a4387dbacec37bc42e8b2aa", 11);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …24]
        $blocks: [ …3]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …24]
        $blocks: [ …3]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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: [ …23]
        $blocks: [ …3]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/src/Eccube/Twig/Template.php:44 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($context, $blocks);}
      arguments: {
        $context: [ …15]
        $blocks: []
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/vendor/twig/twig/src/TemplateWrapper.php:57 {
      Twig\TemplateWrapper->display(array $context = []) …
      ›     // as it should only be used by internal code    $this->template->display($context, \func_get_args()[1] ?? []);}
      arguments: {
        $context: [ …15]
        $blocks: []
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/src/Eccube/Twig/Template.php:39 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      ›     $newTemplate = $this->env->createTemplate($event->getSource());    $newTemplate->display($event->getParameters(), $blocks);} else {
      arguments: {
        $context: [ …15]
        ...: {
          []
        }
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: [ …6]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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: [ …6]
        ...: {
          []
        }
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: [ …6]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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: [ …6]
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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 {#5189 …}
        ...: {
          "kernel.view"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#681 …}
        }
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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 {#5189 …}
        $eventName: "kernel.view"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#681 …}
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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 {#5189 …}
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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 {#5189 …}
        $eventName: "kernel.view"
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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 {#5189 …}
        $eventName: "kernel.view"
      }
    }
    /home/fneccube02/mx-build.jp/public_html/shop/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/fneccube02/mx-build.jp/public_html/shop/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/fneccube02/mx-build.jp/public_html/shop/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#14 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#541 …8}

Request Headers

Header Value
accept
"*/*"
authorization
""
connection
"close"
from
"bingbot(at)microsoft.com"
host
"mx-build.jp"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"40.77.167.44"
x-forwarded-host
"mx-build.jp"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-php-fpm-version
"81"
x-php-ob-level
"1"
x-real-ip
"40.77.167.44"
x-server-address
"162.43.122.57"
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
"Tue, 05 Nov 2024 03:43:27 GMT"
set-cookie
"maintenance_token=deleted; expires=Mon, 06-Nov-2023 03:43:26 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22name%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fhome%2Ffneccube02%2Fmx-build.jp%2Fpublic_html%2Fshop%2Fapp%2Ftemplate%2FmyTemplate%2Fdefault_frame.twig:24"
x-debug-token
"614f77"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#9792
  #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
"Tue, 05 Nov 24 12:43:26 +0900"
Last used
"Tue, 05 Nov 24 12:43:26 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-Eccube\Form\Type\AddCartType
"0ChpD8yT26-lYOrtmQlA8i44y4c60MVhWo-heA2mcxc"
_csrf/https-_token
"E44z3YXe_TVrqLV5lx9b1ghLsk_lFOUxXRQ_bD5GY_g"

Session Usage

11 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:98
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 98
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/app/Customize/Controller/CustomizeProductController.php"
    "line" => 189
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomizeProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/app/Customize/Controller/CustomizeProductController.php"
    "line" => 189
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomizeProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/app/Customize/Controller/CustomizeProductController.php"
    "line" => 189
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomizeProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/app/Customize/Controller/CustomizeProductController.php"
    "line" => 189
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomizeProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/app/Customize/Controller/CustomizeProductController.php"
    "line" => 189
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Customize\Controller\CustomizeProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/fneccube02/mx-build.jp/public_html/shop/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/home/fneccube02/mx-build.jp/public_html"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"105"
DATABASE_URL
"mysql://fneccube02_ec3:m5bdf39y18@localhost/fneccube02_ec3"
DOCUMENT_ROOT
"/home/fneccube02/mx-build.jp/public_html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"administrator"
ECCUBE_AUTH_MAGIC
"i9iUlzLrloz6AClgxs2Hq6tQ8duONll7"
ECCUBE_COOKIE_PATH
"/shop"
ECCUBE_CURRENCY
"JPY"
ECCUBE_FORCE_SSL
"0"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"myTemplate"
ECCUBE_TIMEZONE
"Asia/Tokyo"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/fneccube02"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_FROM
"bingbot(at)microsoft.com"
HTTP_HOST
"mx-build.jp"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"40.77.167.44"
HTTP_X_FORWARDED_HOST
"mx-build.jp"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_PHP_FPM_VERSION
"81"
HTTP_X_REAL_IP
"40.77.167.44"
HTTP_X_SERVER_ADDRESS
"162.43.122.57"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"sendmail://localhost"
MEF_PROXY_ADDR
"162.43.122.57"
Ngx_Cache_AllCacheMode
"1"
Ngx_Cache_NoCacheMode
"off"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/shop/index.php"
QUERY_STRING
"category_id=24"
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"162.43.122.57"
REDIRECT_Ngx_Cache_AllCacheMode
"1"
REDIRECT_Ngx_Cache_NoCacheMode
"off"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_QUERY_STRING
"category_id=24"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZymUXpiwYFtk63-azCJC8AAAAIU"
REDIRECT_URL
"/shop/products/list"
REMOTE_ADDR
"40.77.167.44"
REMOTE_PORT
"59298"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1730778206
REQUEST_TIME_FLOAT
1730778206.8884
REQUEST_URI
"/shop/products/list?category_id=24"
SCRIPT_FILENAME
"/home/fneccube02/mx-build.jp/public_html/shop/index.php"
SCRIPT_NAME
"/shop/index.php"
SERVER_ADDR
"162.43.122.57"
SERVER_ADMIN
"webmaster@mx-build.jp"
SERVER_NAME
"mx-build.jp"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
UNIQUE_ID
"ZymUXpiwYFtk63-azCJC8AAAAIU"
USER
"fneccube02"

Parent Request

Return to parent request (token = f6243c)

Key Value
_controller
"Customize\Controller\CustomizeProductController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"product_list"
_route_params
[]
_security_firewall_run
"_security_customer"
_stopwatch_token
"2a31c0"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#4202
  #template: "Product/list.twig"
  -vars: []
  -streamable: false
  -owner: [
    Customize\Controller\CustomizeProductController {#3351
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#3999 …}
      #eccubeConfig: Eccube\Common\EccubeConfig {#586 …}
      #entityManager: ContainerYESfqow\EntityManager_9a5be93 {#422 …}
      #translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …}
      #formFactory: Symfony\Component\Form\FormFactory {#4084 …}
      #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#681 …}
      #session: Symfony\Component\HttpFoundation\Session\Session {#712 …}
      #purchaseFlow: Eccube\Service\PurchaseFlow\PurchaseFlow {#3352 …}
      #customerFavoriteProductRepository: Eccube\Repository\CustomerFavoriteProductRepository {#3896 …}
      #cartService: ContainerYESfqow\CartService_9dde17f {#439 …}
      #productRepository: Eccube\Repository\ProductRepository {#431 …}
      #BaseInfo: Eccube\Entity\BaseInfo {#3232 …}
      #helper: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#3991 …}
      #productListMaxRepository: Eccube\Repository\Master\ProductListMaxRepository {#3992 …}
      -title: ""
      #categoryRepository: Eccube\Repository\CategoryRepository {#4024 …}
      -title: ""
    }
    "index"
  ]
}