0
TOTAL
¥0

現在カート内に商品はございません。

テストです文言

0
TOTAL
¥0

現在カート内に商品はございません。

これは「カテゴリID=5」の説明文です。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。この説明文はダミーテキストです。

3件の商品が見つかりました
カートに追加しました。
お買い物を続ける カートへ進む

Categories

Loading…
Loading the web debug toolbar…
Attempt #
Call to a member function get() on null (500 Internal Server Error)

Symfony Exception

Error

HTTP 500 Internal Server Error

Call to a member function get() on null

Exception

Error

  1.             'response_headers' => $response->headers->all(),
  2.             'response_cookies' => $responseCookies,
  3.             'session_metadata' => $sessionMetadata,
  4.             'session_attributes' => $sessionAttributes,
  5.             'session_usages' => array_values($this->sessionUsages),
  6.             'stateless_check' => $this->requestStack && $this->requestStack->getMainRequest()->attributes->get('_stateless'false),
  7.             'flashes' => $flashes,
  8.             'path_info' => $request->getPathInfo(),
  9.             'controller' => 'n/a',
  10.             'locale' => $request->getLocale(),
  11.             'dotenv_vars' => $dotenvVars,
  1.         }
  2.         $response->headers->set('X-Debug-Token'$profile->getToken());
  3.         foreach ($this->collectors as $collector) {
  4.             $collector->collect($request$response$exception);
  5.             // we need to clone for sub-requests
  6.             $profile->addCollector(clone $collector);
  7.         }
  1.             $usageIndexValue $usageIndexReference = &$session->getUsageIndex();
  2.             $usageIndexReference \PHP_INT_MIN;
  3.         }
  4.         try {
  5.             if (!$profile $this->profiler->collect($request$event->getResponse(), $exception)) {
  6.                 return;
  7.             }
  8.         } finally {
  9.             if ($session instanceof Session) {
  10.                 $usageIndexReference $usageIndexValue;
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.      */
  2.     private function filterResponse(Response $responseRequest $requestint $type): Response
  3.     {
  4.         $event = new ResponseEvent($this$request$type$response);
  5.         $this->dispatcher->dispatch($eventKernelEvents::RESPONSE);
  6.         $this->finishRequest($request$type);
  7.         return $event->getResponse();
  8.     }
  1.                 $response->setStatusCode(500);
  2.             }
  3.         }
  4.         try {
  5.             return $this->filterResponse($response$request$type);
  6.         } catch (\Exception $e) {
  7.             return $response;
  8.         }
  9.     }
  1.     {
  2.         if (!$request $request ?: $this->requestStack->getMainRequest()) {
  3.             throw $exception;
  4.         }
  5.         $response $this->handleThrowable($exception$requestself::MAIN_REQUEST);
  6.         $response->sendHeaders();
  7.         $response->sendContent();
  8.         $this->terminate($request$response);
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /home/ec-cube/www/4-2-design01/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 607)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 return $exceptionHandler($exception);
  6.             }
  7.             $handlerException $handlerException ?: $exception;
  8.         } catch (\Throwable $handlerException) {
  9.         }
  10.         if ($exception === $handlerException && null === $this->exceptionHandler) {
  1.         }
  2.         try {
  3.             if (null !== $fatalError) {
  4.                 self::$exitCode 255;
  5.                 $handler->handleException($fatalError);
  6.             }
  7.         } catch (FatalError $e) {
  8.             // Ignore this re-throw
  9.         }
ErrorHandler::handleFatalError()

Stack Trace

Error
Error:
Call to a member function get() on null

  at /home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:113
  at Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/Profiler/Profiler.php:161)
  at Symfony\Component\HttpKernel\Profiler\Profiler->collect()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/HttpKernel.php:186)
  at Symfony\Component\HttpKernel\HttpKernel->filterResponse()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/HttpKernel.php:239)
  at Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/HttpKernel.php:109)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:131)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/error-handler/ErrorHandler.php:607)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException()
     (/home/ec-cube/www/4-2-design01/vendor/symfony/error-handler/ErrorHandler.php:697)
  at Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError()