Symfony Exception

ErrorException RuntimeError

HTTP 500 Internal Server Error

An exception has been thrown during the rendering of a template ("Notice: file_put_contents(): write of 8192 bytes failed with errno=28 No space left on device").

Exceptions 2

Twig\Error\ RuntimeError

  1.                         {% endif %}
  2.                         <div class="row">
  3.                             <div class="col-md-8">
  4.                                 {% if(post.autor) %}
  5.                                     <div class="bar_item bi_user" title="Автор">
  6.                                         {{ loc('Автор')|raw }}: <strong><a href="{{ lou(path('auth_user', {'user_id': post.autor.id})) }}">{{ loc(post.autor.username)|raw }}</a></strong>
  7.                                     </div>
  8.                                 {% endif %}
  9.                             </div>
  10.                             <div class="col-md-4" style="text-align: right">
  11.                                 {% if ((is_granted('ROLE_ADMIN')) or
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["col"], "class", [], "array"falsefalsefalse87), "html"nulltrue);
  2.                         echo " no-padding\">
  3.                                 <div class=\"content-inner-controller\">
  4.                                     ";
  5.                         // line 89
  6.                         $this->loadTemplate((isset($context["container"]) || array_key_exists("container"$context) ? $context["container"] : (function () { throw new RuntimeError('Variable "container" does not exist.'89$this->source); })()), "widjets/layout.html.twig"89)->display($context);
  7.                         // line 90
  8.                         echo "                                </div>
  9.                             </div>
  10.                         ";
  11.                     } else {
in vendor/twig/twig/src/Template.php -> block_body (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         <div style=\"clear: both\"></div>
  2.         <div class=\"bbpp\"></div>
  3.     </div>-->
  4.         ";
  5.         // line 185
  6.         $this->displayBlock('body'$context$blocks);
  7.         // line 186
  8.         echo "
  9.         ";
  10.         // line 187
  11.         $this->displayBlock('footer'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         // line 110
  2.         if (array_key_exists("container"$context)) {
  3.         }
  4.         // line 1
  5.         $this->parent $this->loadTemplate("widjets/base.html.twig""widjets/layout.html.twig"1);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  9.         
  10.