Symfony Exception

There is currently no session available.

Exceptions 6

Symfony\Component\HttpKernel\Exception\ BadRequestHttpException

  1.         $this->requestStack->push($request);
  2.         try {
  3.             return $this->handleRaw($request$type);
  4.         } catch (\Exception $e) {
  5.             if ($e instanceof RequestExceptionInterface) {
  6.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  7.             }
  8.             if (false === $catch) {
  9.                 $this->finishRequest($request$type);
  10.                 throw $e;
  1.         $throwable $event->getThrowable();
  2.         $request $this->duplicateRequest($throwable$event->getRequest());
  3.         try {
  4.             $response $event->getKernel()->handle($requestHttpKernelInterface::SUB_REQUESTfalse);
  5.         } catch (\Exception $e) {
  6.             $f FlattenException::createFromThrowable($e);
  7.             $this->logException($esprintf('Exception thrown when handling an exception (%s: %s at %s line %s)'$f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine()));
  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.      * @throws \Exception
  2.      */
  3.     private function handleThrowable(\Throwable $eRequest $requestint $type): Response
  4.     {
  5.         $event = new ExceptionEvent($this$request$type$e);
  6.         $this->dispatcher->dispatch($eventKernelEvents::EXCEPTION);
  7.         // a listener might have replaced the exception
  8.         $e $event->getThrowable();
  9.         if (!$event->hasResponse()) {
  1.         if ($pop $request !== $this->requestStack->getMainRequest()) {
  2.             $this->requestStack->push($request);
  3.         }
  4.         try {
  5.             $response $this->handleThrowable($exception$requestself::MAIN_REQUEST);
  6.         } finally {
  7.             if ($pop) {
  8.                 $this->requestStack->pop();
  9.             }
  10.         }
  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/afauto/af-freedom.com/public_html/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) {
ErrorHandler->handleException(object(BadRequestHttpException))

Symfony\Component\HttpFoundation\Exception\ SessionNotFoundException

There is currently no session available.

  1.     {
  2.         if ((null !== $request end($this->requests) ?: null) && $request->hasSession()) {
  3.             return $request->getSession();
  4.         }
  5.         throw new SessionNotFoundException();
  6.     }
  7. }
  1.         $this->router $router;
  2.         $this->customerTwoFactorAuthService $customerTwoFactorAuthService;
  3.         $this->baseInfo $baseInfoRepository->find(1);
  4.         $this->twoFactorAuthTypeRepository $twoFactorAuthTypeRepository;
  5.         $this->twoFactorAuthCustomerCookieRepository $twoFactorAuthCustomerCookieRepository;
  6.         $this->session $requestStack->getSession();
  7.         $this->default_routes $this->customerTwoFactorAuthService->getDefaultAuthRoutes();
  8.         $this->include_routes $this->customerTwoFactorAuthService->getIncludeRoutes();
  9.     }
  1.         if (isset($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'])) {
  2.             return $this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'];
  3.         }
  4.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] = new \Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository'] ?? $this->getTwoFactorAuthTypeRepositoryService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository'] ?? $this->getTwoFactorAuthCustomerCookieRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5.     }
  6.     /**
  7.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthConfigRepository' shared autowired service.
  8.      *
  1.         }, => 'onRenderAdminCustomerEdit'], 0);
  2.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerPersonalValidationListener'] ?? $this->getCustomerPersonalValidationListenerService());
  4.         }, => 'onKernelController'], 7);
  5.         $instance->addListener('kernel.controller_arguments', [=> function () {
  6.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  7.         }, => 'onKernelController'], 7);
  8.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  10.         }, => 'onLoginSuccess'], 0);
  11.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1.         }
  2.         foreach ($this->listeners[$eventName] as $priority => &$listeners) {
  3.             foreach ($listeners as $k => &$v) {
  4.                 if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && >= \count($v)) {
  5.                     $v[0] = $v[0]();
  6.                     $v[1] = $v[1] ?? '__invoke';
  7.                 }
  8.                 if ($v === $listener || ($listener instanceof \Closure && $v == $listener)) {
  9.                     unset($listeners[$k], $this->sorted[$eventName], $this->optimized[$eventName]);
  10.                 }
  1.         foreach ($this->dispatcher->getListeners($eventName) as $listener) {
  2.             $priority $this->getListenerPriority($eventName$listener);
  3.             $wrappedListener = new WrappedListener($listener instanceof WrappedListener $listener->getWrappedListener() : $listenernull$this->stopwatch$this);
  4.             $this->wrappedListeners[$eventName][] = $wrappedListener;
  5.             $this->dispatcher->removeListener($eventName$listener);
  6.             $this->dispatcher->addListener($eventName$wrappedListener$priority);
  7.             $this->callStack->attach($wrappedListener, [$eventName$this->currentRequestHash]);
  8.         }
  9.     }
  1.         if (null !== $this->logger && $event instanceof StoppableEventInterface && $event->isPropagationStopped()) {
  2.             $this->logger->debug(sprintf('The "%s" event is already stopped. No listeners have been called.'$eventName));
  3.         }
  4.         $this->preProcess($eventName);
  5.         try {
  6.             $this->beforeDispatch($eventName$event);
  7.             try {
  8.                 $e $this->stopwatch->start($eventName'section');
  9.                 try {
  1.         // controller arguments
  2.         $arguments $this->argumentResolver->getArguments($request$controller);
  3.         $event = new ControllerArgumentsEvent($this$controller$arguments$request$type);
  4.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  5.         $controller $event->getController();
  6.         $arguments $event->getArguments();
  7.         // call controller
  8.         $response $controller(...$arguments);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $throwable $event->getThrowable();
  2.         $request $this->duplicateRequest($throwable$event->getRequest());
  3.         try {
  4.             $response $event->getKernel()->handle($requestHttpKernelInterface::SUB_REQUESTfalse);
  5.         } catch (\Exception $e) {
  6.             $f FlattenException::createFromThrowable($e);
  7.             $this->logException($esprintf('Exception thrown when handling an exception (%s: %s at %s line %s)'$f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine()));
  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.      * @throws \Exception
  2.      */
  3.     private function handleThrowable(\Throwable $eRequest $requestint $type): Response
  4.     {
  5.         $event = new ExceptionEvent($this$request$type$e);
  6.         $this->dispatcher->dispatch($eventKernelEvents::EXCEPTION);
  7.         // a listener might have replaced the exception
  8.         $e $event->getThrowable();
  9.         if (!$event->hasResponse()) {
  1.         if ($pop $request !== $this->requestStack->getMainRequest()) {
  2.             $this->requestStack->push($request);
  3.         }
  4.         try {
  5.             $response $this->handleThrowable($exception$requestself::MAIN_REQUEST);
  6.         } finally {
  7.             if ($pop) {
  8.                 $this->requestStack->pop();
  9.             }
  10.         }
  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/afauto/af-freedom.com/public_html/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) {
ErrorHandler->handleException(object(BadRequestHttpException))

Symfony\Component\HttpKernel\Exception\ BadRequestHttpException

There is currently no session available.

  1.         $this->requestStack->push($request);
  2.         try {
  3.             return $this->handleRaw($request$type);
  4.         } catch (\Exception $e) {
  5.             if ($e instanceof RequestExceptionInterface) {
  6.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  7.             }
  8.             if (false === $catch) {
  9.                 $this->finishRequest($request$type);
  10.                 throw $e;
  1.         $throwable $event->getThrowable();
  2.         $request $this->duplicateRequest($throwable$event->getRequest());
  3.         try {
  4.             $response $event->getKernel()->handle($requestHttpKernelInterface::SUB_REQUESTfalse);
  5.         } catch (\Exception $e) {
  6.             $f FlattenException::createFromThrowable($e);
  7.             $this->logException($esprintf('Exception thrown when handling an exception (%s: %s at %s line %s)'$f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine()));
  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.      * @throws \Exception
  2.      */
  3.     private function handleThrowable(\Throwable $eRequest $requestint $type): Response
  4.     {
  5.         $event = new ExceptionEvent($this$request$type$e);
  6.         $this->dispatcher->dispatch($eventKernelEvents::EXCEPTION);
  7.         // a listener might have replaced the exception
  8.         $e $event->getThrowable();
  9.         if (!$event->hasResponse()) {
  1.                 $this->finishRequest($request$type);
  2.                 throw $e;
  3.             }
  4.             return $this->handleThrowable($e$request$type);
  5.         } finally {
  6.             $this->requestStack->pop();
  7.         }
  8.     }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/afauto/af-freedom.com/public_html/index.php (line 83)
  1.         }
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Symfony\Component\HttpFoundation\Exception\ SessionNotFoundException

There is currently no session available.

  1.     {
  2.         if ((null !== $request end($this->requests) ?: null) && $request->hasSession()) {
  3.             return $request->getSession();
  4.         }
  5.         throw new SessionNotFoundException();
  6.     }
  7. }
  1.         $this->router $router;
  2.         $this->customerTwoFactorAuthService $customerTwoFactorAuthService;
  3.         $this->baseInfo $baseInfoRepository->find(1);
  4.         $this->twoFactorAuthTypeRepository $twoFactorAuthTypeRepository;
  5.         $this->twoFactorAuthCustomerCookieRepository $twoFactorAuthCustomerCookieRepository;
  6.         $this->session $requestStack->getSession();
  7.         $this->default_routes $this->customerTwoFactorAuthService->getDefaultAuthRoutes();
  8.         $this->include_routes $this->customerTwoFactorAuthService->getIncludeRoutes();
  9.     }
  1.         if (isset($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'])) {
  2.             return $this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'];
  3.         }
  4.         return $this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] = new \Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthTypeRepository'] ?? $this->getTwoFactorAuthTypeRepositoryService()), ($this->privates['Plugin\\TwoFactorAuthCustomer42\\Repository\\TwoFactorAuthCustomerCookieRepository'] ?? $this->getTwoFactorAuthCustomerCookieRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5.     }
  6.     /**
  7.      * Gets the private 'Plugin\TwoFactorAuthCustomer42\Repository\TwoFactorAuthConfigRepository' shared autowired service.
  8.      *
  1.         }, => 'onRenderAdminCustomerEdit'], 0);
  2.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerPersonalValidationListener'] ?? $this->getCustomerPersonalValidationListenerService());
  4.         }, => 'onKernelController'], 7);
  5.         $instance->addListener('kernel.controller_arguments', [=> function () {
  6.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  7.         }, => 'onKernelController'], 7);
  8.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9.             return ($this->privates['Plugin\\TwoFactorAuthCustomer42\\EventListener\\CustomerTwoFactorAuthListener'] ?? $this->getCustomerTwoFactorAuthListenerService());
  10.         }, => 'onLoginSuccess'], 0);
  11.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1.         $this->sorted[$eventName] = [];
  2.         foreach ($this->listeners[$eventName] as &$listeners) {
  3.             foreach ($listeners as $k => &$listener) {
  4.                 if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && >= \count($listener)) {
  5.                     $listener[0] = $listener[0]();
  6.                     $listener[1] = $listener[1] ?? '__invoke';
  7.                 }
  8.                 $this->sorted[$eventName][] = $listener;
  9.             }
  10.         }
  1.             if (empty($this->listeners[$eventName])) {
  2.                 return [];
  3.             }
  4.             if (!isset($this->sorted[$eventName])) {
  5.                 $this->sortListeners($eventName);
  6.             }
  7.             return $this->sorted[$eventName];
  8.         }
  1.             $this->orphanedEvents[$this->currentRequestHash][] = $eventName;
  2.             return;
  3.         }
  4.         foreach ($this->dispatcher->getListeners($eventName) as $listener) {
  5.             $priority $this->getListenerPriority($eventName$listener);
  6.             $wrappedListener = new WrappedListener($listener instanceof WrappedListener $listener->getWrappedListener() : $listenernull$this->stopwatch$this);
  7.             $this->wrappedListeners[$eventName][] = $wrappedListener;
  8.             $this->dispatcher->removeListener($eventName$listener);
  9.             $this->dispatcher->addListener($eventName$wrappedListener$priority);
  1.         if (null !== $this->logger && $event instanceof StoppableEventInterface && $event->isPropagationStopped()) {
  2.             $this->logger->debug(sprintf('The "%s" event is already stopped. No listeners have been called.'$eventName));
  3.         }
  4.         $this->preProcess($eventName);
  5.         try {
  6.             $this->beforeDispatch($eventName$event);
  7.             try {
  8.                 $e $this->stopwatch->start($eventName'section');
  9.                 try {
  1.         // controller arguments
  2.         $arguments $this->argumentResolver->getArguments($request$controller);
  3.         $event = new ControllerArgumentsEvent($this$controller$arguments$request$type);
  4.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  5.         $controller $event->getController();
  6.         $arguments $event->getArguments();
  7.         // call controller
  8.         $response $controller(...$arguments);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $throwable $event->getThrowable();
  2.         $request $this->duplicateRequest($throwable$event->getRequest());
  3.         try {
  4.             $response $event->getKernel()->handle($requestHttpKernelInterface::SUB_REQUESTfalse);
  5.         } catch (\Exception $e) {
  6.             $f FlattenException::createFromThrowable($e);
  7.             $this->logException($esprintf('Exception thrown when handling an exception (%s: %s at %s line %s)'$f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine()));
  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.      * @throws \Exception
  2.      */
  3.     private function handleThrowable(\Throwable $eRequest $requestint $type): Response
  4.     {
  5.         $event = new ExceptionEvent($this$request$type$e);
  6.         $this->dispatcher->dispatch($eventKernelEvents::EXCEPTION);
  7.         // a listener might have replaced the exception
  8.         $e $event->getThrowable();
  9.         if (!$event->hasResponse()) {
  1.                 $this->finishRequest($request$type);
  2.                 throw $e;
  3.             }
  4.             return $this->handleThrowable($e$request$type);
  5.         } finally {
  6.             $this->requestStack->pop();
  7.         }
  8.     }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/afauto/af-freedom.com/public_html/index.php (line 83)
  1.         }
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Symfony\Component\HttpKernel\Exception\ BadRequestHttpException

