Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)

Exception

ErrorException

  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function gc($maxlifetime)
  5.     {
  6.         return $this->handler->gc($maxlifetime);
  7.     }
  8. }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function gc($maxlifetime)
  5.     {
  6.         return (bool) $this->handler->gc($maxlifetime);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
SessionHandlerProxy->gc(172800)
  1.         if (filter_var(ini_get('session.use_cookies'), FILTER_VALIDATE_BOOLEAN) && headers_sent($file$line)) {
  2.             throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.'$file$line));
  3.         }
  4.         // ok to try and start the session
  5.         if (!session_start()) {
  6.             throw new \RuntimeException('Failed to start the session');
  7.         }
  8.         if (null !== $this->emulateSameSite) {
  9.             $originalCookie SessionUtils::popSessionCookie(session_name(), session_id());
  1.         }
  2.         if (!$this->started && $this->saveHandler->isActive()) {
  3.             $this->loadSession();
  4.         } elseif (!$this->started) {
  5.             $this->start();
  6.         }
  7.         return $this->bags[$name];
  8.     }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function getBag($name)
  5.     {
  6.         return $this->storage->getBag($name)->getBag();
  7.     }
  8.     /**
  9.      * Gets the flashbag interface.
  10.      *
  1.      *
  2.      * @return AttributeBagInterface
  3.      */
  4.     private function getAttributeBag()
  5.     {
  6.         return $this->getBag($this->attributeName);
  7.     }
  8. }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function get($name$default null)
  5.     {
  6.         return $this->getAttributeBag()->get($name$default);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
Session->get('_cart_data', null) in src/Services/Cart.php (line 413)
  1.         // this is to make sure that dependent repos actually have cart ref
  2.         // something that DI couldn't have fixed due to complexity
  3.         $tldRepo->setPromoContextBuilder($this);
  4.         $productRepo->setPromoContextBuilder($this);
  5.         if($this->session->get(self::$cartKeyNULL)){
  6.             $entity $this->session->get(self::$cartKeyNULL);
  7.             try {
  8.                 $this->setId($entity['id']);
  9.                 $this->confirmed $entity['confirmed'];
  10.                 $this->invoicePaid $entity['invoicepaid'];
  1.     return $this->privates['App\\Services\\Cart'];
  2. }
  3. $this->privates['App\\Services\\Cart'] = $instance = new \App\Services\Cart(new \App\Services\PromoConditions([=> new \App\Entity\Promotions\RequireContext($this->parameters['require.qbmail.bundle'], '155.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireContext($this->parameters['require.qbmail.bundle'], '180.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireContext($this->parameters['require.qbmail.bundle'], '230.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireInCart($this->parameters['require.any.qbmail.hosting'], [=> '180.QBMAIL.BUNDLE'=> '230.QBMAIL.BUNDLE'=> '465.QBMAIL.BUNDLE'=> '540.QBMAIL.BUNDLE'=> '690.QBMAIL.BUNDLE'], '155.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireInCart($this->parameters['require.any.qbmail.hosting'], [=> '155.QBMAIL.BUNDLE'=> '230.QBMAIL.BUNDLE'=> '465.QBMAIL.BUNDLE'=> '540.QBMAIL.BUNDLE'=> '690.QBMAIL.BUNDLE'], '180.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireInCart($this->parameters['require.any.qbmail.hosting'], [=> '155.QBMAIL.BUNDLE'=> '180.QBMAIL.BUNDLE'=> '465.QBMAIL.BUNDLE'=> '540.QBMAIL.BUNDLE'=> '690.QBMAIL.BUNDLE'], '230.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireInCart($this->parameters['require.3y.qbmail.hosting'], [=> '155.QBMAIL.BUNDLE'=> '180.QBMAIL.BUNDLE'=> '230.QBMAIL.BUNDLE'=> '540.QBMAIL.BUNDLE'=> '690.QBMAIL.BUNDLE'], '465.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireInCart($this->parameters['require.3y.qbmail.hosting'], [=> '155.QBMAIL.BUNDLE'=> '180.QBMAIL.BUNDLE'=> '230.QBMAIL.BUNDLE'=> '465.QBMAIL.BUNDLE'=> '690.QBMAIL.BUNDLE'], '540.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireInCart($this->parameters['require.3y.qbmail.hosting'], [=> '155.QBMAIL.BUNDLE'=> '180.QBMAIL.BUNDLE'=> '230.QBMAIL.BUNDLE'=> '465.QBMAIL.BUNDLE'=> '540.QBMAIL.BUNDLE'], '690.QBMAIL.BUNDLE'), => new \App\Entity\Promotions\RequireContext($this->parameters['require.starter.bundle'], 'COM.STARTER.BUNDLE'), 10 => new \App\Entity\Promotions\RequireContext($this->parameters['require.starter.bundle'], 'IIS.STARTER.BUNDLE'), 11 => new \App\Entity\Promotions\RequireContext($this->parameters['require.professional.bundle'], 'IIS.PROFESSIONAL.BUNDLE'), 12 => new \App\Entity\Promotions\RequireContext($this->parameters['require.professional.bundle'], 'COM.PROFESSIONAL.BUNDLE'), 13 => new \App\Entity\Promotions\RequireInCart($this->parameters['require.starter.hosting'], [=> 'IIS.STARTER.BUNDLE'], 'COM.STARTER.BUNDLE'), 14 => new \App\Entity\Promotions\RequireInCart($this->parameters['require.starter.hosting'], [=> 'COM.STARTER.BUNDLE'], 'IIS.STARTER.BUNDLE'), 15 => new \App\Entity\Promotions\RequireInCart($this->parameters['require.professional.hosting'], [=> 'COM.PROFESSIONAL.BUNDLE'], 'IIS.PROFESSIONAL.BUNDLE'), 16 => new \App\Entity\Promotions\RequireInCart($this->parameters['require.professional.hosting'], [=> 'IIS.PROFESSIONAL.BUNDLE'], 'COM.PROFESSIONAL.BUNDLE'), 17 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting'], 'FREE.TO.STARTER.BUNDLE.1Y'), 18 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting'], 'FREE.TO.STARTER.BUNDLE.3Y'), 19 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting'], 'FREE.TO.PROFESSIONAL.BUNDLE.1Y'), 20 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting'], 'FREE.TO.PROFESSIONAL.BUNDLE.3Y'), 21 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting'], 'FREE.TO.BUSINESS.BUNDLE.1Y'), 22 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting'], 'FREE.TO.BUSINESS.BUNDLE.3Y'), 23 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.STARTER.1Y'), 24 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.pro'], 'WEEBLY.PRO.BUNDLE.STARTER.1Y'), 25 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.STARTER.1Y'), 26 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.STARTER.3Y'), 27 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.pro'], 'WEEBLY.PRO.BUNDLE.STARTER.3Y'), 28 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.STARTER.3Y'), 29 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.PROFESSIONAL.1Y'), 30 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.pro'], 'WEEBLY.PRO.BUNDLE.PROFESSIONAL.1Y'), 31 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.PROFESSIONAL.1Y'), 32 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.PROFESSIONAL.3Y'), 33 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.pro'], 'WEEBLY.PRO.BUNDLE.PROFESSIONAL.3Y'), 34 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.PROFESSIONAL.3Y'), 35 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.BUSINESS.1Y'), 36 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.pro'], 'WEEBLY.PRO.BUNDLE.BUSINESS.1Y'), 37 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.BUSINESS.1Y'), 38 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.BUSINESS.3Y'), 39 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.pro'], 'WEEBLY.PRO.BUNDLE.BUSINESS.3Y'), 40 => new \App\Entity\Promotions\RequireContext($this->parameters['require.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.BUSINESS.3Y'), 41 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.FREE.TO.STARTER.1Y'), 42 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.pro'], 'WEEBLY.PRO.BUNDLE.FREE.TO.STARTER.1Y'), 43 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.FREE.TO.STARTER.1Y'), 44 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.FREE.TO.STARTER.3Y'), 45 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.pro'], 'WEEBLY.PRO.BUNDLE.FREE.TO.STARTER.3Y'), 46 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.FREE.TO.STARTER.3Y'), 47 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.FREE.TO.PROFESSIONAL.1Y'), 48 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.pro'], 'WEEBLY.PRO.BUNDLE.FREE.TO.PROFESSIONAL.1Y'), 49 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.FREE.TO.PROFESSIONAL.1Y'), 50 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.FREE.TO.PROFESSIONAL.3Y'), 51 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.pro'], 'WEEBLY.PRO.BUNDLE.FREE.TO.PROFESSIONAL.3Y'), 52 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.FREE.TO.PROFESSIONAL.3Y'), 53 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.FREE.TO.BUSINESS.1Y'), 54 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.pro'], 'WEEBLY.PRO.BUNDLE.FREE.TO.BUSINESS.1Y'), 55 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.FREE.TO.BUSINESS.1Y'), 56 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.starter'], 'WEEBLY.STARTER.BUNDLE.FREE.TO.BUSINESS.3Y'), 57 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.pro'], 'WEEBLY.PRO.BUNDLE.FREE.TO.BUSINESS.3Y'), 58 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.free.hosting.with.weebly.business'], 'WEEBLY.BUSINESS.BUNDLE.FREE.TO.BUSINESS.3Y'), 59 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.old.with.weebly.1y.1m'], 'FREE.UPGRADE.WITH.WEEBLY.1Y.1M'), 60 => new \App\Entity\Promotions\RequireContext($this->parameters['require.upgrade.from.old.with.weebly.3y'], 'DISCOUNTED.UPGRADE.WITH.WEEBLY.3Y'), 61 => new \App\Entity\Promotions\RequireContext($this->parameters['require.affiliate.keepswedengoing'], 'STARTER.AFFILIATE.KEEPSWEDENGOING.1Y'), 62 => new \App\Entity\Promotions\RequireContext($this->parameters['require.affiliate.keepswedengoing'], 'PROFESSIONAL.AFFILIATE.KEEPSWEDENGOING.1Y')]), $a, ($this->privates['App\\Entity\\Repository\\ClientInvoiceRepository'] ?? $this->load('getClientInvoiceRepositoryService.php')), $b, ($this->privates['App\\Services\\Whmcs'] ?? $this->getWhmcsService()), ($this->services['session'] ?? $this->load('getSessionService.php')), ($this->privates['App\\Entity\\Repository\\UserRepository'] ?? $this->load('getUserRepositoryService.php')), ($this->privates['App\\Services\\DibsData'] ?? $this->load('getDibsDataService.php')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\Affiliates'] ?? $this->load('getAffiliatesService.php')));
  4. $instance->load(($this->privates['App\\Entity\\Repository\\ProductRepository'] ?? $this->load('getProductRepositoryService.php')), ($this->privates['App\\Entity\\Repository\\TldRepository'] ?? $this->load('getTldRepositoryService.php')), ($this->privates['App\\Services\\DomainTool'] ?? $this->load('getDomainToolService.php')));
  5. return $instance;
  1.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  2.     }
  3.     protected function load($file$lazyLoad true)
  4.     {
  5.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  6.     }
  7.     /**
  8.      * Gets the public 'event_dispatcher' shared service.
  9.      *
  1. include_once $this->targetDirs[3].'/src/Entity/Repository/PromotionableRepository.php';
  2. include_once $this->targetDirs[3].'/src/Entity/Repository/ProductRepository.php';
  3. $this->privates['App\\Entity\\Repository\\ProductRepository'] = $instance = new \App\Entity\Repository\ProductRepository(($this->privates['App\\Services\\Whmcs'] ?? $this->getWhmcsService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Entity\\Repository\\PeriodRepository'] ?? ($this->privates['App\\Entity\\Repository\\PeriodRepository'] = new \App\Entity\Repository\PeriodRepository())), ($this->privates['App\\Entity\\Repository\\PromotionRepository'] ?? $this->load('getPromotionRepositoryService.php')), ($this->privates['App\\Services\\Localizator'] ?? $this->getLocalizatorService()), $this->parameters['product.customfields']);
  4. $instance->setPromoContextBuilder(($this->privates['App\\Services\\Cart'] ?? $this->load('getCartService.php')));
  5. return $instance;
  1.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  2.     }
  3.     protected function load($file$lazyLoad true)
  4.     {
  5.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  6.     }
  7.     /**
  8.      * Gets the public 'event_dispatcher' shared service.
  9.      *
  1.         }
  2.         if (null === $method) {
  3.             return false !== $registry $this->{$registry}[$id] ?? null null;
  4.         }
  5.         if (false !== $registry) {
  6.             return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load $this->load($method) : $this->{$method}();
  7.         }
  8.         if (!$load) {
  9.             return $this->{$method}();
  10.         }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function get($id)
  5.     {
  6.         return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
  7.     }
  8. }
  1.             $i strrpos($controller':');
  2.             $controller substr($controller0$i).strtolower(substr($controller$i));
  3.         }
  4.         try {
  5.             yield $this->container->get($controller)->get($argument->getName());
  6.         } catch (RuntimeException $e) {
  7.             $what sprintf('argument $%s of "%s()"'$argument->getName(), $controller);
  8.             $message preg_replace('/service "\.service_locator\.[^"]++"/'$what$e->getMessage());
  9.             if ($e->getMessage() === $message) {
  1.     public function resolve(Request $requestArgumentMetadata $argument): iterable
  2.     {
  3.         $method = \get_class($this->inner).'::'.__FUNCTION__;
  4.         $this->stopwatch->start($method'controller.argument_value_resolver');
  5.         yield from $this->inner->resolve($request$argument);
  6.         $this->stopwatch->stop($method);
  7.     }
  8. }
  1.                 if (!$resolved instanceof \Generator) {
  2.                     throw new \InvalidArgumentException(sprintf('%s::resolve() must yield at least one value.', \get_class($resolver)));
  3.                 }
  4.                 foreach ($resolved as $append) {
  5.                     $arguments[] = $append;
  6.                 }
  7.                 // continue to the next controller argument
  8.                 continue 2;
  1.      */
  2.     public function getArguments(Request $request$controller)
  3.     {
  4.         $e $this->stopwatch->start('controller.get_arguments');
  5.         $ret $this->resolver->getArguments($request$controller);
  6.         $e->stop();
  7.         return $ret;
  8.     }
