if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) { throw new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir)); } if ($savePath !== \ini_get('session.save_path')) { ini_set('session.save_path', $savePath); } if ('files' !== \ini_get('session.save_handler')) { ini_set('session.save_handler', 'files'); } } include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php'; return $container->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/dev'))), $container->load('getSession_Storage_MetadataBagService')); }} } protected function load($file, $lazyLoad = true) { if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { return $class::do($this, $lazyLoad); } if ('.' === $file[-4]) { $class = substr($class, 0, -4); } else { */ public static function do($container, $lazyLoad = true) { trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.'); return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($container->privates['session.storage.native'] ?? $container->load('getSession_Storage_NativeService'))); }} } protected function load($file, $lazyLoad = true) { if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { return $class::do($this, $lazyLoad); } if ('.' === $file[-4]) { $class = substr($class, 0, -4); } else { if (isset($container->privates['session.factory'])) { return $container->privates['session.factory']; } return $container->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $container->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']); }} } protected function load($file, $lazyLoad = true) { if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { return $class::do($this, $lazyLoad); } if ('.' === $file[-4]) { $class = substr($class, 0, -4); } else { public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; $a = ($container->privates['session.factory'] ?? $container->load('getSession_FactoryService')); if (isset($container->services['.container.private.session'])) { return $container->services['.container.private.session']; } } protected function load($file, $lazyLoad = true) { if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { return $class::do($this, $lazyLoad); } if ('.' === $file[-4]) { $class = substr($class, 0, -4); } else { } if (null === $method) { return false !== $registry ? $this->{$registry}[$id] ?? null : null; } if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); } if (!$load) { return $this->{$method}(); } * * @return mixed */ public function get(string $id) { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); } /** * {@inheritdoc} */ } protected function getSession(): ?SessionInterface { if ($this->container->has('session')) { return $this->container->get('session'); } if ($this->container->has('session_factory')) { return $this->container->get('session_factory')->createSession(); } if (!$request->hasSession()) { // This variable prevents calling `$this->getSession()` twice in case the Request (and the below factory) is cloned $sess = null; $request->setSessionFactory(function () use (&$sess, $request) { if (!$sess) { $sess = $this->getSession(); $request->setSession($sess); /* * For supporting sessions in php runtime with runners like roadrunner or swoole, the session * cookie needs to be read from the cookie bag and set on the session storage. */ public function getSession() { $session = $this->session; if (!$session instanceof SessionInterface && null !== $session) { $this->setSession($session = $session()); } if (null === $session) { throw new SessionNotFoundException('Session has not been set.'); } * @return bool */ public function hasPreviousSession() { // the check for $this->session avoids malicious users trying to fake a session cookie with proper name return $this->hasSession() && $this->cookies->has($this->getSession()->getName()); } /** * Whether the request contains a Session object. * if (null !== $this->matcher && !$this->matcher->matches($request)) { return; } $session = !$request->attributes->getBoolean('_stateless') && $request->hasPreviousSession() && $request->hasSession() ? $request->getSession() : null; if ($session instanceof Session) { $usageIndexValue = $usageIndexReference = &$session->getUsageIndex(); $usageIndexReference = \PHP_INT_MIN; } $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); $e = $this->stopwatch->start($this->name, 'event_listener'); try { ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); } finally { if ($e->isStarted()) { $e->stop(); } } foreach ($listeners as $listener) { if ($stoppable && $event->isPropagationStopped()) { break; } $listener($event, $eventName, $this); } } /** * Sorts the internal list of listeners for the given event by priority. } else { $listeners = $this->getListeners($eventName); } if ($listeners) { $this->callListeners($listeners, $eventName, $event); } return $event; } try { $this->beforeDispatch($eventName, $event); try { $e = $this->stopwatch->start($eventName, 'section'); try { $this->dispatcher->dispatch($event, $eventName); } finally { if ($e->isStarted()) { $e->stop(); } } */ private function filterResponse(Response $response, Request $request, int $type): Response { $event = new ResponseEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); $this->finishRequest($request, $type); return $event->getResponse(); } throw new ControllerDoesNotReturnResponseException($msg, $controller, __FILE__, __LINE__ - 17); } } return $this->filterResponse($response, $request, $type); } /** * Filters a response object. * { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { $throwable = $event->getThrowable(); $request = $this->duplicateRequest($throwable, $event->getRequest()); try { $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); } catch (\Exception $e) { $f = FlattenException::createFromThrowable($e); $this->logException($e, sprintf('Exception thrown when handling an exception (%s: %s at %s line %s)', $f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine())); $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); $e = $this->stopwatch->start($this->name, 'event_listener'); try { ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); } finally { if ($e->isStarted()) { $e->stop(); } } foreach ($listeners as $listener) { if ($stoppable && $event->isPropagationStopped()) { break; } $listener($event, $eventName, $this); } } /** * Sorts the internal list of listeners for the given event by priority. } else { $listeners = $this->getListeners($eventName); } if ($listeners) { $this->callListeners($listeners, $eventName, $event); } return $event; } try { $this->beforeDispatch($eventName, $event); try { $e = $this->stopwatch->start($eventName, 'section'); try { $this->dispatcher->dispatch($event, $eventName); } finally { if ($e->isStarted()) { $e->stop(); } } * @throws \Exception */ private function handleThrowable(\Throwable $e, Request $request, int $type): Response { $event = new ExceptionEvent($this, $request, $type, $e); $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); // a listener might have replaced the exception $e = $event->getThrowable(); if (!$event->hasResponse()) { if ($pop = $request !== $this->requestStack->getMainRequest()) { $this->requestStack->push($request); } try { $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST); } finally { if ($pop) { $this->requestStack->pop(); } } if ($hasRun) { throw $e; } $hasRun = true; $kernel->terminateWithException($e, $request); }; } } elseif ($event instanceof ConsoleEvent && $app = $event->getCommand()->getApplication()) { $output = $event->getOutput(); if ($output instanceof ConsoleOutputInterface) { $this->exceptionHandler = null; } try { if (null !== $exceptionHandler) { return $exceptionHandler($exception); } $handlerException = $handlerException ?: $exception; } catch (\Throwable $handlerException) { } if ($exception === $handlerException && null === $this->exceptionHandler) { if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) { throw new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir)); } if ($savePath !== \ini_get('session.save_path')) { ini_set('session.save_path', $savePath); } if ('files' !== \ini_get('session.save_handler')) { ini_set('session.save_handler', 'files'); } } include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php'; return $container->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/dev'))), $container->load('getSession_Storage_MetadataBagService')); }} } protected function load($file, $lazyLoad = true) { if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { return $class::do($this, $lazyLoad); } if ('.' === $file[-4]) { $class = substr($class, 0, -4); } else { */ public static function do($container, $lazyLoad = true) { trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.'); return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($container->privates['session.storage.native'] ?? $container->load('getSession_Storage_NativeService'))); }} $file .= '.php'; } $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; } protected function createProxy($class, \Closure $factory) { class_exists($class, false) || require __DIR__.'/'.$class.'.php'; if (isset($container->privates['session.factory'])) { return $container->privates['session.factory']; } return $container->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $container->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']); }} $file .= '.php'; } $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; } protected function createProxy($class, \Closure $factory) { class_exists($class, false) || require __DIR__.'/'.$class.'.php'; public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; $a = ($container->privates['session.factory'] ?? $container->load('getSession_FactoryService')); if (isset($container->services['.container.private.session'])) { return $container->services['.container.private.session']; } $file .= '.php'; } $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; } protected function createProxy($class, \Closure $factory) { class_exists($class, false) || require __DIR__.'/'.$class.'.php'; } if (null === $method) { return false !== $registry ? $this->{$registry}[$id] ?? null : null; } if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); } if (!$load) { return $this->{$method}(); } * * @return mixed */ public function get(string $id) { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); } /** * {@inheritdoc} */ } protected function getSession(): ?SessionInterface { if ($this->container->has('session')) { return $this->container->get('session'); } if ($this->container->has('session_factory')) { return $this->container->get('session_factory')->createSession(); } if (!$request->hasSession()) { // This variable prevents calling `$this->getSession()` twice in case the Request (and the below factory) is cloned $sess = null; $request->setSessionFactory(function () use (&$sess, $request) { if (!$sess) { $sess = $this->getSession(); $request->setSession($sess); /* * For supporting sessions in php runtime with runners like roadrunner or swoole, the session * cookie needs to be read from the cookie bag and set on the session storage. */ public function getSession() { $session = $this->session; if (!$session instanceof SessionInterface && null !== $session) { $this->setSession($session = $session()); } if (null === $session) { throw new SessionNotFoundException('Session has not been set.'); } * @return bool */ public function hasPreviousSession() { // the check for $this->session avoids malicious users trying to fake a session cookie with proper name return $this->hasSession() && $this->cookies->has($this->getSession()->getName()); } /** * Whether the request contains a Session object. * if (null !== $this->matcher && !$this->matcher->matches($request)) { return; } $session = !$request->attributes->getBoolean('_stateless') && $request->hasPreviousSession() && $request->hasSession() ? $request->getSession() : null; if ($session instanceof Session) { $usageIndexValue = $usageIndexReference = &$session->getUsageIndex(); $usageIndexReference = \PHP_INT_MIN; } $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); $e = $this->stopwatch->start($this->name, 'event_listener'); try { ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); } finally { if ($e->isStarted()) { $e->stop(); } } foreach ($listeners as $listener) { if ($stoppable && $event->isPropagationStopped()) { break; } $listener($event, $eventName, $this); } } /** * Sorts the internal list of listeners for the given event by priority. } else { $listeners = $this->getListeners($eventName); } if ($listeners) { $this->callListeners($listeners, $eventName, $event); } return $event; } try { $this->beforeDispatch($eventName, $event); try { $e = $this->stopwatch->start($eventName, 'section'); try { $this->dispatcher->dispatch($event, $eventName); } finally { if ($e->isStarted()) { $e->stop(); } } */ private function filterResponse(Response $response, Request $request, int $type): Response { $event = new ResponseEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); $this->finishRequest($request, $type); return $event->getResponse(); } throw new ControllerDoesNotReturnResponseException($msg, $controller, __FILE__, __LINE__ - 17); } } return $this->filterResponse($response, $request, $type); } /** * Filters a response object. * { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { $throwable = $event->getThrowable(); $request = $this->duplicateRequest($throwable, $event->getRequest()); try { $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); } catch (\Exception $e) { $f = FlattenException::createFromThrowable($e); $this->logException($e, sprintf('Exception thrown when handling an exception (%s: %s at %s line %s)', $f->getClass(), $f->getMessage(), $e->getFile(), $e->getLine())); $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); $e = $this->stopwatch->start($this->name, 'event_listener'); try { ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); } finally { if ($e->isStarted()) { $e->stop(); } } foreach ($listeners as $listener) { if ($stoppable && $event->isPropagationStopped()) { break; } $listener($event, $eventName, $this); } } /** * Sorts the internal list of listeners for the given event by priority. } else { $listeners = $this->getListeners($eventName); } if ($listeners) { $this->callListeners($listeners, $eventName, $event); } return $event; } try { $this->beforeDispatch($eventName, $event); try { $e = $this->stopwatch->start($eventName, 'section'); try { $this->dispatcher->dispatch($event, $eventName); } finally { if ($e->isStarted()) { $e->stop(); } } * @throws \Exception */ private function handleThrowable(\Throwable $e, Request $request, int $type): Response { $event = new ExceptionEvent($this, $request, $type, $e); $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); // a listener might have replaced the exception $e = $event->getThrowable(); if (!$event->hasResponse()) { $this->finishRequest($request, $type); throw $e; } return $this->handleThrowable($e, $request, $type); } finally { $this->requestStack->pop(); } } $this->boot(); ++$this->requestStackSize; $this->resetServices = true; try { return $this->getHttpKernel()->handle($request, $type, $catch); } finally { --$this->requestStackSize; } } $this->request = $request; } public function run(): int { $response = $this->kernel->handle($this->request); $response->send(); if ($this->kernel instanceof TerminableInterface) { $this->kernel->terminate($this->request, $response); }$app = $app(...$args);exit( $runtime ->getRunner($app) ->run());<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);}; if ($baseDir && !is_dir($baseDir) && !@mkdir($baseDir, 0777, true) && !is_dir($baseDir)) { throw new \RuntimeException(sprintf('Session Storage was not able to create directory "%s".', $baseDir)); } if ($savePath !== \ini_get('session.save_path')) { ini_set('session.save_path', $savePath); } if ('files' !== \ini_get('session.save_handler')) { ini_set('session.save_handler', 'files'); } } include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php'; return $container->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/dev'))), $container->load('getSession_Storage_MetadataBagService')); }} $file .= '.php'; } $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; } protected function createProxy($class, \Closure $factory) { class_exists($class, false) || require __DIR__.'/'.$class.'.php'; } if (null === $method) { return false !== $registry ? $this->{$registry}[$id] ?? null : null; } if (false !== $registry) { return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}(); } if (!$load) { return $this->{$method}(); } * * @return mixed */ public function get(string $id) { return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); } /** * {@inheritdoc} */ if (!$event->isMainRequest() || (!$this->container->has('session') && !$this->container->has('session_factory'))) { return; } if ($this->container->has('session_storage') && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage && ($mainRequest = $this->container->get('request_stack')->getMainRequest()) && $mainRequest->isSecure() ) { $storage->setOptions(['cookie_secure' => true]); } $this->priority = $dispatcher->getListenerPriority($eventName, $this->listener); $e = $this->stopwatch->start($this->name, 'event_listener'); try { ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); } finally { if ($e->isStarted()) { $e->stop(); } } foreach ($listeners as $listener) { if ($stoppable && $event->isPropagationStopped()) { break; } $listener($event, $eventName, $this); } } /** * Sorts the internal list of listeners for the given event by priority. } else { $listeners = $this->getListeners($eventName); } if ($listeners) { $this->callListeners($listeners, $eventName, $event); } return $event; } try { $this->beforeDispatch($eventName, $event); try { $e = $this->stopwatch->start($eventName, 'section'); try { $this->dispatcher->dispatch($event, $eventName); } finally { if ($e->isStarted()) { $e->stop(); } } */ private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response { // request $event = new RequestEvent($this, $request, $type); $this->dispatcher->dispatch($event, KernelEvents::REQUEST); if ($event->hasResponse()) { return $this->filterResponse($event->getResponse(), $request, $type); } { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { $this->boot(); ++$this->requestStackSize; $this->resetServices = true; try { return $this->getHttpKernel()->handle($request, $type, $catch); } finally { --$this->requestStackSize; } } $this->request = $request; } public function run(): int { $response = $this->kernel->handle($this->request); $response->send(); if ($this->kernel instanceof TerminableInterface) { $this->kernel->terminate($this->request, $response); }$app = $app(...$args);exit( $runtime ->getRunner($app) ->run());<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};|
[3/3]
ErrorException
|
|---|
ErrorException:
Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent
at /var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php:53
at Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler->__construct('/var/www/process-confirmation-tcard-for-demos/var/sessions/dev')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_Storage_NativeService.php:28)
at ContainerWe9i7P5\getSession_Storage_NativeService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:475)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_Storage_NativeService')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_Storage_Factory_ServiceService.php:24)
at ContainerWe9i7P5\getSession_Storage_Factory_ServiceService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:475)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_Storage_Factory_ServiceService')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_FactoryService.php:29)
at ContainerWe9i7P5\getSession_FactoryService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:475)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_FactoryService')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/get_Container_Private_SessionService.php:23)
at ContainerWe9i7P5\get_Container_Private_SessionService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:475)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('get_Container_Private_SessionService')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/dependency-injection/Container.php:428)
at Symfony\Component\DependencyInjection\Container->getService('services', '.container.private.session', 'get_Container_Private_SessionService', true)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42)
at Symfony\Component\DependencyInjection\Argument\ServiceLocator->get('session')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/SessionListener.php:51)
at Symfony\Component\HttpKernel\EventListener\SessionListener->getSession()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:82)
at Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure}()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Request.php:759)
at Symfony\Component\HttpFoundation\Request->getSession()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Request.php:778)
at Symfony\Component\HttpFoundation\Request->hasPreviousSession()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100)
at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(object(ResponseEvent), 'kernel.response', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ResponseEvent), 'kernel.response', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/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)), 'kernel.response', object(ResponseEvent))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ResponseEvent), 'kernel.response')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ResponseEvent), 'kernel.response')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:196)
at Symfony\Component\HttpKernel\HttpKernel->filterResponse(object(Response), object(Request), 2)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:184)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91)
at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.exception', object(ExceptionEvent))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:223)
at Symfony\Component\HttpKernel\HttpKernel->handleThrowable(object(ErrorException), object(Request), 1)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:114)
at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(ErrorException), object(Request))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:132)
at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(ErrorException))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/error-handler/ErrorHandler.php:619)
at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(ErrorException))
|
|
[2/3]
ErrorException
|
|---|
ErrorException:
Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent
at /var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php:53
at Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler->__construct('/var/www/process-confirmation-tcard-for-demos/var/sessions/dev')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_Storage_NativeService.php:28)
at ContainerWe9i7P5\getSession_Storage_NativeService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:475)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_Storage_NativeService')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_Storage_Factory_ServiceService.php:24)
at ContainerWe9i7P5\getSession_Storage_Factory_ServiceService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:486)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_Storage_Factory_ServiceService.php')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_FactoryService.php:29)
at ContainerWe9i7P5\getSession_FactoryService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:486)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_FactoryService.php')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/get_Container_Private_SessionService.php:23)
at ContainerWe9i7P5\get_Container_Private_SessionService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:486)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('get_Container_Private_SessionService.php')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/dependency-injection/Container.php:428)
at Symfony\Component\DependencyInjection\Container->getService('services', '.container.private.session', 'get_Container_Private_SessionService', true)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42)
at Symfony\Component\DependencyInjection\Argument\ServiceLocator->get('session')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/SessionListener.php:51)
at Symfony\Component\HttpKernel\EventListener\SessionListener->getSession()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:82)
at Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure}()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Request.php:759)
at Symfony\Component\HttpFoundation\Request->getSession()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Request.php:778)
at Symfony\Component\HttpFoundation\Request->hasPreviousSession()
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100)
at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(object(ResponseEvent), 'kernel.response', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ResponseEvent), 'kernel.response', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/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)), 'kernel.response', object(ResponseEvent))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ResponseEvent), 'kernel.response')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ResponseEvent), 'kernel.response')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:196)
at Symfony\Component\HttpKernel\HttpKernel->filterResponse(object(Response), object(Request), 2)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:184)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/ErrorListener.php:91)
at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ExceptionEvent), 'kernel.exception', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:230)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.exception', object(ExceptionEvent))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ExceptionEvent), 'kernel.exception')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:223)
at Symfony\Component\HttpKernel\HttpKernel->handleThrowable(object(ErrorException), object(Request), 1)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:86)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(/var/www/process-confirmation-tcard-for-demos/vendor/autoload_runtime.php:35)
at require_once('/var/www/process-confirmation-tcard-for-demos/vendor/autoload_runtime.php')
(/var/www/process-confirmation-tcard-for-demos/public/index.php:5)
|
|
[1/3]
ErrorException
|
|---|
ErrorException:
Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent
at /var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php:53
at Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler->__construct('/var/www/process-confirmation-tcard-for-demos/var/sessions/dev')
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/getSession_Storage_NativeService.php:28)
at ContainerWe9i7P5\getSession_Storage_NativeService::do(object(App_KernelDevDebugContainer), true)
(/var/www/process-confirmation-tcard-for-demos/var/cache/dev/ContainerWe9i7P5/App_KernelDevDebugContainer.php:486)
at ContainerWe9i7P5\App_KernelDevDebugContainer->load('getSession_Storage_NativeService.php')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/dependency-injection/Container.php:428)
at Symfony\Component\DependencyInjection\Container->getService('privates', 'session.storage.native', 'getSession_Storage_NativeService', true)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42)
at Symfony\Component\DependencyInjection\Argument\ServiceLocator->get('session_storage')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/EventListener/SessionListener.php:40)
at Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(RequestEvent), 'kernel.request', object(TraceableEventDispatcher))
(/var/www/process-confirmation-tcard-for-demos/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)), 'kernel.request', object(RequestEvent))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(RequestEvent), 'kernel.request')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(RequestEvent), 'kernel.request')
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:139)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(/var/www/process-confirmation-tcard-for-demos/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(/var/www/process-confirmation-tcard-for-demos/vendor/autoload_runtime.php:35)
at require_once('/var/www/process-confirmation-tcard-for-demos/vendor/autoload_runtime.php')
(/var/www/process-confirmation-tcard-for-demos/public/index.php:5)
|