Untrusted Host "www.af-freedom.com".

  1.         $this->requestStack->push($request);
  2.         try {
  3.             return $this->handleRaw($request$type);
  4.         } catch (\Exception $e) {
  5.             if ($e instanceof RequestExceptionInterface) {
  6.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  7.             }
  8.             if (false === $catch) {
  9.                 $this->finishRequest($request$type);
  10.                 throw $e;
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/afauto/af-freedom.com/public_html/index.php (line 83)
  1.         }
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Symfony\Component\HttpFoundation\Exception\ SuspiciousOperationException

Untrusted Host "www.af-freedom.com".

  1.             if (!$this->isHostValid) {
  2.                 return '';
  3.             }
  4.             $this->isHostValid false;
  5.             throw new SuspiciousOperationException(sprintf('Untrusted Host "%s".'$host));
  6.         }
  7.         return $host;
  8.     }
  1.         if ($request::getTrustedProxies()) {
  2.             $request->getClientIps();
  3.         }
  4.         $request->getHost();
  5.     }
  6.     /**
  7.      * {@inheritdoc}
  8.      */
  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 handleRaw(Request $requestint $type self::MAIN_REQUEST): Response
  3.     {
  4.         // request
  5.         $event = new RequestEvent($this$request$type);
  6.         $this->dispatcher->dispatch($eventKernelEvents::REQUEST);
  7.         if ($event->hasResponse()) {
  8.             return $this->filterResponse($event->getResponse(), $request$type);
  9.         }
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/afauto/af-freedom.com/public_html/index.php (line 83)
  1.         }
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Stack Traces 6

