ErrorController

Request

GET Parameters

Key Value
name
""
pageno
""
price_max
"1000000"
price_min
""
size_vertical_max
""
size_vertical_min
""
size_width_max
""
size_width_min
"="

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"02e42f"
exception
Doctrine\ORM\Query\QueryException {#6162
  #message: "[Syntax Error] line 0, col 249: Error: Expected Literal, got '='"
  #code: 0
  #file: "/home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php"
  #line: 32
  -previous: Doctrine\ORM\Query\QueryException {#6161 …}
  trace: {
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:32 {
      Doctrine\ORM\Query\QueryException::syntaxError($message, $previous = null) …
      › {    return new self('[Syntax Error] ' . $message, 0, $previous);}
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:508 {
      Doctrine\ORM\Query\Parser->syntaxError($expected = '', $token = null) …
      › 
      ›     throw QueryException::syntaxError($message, QueryException::dqlError($this->query->getDQL() ?? ''));}
      arguments: {
        $message: "line 0, col 249: Error: Expected Literal, got '='"
        $previous: Doctrine\ORM\Query\QueryException {#6161 …}
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2784 {
      Doctrine\ORM\Query\Parser->Literal() …
      ›     default:        $this->syntaxError('Literal');}
      arguments: {
        $expected: "Literal"
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2971 {
      Doctrine\ORM\Query\Parser->ArithmeticPrimary() …
      › 
      ›         return $this->Literal();}
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2907 {
      Doctrine\ORM\Query\Parser->ArithmeticFactor() …
      › 
      › $primary = $this->ArithmeticPrimary();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2874 {
      Doctrine\ORM\Query\Parser->ArithmeticTerm() …
      › $factors   = [];$factors[] = $this->ArithmeticFactor();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2848 {
      Doctrine\ORM\Query\Parser->SimpleArithmeticExpression() …
      › $terms   = [];$terms[] = $this->ArithmeticTerm();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2835 {
      Doctrine\ORM\Query\Parser->ArithmeticExpression() …
      › 
      › $expr->simpleArithmeticExpression = $this->SimpleArithmeticExpression();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:3178 {
      Doctrine\ORM\Query\Parser->ComparisonExpression() …
      › ? $this->QuantifiedExpression(): $this->ArithmeticExpression();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2695 {
      Doctrine\ORM\Query\Parser->SimpleConditionalExpression() …
      › 
      ›     return $this->ComparisonExpression();}
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2563 {
      Doctrine\ORM\Query\Parser->ConditionalPrimary() …
      › if (! $this->lexer->isNextToken(Lexer::T_OPEN_PARENTHESIS)) {    $condPrimary->simpleConditionalExpression = $this->SimpleConditionalExpression();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2539 {
      Doctrine\ORM\Query\Parser->ConditionalFactor() …
      › 
      › $conditionalPrimary = $this->ConditionalPrimary();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2512 {
      Doctrine\ORM\Query\Parser->ConditionalTerm() …
      › 
      ›     $conditionalFactors[] = $this->ConditionalFactor();}
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:2482 {
      Doctrine\ORM\Query\Parser->ConditionalExpression() …
      › $conditionalTerms   = [];$conditionalTerms[] = $this->ConditionalTerm();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:1429 {
      Doctrine\ORM\Query\Parser->WhereClause() …
      › 
      ›     return new AST\WhereClause($this->ConditionalExpression());}
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:930 {
      Doctrine\ORM\Query\Parser->SelectStatement() …
      › 
      › $selectStatement->whereClause   = $this->lexer->isNextToken(Lexer::T_WHERE) ? $this->WhereClause() : null;$selectStatement->groupByClause = $this->lexer->isNextToken(Lexer::T_GROUP) ? $this->GroupByClause() : null;
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:897 {
      Doctrine\ORM\Query\Parser->QueryLanguage() …
      › case Lexer::T_SELECT:    $statement = $this->SelectStatement();    break;
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:307 {
      Doctrine\ORM\Query\Parser->getAST() …
      › // Parse & build AST$AST = $this->QueryLanguage();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php:407 {
      Doctrine\ORM\Query\Parser->parse() …
      › {    $AST = $this->getAST();}
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php:252 {
      Doctrine\ORM\Tools\Pagination\Paginator->unbindUnusedQueryParams(Query $query): void …
      › $parser            = new Parser($query);$parameterMappings = $parser->parse()->getParameterMappings();/** @var Collection|Parameter[] $parameters */
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php:241 {
      Doctrine\ORM\Tools\Pagination\Paginator->getCountQuery(): Query …
      ›     $this->appendTreeWalker($countQuery, CountWalker::class);    $this->unbindUnusedQueryParams($countQuery);}
      arguments: {
        $query: Doctrine\ORM\Query {#6116 …}
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php:115 {
      Doctrine\ORM\Tools\Pagination\Paginator->count() …
      › try {    $this->count = (int) array_sum(array_map('current', $this->getCountQuery()->getScalarResult()));} catch (NoResultException $e) {
    }
    Doctrine\ORM\Tools\Pagination\Paginator->count() {}
    /home/xs230941/tas-lab.net/public_html/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/Doctrine/ORM/QuerySubscriber.php:46 {
      Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber->items(ItemsEvent $event): void …
      › } else {    $event->count = count($paginator);}
      arguments: {
        $value: Doctrine\ORM\Tools\Pagination\Paginator {#6115 …}
      }
    }
    /home/xs230941/tas-lab.net/public_html/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: Knp\Component\Pager\Event\ItemsEvent {#6044 …}
        ...: {
          "knp_pager.items"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#638 …}
        }
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Knp\Component\Pager\Event\ItemsEvent {#6044 …}
        $eventName: "knp_pager.items"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#638 …}
      }
    }
    /home/xs230941/tas-lab.net/public_html/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: [ …21]
        $eventName: "knp_pager.items"
        $event: Knp\Component\Pager\Event\ItemsEvent {#6044 …}
      }
    }
    /home/xs230941/tas-lab.net/public_html/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: Knp\Component\Pager\Event\ItemsEvent {#6044 …}
        $eventName: "knp_pager.items"
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php:93 {
      Knp\Component\Pager\Paginator->paginate($target, int $page = 1, int $limit = null, array $options = []): PaginationInterface …
      › $itemsEvent->target = &$target;$this->eventDispatcher->dispatch($itemsEvent, 'knp_pager.items');if (!$itemsEvent->isPropagationStopped()) {
      arguments: {
        $event: Knp\Component\Pager\Event\ItemsEvent {#6044 …}
        $eventName: "knp_pager.items"
      }
    }
    /home/xs230941/tas-lab.net/public_html/var/cache/dev/ContainerR7snCZa/PaginatorInterface_82dac15.php:30 {
      ContainerR7snCZa\PaginatorInterface_82dac15->paginate($target, int $page = 1, int $limit = null, array $options = []): PaginationInterface …
      › 
      › if ($this->valueHolder5d308 === $returnValue = $this->valueHolder5d308->paginate($target, $page, $limit, $options)) {    return $this;
      arguments: {
        $target: Doctrine\ORM\Query {#6025 …}
        $page: 1
        $limit: 20
        $options: [ …8]
      }
    }
    /home/xs230941/tas-lab.net/public_html/app/Customize/Controller/ProductController.php:251 {
      Customize\Controller\ProductController->index(Request $request, PaginatorInterface $paginator) …
      ›     !empty($searchData['pageno']) ? $searchData['pageno'] : 1,    !empty($searchData['disp_number']) ? $searchData['disp_number']->getId() : $this->productListMaxRepository->findOneBy([], ['sort_no' => 'ASC'])->getId());
      arguments: {
        $target: Doctrine\ORM\Query {#6025 …}
        $page: 1
        $limit: 20
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php:153 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
        $paginator: ContainerR7snCZa\PaginatorInterface_82dac15 {#4940 …}
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
        $type: 1
      }
    }
    /home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
        $type: 1
        $catch: true
      }
    }
    /home/xs230941/tas-lab.net/public_html/index.php:83 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#13 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#517 …8}

Request Headers

Header Value
accept
"*/*"
authorization
""
connection
"close"
from
"gptbot(at)openai.com"
host
"tas-lab.net"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"4.227.36.107"
x-forwarded-host
"tas-lab.net"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-openai-host-hash
"514007918"
x-php-fpm-version
"81"
x-php-ob-level
"1"
x-real-ip
"4.227.36.107"
x-server-address
"162.43.118.127"
x-ua-device
"pc"
x-wp-access
"0"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 18 Jan 2025 10:18:26 GMT"
set-cookie
"maintenance_token=deleted; expires=Fri, 19-Jan-2024 10:18:25 GMT; Max-Age=0; path=/; httponly"
x-debug-exception
"%5BSyntax%20Error%5D%20line%200%2C%20col%20249%3A%20Error%3A%20Expected%20Literal%2C%20got%20%27%3D%27"
x-debug-exception-file
"%2Fhome%2Fxs230941%2Ftas-lab.net%2Fpublic_html%2Fvendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FQuery%2FQueryException.php:32"
x-debug-token
"88f2f2"

Cookies

Request Cookies

No request cookies

Response Cookies

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

Session 7

Session Metadata

Key Value
Created
"Sat, 18 Jan 25 19:18:26 +0900"
Last used
"Sat, 18 Jan 25 19:18:26 +0900"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Eccube\Service\CartService:175
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/src/Eccube/Service/CartService.php"
    "line" => 175
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/src/Eccube/Service/CartService.php"
    "line" => 152
    "function" => "getSessionCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/src/Eccube/Service/CartService.php"
    "line" => 215
    "function" => "getCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/src/Eccube/Service/CartService.php"
    "line" => 433
    "function" => "getCart"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/var/cache/dev/ContainerR7snCZa/CartService_9dde17f.php"
    "line" => 92
    "function" => "getPreOrderId"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/app/Plugin/ZeusPayment42/ZeusPaymentEvent.php"
    "line" => 216
    "function" => "getPreOrderId"
    "class" => "ContainerR7snCZa\CartService_9dde17f"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelController"
    "class" => "Plugin\ZeusPayment42\ZeusPaymentEvent"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 141
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 186
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 174
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 186
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 174
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 186
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 174
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 186
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 174
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 186
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 174
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xs230941/tas-lab.net/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/home/xs230941/tas-lab.net/public_html"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"105"
DATABASE_URL
"mysql://xs230941_ec1:RenWaka50829@localhost/xs230941_ec1"
DOCUMENT_ROOT
"/home/xs230941/tas-lab.net/public_html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"administrator"
ECCUBE_AUTH_MAGIC
"DbFkdKxssYGa9smuvVlAvRMEfsAG9i1"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_CURRENCY
"JPY"
ECCUBE_FORCE_SSL
"0"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
ECCUBE_TIMEZONE
"Asia/Tokyo"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/xs230941"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"tas-lab.net"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"4.227.36.107"
HTTP_X_FORWARDED_HOST
"tas-lab.net"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_OPENAI_HOST_HASH
"514007918"
HTTP_X_PHP_FPM_VERSION
"81"
HTTP_X_REAL_IP
"4.227.36.107"
HTTP_X_SERVER_ADDRESS
"162.43.118.127"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"sendmail://localhost"
MEF_PROXY_ADDR
"162.43.118.127"
Ngx_Cache_AllCacheMode
"1"
Ngx_Cache_NoCacheMode
"off"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"name=&price_max=1000000&price_min=&size_vertical_max=&size_vertical_min=&size_width_max=&size_width_min=%3D"
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"162.43.118.127"
REDIRECT_Ngx_Cache_AllCacheMode
"1"
REDIRECT_Ngx_Cache_NoCacheMode
"off"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_QUERY_STRING
"name=&price_max=1000000&price_min=&size_vertical_max=&size_vertical_min=&size_width_max=&size_width_min=%3D"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z4t_8sqdbSZUnlEaNjbDIAAAAIE"
REDIRECT_URL
"/products/list"
REMOTE_ADDR
"4.227.36.107"
REMOTE_PORT
"44442"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1737195506
REQUEST_TIME_FLOAT
1737195506.073
REQUEST_URI
"/products/list?name=&price_max=1000000&price_min=&size_vertical_max=&size_vertical_min=&size_width_max=&size_width_min=%3D"
SCRIPT_FILENAME
"/home/xs230941/tas-lab.net/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.43.118.127"
SERVER_ADMIN
"webmaster@tas-lab.net"
SERVER_NAME
"tas-lab.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
UNIQUE_ID
"Z4t_8sqdbSZUnlEaNjbDIAAAAIE"
USER
"xs230941"

Parent Request

Return to parent request (token = 4a3699)

Key Value
_controller
"Customize\Controller\ProductController::index"
_firewall_context
"security.firewall.map.context.customer"
_remove_csp_headers
true
_route
"product_list"
_route_params
[]
_security_firewall_run
"_security_customer"
_stopwatch_token
"89e2aa"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#4895
  #template: "Product/list.twig"
  -vars: []
  -streamable: false
  -owner: [
    Customize\Controller\ProductController {#3415
      #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#3885 …}
      #eccubeConfig: Eccube\Common\EccubeConfig {#561 …}
      #entityManager: ContainerR7snCZa\EntityManager_9a5be93 {#398 …}
      #translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …}
      #formFactory: Symfony\Component\Form\FormFactory {#3856 …}
      #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#638 …}
      #session: Symfony\Component\HttpFoundation\Session\Session {#671 …}
      #purchaseFlow: Eccube\Service\PurchaseFlow\PurchaseFlow {#3416 …}
      #customerFavoriteProductRepository: Eccube\Repository\CustomerFavoriteProductRepository {#3422 …}
      #cartService: ContainerR7snCZa\CartService_9dde17f {#414 …}
      #productRepository: Eccube\Repository\ProductRepository {#406 …}
      #BaseInfo: Eccube\Entity\BaseInfo {#3310 …}
      #helper: Symfony\Component\Security\Http\Authentication\AuthenticationUtils {#3604 …}
      #productListMaxRepository: Eccube\Repository\Master\ProductListMaxRepository {#3605 …}
      #categoryRepository: Customize\Repository\CategoryRepository {#3636 …}
      #artistRepository: Customize\Repository\ArtistRepository {#3699 …}
      #makerRepository: Plugin\Maker42\Repository\MakerRepository {#3796 …}
      -title: ""
    }
    "index"
  ]
}