An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/maisondeei/www/app.php" at line 546.") in maisonbalanceBundle:Default:contact.html.twig at line 22.
500 Internal Server Error - Twig_Error_Runtime
1 linked Exception:
- RuntimeException »
[2/2]
Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/maisondeei/www/app.php" at line 546.") in maisonbalanceBundle:Default:contact.html.twig at line 22.

-
in app/cache/prod/classes.php at line 5351
}throw $e;} catch (Exception $e) {throw new Twig_Error_Runtime(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getTemplateName(), $e);}} elseif (false !== $parent = $this->getParent($context)) {$parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false);
-
at
Twig_Template
->displayBlock
('body', array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/twig/4e/4e0851637467d64e5f137485ace62041c56e344e4aa62d0a88ef5e5135a2cf86.php at line 233";// line 167$this->displayBlock('body', $context, $blocks);// line 170echo "<section class=\"col-lg-12\" style=\"background: black;font-family: initial ;margin-top:-20px;border-top: 1px solid #FCB322;\">
-
at
__TwigTemplate_5d74855b66ea78fa9798963b5b16034ef35d5dab3bc6746a7928f104e8893925
->doDisplay
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5449protected function displayWithErrorHandling(array $context, array $blocks = array()){try {$this->doDisplay($context, $blocks);} catch (Twig_Error $e) {if (!$e->getTemplateFile()) {$e->setTemplateFile($this->getTemplateName());
-
at
Twig_Template
->displayWithErrorHandling
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5425}public function display(array $context, array $blocks = array()){$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}public function render(array $context){
-
at
Twig_Template
->display
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/twig/40/4009fd87915c4608b4dfa4f02d847ab8b2503e74b43966fa77b451a06ee2ce70.php at line 27$__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31 = $this->env->getExtension("native_profiler");$__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31->enter($__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "maisonbalanceBundle:Default:contact.html.twig"));$this->parent->display($context, array_merge($this->blocks, $blocks));$__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31->leave($__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31_prof);
-
at
__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23
->doDisplay
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5449protected function displayWithErrorHandling(array $context, array $blocks = array()){try {$this->doDisplay($context, $blocks);} catch (Twig_Error $e) {if (!$e->getTemplateFile()) {$e->setTemplateFile($this->getTemplateName());
-
at
Twig_Template
->displayWithErrorHandling
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5425}public function display(array $context, array $blocks = array()){$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}public function render(array $context){
-
at
Twig_Template
->display
(array())
in app/cache/prod/classes.php at line 5432$level = ob_get_level();ob_start();try {$this->display($context);} catch (Exception $e) {while (ob_get_level() > $level) {ob_end_clean();
-
at
Twig_Template
->render
(array())
in vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php at line 50*/public function render($name, array $parameters = array()){return $this->load($name)->render($parameters);}/**
-
at
TwigEngine
->render
('maisonbalanceBundle:Default:contact.html.twig', array())
in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php at line 72public function render($name, array $parameters = array()){try {return parent::render($name, $parameters);} catch (\Twig_Error $e) {if ($name instanceof TemplateReference) {try {
-
at
TwigEngine
->render
('maisonbalanceBundle:Default:contact.html.twig', array())
in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php at line 97$response = new Response();}$response->setContent($this->render($view, $parameters));return $response;}
-
at
TwigEngine
->renderResponse
('maisonbalanceBundle:Default:contact.html.twig', array(), object(Response))
in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php at line 185public function render($view, array $parameters = array(), Response $response = null){if ($this->container->has('templating')) {return $this->container->get('templating')->renderResponse($view, $parameters, $response);}if (!$this->container->has('twig')) {
-
at
Controller
->render
('maisonbalanceBundle:Default:contact.html.twig')
in src/maison/balanceBundle/Controller/DefaultController.php at line 59public function contactAction(){return $this->render('maisonbalanceBundle:Default:contact.html.twig');}public function proposAction(){
- at DefaultController ->contactAction ()
-
at
call_user_func_array
(array(object(DefaultController), 'contactAction'), array())
in app/bootstrap.php.cache at line 3509$this->dispatcher->dispatch(KernelEvents::CONTROLLER, $event);$controller = $event->getController();$arguments = $this->resolver->getArguments($request, $controller);$response = call_user_func_array($controller, $arguments);if (!$response instanceof Response) {$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
-
at
HttpKernel
->handleRaw
(object(Request), '1')
in app/bootstrap.php.cache at line 3468{$request->headers->set('X-Php-Ob-Level', ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof ConflictingHeadersException) {$e = new BadRequestHttpException('The request headers contain conflicting information regarding the origin of this request.', $e);
-
at
HttpKernel
->handle
(object(Request), '1', true)
in app/bootstrap.php.cache at line 3622$this->container->enterScope('request');$this->container->set('request', $request,'request');try {$response = parent::handle($request, $type, $catch);} catch (\Exception $e) {$this->container->set('request', null,'request');$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Request), '1', true)
in app/bootstrap.php.cache at line 2807if (false === $this->booted) {$this->boot();}return $this->getHttpKernel()->handle($request, $type, $catch);}protected function getHttpKernel(){
-
at
Kernel
->handle
(object(Request))
in www/app.php at line 563// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter//Request::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);include_once('sylink.php');$response->send();$kernel->terminate($request, $response);
[1/2]
RuntimeException: Failed to start the session because headers have already been sent by "/home/maisondeei/www/app.php" at line 546.

-
in app/cache/prod/classes.php at line 114
throw new \RuntimeException('Failed to start the session: already started by PHP ($_SESSION is set).');}if (ini_get('session.use_cookies') && headers_sent($file, $line)) {throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}if (!session_start()) {throw new \RuntimeException('Failed to start the session');
-
at
NativeSessionStorage
->start
()
in app/cache/prod/classes.php at line 191if ($this->saveHandler->isActive() && !$this->started) {$this->loadSession();} elseif (!$this->started) {$this->start();}return $this->bags[$name];}
-
at
NativeSessionStorage
->getBag
('flashes')
in app/cache/prod/classes.php at line 564}public function getBag($name){return $this->storage->getBag($name);}public function getFlashBag(){
-
at
Session
->getBag
('flashes')
in app/cache/prod/classes.php at line 568}public function getFlashBag(){return $this->getBag($this->flashName);}}}
-
at
Session
->getFlashBag
()
in app/cache/prod/classes.php at line 5584$this->env->getExtension('sandbox')->checkMethodAllowed($object, $method);}try {$ret = call_user_func_array(array($object, $method), $arguments);} catch (BadMethodCallException $e) {if ($call && ($ignoreStrictCheck || !$this->env->isStrictVariables())) {return;
-
at
Twig_Template
->getAttribute
(object(Session), 'flashbag', array())
in app/cache/prod/twig/40/4009fd87915c4608b4dfa4f02d847ab8b2503e74b43966fa77b451a06ee2ce70.php at line 65<br> ";// line 22$context['_parent'] = $context;$context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getAttribute($this->getAttribute((isset($context["app"]) ? $context["app"] : $this->getContext($context, "app")), "session", array()), "flashbag", array()), "get", array(0 => "info"), "method"));foreach ($context['_seq'] as $context["_key"] => $context["message"]) {// line 23echo " <div class=\"alert alert-success alert-dismissible\"
-
at
__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23
->block_body
(array('app' => object(AppVariable), '_parent' => array('app' => object(AppVariable))), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5340throw new LogicException('A block must be a method on a Twig_Template instance.');}try {$template->$block($context, $blocks);} catch (Twig_Error $e) {if (!$e->getTemplateFile()) {$e->setTemplateFile($template->getTemplateName());
-
at
Twig_Template
->displayBlock
('body', array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/twig/4e/4e0851637467d64e5f137485ace62041c56e344e4aa62d0a88ef5e5135a2cf86.php at line 233";// line 167$this->displayBlock('body', $context, $blocks);// line 170echo "<section class=\"col-lg-12\" style=\"background: black;font-family: initial ;margin-top:-20px;border-top: 1px solid #FCB322;\">
-
at
__TwigTemplate_5d74855b66ea78fa9798963b5b16034ef35d5dab3bc6746a7928f104e8893925
->doDisplay
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5449protected function displayWithErrorHandling(array $context, array $blocks = array()){try {$this->doDisplay($context, $blocks);} catch (Twig_Error $e) {if (!$e->getTemplateFile()) {$e->setTemplateFile($this->getTemplateName());
-
at
Twig_Template
->displayWithErrorHandling
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5425}public function display(array $context, array $blocks = array()){$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}public function render(array $context){
-
at
Twig_Template
->display
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/twig/40/4009fd87915c4608b4dfa4f02d847ab8b2503e74b43966fa77b451a06ee2ce70.php at line 27$__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31 = $this->env->getExtension("native_profiler");$__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31->enter($__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "maisonbalanceBundle:Default:contact.html.twig"));$this->parent->display($context, array_merge($this->blocks, $blocks));$__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31->leave($__internal_df17457d2f7c6b2019cf9ca6b04b531f93d92fad875064f587c9efbfb05b5b31_prof);
-
at
__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23
->doDisplay
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5449protected function displayWithErrorHandling(array $context, array $blocks = array()){try {$this->doDisplay($context, $blocks);} catch (Twig_Error $e) {if (!$e->getTemplateFile()) {$e->setTemplateFile($this->getTemplateName());
-
at
Twig_Template
->displayWithErrorHandling
(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in app/cache/prod/classes.php at line 5425}public function display(array $context, array $blocks = array()){$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}public function render(array $context){
-
at
Twig_Template
->display
(array())
in app/cache/prod/classes.php at line 5432$level = ob_get_level();ob_start();try {$this->display($context);} catch (Exception $e) {while (ob_get_level() > $level) {ob_end_clean();
-
at
Twig_Template
->render
(array())
in vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php at line 50*/public function render($name, array $parameters = array()){return $this->load($name)->render($parameters);}/**
-
at
TwigEngine
->render
('maisonbalanceBundle:Default:contact.html.twig', array())
in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php at line 72public function render($name, array $parameters = array()){try {return parent::render($name, $parameters);} catch (\Twig_Error $e) {if ($name instanceof TemplateReference) {try {
-
at
TwigEngine
->render
('maisonbalanceBundle:Default:contact.html.twig', array())
in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php at line 97$response = new Response();}$response->setContent($this->render($view, $parameters));return $response;}
-
at
TwigEngine
->renderResponse
('maisonbalanceBundle:Default:contact.html.twig', array(), object(Response))
in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php at line 185public function render($view, array $parameters = array(), Response $response = null){if ($this->container->has('templating')) {return $this->container->get('templating')->renderResponse($view, $parameters, $response);}if (!$this->container->has('twig')) {
-
at
Controller
->render
('maisonbalanceBundle:Default:contact.html.twig')
in src/maison/balanceBundle/Controller/DefaultController.php at line 59public function contactAction(){return $this->render('maisonbalanceBundle:Default:contact.html.twig');}public function proposAction(){
- at DefaultController ->contactAction ()
-
at
call_user_func_array
(array(object(DefaultController), 'contactAction'), array())
in app/bootstrap.php.cache at line 3509$this->dispatcher->dispatch(KernelEvents::CONTROLLER, $event);$controller = $event->getController();$arguments = $this->resolver->getArguments($request, $controller);$response = call_user_func_array($controller, $arguments);if (!$response instanceof Response) {$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
-
at
HttpKernel
->handleRaw
(object(Request), '1')
in app/bootstrap.php.cache at line 3468{$request->headers->set('X-Php-Ob-Level', ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof ConflictingHeadersException) {$e = new BadRequestHttpException('The request headers contain conflicting information regarding the origin of this request.', $e);
-
at
HttpKernel
->handle
(object(Request), '1', true)
in app/bootstrap.php.cache at line 3622$this->container->enterScope('request');$this->container->set('request', $request,'request');try {$response = parent::handle($request, $type, $catch);} catch (\Exception $e) {$this->container->set('request', null,'request');$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Request), '1', true)
in app/bootstrap.php.cache at line 2807if (false === $this->booted) {$this->boot();}return $this->getHttpKernel()->handle($request, $type, $catch);}protected function getHttpKernel(){
-
at
Kernel
->handle
(object(Request))
in www/app.php at line 563// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter//Request::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);include_once('sylink.php');$response->send();$kernel->terminate($request, $response);
Stack Trace (Plain Text)

[1] Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/maisondeei/www/app.php" at line 546.") in "maisonbalanceBundle:Default:contact.html.twig" at line 22.
at n/a
in /home/maisondeei/app/cache/prod/classes.php line 5351
at Twig_Template->displayBlock('body', array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/twig/4e/4e0851637467d64e5f137485ace62041c56e344e4aa62d0a88ef5e5135a2cf86.php line 233
at __TwigTemplate_5d74855b66ea78fa9798963b5b16034ef35d5dab3bc6746a7928f104e8893925->doDisplay(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5449
at Twig_Template->displayWithErrorHandling(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5425
at Twig_Template->display(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/twig/40/4009fd87915c4608b4dfa4f02d847ab8b2503e74b43966fa77b451a06ee2ce70.php line 27
at __TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23->doDisplay(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5449
at Twig_Template->displayWithErrorHandling(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5425
at Twig_Template->display(array())
in /home/maisondeei/app/cache/prod/classes.php line 5432
at Twig_Template->render(array())
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php line 50
at Symfony\Bridge\Twig\TwigEngine->render('maisonbalanceBundle:Default:contact.html.twig', array())
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php line 72
at Symfony\Bundle\TwigBundle\TwigEngine->render('maisonbalanceBundle:Default:contact.html.twig', array())
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php line 97
at Symfony\Bundle\TwigBundle\TwigEngine->renderResponse('maisonbalanceBundle:Default:contact.html.twig', array(), object(Response))
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php line 185
at Symfony\Bundle\FrameworkBundle\Controller\Controller->render('maisonbalanceBundle:Default:contact.html.twig')
in /home/maisondeei/src/maison/balanceBundle/Controller/DefaultController.php line 59
at maison\balanceBundle\Controller\DefaultController->contactAction()
in line
at call_user_func_array(array(object(DefaultController), 'contactAction'), array())
in /home/maisondeei/app/bootstrap.php.cache line 3509
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /home/maisondeei/app/bootstrap.php.cache line 3468
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /home/maisondeei/app/bootstrap.php.cache line 3622
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /home/maisondeei/app/bootstrap.php.cache line 2807
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /home/maisondeei/www/app.php line 563
[2] RuntimeException: Failed to start the session because headers have already been sent by "/home/maisondeei/www/app.php" at line 546.
at n/a
in /home/maisondeei/app/cache/prod/classes.php line 114
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
in /home/maisondeei/app/cache/prod/classes.php line 191
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag('flashes')
in /home/maisondeei/app/cache/prod/classes.php line 564
at Symfony\Component\HttpFoundation\Session\Session->getBag('flashes')
in /home/maisondeei/app/cache/prod/classes.php line 568
at Symfony\Component\HttpFoundation\Session\Session->getFlashBag()
in /home/maisondeei/app/cache/prod/classes.php line 5584
at Twig_Template->getAttribute(object(Session), 'flashbag', array())
in /home/maisondeei/app/cache/prod/twig/40/4009fd87915c4608b4dfa4f02d847ab8b2503e74b43966fa77b451a06ee2ce70.php line 65
at __TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23->block_body(array('app' => object(AppVariable), '_parent' => array('app' => object(AppVariable))), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5340
at Twig_Template->displayBlock('body', array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/twig/4e/4e0851637467d64e5f137485ace62041c56e344e4aa62d0a88ef5e5135a2cf86.php line 233
at __TwigTemplate_5d74855b66ea78fa9798963b5b16034ef35d5dab3bc6746a7928f104e8893925->doDisplay(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5449
at Twig_Template->displayWithErrorHandling(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5425
at Twig_Template->display(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/twig/40/4009fd87915c4608b4dfa4f02d847ab8b2503e74b43966fa77b451a06ee2ce70.php line 27
at __TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23->doDisplay(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5449
at Twig_Template->displayWithErrorHandling(array('app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_9719bc9a431a5335b0fbfdd011ffdd54324ffa537494e22bf7583caef00b1d23), 'block_body')))
in /home/maisondeei/app/cache/prod/classes.php line 5425
at Twig_Template->display(array())
in /home/maisondeei/app/cache/prod/classes.php line 5432
at Twig_Template->render(array())
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php line 50
at Symfony\Bridge\Twig\TwigEngine->render('maisonbalanceBundle:Default:contact.html.twig', array())
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php line 72
at Symfony\Bundle\TwigBundle\TwigEngine->render('maisonbalanceBundle:Default:contact.html.twig', array())
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php line 97
at Symfony\Bundle\TwigBundle\TwigEngine->renderResponse('maisonbalanceBundle:Default:contact.html.twig', array(), object(Response))
in /home/maisondeei/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php line 185
at Symfony\Bundle\FrameworkBundle\Controller\Controller->render('maisonbalanceBundle:Default:contact.html.twig')
in /home/maisondeei/src/maison/balanceBundle/Controller/DefaultController.php line 59
at maison\balanceBundle\Controller\DefaultController->contactAction()
in line
at call_user_func_array(array(object(DefaultController), 'contactAction'), array())
in /home/maisondeei/app/bootstrap.php.cache line 3509
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /home/maisondeei/app/bootstrap.php.cache line 3468
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /home/maisondeei/app/bootstrap.php.cache line 3622
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /home/maisondeei/app/bootstrap.php.cache line 2807
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /home/maisondeei/www/app.php line 563