[6/6] BadRequestHttpException
Symfony\Component\HttpKernel\Exception\BadRequestHttpException:
There is currently no session available.

  at /home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:78
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91)
  at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.exception', object(ExceptionEvent))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:223)
  at Symfony\Component\HttpKernel\HttpKernel->handleThrowable(object(BadRequestHttpException), object(Request), 1)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:114)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(BadRequestHttpException), object(Request))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:131)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(BadRequestHttpException))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/error-handler/ErrorHandler.php:607)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(BadRequestHttpException))                
[5/6] SessionNotFoundException
Symfony\Component\HttpFoundation\Exception\SessionNotFoundException:
There is currently no session available.

  at /home/afauto/af-freedom.com/public_html/vendor/symfony/http-foundation/RequestStack.php:126
  at Symfony\Component\HttpFoundation\RequestStack->getSession()
     (/home/afauto/af-freedom.com/public_html/app/Plugin/TwoFactorAuthCustomer42/EventListener/CustomerTwoFactorAuthListener.php:102)
  at Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener->__construct(object(Context), object(Router), object(CustomerTwoFactorAuthService), object(TwoFactorAuthTypeRepository), object(TwoFactorAuthCustomerCookieRepository), object(BaseInfoRepository), object(RequestStack))
     (/home/afauto/af-freedom.com/public_html/var/cache/dev/Container3AD0CAB/Eccube_KernelDevDebugContainer.php:2624)
  at Container3AD0CAB\Eccube_KernelDevDebugContainer->getCustomerTwoFactorAuthListenerService()
     (/home/afauto/af-freedom.com/public_html/var/cache/dev/Container3AD0CAB/Eccube_KernelDevDebugContainer.php:1804)
  at Container3AD0CAB\Eccube_KernelDevDebugContainer->Container3AD0CAB\{closure}()
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:164)
  at Symfony\Component\EventDispatcher\EventDispatcher->removeListener('kernel.controller_arguments', array(object(TwoFactorAuthListener), 'onKernelController'))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:297)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess('kernel.controller_arguments')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ControllerArgumentsEvent), 'kernel.controller_arguments')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91)
  at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.exception', object(ExceptionEvent))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:223)
  at Symfony\Component\HttpKernel\HttpKernel->handleThrowable(object(BadRequestHttpException), object(Request), 1)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:114)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(BadRequestHttpException), object(Request))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:131)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(BadRequestHttpException))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/error-handler/ErrorHandler.php:607)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(BadRequestHttpException))                
