https://display.sandrea.net/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"6c2a02"
exception
Twig\Error\RuntimeError {#10060
  #message: "Variable "CustomerKbn" does not exist."
  #code: 0
  #file: "/home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/Block/eventbannerCol2mbl.twig"
  #line: 2
  -lineno: 2
  -name: "Block/eventbannerCol2mbl.twig"
  -rawMessage: "Variable "CustomerKbn" does not exist."
  -sourcePath: "/home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/Block/eventbannerCol2mbl.twig"
  -sourceCode: """
    {% block main %}\n
      {% if CustomerKbn == "seller" %}\n
      \n
      {% else %}\n
        {% if app.user %}\n
            {# ログインしている場合の処理 #}\n
        {% else %}\n
            {# ログインしていない場合の処理 #}\n
          <div class="ec-shelfRole12">\n
              <div class="col2002">\n
                  <!-- <div class="sidepic"><a href="{{ app.request.schemeAndHttpHost }}/products/list?category_id=15"><img src="{{ asset('/img/event/event01.jpg') }}" /></a></div>-->\n
                  <div class="sidepic"><a href="https://s-drea.com/customentry?et=buyer"><img src="{{ asset('/img/banner/01_banner-top/event01_450-300.jpg') }}" /></a></div>\n
                  <div class="sidepic"><a href="https://s-drea.com/customentry?et=buyer"><img src="{{ asset('/img/banner/01_banner-top/event02_450-300.jpg') }}" /></a></div>\n
              </div>\n
          </div>\n
        {% endif %}\n
      {% endif %}\n
    {% endblock %}\n
    \n
    <style>\n
        .col2002 {\n
          display: grid;\n
          grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */\n
          gap: 10px; /* イメージ間の間隔 */\n
        }\n
        \n
        .sidepic {\n
          text-align: center; /* 画像を中央揃えにするため */\n
        }\n
        \n
        .sidepic img {\n
          max-width: 100%; /* 画像を親要素に合わせてサイズ調整 */\n
          height: auto; /* アスペクト比を維持 */\n
        }\n
    \n
    \n
    </style>
    """
  trace: {
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/Block/eventbannerCol2mbl.twig:2 {
      __TwigTemplate_cd4608b9680292a1603f668d864cf537->{closure} …
      › {% block main %}  {% if CustomerKbn == "seller" %}  
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/3a/3a6f074d0b4fa767b6613e768f4daa5e.php:85 {
      __TwigTemplate_cd4608b9680292a1603f668d864cf537->block_main($context, array $blocks = []) …
      › echo "  ";if (((isset($context["CustomerKbn"]) || array_key_exists("CustomerKbn", $context) ? $context["CustomerKbn"] : (function () { throw new RuntimeError('Variable "CustomerKbn" does not exist.', 2, $this->source); })()) == "seller")) {    // line 3
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:182 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …15]
        $blocks: [ …1]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/Block/eventbannerCol2mbl.twig:1 {
      __TwigTemplate_cd4608b9680292a1603f668d864cf537->doDisplay(array $context, array $blocks = []) …
      › 
      › {% block main %}  {% if CustomerKbn == "seller" %}
      arguments: {
        $name: "main"
        $context: [ …15]
        $blocks: [ …1]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …9]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …8]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: []
        $blocks: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      arguments: {
        $context: []
        ...: {
          []
        }
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php:42 {
      Eccube\Twig\Extension\TwigIncludeExtension->include_dispatch($context, $template, $variables = []) …
      › 
      ›     return $this->twig->render($template, $context);}
      arguments: {
        $name: "Block/eventbannerCol2mbl.twig"
        $context: [ …15]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php:61 {
      __TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c->doDisplay(array $context, array $blocks = []) …
      › echo "        ";echo $this->extensions['Eccube\Twig\Extension\TwigIncludeExtension']->include_dispatch($context, (("Block/" . twig_get_attribute($this->env, $this->source, $context["Block"], "file_name", [], "any", false, false, false, 16)) . ".twig"));echo "
      arguments: {
        $context: [ …15]
        $template: "Block/eventbannerCol2mbl.twig"
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …9]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …8]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: []
        $blocks: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {
      twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
      › 
      ›     return $loaded ? $loaded->render($variables) : '';} finally {
      arguments: {
        $context: [ …11]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/default_frame.twig:137 {
      __TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98->doDisplay(array $context, array $blocks = []) …
      › <div class="ec-layoutRole__mainTop">    {{ include('block.twig', {'Blocks': Layout.MainTop}) }}</div>
      arguments: {
        $env: Twig\Environment {#699 …}
        $context: [ …10]
        $template: "block.twig"
        $variables: [ …11]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …9]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …8]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: []
        $blocks: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php:53 {
      __TwigTemplate_b4cc97d869cd22fc25740e30449a3932->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11);$this->parent->display($context, array_merge($this->blocks, $blocks));arguments: {
        $context: [ …9]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      arguments: {
        $context: [ …9]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      arguments: {
        $context: [ …8]
        $blocks: [ …3]
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php:41 {
      Eccube\Twig\Template->display(array $context, array $blocks = []) …
      › } else {    parent::display($event->getParameters(), $blocks);}
      arguments: {
        $context: []
        $blocks: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
      arguments: {
        $context: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      arguments: {
        $context: []
        ...: {
          []
        }
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
      arguments: {
        $context: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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: "index.twig"
        $context: []
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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 {#3994 …}
        ...: {
          "kernel.view"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#915 …}
        }
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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 {#3994 …}
        $eventName: "kernel.view"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#915 …}
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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 {#3994 …}
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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 {#3994 …}
        $eventName: "kernel.view"
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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 {#3994 …}
        $eventName: "kernel.view"
      }
    }
    /home/xs262729/sandrea.net/public_html/display.sandrea.net/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/xs262729/sandrea.net/public_html/display.sandrea.net/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/xs262729/sandrea.net/public_html/display.sandrea.net/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 {#711 …8}

Request Headers

Header Value
accept-charset
"utf-8"
authorization
""
connection
"close"
host
"display.sandrea.net"
user-agent
"Mozilla/5.0 (iPhone; CPU iPhone OS 26_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/152.0.7977.64 Mobile/15E148 Safari/604.1"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"54.38.196.24"
x-forwarded-host
"display.sandrea.net"
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
"54.38.196.24"
x-server-address
"85.131.197.38"
x-ua-device
"smartphone"
x-wp-access
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 13 Sep 2026 13:49:42 GMT"
set-cookie
"maintenance_token=deleted; expires=Sat, 13-Sep-2025 13:49:41 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"Variable%20%22CustomerKbn%22%20does%20not%20exist."
x-debug-exception-file
"%2Fhome%2Fxs262729%2Fsandrea.net%2Fpublic_html%2Fdisplay.sandrea.net%2Fapp%2Ftemplate%2Fdefault%2FBlock%2FeventbannerCol2mbl.twig:2"
x-debug-token
"ec3bf6"

Cookies

Request Cookies

No request cookies

Response Cookies

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

Session 10

Session Metadata

Key Value
Created
"Sun, 13 Sep 26 22:49:42 +0900"
Last used
"Sun, 13 Sep 26 22:49:42 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-_token
"_10hoe976fJfhf6hY5UgSixz3ubaPl5RTvpT2U9qHsI"

Session Usage

10 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
ContainerWz9jpdT\getSession_FlashBagService:24
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/ContainerWz9jpdT/getSession_FlashBagService.php"
    "line" => 24
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/ContainerWz9jpdT/Eccube_KernelDevDebugContainer.php"
    "line" => 734
    "function" => "do"
    "class" => "ContainerWz9jpdT\getSession_FlashBagService"
    "type" => "::"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/ContainerWz9jpdT/Eccube_KernelDevDebugContainer.php"
    "line" => 2952
    "function" => "load"
    "class" => "ContainerWz9jpdT\Eccube_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/ContainerWz9jpdT/Eccube_KernelDevDebugContainer.php"
    "line" => 1882
    "function" => "getShoppingIndexSubscriberService"
    "class" => "ContainerWz9jpdT\Eccube_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 245
    "function" => "ContainerWz9jpdT\{closure}"
    "class" => "ContainerWz9jpdT\Eccube_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 76
    "function" => "sortListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 293
    "function" => "getListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 148
    "function" => "preProcess"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 151
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/form/FormRenderer.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 57
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/form/FormRenderer.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 57
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php"
    "line" => 48
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce6d22d260248a0894684d44eb89f082"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 291
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php"
    "line" => 48
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce6d22d260248a0894684d44eb89f082"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 291
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php"
    "line" => 48
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce6d22d260248a0894684d44eb89f082"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 291
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php"
    "line" => 48
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce6d22d260248a0894684d44eb89f082"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 291
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php"
    "line" => 48
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce6d22d260248a0894684d44eb89f082"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 291
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Eccube\Service\CartService:174
[
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Service/CartService.php"
    "line" => 174
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Service/CartService.php"
    "line" => 151
    "function" => "getSessionCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/ContainerWz9jpdT/CartService_9dde17f.php"
    "line" => 29
    "function" => "getCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/CartServiceExtension.php"
    "line" => 50
    "function" => "getCarts"
    "class" => "ContainerWz9jpdT\CartService_9dde17f"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/b1/b1ea079cb190e6b616e17368b3964724.php"
    "line" => 43
    "function" => "get_all_carts"
    "class" => "Eccube\Twig\Extension\CartServiceExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_aaf5bfa59b7b874ce8f2569399794d6a"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php"
    "line" => 75
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce6d22d260248a0894684d44eb89f082"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/df/df5519f5d03c6e6731756ad40b7917b9.php"
    "line" => 61
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_0b0e4f15e4dfd9303c8bc686591a9d2c"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/0a/0a7bd2c7c6d534efba9962b8f0059c81.php"
    "line" => 291
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e2fa06fe9495fcd8b95bef254cfc1a98"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.php"
    "line" => 53
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b4cc97d869cd22fc25740e30449a3932"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs262729/sandrea.net/public_html/display.sandrea.net/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"
APP_MODE
"display"
CONTEXT_DOCUMENT_ROOT
"/home/xs262729/sandrea.net/public_html/display.sandrea.net"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"10.6.15-MariaDB"
DATABASE_URL
"mysql://xs262729_dev:Uvqa3N_yRZXDev@127.0.0.1/xs262729_display"
DISPLAY_DATABASE_URL
"mysql://xs262729_sandrea:p!B_QLHS8JCc@127.0.0.1/xs262729_eccube"
DOCUMENT_ROOT
"/home/xs262729/sandrea.net/public_html/display.sandrea.net"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"ujnanis"
ECCUBE_AUTH_MAGIC
"o8Nq7i0AcYjLk9kGc8AQhWsxv5Wonnhn"
ECCUBE_COOKIE_LIFETIME
"0"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"0"
ECCUBE_GC_MAXLIFETIME
"5760"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/xs262729"
HTTPS
"on"
HTTP_ACCEPT_CHARSET
"utf-8"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_HOST
"display.sandrea.net"
HTTP_USER_AGENT
"Mozilla/5.0 (iPhone; CPU iPhone OS 26_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/152.0.7977.64 Mobile/15E148 Safari/604.1"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"54.38.196.24"
HTTP_X_FORWARDED_HOST
"display.sandrea.net"
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
"54.38.196.24"
HTTP_X_SERVER_ADDRESS
"85.131.197.38"
HTTP_X_UA_DEVICE
"smartphone"
HTTP_X_WP_ACCESS
"0"
IMG_FOLDER
"https://dev.sandrea.net/html/upload/save_image/"
MAILER_DSN
"smtp://dev@sandrea.net:Sand0405_Sand0405@mail.sandrea.net:465?auth_mode=plain"
MAILER_DSN_NOREPLY
"smtp://no-reply@sandrea.net:Sand0405_Sand0405@mail.sandrea.net:465?auth_mode=plain"
MAILER_DSN_SUPPORT
"smtp://support@sandrea.net:Sand0405_Sand0405@mail.sandrea.net:465?auth_mode=plain"
MEF_PROXY_ADDR
"85.131.197.38"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"85.131.197.38"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aqap9rN94EuwqEjfZf-hIQAAACQ"
REDIRECT_URL
"/"
REMOTE_ADDR
"54.38.196.24"
REMOTE_PORT
"56440"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789307382
REQUEST_TIME_FLOAT
1789307382.2098
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/xs262729/sandrea.net/public_html/display.sandrea.net/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.131.197.38"
SERVER_ADMIN
"webmaster@sandrea.net"
SERVER_NAME
"display.sandrea.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DEPRECATIONS_HELPER
"weak"
TRUSTED_HOSTS
"^(.+\.)?sandrea\.net$"
UNIQUE_ID
"aqap9rN94EuwqEjfZf-hIQAAACQ"
USER
"xs262729"
VT_CALLBACK_BASE_URL
"https://display.sandrea.net"
VT_DUMMY
"true"
VT_LINKPAY_URL
"https://pay.veritrans.co.jp/pop/v1/link-pay"
VT_SERVER_KEY
"6136f323-aa43-4840-bd19-adc91f30e207"

Parent Request

Return to parent request (token = 008044)

Key Value
_controller
"Eccube\Controller\TopController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"homepage"
_route_params
[]
_security_firewall_run
"_security_customer"
_stopwatch_token
"50b288"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#3947
  #template: "index.twig"
  -vars: []
  -streamable: false
  -owner: [
    Eccube\Controller\TopController {#3848
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#3884 …}
      #eccubeConfig: Eccube\Common\EccubeConfig {#757 …}
      #entityManager: ContainerWz9jpdT\EntityManager_9a5be93 {#594 …}
      #translator: Symfony\Component\Translation\DataCollectorTranslator {#985 …}
      #formFactory: Symfony\Component\Form\FormFactory {#3882 …}
      #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#915 …}
      #session: Symfony\Component\HttpFoundation\Session\Session {#951 …}
    }
    "index"
  ]
}