in vendor/symfony/http-kernel/HttpKernel.php->getArguments (line 142)
  1.         $event = new FilterControllerEvent($this$controller$request$type);
  2.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER$event);
  3.         $controller $event->getController();
  4.         // controller arguments
  5.         $arguments $this->argumentResolver->getArguments($request$controller);
  6.         $event = new FilterControllerArgumentsEvent($this$controller$arguments$request$type);
  7.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS$event);
  8.         $controller $event->getController();
  9.         $arguments $event->getArguments();
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level'ob_get_level());
  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 www/index.php (line 25)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs

No log messages

Stack Trace

ErrorException

ErrorException:
Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)

  at vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101
  at Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(172800)
     (vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83)
  at Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(172800)
  at session_start()
     (vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:149)
  at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
     (vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:313)
  at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag('attributes')
     (vendor/symfony/http-foundation/Session/Session.php:256)
  at Symfony\Component\HttpFoundation\Session\Session->getBag('attributes')
     (vendor/symfony/http-foundation/Session/Session.php:278)
  at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
     (vendor/symfony/http-foundation/Session/Session.php:73)
  at Symfony\Component\HttpFoundation\Session\Session->get('_cart_data', null)
     (src/Services/Cart.php:413)
  at App\Services\Cart->load(object(ProductRepository), object(TldRepository), object(DomainTool))
     (var/cache/prod/ContainerKLt0GoG/getCartService.php:35)
  at require('/home/svd/sites/var/cache/prod/ContainerKLt0GoG/getCartService.php')
     (var/cache/prod/ContainerKLt0GoG/srcApp_KernelProdDebugContainer.php:327)
  at ContainerKLt0GoG\srcApp_KernelProdDebugContainer->load('getCartService.php')
     (var/cache/prod/ContainerKLt0GoG/getProductRepositoryService.php:14)
  at require('/home/svd/sites/var/cache/prod/ContainerKLt0GoG/getProductRepositoryService.php')
     (var/cache/prod/ContainerKLt0GoG/srcApp_KernelProdDebugContainer.php:327)
  at ContainerKLt0GoG\srcApp_KernelProdDebugContainer->load('getProductRepositoryService.php')
     (vendor/symfony/dependency-injection/Container.php:433)
  at Symfony\Component\DependencyInjection\Container->getService('privates', 'App\\Entity\\Repository\\ProductRepository', 'getProductRepositoryService.php', true)
     (vendor/symfony/dependency-injection/Argument/ServiceLocator.php:38)
  at Symfony\Component\DependencyInjection\Argument\ServiceLocator->get('productRepo')
     (vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php:77)
  at Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver->resolve(object(Request), object(ArgumentMetadata))
     (vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:58)
  at Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(object(Request), object(ArgumentMetadata))
     (vendor/symfony/http-kernel/Controller/ArgumentResolver.php:62)
  at Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(object(Request), array(object(ServiceController), 'sslcertificatesAction'))
     (vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:38)
  at Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(object(Request), array(object(ServiceController), 'sslcertificatesAction'))
     (vendor/symfony/http-kernel/HttpKernel.php:142)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:67)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:198)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (www/index.php:25)