[4/6] BadRequestHttpException
Symfony\Component\HttpKernel\Exception\BadRequestHttpException:
There is currently no session available.

  at /home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:78
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91)
  at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.exception', object(ExceptionEvent))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:223)
  at Symfony\Component\HttpKernel\HttpKernel->handleThrowable(object(BadRequestHttpException), object(Request), 1)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:86)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/afauto/af-freedom.com/public_html/index.php:83)                
[3/6] SessionNotFoundException
Symfony\Component\HttpFoundation\Exception\SessionNotFoundException:
There is currently no session available.

  at /home/afauto/af-freedom.com/public_html/vendor/symfony/http-foundation/RequestStack.php:126
  at Symfony\Component\HttpFoundation\RequestStack->getSession()
     (/home/afauto/af-freedom.com/public_html/app/Plugin/TwoFactorAuthCustomer42/EventListener/CustomerTwoFactorAuthListener.php:102)
  at Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener->__construct(object(Context), object(Router), object(CustomerTwoFactorAuthService), object(TwoFactorAuthTypeRepository), object(TwoFactorAuthCustomerCookieRepository), object(BaseInfoRepository), object(RequestStack))
     (/home/afauto/af-freedom.com/public_html/var/cache/dev/Container3AD0CAB/Eccube_KernelDevDebugContainer.php:2624)
  at Container3AD0CAB\Eccube_KernelDevDebugContainer->getCustomerTwoFactorAuthListenerService()
     (/home/afauto/af-freedom.com/public_html/var/cache/dev/Container3AD0CAB/Eccube_KernelDevDebugContainer.php:1804)
  at Container3AD0CAB\Eccube_KernelDevDebugContainer->Container3AD0CAB\{closure}()
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:245)
  at Symfony\Component\EventDispatcher\EventDispatcher->sortListeners('kernel.controller_arguments')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:76)
  at Symfony\Component\EventDispatcher\EventDispatcher->getListeners('kernel.controller_arguments')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess('kernel.controller_arguments')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ControllerArgumentsEvent), 'kernel.controller_arguments')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91)
  at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.exception', object(ExceptionEvent))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:223)
  at Symfony\Component\HttpKernel\HttpKernel->handleThrowable(object(BadRequestHttpException), object(Request), 1)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:86)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/afauto/af-freedom.com/public_html/index.php:83)                
[2/6] BadRequestHttpException
Symfony\Component\HttpKernel\Exception\BadRequestHttpException:
Untrusted Host "www.af-freedom.com".

  at /home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:78
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/afauto/af-freedom.com/public_html/index.php:83)                
[1/6] SuspiciousOperationException
Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException:
Untrusted Host "www.af-freedom.com".

  at /home/afauto/af-freedom.com/public_html/vendor/symfony/http-foundation/Request.php:1231
  at Symfony\Component\HttpFoundation\Request->getHost()
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php:41)
  at Symfony\Component\HttpKernel\EventListener\ValidateRequestListener->onKernelRequest(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(RequestEvent))
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(RequestEvent), 'kernel.request')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(RequestEvent), 'kernel.request')
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:139)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/afauto/af-freedom.com/public_html/vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/afauto/af-freedom.com/public_html/index.php:83)