Error message

  • Warning: bulk_taxonomy_update_views_pre_view(): Argument #2 ($display_id) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 409 of core/lib/Drupal/Core/Extension/ModuleHandler.php).
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642)
    Drupal\views\ViewExecutable->executeDisplay('page_month', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__416099_4EQgNB6syizGXOTS8hYfmD2ZA', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__4160994415ed5296790a4bad07428e90 */
    class __TwigTemplate_7bd68f381acb6d6316a88eb493422218 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["arguments"] ?? null), "field_event_date_value_year_month", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["arguments"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__4160994415ed5296790a4bad07428e90";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__4160994415ed5296790a4bad07428e90", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this->source
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__416099_4EQgNB6syizGXOTS8hYfmD2ZA', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__4160994415ed5296790a4bad07428e90 */
    class __TwigTemplate_7bd68f381acb6d6316a88eb493422218 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["arguments"] ?? null), "field_event_date_value_year_month", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["arguments"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__4160994415ed5296790a4bad07428e90";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__4160994415ed5296790a4bad07428e90", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this->source
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_7bd68f381acb6d6316a88eb493422218', '__string_template__4160994415ed5296790a4bad07428e90') (Line: 425)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ arguments.field_event_date_value_year_month }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ arguments.field_event_date_value_year_month }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ arguments.field_event_date_value_year_month }}', Array) (Line: 245)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ arguments.field_event_date_value_year_month }}', 0) (Line: 111)
    Drupal\views\Plugin\views\area\TokenizeAreaPluginBase->tokenizeValue('{{ arguments.field_event_date_value_year_month }}') (Line: 94)
    Drupal\calendar\Plugin\views\area\CalendarHeader->renderTextField('{{ arguments.field_event_date_value_year_month }}') (Line: 60)
    Drupal\calendar\Plugin\views\area\CalendarHeader->render(1) (Line: 2286)
    Drupal\views\Plugin\views\display\DisplayPluginBase->renderArea('header', 1) (Line: 2231)
    Drupal\views\Plugin\views\display\DisplayPluginBase->elementPreRender(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view.html.twig_exeHJsp465fpMNxuMEmYBROyS', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/views/views-view.html.twig */
    class __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 35
            yield "
    ";
            // line 37
            $context["classes"] = ["view", ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 39
    ($context["id"] ?? null), 39, $this->source))), ("view-id-" . $this->sandbox->ensureToStringAllowed(        // line 40
    ($context["id"] ?? null), 40, $this->source)), ("view-display-id-" . $this->sandbox->ensureToStringAllowed(        // line 41
    ($context["display_id"] ?? null), 41, $this->source)), ((        // line 42
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 42, $this->source))) : (""))];
            // line 45
            yield "
    ";
            // line 47
            $context["error_classes"] = [(((        // line 48
    ($context["display_id"] ?? null) == "page")) ? ("alert alert-info") : ("")), (((        // line 49
    ($context["display_id"] ?? null) == "page_no_value")) ? ("alert alert-info") : ("")), (((        // line 50
    ($context["display_id"] ?? null) != "page")) ? ("small card__block") : (""))];
            // line 53
            yield "
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true);
            yield ">
      ";
            // line 55
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 55, $this->source), "html", null, true);
            yield "
      ";
            // line 56
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 56, $this->source), "html", null, true);
            yield "
      ";
            // line 57
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 57, $this->source), "html", null, true);
            yield "
    
      ";
            // line 59
            if (($context["header"] ?? null)) {
                // line 60
                yield "    
          ";
                // line 61
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 61, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 64
            yield "
      ";
            // line 65
            if (($context["exposed"] ?? null)) {
                // line 66
                yield "    
          ";
                // line 67
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 67, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 70
            yield "
      ";
            // line 71
            if (($context["attachment_before"] ?? null)) {
                // line 72
                yield "    
          ";
                // line 73
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 73, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 76
            yield "
      ";
            // line 77
            if ( !($context["empty"] ?? null)) {
                // line 78
                yield "    ";
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 78, $this->source), "html", null, true);
                yield "
      ";
            }
            // line 80
            yield "
      ";
            // line 81
            if (($context["empty"] ?? null)) {
                // line 82
                yield "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [($context["error_classes"] ?? null)], "method", false, false, true, 82), 82, $this->source), "html", null, true);
                yield " role=\"alert\">
          ";
                // line 83
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Informative message"));
                yield "
          ";
                // line 84
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 84, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 87
            yield "
      ";
            // line 88
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 88, $this->source), "html", null, true);
            yield "
    
      ";
            // line 90
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 90, $this->source), "html", null, true);
            yield "
      ";
            // line 91
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 91, $this->source), "html", null, true);
            yield "
    
      ";
            // line 93
            if (($context["footer"] ?? null)) {
                // line 94
                yield "    
          ";
                // line 95
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 95, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 98
            yield "
      ";
            // line 99
            if (($context["feed_icons"] ?? null)) {
                // line 100
                yield "    
          ";
                // line 101
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 101, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 104
            yield "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["id", "display_id", "dom_id", "attributes", "title_prefix", "title", "title_suffix", "header", "exposed", "attachment_before", "empty", "rows", "content_attributes", "pager", "attachment_after", "more", "footer", "feed_icons"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/views/views-view.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  189 => 104,  183 => 101,  180 => 100,  178 => 99,  175 => 98,  169 => 95,  166 => 94,  164 => 93,  159 => 91,  155 => 90,  150 => 88,  147 => 87,  141 => 84,  137 => 83,  132 => 82,  130 => 81,  127 => 80,  121 => 78,  119 => 77,  116 => 76,  110 => 73,  107 => 72,  105 => 71,  102 => 70,  96 => 67,  93 => 66,  91 => 65,  88 => 64,  82 => 61,  79 => 60,  77 => 59,  72 => 57,  68 => 56,  64 => 55,  60 => 54,  57 => 53,  55 => 50,  54 => 49,  53 => 48,  52 => 47,  49 => 45,  47 => 42,  46 => 41,  45 => 40,  44 => 39,  43 => 37,  40 => 35,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/views/views-view.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 37, "if" => 59);
            static $filters = array("clean_class" => 39, "escape" => 54, "t" => 83);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape', 't'],
                    [],
                    $this->source
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view.html.twig_exeHJsp465fpMNxuMEmYBROyS', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/views/views-view.html.twig */
    class __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 35
            yield "
    ";
            // line 37
            $context["classes"] = ["view", ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 39
    ($context["id"] ?? null), 39, $this->source))), ("view-id-" . $this->sandbox->ensureToStringAllowed(        // line 40
    ($context["id"] ?? null), 40, $this->source)), ("view-display-id-" . $this->sandbox->ensureToStringAllowed(        // line 41
    ($context["display_id"] ?? null), 41, $this->source)), ((        // line 42
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 42, $this->source))) : (""))];
            // line 45
            yield "
    ";
            // line 47
            $context["error_classes"] = [(((        // line 48
    ($context["display_id"] ?? null) == "page")) ? ("alert alert-info") : ("")), (((        // line 49
    ($context["display_id"] ?? null) == "page_no_value")) ? ("alert alert-info") : ("")), (((        // line 50
    ($context["display_id"] ?? null) != "page")) ? ("small card__block") : (""))];
            // line 53
            yield "
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this->source), "html", null, true);
            yield ">
      ";
            // line 55
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 55, $this->source), "html", null, true);
            yield "
      ";
            // line 56
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 56, $this->source), "html", null, true);
            yield "
      ";
            // line 57
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 57, $this->source), "html", null, true);
            yield "
    
      ";
            // line 59
            if (($context["header"] ?? null)) {
                // line 60
                yield "    
          ";
                // line 61
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 61, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 64
            yield "
      ";
            // line 65
            if (($context["exposed"] ?? null)) {
                // line 66
                yield "    
          ";
                // line 67
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 67, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 70
            yield "
      ";
            // line 71
            if (($context["attachment_before"] ?? null)) {
                // line 72
                yield "    
          ";
                // line 73
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 73, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 76
            yield "
      ";
            // line 77
            if ( !($context["empty"] ?? null)) {
                // line 78
                yield "    ";
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 78, $this->source), "html", null, true);
                yield "
      ";
            }
            // line 80
            yield "
      ";
            // line 81
            if (($context["empty"] ?? null)) {
                // line 82
                yield "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [($context["error_classes"] ?? null)], "method", false, false, true, 82), 82, $this->source), "html", null, true);
                yield " role=\"alert\">
          ";
                // line 83
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Informative message"));
                yield "
          ";
                // line 84
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 84, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 87
            yield "
      ";
            // line 88
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 88, $this->source), "html", null, true);
            yield "
    
      ";
            // line 90
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 90, $this->source), "html", null, true);
            yield "
      ";
            // line 91
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 91, $this->source), "html", null, true);
            yield "
    
      ";
            // line 93
            if (($context["footer"] ?? null)) {
                // line 94
                yield "    
          ";
                // line 95
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 95, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 98
            yield "
      ";
            // line 99
            if (($context["feed_icons"] ?? null)) {
                // line 100
                yield "    
          ";
                // line 101
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 101, $this->source), "html", null, true);
                yield "
        
      ";
            }
            // line 104
            yield "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["id", "display_id", "dom_id", "attributes", "title_prefix", "title", "title_suffix", "header", "exposed", "attachment_before", "empty", "rows", "content_attributes", "pager", "attachment_after", "more", "footer", "feed_icons"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/views/views-view.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  189 => 104,  183 => 101,  180 => 100,  178 => 99,  175 => 98,  169 => 95,  166 => 94,  164 => 93,  159 => 91,  155 => 90,  150 => 88,  147 => 87,  141 => 84,  137 => 83,  132 => 82,  130 => 81,  127 => 80,  121 => 78,  119 => 77,  116 => 76,  110 => 73,  107 => 72,  105 => 71,  102 => 70,  96 => 67,  93 => 66,  91 => 65,  88 => 64,  82 => 61,  79 => 60,  77 => 59,  72 => 57,  68 => 56,  64 => 55,  60 => 54,  57 => 53,  55 => 50,  54 => 49,  53 => 48,  52 => 47,  49 => 45,  47 => 42,  46 => 41,  45 => 40,  44 => 39,  43 => 37,  40 => 35,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/views/views-view.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 37, "if" => 59);
            static $filters = array("clean_class" => 39, "escape" => 54, "t" => 83);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape', 't'],
                    [],
                    $this->source
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe', 'themes/contrib/socialbase/templates/views/views-view.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/views/views-view.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-header.html.twig_bzgYbzHbVIlysSuVtjbkNXWhy', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/calendar/templates/calendar-header.html.twig */
    class __TwigTemplate_c810061dfd5e772f067d58004486503e extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 15
            yield "";
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 15, $this->source), "html", null, true);
            yield "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["title"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/calendar/templates/calendar-header.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 => 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/calendar/templates/calendar-header.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-header.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 15);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this->source
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-header.html.twig_bzgYbzHbVIlysSuVtjbkNXWhy', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/calendar/templates/calendar-header.html.twig */
    class __TwigTemplate_c810061dfd5e772f067d58004486503e extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 15
            yield "";
            yield $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 15, $this->source), "html", null, true);
            yield "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["title"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/calendar/templates/calendar-header.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 => 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/calendar/templates/calendar-header.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-header.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 15);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this->source
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_c810061dfd5e772f067d58004486503e', 'modules/contrib/calendar/templates/calendar-header.html.twig') (Line: 336)
    Twig\Environment->load('modules/contrib/calendar/templates/calendar-header.html.twig') (Line: 39)
    twig_render_template('modules/contrib/calendar/templates/calendar-header.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_header', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-pager.html.twig_yYKkCmVG4CSnURmAjppOEaZO5', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/calendar/templates/calendar-pager.html.twig */
    class __TwigTemplate_a03b920a3d4c29237db3885c39c74134 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 12
            if (((CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 12) || CoreExtension::getAttribute($this->env, $this->source, ($context["items"] ?? null), "next", [], "any", false, false, true, 12)) &&  !($context["exclude"] ?? null))) {
                // line 13
                yield "    
            ";
                // line 14
                yield $this->extensions['Drupal\Core\Template\TwigExtension']->renderVar(t("Pagination"));
                yield "
            <ul>
                ";
                // line 16
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 16)) {
                    // line 17
                    yield "                <li>
                        <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "url", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                    yield "\" title=\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to previous page"));
                    yield "\" rel=\"prev\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "attributes", [], "any", false, false, true, 18), 18, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    yield "&gt;
                            ";
                    // line 19
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", true, true, true, 19)) ? (Twig\Extension\CoreExtension::defaultFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", false, false, true, 19), 19, $this-&gt;source), t("
        
    "))) : (t("
        
    "))), "html", null, true);
                    // line 21
                    yield "
                            ";
                    // line 22
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Previous"));
                    yield "
                        </a>
                    </li>
                ";
                }
                // line 26
                yield "            ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "current", [], "any", false, false, true, 26)) {
                    // line 27
                    yield "                <li>";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "current", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                    yield "</li>
                ";
                }
                // line 29
                yield "            ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 29)) {
                    // line 30
                    yield "                <li>
                        <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "url", [], "any", false, false, true, 31), 31, $this-&gt;source), "html", null, true);
                    yield "\" title=\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to next page"));
                    yield "\" rel=\"next\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "attributes", [], "any", false, false, true, 31), 31, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    yield "&gt;
                            ";
                    // line 32
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Next"));
                    yield "
                            ";
                    // line 33
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", true, true, true, 33)) ? (Twig\Extension\CoreExtension::defaultFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", false, false, true, 33), 33, $this-&gt;source), t("
        
    "))) : (t("
        
    "))), "html", null, true);
                    // line 35
                    yield "
                        </a>
                    </li>
                ";
                }
                // line 39
                yield "        </ul>
        
    ";
            }
            // line 42
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["items", "exclude"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/calendar/templates/calendar-pager.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  123 =&gt; 42,  118 =&gt; 39,  112 =&gt; 35,  106 =&gt; 33,  102 =&gt; 32,  94 =&gt; 31,  91 =&gt; 30,  88 =&gt; 29,  82 =&gt; 27,  79 =&gt; 26,  72 =&gt; 22,  69 =&gt; 21,  63 =&gt; 19,  55 =&gt; 18,  52 =&gt; 17,  50 =&gt; 16,  45 =&gt; 14,  42 =&gt; 13,  40 =&gt; 12,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/calendar/templates/calendar-pager.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-pager.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 12);
            static $filters = array("t" =&gt; 14, "escape" =&gt; 18, "without" =&gt; 18, "default" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['t', 'escape', 'without', 'default'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-pager.html.twig_yYKkCmVG4CSnURmAjppOEaZO5', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/calendar/templates/calendar-pager.html.twig */
    class __TwigTemplate_a03b920a3d4c29237db3885c39c74134 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 12
            if (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 12) || CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 12)) &amp;&amp;  !($context["exclude"] ?? null))) {
                // line 13
                yield "    
            ";
                // line 14
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Pagination"));
                yield "
            <ul>
                ";
                // line 16
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 16)) {
                    // line 17
                    yield "                <li>
                        <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "url", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                    yield "\" title=\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to previous page"));
                    yield "\" rel=\"prev\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18), "attributes", [], "any", false, false, true, 18), 18, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    yield "&gt;
                            ";
                    // line 19
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", true, true, true, 19)) ? (Twig\Extension\CoreExtension::defaultFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 19), "text", [], "any", false, false, true, 19), 19, $this-&gt;source), t("
        
    "))) : (t("
        
    "))), "html", null, true);
                    // line 21
                    yield "
                            ";
                    // line 22
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Previous"));
                    yield "
                        </a>
                    </li>
                ";
                }
                // line 26
                yield "            ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "current", [], "any", false, false, true, 26)) {
                    // line 27
                    yield "                <li>";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "current", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                    yield "</li>
                ";
                }
                // line 29
                yield "            ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 29)) {
                    // line 30
                    yield "                <li>
                        <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "url", [], "any", false, false, true, 31), 31, $this-&gt;source), "html", null, true);
                    yield "\" title=\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to next page"));
                    yield "\" rel=\"next\"";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 31), "attributes", [], "any", false, false, true, 31), 31, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    yield "&gt;
                            ";
                    // line 32
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Next"));
                    yield "
                            ";
                    // line 33
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", true, true, true, 33)) ? (Twig\Extension\CoreExtension::defaultFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 33), "text", [], "any", false, false, true, 33), 33, $this-&gt;source), t("
        
    "))) : (t("
        
    "))), "html", null, true);
                    // line 35
                    yield "
                        </a>
                    </li>
                ";
                }
                // line 39
                yield "        </ul>
        
    ";
            }
            // line 42
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["items", "exclude"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/calendar/templates/calendar-pager.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  123 =&gt; 42,  118 =&gt; 39,  112 =&gt; 35,  106 =&gt; 33,  102 =&gt; 32,  94 =&gt; 31,  91 =&gt; 30,  88 =&gt; 29,  82 =&gt; 27,  79 =&gt; 26,  72 =&gt; 22,  69 =&gt; 21,  63 =&gt; 19,  55 =&gt; 18,  52 =&gt; 17,  50 =&gt; 16,  45 =&gt; 14,  42 =&gt; 13,  40 =&gt; 12,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/calendar/templates/calendar-pager.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-pager.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 12);
            static $filters = array("t" =&gt; 14, "escape" =&gt; 18, "without" =&gt; 18, "default" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['t', 'escape', 'without', 'default'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_a03b920a3d4c29237db3885c39c74134', 'modules/contrib/calendar/templates/calendar-pager.html.twig') (Line: 336)
    Twig\Environment->load('modules/contrib/calendar/templates/calendar-pager.html.twig') (Line: 39)
    twig_render_template('modules/contrib/calendar/templates/calendar-pager.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_pager', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-month.html.twig_TXaAOY4_6olEd430jUnEEd89Q', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calendar-month.html.twig */
    class __TwigTemplate_c2242500920a605d40980f4f2a179e96 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 20
            yield "
    
      
        
          ";
            // line 24
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["day_names"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["cell"]) {
                // line 25
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["cell"], "class", [], "any", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
                yield "\" id=\"";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["cell"], "header_id", [], "any", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
                yield "\"&gt;
              ";
                // line 27
                yield "        
          ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 29
            yield "    
      
      
        ";
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 33
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["row"], "data", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 35
            yield "  
    
    
    
    try {
      // ie hack to make the single day row expand to available space
      if (\$.browser.msie ) {
        var multiday_height = \$('tr.multi-day')[0].clientHeight; // Height of a multi-day row
        \$('tr[iehint]').each(function(index) {
          var iehint = this.getAttribute('iehint');
          // Add height of the multi day rows to the single day row - seems that 80% height works best
          var height = this.clientHeight + (multiday_height * .8 * iehint); 
          this.style.height = height + 'px';
        });
      }
    }catch(e){
      // swallow 
    }
    --&gt;
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["day_names", "rows"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calendar-month.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  82 =&gt; 35,  73 =&gt; 33,  69 =&gt; 32,  64 =&gt; 29,  57 =&gt; 27,  50 =&gt; 25,  46 =&gt; 24,  40 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calendar-month.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-month.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 24);
            static $filters = array("escape" =&gt; 25);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-month.html.twig_TXaAOY4_6olEd430jUnEEd89Q', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calendar-month.html.twig */
    class __TwigTemplate_c2242500920a605d40980f4f2a179e96 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 20
            yield "
    
      
        
          ";
            // line 24
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["day_names"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["cell"]) {
                // line 25
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["cell"], "class", [], "any", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
                yield "\" id=\"";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["cell"], "header_id", [], "any", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
                yield "\"&gt;
              ";
                // line 27
                yield "        
          ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cell'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 29
            yield "    
      
      
        ";
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 33
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["row"], "data", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 35
            yield "  
    
    
    
    try {
      // ie hack to make the single day row expand to available space
      if (\$.browser.msie ) {
        var multiday_height = \$('tr.multi-day')[0].clientHeight; // Height of a multi-day row
        \$('tr[iehint]').each(function(index) {
          var iehint = this.getAttribute('iehint');
          // Add height of the multi day rows to the single day row - seems that 80% height works best
          var height = this.clientHeight + (multiday_height * .8 * iehint); 
          this.style.height = height + 'px';
        });
      }
    }catch(e){
      // swallow 
    }
    --&gt;
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["day_names", "rows"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calendar-month.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  82 =&gt; 35,  73 =&gt; 33,  69 =&gt; 32,  64 =&gt; 29,  57 =&gt; 27,  50 =&gt; 25,  46 =&gt; 24,  40 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calendar-month.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-month.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 24);
            static $filters = array("escape" =&gt; 25);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_c2242500920a605d40980f4f2a179e96', 'themes/custom/greenforum_main/templates/calendar-month.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/calendar-month.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-month-row.html.t_OYcuzB5OpIZJBQikIApm-NWQf', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig */
    class __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 14
            yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["class"] ?? null), 14, $this-&gt;source), "html", null, true);
            yield "\" iehint=\"";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["iehint"] ?? null), 14, $this-&gt;source), "html", null, true);
            yield "\"&gt;
      ";
            // line 15
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner"] ?? null), 15, $this-&gt;source), "html", null, true);
            yield "
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["class", "iehint", "inner"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  47 =&gt; 15,  40 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 14);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-month-row.html.t_OYcuzB5OpIZJBQikIApm-NWQf', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig */
    class __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 14
            yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["class"] ?? null), 14, $this-&gt;source), "html", null, true);
            yield "\" iehint=\"";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["iehint"] ?? null), 14, $this-&gt;source), "html", null, true);
            yield "\"&gt;
      ";
            // line 15
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner"] ?? null), 15, $this-&gt;source), "html", null, true);
            yield "
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["class", "iehint", "inner"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  47 =&gt; 15,  40 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 14);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a', 'themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
    __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-month-col.html.t_ea4AvAoxhwBj04LtppUPMiPyA', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig */
    class __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 12
            yield "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "id", [], "any", false, false, true, 14), 14, $this-&gt;source), "html", null, true);
            yield "\"
      date-date=\"";
            // line 15
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "date", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
            yield "\"
      data-day-of-month=\"";
            // line 16
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "day_of_month", [], "any", false, false, true, 16), 16, $this-&gt;source), "html", null, true);
            yield "\"
      headers=\"";
            // line 17
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "header_id", [], "any", false, false, true, 17), 17, $this-&gt;source), "html", null, true);
            yield "\"
      class=\"";
            // line 18
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "class", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
            yield "\"
      colspan=\"";
            // line 19
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "colspan", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
            yield "\"
      rowspan=\"";
            // line 20
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "rowspan", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
            yield "\"&gt;
      
         ";
            // line 22
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "entry", [], "any", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
            yield "
      
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["item"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  73 =&gt; 22,  68 =&gt; 20,  64 =&gt; 19,  60 =&gt; 18,  56 =&gt; 17,  52 =&gt; 16,  48 =&gt; 15,  44 =&gt; 14,  40 =&gt; 12,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 14);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-month-col.html.t_ea4AvAoxhwBj04LtppUPMiPyA', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig */
    class __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 12
            yield "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "id", [], "any", false, false, true, 14), 14, $this-&gt;source), "html", null, true);
            yield "\"
      date-date=\"";
            // line 15
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "date", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
            yield "\"
      data-day-of-month=\"";
            // line 16
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "day_of_month", [], "any", false, false, true, 16), 16, $this-&gt;source), "html", null, true);
            yield "\"
      headers=\"";
            // line 17
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "header_id", [], "any", false, false, true, 17), 17, $this-&gt;source), "html", null, true);
            yield "\"
      class=\"";
            // line 18
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "class", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
            yield "\"
      colspan=\"";
            // line 19
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "colspan", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
            yield "\"
      rowspan=\"";
            // line 20
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "rowspan", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
            yield "\"&gt;
      
         ";
            // line 22
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["item"] ?? null), "entry", [], "any", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
            yield "
      
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["item"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  73 =&gt; 22,  68 =&gt; 20,  64 =&gt; 19,  60 =&gt; 18,  56 =&gt; 17,  52 =&gt; 16,  48 =&gt; 15,  44 =&gt; 14,  40 =&gt; 12,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 14);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c', 'themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_col', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
    __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
    __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-datebox.html.twi_K7LoMjg5KlJGb_4SHmoecr0Rb', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calendar-datebox.html.twig */
    class __TwigTemplate_7053d34728074394ed9bbb452cef7289 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            $context["site_url"] = (($__internal_compile_0 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null);
            // line 22
            $context["url_part"] = Twig\Extension\CoreExtension::splitFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_url"] ?? null), 22, $this-&gt;source), "/");
            // line 23
            yield "  
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["granularity"] ?? null), 24, $this-&gt;source), "html", null, true);
            yield " ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["class"] ?? null), 24, $this-&gt;source), "html", null, true);
            yield "\"&gt;
      ";
            // line 25
            if ( !Twig\Extension\CoreExtension::testEmpty(($context["selected"] ?? null))) {
                // line 26
                yield "    ";
                if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["url_part"] ?? null), 5, [], "array", true, true, true, 26) &amp;&amp; ((($__internal_compile_1 = ($context["url_part"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[5] ?? null) : null) != ""))) {
                    // line 27
                    yield "      ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["day"] ?? null), 27, $this-&gt;source), (($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_url"] ?? null), 27, $this-&gt;source) . "/") . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["date"] ?? null), 27, $this-&gt;source)), ["class" =&gt; ["my-event-class"]]), "html", null, true);
                    yield "
        ";
                } else {
                    // line 29
                    yield "      ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["day"] ?? null), 29, $this-&gt;source), (($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_url"] ?? null), 29, $this-&gt;source) . "/") . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["date"] ?? null), 29, $this-&gt;source)), ["class" =&gt; ["cal-event-date"]]), "html", null, true);
                    yield "
        ";
                }
                // line 31
                yield "  ";
            } else {
                // line 32
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["day"] ?? null), 32, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 34
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["granularity", "class", "selected", "day", "date"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calendar-datebox.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  79 =&gt; 34,  73 =&gt; 32,  70 =&gt; 31,  64 =&gt; 29,  58 =&gt; 27,  55 =&gt; 26,  53 =&gt; 25,  47 =&gt; 24,  44 =&gt; 23,  42 =&gt; 22,  40 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calendar-datebox.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-datebox.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 21, "if" =&gt; 25);
            static $filters = array("split" =&gt; 22, "escape" =&gt; 24);
            static $functions = array("url" =&gt; 21, "link" =&gt; 27);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['split', 'escape'],
                    ['url', 'link'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-datebox.html.twi_K7LoMjg5KlJGb_4SHmoecr0Rb', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/calendar-datebox.html.twig */
    class __TwigTemplate_7053d34728074394ed9bbb452cef7289 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            $context["site_url"] = (($__internal_compile_0 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null);
            // line 22
            $context["url_part"] = Twig\Extension\CoreExtension::splitFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_url"] ?? null), 22, $this-&gt;source), "/");
            // line 23
            yield "  
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["granularity"] ?? null), 24, $this-&gt;source), "html", null, true);
            yield " ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["class"] ?? null), 24, $this-&gt;source), "html", null, true);
            yield "\"&gt;
      ";
            // line 25
            if ( !Twig\Extension\CoreExtension::testEmpty(($context["selected"] ?? null))) {
                // line 26
                yield "    ";
                if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["url_part"] ?? null), 5, [], "array", true, true, true, 26) &amp;&amp; ((($__internal_compile_1 = ($context["url_part"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[5] ?? null) : null) != ""))) {
                    // line 27
                    yield "      ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["day"] ?? null), 27, $this-&gt;source), (($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_url"] ?? null), 27, $this-&gt;source) . "/") . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["date"] ?? null), 27, $this-&gt;source)), ["class" =&gt; ["my-event-class"]]), "html", null, true);
                    yield "
        ";
                } else {
                    // line 29
                    yield "      ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["day"] ?? null), 29, $this-&gt;source), (($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_url"] ?? null), 29, $this-&gt;source) . "/") . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["date"] ?? null), 29, $this-&gt;source)), ["class" =&gt; ["cal-event-date"]]), "html", null, true);
                    yield "
        ";
                }
                // line 31
                yield "  ";
            } else {
                // line 32
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["day"] ?? null), 32, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 34
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["granularity", "class", "selected", "day", "date"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/calendar-datebox.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  79 =&gt; 34,  73 =&gt; 32,  70 =&gt; 31,  64 =&gt; 29,  58 =&gt; 27,  55 =&gt; 26,  53 =&gt; 25,  47 =&gt; 24,  44 =&gt; 23,  42 =&gt; 22,  40 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/calendar-datebox.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/calendar-datebox.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 21, "if" =&gt; 25);
            static $filters = array("split" =&gt; 22, "escape" =&gt; 24);
            static $functions = array("url" =&gt; 21, "link" =&gt; 27);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['split', 'escape'],
                    ['url', 'link'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_7053d34728074394ed9bbb452cef7289', 'themes/custom/greenforum_main/templates/calendar-datebox.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/calendar-datebox.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calendar-datebox.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_datebox', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73)
    __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_col', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
    __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
    __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_calendar-empty-day.html.t_c7_t4saf4JJKSW6iAV-nFO8Hk', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/calendar/templates/calendar-empty-day.html.twig */
    class __TwigTemplate_5ee036b47750a54fa7f4c06b03358330 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 13
            if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["view"] ?? null), "dateInfo", [], "any", false, false, true, 13), "calendarType", [], "any", false, false, true, 13) != "day")) {
                // line 14
                yield "  &nbsp;
    ";
            } else {
                // line 16
                yield "  ";
                echo t("Empty day", array());
                yield "
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["view"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/calendar/templates/calendar-empty-day.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  46 =&gt; 16,  42 =&gt; 14,  40 =&gt; 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/calendar/templates/calendar-empty-day.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-empty-day.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 13, "trans" =&gt; 16);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    [],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_calendar-empty-day.html.t_c7_t4saf4JJKSW6iAV-nFO8Hk', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/calendar/templates/calendar-empty-day.html.twig */
    class __TwigTemplate_5ee036b47750a54fa7f4c06b03358330 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 13
            if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["view"] ?? null), "dateInfo", [], "any", false, false, true, 13), "calendarType", [], "any", false, false, true, 13) != "day")) {
                // line 14
                yield "  &nbsp;
    ";
            } else {
                // line 16
                yield "  ";
                echo t("Empty day", array());
                yield "
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["view"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/calendar/templates/calendar-empty-day.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  46 =&gt; 16,  42 =&gt; 14,  40 =&gt; 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/calendar/templates/calendar-empty-day.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/calendar/templates/calendar-empty-day.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 13, "trans" =&gt; 16);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    [],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_5ee036b47750a54fa7f4c06b03358330', 'modules/contrib/calendar/templates/calendar-empty-day.html.twig') (Line: 336)
    Twig\Environment->load('modules/contrib/calendar/templates/calendar-empty-day.html.twig') (Line: 39)
    twig_render_template('modules/contrib/calendar/templates/calendar-empty-day.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_empty_day', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73)
    __TwigTemplate_c19e4d1e9e6f555da468864bd9300f1c->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-col.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_col', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
    __TwigTemplate_78cb5cad3510c4713a6af10b34b8d98a->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calender/calendar-month-row.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month_row', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
    __TwigTemplate_c2242500920a605d40980f4f2a179e96->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/calendar-month.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('calendar_month', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_container.html.twig_z6NaR20e6FoqHJv-pMYLzMA6W', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/system/container.html.twig */
    class __TwigTemplate_725752fa19501be1f3a416bad9121c1e extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield "
    ";
            // line 21
            yield "
    ";
            // line 23
            $context["classes"] = [(( !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 24
    ($context["attributes"] ?? null), "hasClass", ["toolbar-menu-administration"], "method", false, false, true, 24)) ? ("form-group") : ("")), ((        // line 25
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper form-wrapper") : ("")), ((        // line 26
    ($context["exposed_form"] ?? null)) ? ("views-exposed-form__actions") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 27
    ($context["attributes"] ?? null), "hasClass", ["field--name-field-comment-body"], "method", false, false, true, 27)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 28
    ($context["attributes"] ?? null), "hasClass", ["field--name-message"], "method", false, false, true, 28)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 29
    ($context["attributes"] ?? null), "hasClass", ["more-link"], "method", false, false, true, 29)) ? ("btn btn-flat") : (""))];
            // line 32
            if (($context["bare"] ?? null)) {
                // line 33
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 33, $this-&gt;source), "html", null, true);
                yield "
    ";
            } else {
                // line 35
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                yield "&gt;
       ";
                // line 36
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 36, $this-&gt;source), "html", null, true);
                yield "
      
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["attributes", "has_parent", "exposed_form", "bare", "children"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/system/container.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  67 =&gt; 36,  62 =&gt; 35,  56 =&gt; 33,  54 =&gt; 32,  52 =&gt; 29,  51 =&gt; 28,  50 =&gt; 27,  49 =&gt; 26,  48 =&gt; 25,  47 =&gt; 24,  46 =&gt; 23,  43 =&gt; 21,  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/system/container.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23, "if" =&gt; 32);
            static $filters = array("escape" =&gt; 33);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_container.html.twig_z6NaR20e6FoqHJv-pMYLzMA6W', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/system/container.html.twig */
    class __TwigTemplate_725752fa19501be1f3a416bad9121c1e extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield "
    ";
            // line 21
            yield "
    ";
            // line 23
            $context["classes"] = [(( !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 24
    ($context["attributes"] ?? null), "hasClass", ["toolbar-menu-administration"], "method", false, false, true, 24)) ? ("form-group") : ("")), ((        // line 25
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper form-wrapper") : ("")), ((        // line 26
    ($context["exposed_form"] ?? null)) ? ("views-exposed-form__actions") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 27
    ($context["attributes"] ?? null), "hasClass", ["field--name-field-comment-body"], "method", false, false, true, 27)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 28
    ($context["attributes"] ?? null), "hasClass", ["field--name-message"], "method", false, false, true, 28)) ? ("media-body") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 29
    ($context["attributes"] ?? null), "hasClass", ["more-link"], "method", false, false, true, 29)) ? ("btn btn-flat") : (""))];
            // line 32
            if (($context["bare"] ?? null)) {
                // line 33
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 33, $this-&gt;source), "html", null, true);
                yield "
    ";
            } else {
                // line 35
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                yield "&gt;
       ";
                // line 36
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 36, $this-&gt;source), "html", null, true);
                yield "
      
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["attributes", "has_parent", "exposed_form", "bare", "children"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/system/container.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  67 =&gt; 36,  62 =&gt; 35,  56 =&gt; 33,  54 =&gt; 32,  52 =&gt; 29,  51 =&gt; 28,  50 =&gt; 27,  49 =&gt; 26,  48 =&gt; 25,  47 =&gt; 24,  46 =&gt; 23,  43 =&gt; 21,  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/system/container.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23, "if" =&gt; 32);
            static $filters = array("escape" =&gt; 33);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_725752fa19501be1f3a416bad9121c1e', 'themes/contrib/socialbase/templates/system/container.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/system/container.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/system/container.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 231)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: bulk_taxonomy_update_views_pre_view(): Argument #2 ($display_id) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 409 of core/lib/Drupal/Core/Extension/ModuleHandler.php).
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701)
    Drupal\views\ViewExecutable->preExecute() (Line: 42)
    metatag_views_get_view_tags(Object, 'page_month', Array) (Line: 87)
    metatag_views_metatags_alter(Array, Array, NULL) (Line: 545)
    Drupal\Core\Extension\ModuleHandler->alter('metatags', Array, Array) (Line: 517)
    metatag_get_tags_from_route() (Line: 130)
    metatag_page_attachments(Array) (Line: 311)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'metatag') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 308)
    Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 285)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 284)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: Attempt to read property "field_archive" on null in greenforum_main_preprocess_html() (line 1013 of themes/custom/greenforum_main/greenforum_main.theme).
    greenforum_main_preprocess_html(Array, 'html', Array)
    call_user_func_array('greenforum_main_preprocess_html', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: Attempt to read property "value" on null in greenforum_main_preprocess_html() (line 1013 of themes/custom/greenforum_main/greenforum_main.theme).
    greenforum_main_preprocess_html(Array, 'html', Array)
    call_user_func_array('greenforum_main_preprocess_html', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_html.html.twig_8ZVf0USANv9iYJcwVDSBtZGaE', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/system/html.html.twig */
    class __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'custom_css' =&gt; [$this, 'block_custom_css'],
                'svg_icons' =&gt; [$this, 'block_svg_icons'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 27
            $context["body_classes"] = [((        // line 28
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), (( !        // line 29
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 29, $this-&gt;source))))), ((        // line 30
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 30, $this-&gt;source)))) : ("")), ((        // line 31
    ($context["node_edit"] ?? null)) ? ("page-node-edit") : (""))];
            // line 34
            yield "
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 36, $this-&gt;source), "html", null, true);
            yield "&gt;
      
        
        
        
        
    \t
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 43, $this-&gt;source));
            yield "\"&gt;
        ";
            // line 44
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 44, $this-&gt;source), " | "));
            yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this-&gt;source));
            yield "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 46, $this-&gt;source));
            yield "\"&gt;
        ";
            // line 47
            yield from $this-&gt;unwrap()-&gt;yieldBlock('custom_css', $context, $blocks);
            // line 48
            yield "  
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["body_classes"] ?? null)], "method", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
            yield "&gt;
        <a>
          ";
            // line 51
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            yield "
        </a>
        ";
            // line 53
            if (($context["is_front"] ?? null)) {
                // line 54
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 54, $this-&gt;source), " | "));
                yield "
        ";
            }
            // line 56
            yield "    ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 56, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 57
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 57, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 58
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 58, $this-&gt;source), "html", null, true);
            yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 59, $this-&gt;source));
            yield "\"&gt;
        ";
            // line 60
            yield from $this-&gt;unwrap()-&gt;yieldBlock('svg_icons', $context, $blocks);
            // line 63
            yield "  
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["logged_in", "root_path", "node_type", "node_edit", "html_attributes", "placeholder_token", "head_title", "attributes", "is_front", "page_top", "page", "page_bottom", "svg_icons"]);        return; yield '';
        }
    
        // line 47
        public function block_custom_css($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            yield " ";
            return; yield '';
        }
    
        // line 60
        public function block_svg_icons($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 61
            yield "      ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["svg_icons"] ?? null), 61, $this-&gt;source));
            yield "
        ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/system/html.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  140 =&gt; 61,  136 =&gt; 60,  128 =&gt; 47,  120 =&gt; 63,  118 =&gt; 60,  114 =&gt; 59,  110 =&gt; 58,  106 =&gt; 57,  101 =&gt; 56,  95 =&gt; 54,  93 =&gt; 53,  88 =&gt; 51,  83 =&gt; 49,  80 =&gt; 48,  78 =&gt; 47,  74 =&gt; 46,  70 =&gt; 45,  66 =&gt; 44,  62 =&gt; 43,  52 =&gt; 36,  48 =&gt; 34,  46 =&gt; 31,  45 =&gt; 30,  44 =&gt; 29,  43 =&gt; 28,  42 =&gt; 27,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/system/html.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/system/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 27, "block" =&gt; 47, "if" =&gt; 53);
            static $filters = array("clean_class" =&gt; 29, "escape" =&gt; 36, "raw" =&gt; 43, "safe_join" =&gt; 44, "t" =&gt; 51);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'block', 'if'],
                    ['clean_class', 'escape', 'raw', 'safe_join', 't'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_html.html.twig_8ZVf0USANv9iYJcwVDSBtZGaE', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/system/html.html.twig */
    class __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'custom_css' =&gt; [$this, 'block_custom_css'],
                'svg_icons' =&gt; [$this, 'block_svg_icons'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 27
            $context["body_classes"] = [((        // line 28
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), (( !        // line 29
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 29, $this-&gt;source))))), ((        // line 30
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 30, $this-&gt;source)))) : ("")), ((        // line 31
    ($context["node_edit"] ?? null)) ? ("page-node-edit") : (""))];
            // line 34
            yield "
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 36, $this-&gt;source), "html", null, true);
            yield "&gt;
      
        
        
        
        
    \t
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 43, $this-&gt;source));
            yield "\"&gt;
        ";
            // line 44
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 44, $this-&gt;source), " | "));
            yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this-&gt;source));
            yield "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 46, $this-&gt;source));
            yield "\"&gt;
        ";
            // line 47
            yield from $this-&gt;unwrap()-&gt;yieldBlock('custom_css', $context, $blocks);
            // line 48
            yield "  
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["body_classes"] ?? null)], "method", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
            yield "&gt;
        <a>
          ";
            // line 51
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            yield "
        </a>
        ";
            // line 53
            if (($context["is_front"] ?? null)) {
                // line 54
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 54, $this-&gt;source), " | "));
                yield "
        ";
            }
            // line 56
            yield "    ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 56, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 57
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 57, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 58
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 58, $this-&gt;source), "html", null, true);
            yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 59, $this-&gt;source));
            yield "\"&gt;
        ";
            // line 60
            yield from $this-&gt;unwrap()-&gt;yieldBlock('svg_icons', $context, $blocks);
            // line 63
            yield "  
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["logged_in", "root_path", "node_type", "node_edit", "html_attributes", "placeholder_token", "head_title", "attributes", "is_front", "page_top", "page", "page_bottom", "svg_icons"]);        return; yield '';
        }
    
        // line 47
        public function block_custom_css($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            yield " ";
            return; yield '';
        }
    
        // line 60
        public function block_svg_icons($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 61
            yield "      ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["svg_icons"] ?? null), 61, $this-&gt;source));
            yield "
        ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/system/html.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  140 =&gt; 61,  136 =&gt; 60,  128 =&gt; 47,  120 =&gt; 63,  118 =&gt; 60,  114 =&gt; 59,  110 =&gt; 58,  106 =&gt; 57,  101 =&gt; 56,  95 =&gt; 54,  93 =&gt; 53,  88 =&gt; 51,  83 =&gt; 49,  80 =&gt; 48,  78 =&gt; 47,  74 =&gt; 46,  70 =&gt; 45,  66 =&gt; 44,  62 =&gt; 43,  52 =&gt; 36,  48 =&gt; 34,  46 =&gt; 31,  45 =&gt; 30,  44 =&gt; 29,  43 =&gt; 28,  42 =&gt; 27,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/system/html.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/system/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 27, "block" =&gt; 47, "if" =&gt; 53);
            static $filters = array("clean_class" =&gt; 29, "escape" =&gt; 36, "raw" =&gt; 43, "safe_join" =&gt; 44, "t" =&gt; 51);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'block', 'if'],
                    ['clean_class', 'escape', 'raw', 'safe_join', 't'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee', 'themes/custom/greenforum_main/templates/system/html.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/system/html.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_page.html.twig_FuovR9nh-YunwWD7rr-7ZwC2S', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/layout/page.html.twig */
    class __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'sidebar_first' =&gt; [$this, 'block_sidebar_first'],
                'content' =&gt; [$this, 'block_content'],
                'sidebar_second' =&gt; [$this, 'block_sidebar_second'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 46
            $context["nav_classes"] = ((("navbar navbar-expand-lg" . (((        // line 47
    ($context["b5_navbar_schema"] ?? null) != "none")) ? ((" navbar-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_navbar_schema"] ?? null), 47, $this-&gt;source))) : (" "))) . (((        // line 48
    ($context["b5_navbar_schema"] ?? null) != "none")) ? ((((($context["b5_navbar_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . (((        // line 49
    ($context["b5_navbar_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_navbar_bg_schema"] ?? null), 49, $this-&gt;source))) : (" ")));
            // line 51
            yield "
    ";
            // line 53
            $context["footer_classes"] = (((" " . (((        // line 54
    ($context["b5_footer_schema"] ?? null) != "none")) ? ((" footer-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_footer_schema"] ?? null), 54, $this-&gt;source))) : (" "))) . (((        // line 55
    ($context["b5_footer_schema"] ?? null) != "none")) ? ((((($context["b5_footer_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . (((        // line 56
    ($context["b5_footer_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_footer_bg_schema"] ?? null), 56, $this-&gt;source))) : (" ")));
            // line 58
            yield "
    ";
            // line 59
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 59)) {
                // line 60
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 60), 60, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            // line 62
            yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nav_classes"] ?? null), 63, $this-&gt;source), "html", null, true);
            yield "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_top_container"] ?? null), 64, $this-&gt;source), "html", null, true);
            yield " d-flex \"&gt;
    
            
              
            
    
            
              
                ";
            // line 74
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 74)) {
                yield " 
    \t\t          ";
                // line 75
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
                yield "
    \t          ";
            }
            // line 77
            yield "          
              
                ";
            // line 79
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 79)) {
                yield " 
                  ";
                // line 80
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                yield "
                ";
            }
            // line 82
            yield "          
              
                ";
            // line 84
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 84)) {
                yield " 
                  ";
                // line 85
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 85), 85, $this-&gt;source), "html", null, true);
                yield "
                ";
            }
            // line 87
            yield "          
            
        
      
    
    
    
      <a></a>";
            // line 95
            yield "
      ";
            // line 97
            $context["sidebar_first_classes"] = (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 97) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 97))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3"));
            // line 99
            yield "
      ";
            // line 101
            $context["sidebar_second_classes"] = (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 101) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 101))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3"));
            // line 103
            yield "
      ";
            // line 105
            $context["content_classes"] = (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-6") : ((((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) || CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-9") : ("col-12"))));
            // line 107
            yield "
      ";
            // line 108
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 108)) {
                // line 109
                yield "\t   
    \t\t\t";
                // line 110
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 110), 110, $this-&gt;source), "html", null, true);
                yield " 
    \t   
    \t";
            }
            // line 112
            yield "\t
      
      ";
            // line 114
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 114)) {
                // line 115
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 115), 115, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 117
            yield "
      ";
            // line 118
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 118)) {
                // line 119
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 119), 119, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 121
            yield "
      ";
            // line 122
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 122)) {
                // line 123
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 123), 123, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 124
            yield " 
    
      ";
            // line 126
            if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "title", [], "any", false, false, true, 126) &amp;&amp; ($context["display_page_title"] ?? null))) {
                // line 127
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "title", [], "any", false, false, true, 127), 127, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 129
            yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_top_container"] ?? null), 130, $this-&gt;source), "html", null, true);
            yield "\"&gt;
        ";
            // line 131
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 131)) {
                // line 132
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 132), 132, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            // line 134
            yield "    
          ";
            // line 135
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 135)) {
                // line 136
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 136, $this-&gt;source), "html", null, true);
                yield " sidebar left-sidebar\"&gt;
              ";
                // line 137
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
                yield "
            
          ";
            }
            // line 140
            yield "
          ";
            // line 141
            if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 141) || CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 141))) {
                // line 142
                yield "        
              ";
                // line 143
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 143)) {
                    // line 144
                    yield "            ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 144), 144, $this-&gt;source), "html", null, true);
                    yield "
              ";
                }
                // line 146
                yield "          ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 146)) {
                    // line 147
                    yield "            ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 147), 147, $this-&gt;source), "html", null, true);
                    yield "
              ";
                }
                // line 149
                yield "        
          ";
            }
            // line 151
            yield "
          ";
            // line 153
            yield "      ";
            if (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 153) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 153)) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 153))) {
                // line 154
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 154, $this-&gt;source), "html", null, true);
                yield "\"&gt;
              ";
                // line 155
                yield from $this-&gt;unwrap()-&gt;yieldBlock('sidebar_first', $context, $blocks);
                // line 158
                yield "        
          ";
            }
            // line 160
            yield "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content_classes"] ?? null), 161, $this-&gt;source), "html", null, true);
            yield "\"&gt;
            ";
            // line 162
            yield from $this-&gt;unwrap()-&gt;yieldBlock('content', $context, $blocks);
            // line 165
            yield "      
    
          ";
            // line 168
            yield "      ";
            if (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 168) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 168)) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 168))) {
                // line 169
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 169, $this-&gt;source), "html", null, true);
                yield "\"&gt;
              ";
                // line 170
                yield from $this-&gt;unwrap()-&gt;yieldBlock('sidebar_second', $context, $blocks);
                // line 173
                yield "        
          ";
            }
            // line 175
            yield "
          ";
            // line 176
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 176)) {
                // line 177
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 177, $this-&gt;source), "html", null, true);
                yield " sidebar right-sidebar\"&gt;
              ";
                // line 178
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 178), 178, $this-&gt;source), "html", null, true);
                yield "
            
          ";
            }
            // line 181
            yield "    
      
    
      ";
            // line 184
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 184)) {
                // line 185
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 185), 185, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 187
            yield "
    
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer_classes"] ?? null), 190, $this-&gt;source), "html", null, true);
            yield " footers\"&gt;
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_top_container"] ?? null), 191, $this-&gt;source), "html", null, true);
            yield "\"&gt;
        ";
            // line 192
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 192)) {
                // line 193
                yield "      
            
              ";
                // line 195
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 195), 195, $this-&gt;source), "html", null, true);
                yield "
              ";
                // line 196
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 196)) {
                    // line 197
                    yield "            
                  ";
                    // line 198
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 198), 198, $this-&gt;source), "html", null, true);
                    yield "
                
              ";
                }
                // line 201
                yield "          ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 201)) {
                    // line 202
                    yield "            
                  ";
                    // line 203
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 203), 203, $this-&gt;source), "html", null, true);
                    yield "
                
              ";
                }
                // line 206
                yield "        
          
          ";
            }
            // line 209
            yield "  
    
    ";
            // line 211
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 211)) {
                // line 212
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 212), 212, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["b5_navbar_schema", "b5_navbar_bg_schema", "b5_footer_schema", "b5_footer_bg_schema", "page", "b5_top_container", "display_page_title"]);        return; yield '';
        }
    
        // line 155
        public function block_sidebar_first($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 156
            yield "            ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 156), 156, $this-&gt;source), "html", null, true);
            yield "
              ";
            return; yield '';
        }
    
        // line 162
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 163
            yield "          ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 163), 163, $this-&gt;source), "html", null, true);
            yield "
            ";
            return; yield '';
        }
    
        // line 170
        public function block_sidebar_second($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 171
            yield "            ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 171), 171, $this-&gt;source), "html", null, true);
            yield "
              ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/layout/page.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  434 =&gt; 171,  430 =&gt; 170,  422 =&gt; 163,  418 =&gt; 162,  410 =&gt; 156,  406 =&gt; 155,  396 =&gt; 212,  394 =&gt; 211,  390 =&gt; 209,  385 =&gt; 206,  379 =&gt; 203,  376 =&gt; 202,  373 =&gt; 201,  367 =&gt; 198,  364 =&gt; 197,  362 =&gt; 196,  358 =&gt; 195,  354 =&gt; 193,  352 =&gt; 192,  348 =&gt; 191,  344 =&gt; 190,  339 =&gt; 187,  333 =&gt; 185,  331 =&gt; 184,  326 =&gt; 181,  320 =&gt; 178,  315 =&gt; 177,  313 =&gt; 176,  310 =&gt; 175,  306 =&gt; 173,  304 =&gt; 170,  299 =&gt; 169,  296 =&gt; 168,  292 =&gt; 165,  290 =&gt; 162,  286 =&gt; 161,  283 =&gt; 160,  279 =&gt; 158,  277 =&gt; 155,  272 =&gt; 154,  269 =&gt; 153,  266 =&gt; 151,  262 =&gt; 149,  256 =&gt; 147,  253 =&gt; 146,  247 =&gt; 144,  245 =&gt; 143,  242 =&gt; 142,  240 =&gt; 141,  237 =&gt; 140,  231 =&gt; 137,  226 =&gt; 136,  224 =&gt; 135,  221 =&gt; 134,  215 =&gt; 132,  213 =&gt; 131,  209 =&gt; 130,  206 =&gt; 129,  200 =&gt; 127,  198 =&gt; 126,  194 =&gt; 124,  188 =&gt; 123,  186 =&gt; 122,  183 =&gt; 121,  177 =&gt; 119,  175 =&gt; 118,  172 =&gt; 117,  166 =&gt; 115,  164 =&gt; 114,  160 =&gt; 112,  154 =&gt; 110,  151 =&gt; 109,  149 =&gt; 108,  146 =&gt; 107,  144 =&gt; 105,  141 =&gt; 103,  139 =&gt; 101,  136 =&gt; 99,  134 =&gt; 97,  131 =&gt; 95,  122 =&gt; 87,  117 =&gt; 85,  113 =&gt; 84,  109 =&gt; 82,  104 =&gt; 80,  100 =&gt; 79,  96 =&gt; 77,  91 =&gt; 75,  87 =&gt; 74,  74 =&gt; 64,  70 =&gt; 63,  67 =&gt; 62,  61 =&gt; 60,  59 =&gt; 59,  56 =&gt; 58,  54 =&gt; 56,  53 =&gt; 55,  52 =&gt; 54,  51 =&gt; 53,  48 =&gt; 51,  46 =&gt; 49,  45 =&gt; 48,  44 =&gt; 47,  43 =&gt; 46,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/layout/page.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/layout/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 46, "if" =&gt; 59, "block" =&gt; 155);
            static $filters = array("escape" =&gt; 60);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_page.html.twig_FuovR9nh-YunwWD7rr-7ZwC2S', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/layout/page.html.twig */
    class __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'sidebar_first' =&gt; [$this, 'block_sidebar_first'],
                'content' =&gt; [$this, 'block_content'],
                'sidebar_second' =&gt; [$this, 'block_sidebar_second'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 46
            $context["nav_classes"] = ((("navbar navbar-expand-lg" . (((        // line 47
    ($context["b5_navbar_schema"] ?? null) != "none")) ? ((" navbar-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_navbar_schema"] ?? null), 47, $this-&gt;source))) : (" "))) . (((        // line 48
    ($context["b5_navbar_schema"] ?? null) != "none")) ? ((((($context["b5_navbar_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . (((        // line 49
    ($context["b5_navbar_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_navbar_bg_schema"] ?? null), 49, $this-&gt;source))) : (" ")));
            // line 51
            yield "
    ";
            // line 53
            $context["footer_classes"] = (((" " . (((        // line 54
    ($context["b5_footer_schema"] ?? null) != "none")) ? ((" footer-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_footer_schema"] ?? null), 54, $this-&gt;source))) : (" "))) . (((        // line 55
    ($context["b5_footer_schema"] ?? null) != "none")) ? ((((($context["b5_footer_schema"] ?? null) == "dark")) ? (" text-light") : (" text-dark"))) : (" "))) . (((        // line 56
    ($context["b5_footer_bg_schema"] ?? null) != "none")) ? ((" bg-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_footer_bg_schema"] ?? null), 56, $this-&gt;source))) : (" ")));
            // line 58
            yield "
    ";
            // line 59
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 59)) {
                // line 60
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 60), 60, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            // line 62
            yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nav_classes"] ?? null), 63, $this-&gt;source), "html", null, true);
            yield "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_top_container"] ?? null), 64, $this-&gt;source), "html", null, true);
            yield " d-flex \"&gt;
    
            
              
            
    
            
              
                ";
            // line 74
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 74)) {
                yield " 
    \t\t          ";
                // line 75
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_top", [], "any", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
                yield "
    \t          ";
            }
            // line 77
            yield "          
              
                ";
            // line 79
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 79)) {
                yield " 
                  ";
                // line 80
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_bottom", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                yield "
                ";
            }
            // line 82
            yield "          
              
                ";
            // line 84
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 84)) {
                yield " 
                  ";
                // line 85
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header_menu_top", [], "any", false, false, true, 85), 85, $this-&gt;source), "html", null, true);
                yield "
                ";
            }
            // line 87
            yield "          
            
        
      
    
    
    
      <a></a>";
            // line 95
            yield "
      ";
            // line 97
            $context["sidebar_first_classes"] = (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 97) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 97))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3"));
            // line 99
            yield "
      ";
            // line 101
            $context["sidebar_second_classes"] = (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 101) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 101))) ? ("col-12 col-sm-6 col-lg-3") : ("col-12 col-lg-3"));
            // line 103
            yield "
      ";
            // line 105
            $context["content_classes"] = (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-6") : ((((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 105) || CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 105))) ? ("col-12 col-lg-9") : ("col-12"))));
            // line 107
            yield "
      ";
            // line 108
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 108)) {
                // line 109
                yield "\t   
    \t\t\t";
                // line 110
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "fullwidth_banner", [], "any", false, false, true, 110), 110, $this-&gt;source), "html", null, true);
                yield " 
    \t   
    \t";
            }
            // line 112
            yield "\t
      
      ";
            // line 114
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 114)) {
                // line 115
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "hero", [], "any", false, false, true, 115), 115, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 117
            yield "
      ";
            // line 118
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 118)) {
                // line 119
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "secondary_navigation", [], "any", false, false, true, 119), 119, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 121
            yield "
      ";
            // line 122
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 122)) {
                // line 123
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_top", [], "any", false, false, true, 123), 123, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 124
            yield " 
    
      ";
            // line 126
            if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "title", [], "any", false, false, true, 126) &amp;&amp; ($context["display_page_title"] ?? null))) {
                // line 127
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "title", [], "any", false, false, true, 127), 127, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 129
            yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_top_container"] ?? null), 130, $this-&gt;source), "html", null, true);
            yield "\"&gt;
        ";
            // line 131
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 131)) {
                // line 132
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 132), 132, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            // line 134
            yield "    
          ";
            // line 135
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 135)) {
                // line 136
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 136, $this-&gt;source), "html", null, true);
                yield " sidebar left-sidebar\"&gt;
              ";
                // line 137
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_left_sidebar", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
                yield "
            
          ";
            }
            // line 140
            yield "
          ";
            // line 141
            if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 141) || CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 141))) {
                // line 142
                yield "        
              ";
                // line 143
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 143)) {
                    // line 144
                    yield "            ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 144), 144, $this-&gt;source), "html", null, true);
                    yield "
              ";
                }
                // line 146
                yield "          ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 146)) {
                    // line 147
                    yield "            ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 147), 147, $this-&gt;source), "html", null, true);
                    yield "
              ";
                }
                // line 149
                yield "        
          ";
            }
            // line 151
            yield "
          ";
            // line 153
            yield "      ";
            if (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 153) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 153)) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 153))) {
                // line 154
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 154, $this-&gt;source), "html", null, true);
                yield "\"&gt;
              ";
                // line 155
                yield from $this-&gt;unwrap()-&gt;yieldBlock('sidebar_first', $context, $blocks);
                // line 158
                yield "        
          ";
            }
            // line 160
            yield "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content_classes"] ?? null), 161, $this-&gt;source), "html", null, true);
            yield "\"&gt;
            ";
            // line 162
            yield from $this-&gt;unwrap()-&gt;yieldBlock('content', $context, $blocks);
            // line 165
            yield "      
    
          ";
            // line 168
            yield "      ";
            if (((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 168) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_top", [], "any", false, false, true, 168)) &amp;&amp;  !CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "complementary_bottom", [], "any", false, false, true, 168))) {
                // line 169
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_second_classes"] ?? null), 169, $this-&gt;source), "html", null, true);
                yield "\"&gt;
              ";
                // line 170
                yield from $this-&gt;unwrap()-&gt;yieldBlock('sidebar_second', $context, $blocks);
                // line 173
                yield "        
          ";
            }
            // line 175
            yield "
          ";
            // line 176
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 176)) {
                // line 177
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["sidebar_first_classes"] ?? null), 177, $this-&gt;source), "html", null, true);
                yield " sidebar right-sidebar\"&gt;
              ";
                // line 178
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "group_right_sidebar", [], "any", false, false, true, 178), 178, $this-&gt;source), "html", null, true);
                yield "
            
          ";
            }
            // line 181
            yield "    
      
    
      ";
            // line 184
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 184)) {
                // line 185
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_bottom", [], "any", false, false, true, 185), 185, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 187
            yield "
    
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer_classes"] ?? null), 190, $this-&gt;source), "html", null, true);
            yield " footers\"&gt;
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["b5_top_container"] ?? null), 191, $this-&gt;source), "html", null, true);
            yield "\"&gt;
        ";
            // line 192
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 192)) {
                // line 193
                yield "      
            
              ";
                // line 195
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 195), 195, $this-&gt;source), "html", null, true);
                yield "
              ";
                // line 196
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 196)) {
                    // line 197
                    yield "            
                  ";
                    // line 198
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_bottom", [], "any", false, false, true, 198), 198, $this-&gt;source), "html", null, true);
                    yield "
                
              ";
                }
                // line 201
                yield "          ";
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 201)) {
                    // line 202
                    yield "            
                  ";
                    // line 203
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_right", [], "any", false, false, true, 203), 203, $this-&gt;source), "html", null, true);
                    yield "
                
              ";
                }
                // line 206
                yield "        
          
          ";
            }
            // line 209
            yield "  
    
    ";
            // line 211
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 211)) {
                // line 212
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 212), 212, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["b5_navbar_schema", "b5_navbar_bg_schema", "b5_footer_schema", "b5_footer_bg_schema", "page", "b5_top_container", "display_page_title"]);        return; yield '';
        }
    
        // line 155
        public function block_sidebar_first($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 156
            yield "            ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 156), 156, $this-&gt;source), "html", null, true);
            yield "
              ";
            return; yield '';
        }
    
        // line 162
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 163
            yield "          ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 163), 163, $this-&gt;source), "html", null, true);
            yield "
            ";
            return; yield '';
        }
    
        // line 170
        public function block_sidebar_second($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 171
            yield "            ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 171), 171, $this-&gt;source), "html", null, true);
            yield "
              ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/layout/page.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  434 =&gt; 171,  430 =&gt; 170,  422 =&gt; 163,  418 =&gt; 162,  410 =&gt; 156,  406 =&gt; 155,  396 =&gt; 212,  394 =&gt; 211,  390 =&gt; 209,  385 =&gt; 206,  379 =&gt; 203,  376 =&gt; 202,  373 =&gt; 201,  367 =&gt; 198,  364 =&gt; 197,  362 =&gt; 196,  358 =&gt; 195,  354 =&gt; 193,  352 =&gt; 192,  348 =&gt; 191,  344 =&gt; 190,  339 =&gt; 187,  333 =&gt; 185,  331 =&gt; 184,  326 =&gt; 181,  320 =&gt; 178,  315 =&gt; 177,  313 =&gt; 176,  310 =&gt; 175,  306 =&gt; 173,  304 =&gt; 170,  299 =&gt; 169,  296 =&gt; 168,  292 =&gt; 165,  290 =&gt; 162,  286 =&gt; 161,  283 =&gt; 160,  279 =&gt; 158,  277 =&gt; 155,  272 =&gt; 154,  269 =&gt; 153,  266 =&gt; 151,  262 =&gt; 149,  256 =&gt; 147,  253 =&gt; 146,  247 =&gt; 144,  245 =&gt; 143,  242 =&gt; 142,  240 =&gt; 141,  237 =&gt; 140,  231 =&gt; 137,  226 =&gt; 136,  224 =&gt; 135,  221 =&gt; 134,  215 =&gt; 132,  213 =&gt; 131,  209 =&gt; 130,  206 =&gt; 129,  200 =&gt; 127,  198 =&gt; 126,  194 =&gt; 124,  188 =&gt; 123,  186 =&gt; 122,  183 =&gt; 121,  177 =&gt; 119,  175 =&gt; 118,  172 =&gt; 117,  166 =&gt; 115,  164 =&gt; 114,  160 =&gt; 112,  154 =&gt; 110,  151 =&gt; 109,  149 =&gt; 108,  146 =&gt; 107,  144 =&gt; 105,  141 =&gt; 103,  139 =&gt; 101,  136 =&gt; 99,  134 =&gt; 97,  131 =&gt; 95,  122 =&gt; 87,  117 =&gt; 85,  113 =&gt; 84,  109 =&gt; 82,  104 =&gt; 80,  100 =&gt; 79,  96 =&gt; 77,  91 =&gt; 75,  87 =&gt; 74,  74 =&gt; 64,  70 =&gt; 63,  67 =&gt; 62,  61 =&gt; 60,  59 =&gt; 59,  56 =&gt; 58,  54 =&gt; 56,  53 =&gt; 55,  52 =&gt; 54,  51 =&gt; 53,  48 =&gt; 51,  46 =&gt; 49,  45 =&gt; 48,  44 =&gt; 47,  43 =&gt; 46,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/layout/page.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/layout/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 46, "if" =&gt; 59, "block" =&gt; 155);
            static $filters = array("escape" =&gt; 60);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2', 'themes/custom/greenforum_main/templates/layout/page.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/layout/page.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_region.html.twig_y-1HR7VNUL13Z6n2JCzNG8JEs', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/layout/region.html.twig */
    class __TwigTemplate_26082a838325f9f5270f97100809a985 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 2
            $context["classes"] = [("region--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 3
    ($context["region"] ?? null), 3, $this-&gt;source))), (((        // line 4
    ($context["region"] ?? null) == "content_top")) ? ("row") : ("")), (((        // line 5
    ($context["region"] ?? null) == "content_bottom")) ? ("row") : (""))];
            // line 8
            if (($context["content"] ?? null)) {
                // line 9
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
                yield "&gt;
        ";
                // line 10
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 10, $this-&gt;source), "html", null, true);
                yield "
      
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["region", "content", "attributes"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/layout/region.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  52 =&gt; 10,  47 =&gt; 9,  45 =&gt; 8,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 3,  40 =&gt; 2,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/layout/region.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/layout/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 2, "if" =&gt; 8);
            static $filters = array("clean_class" =&gt; 3, "escape" =&gt; 9);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_region.html.twig_y-1HR7VNUL13Z6n2JCzNG8JEs', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/layout/region.html.twig */
    class __TwigTemplate_26082a838325f9f5270f97100809a985 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 2
            $context["classes"] = [("region--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 3
    ($context["region"] ?? null), 3, $this-&gt;source))), (((        // line 4
    ($context["region"] ?? null) == "content_top")) ? ("row") : ("")), (((        // line 5
    ($context["region"] ?? null) == "content_bottom")) ? ("row") : (""))];
            // line 8
            if (($context["content"] ?? null)) {
                // line 9
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
                yield "&gt;
        ";
                // line 10
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 10, $this-&gt;source), "html", null, true);
                yield "
      
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["region", "content", "attributes"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/layout/region.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  52 =&gt; 10,  47 =&gt; 9,  45 =&gt; 8,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 3,  40 =&gt; 2,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/layout/region.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/layout/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 2, "if" =&gt; 8);
            static $filters = array("clean_class" =&gt; 3, "escape" =&gt; 9);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_26082a838325f9f5270f97100809a985', 'themes/contrib/socialbase/templates/layout/region.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/layout/region.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/layout/region.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 91)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_block--views-exposed-filt_8LAU_PJ0UONZZutI02z2kfaVi', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig */
    class __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/offcanvas"), "html", null, true);
            yield "
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 50, $this-&gt;source), "html", null, true);
            yield " data-class=\"exposed-filter-block\"&gt;
      
        <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Click to open filter"));
            yield "\"&gt;
          
            ";
            // line 54
            echo t("Open filter", array());
            yield "
            
          
          ";
            // line 57
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 57, $this-&gt;source), "html", null, true);
            yield "
        </a>
      
      
        
    
        ";
            // line 63
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 63, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 64
            if (($context["label"] ?? null)) {
                // line 65
                yield "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", ["complementary-title", "no-margin"], "method", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                yield "&gt;";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 65, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            // line 67
            yield "    ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 67, $this-&gt;source), "html", null, true);
            yield "
    
          
            <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Click to close search box"));
            yield "\"&gt;
              
                ";
            // line 72
            echo t("Close filter", array());
            yield "
                
              
            </a>
          
        
    
        
    
          ";
            // line 81
            yield from $this-&gt;unwrap()-&gt;yieldBlock('content', $context, $blocks);
            // line 84
            yield "
        
      
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["attributes", "label", "title_prefix", "title_attributes", "title_suffix", "content"]);        return; yield '';
        }
    
        // line 81
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 82
            yield "        ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 82, $this-&gt;source), "html", null, true);
            yield "
          ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  125 =&gt; 82,  121 =&gt; 81,  111 =&gt; 84,  109 =&gt; 81,  97 =&gt; 72,  92 =&gt; 70,  85 =&gt; 67,  77 =&gt; 65,  75 =&gt; 64,  71 =&gt; 63,  62 =&gt; 57,  56 =&gt; 54,  51 =&gt; 52,  46 =&gt; 50,  41 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("trans" =&gt; 54, "if" =&gt; 64, "block" =&gt; 81);
            static $filters = array("escape" =&gt; 48, "t" =&gt; 52);
            static $functions = array("attach_library" =&gt; 48);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['trans', 'if', 'block'],
                    ['escape', 't'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_block--views-exposed-filt_8LAU_PJ0UONZZutI02z2kfaVi', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig */
    class __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/offcanvas"), "html", null, true);
            yield "
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 50, $this-&gt;source), "html", null, true);
            yield " data-class=\"exposed-filter-block\"&gt;
      
        <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Click to open filter"));
            yield "\"&gt;
          
            ";
            // line 54
            echo t("Open filter", array());
            yield "
            
          
          ";
            // line 57
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 57, $this-&gt;source), "html", null, true);
            yield "
        </a>
      
      
        
    
        ";
            // line 63
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 63, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 64
            if (($context["label"] ?? null)) {
                // line 65
                yield "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", ["complementary-title", "no-margin"], "method", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                yield "&gt;";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 65, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            // line 67
            yield "    ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 67, $this-&gt;source), "html", null, true);
            yield "
    
          
            <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Click to close search box"));
            yield "\"&gt;
              
                ";
            // line 72
            echo t("Close filter", array());
            yield "
                
              
            </a>
          
        
    
        
    
          ";
            // line 81
            yield from $this-&gt;unwrap()-&gt;yieldBlock('content', $context, $blocks);
            // line 84
            yield "
        
      
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["attributes", "label", "title_prefix", "title_attributes", "title_suffix", "content"]);        return; yield '';
        }
    
        // line 81
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 82
            yield "        ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 82, $this-&gt;source), "html", null, true);
            yield "
          ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  125 =&gt; 82,  121 =&gt; 81,  111 =&gt; 84,  109 =&gt; 81,  97 =&gt; 72,  92 =&gt; 70,  85 =&gt; 67,  77 =&gt; 65,  75 =&gt; 64,  71 =&gt; 63,  62 =&gt; 57,  56 =&gt; 54,  51 =&gt; 52,  46 =&gt; 50,  41 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("trans" =&gt; 54, "if" =&gt; 64, "block" =&gt; 81);
            static $filters = array("escape" =&gt; 48, "t" =&gt; 52);
            static $functions = array("attach_library" =&gt; 48);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['trans', 'if', 'block'],
                    ['escape', 't'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3', 'themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-exposed-form.html.t_3yqgcc8ZP7576AP-Ory2CJE7h', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/views-exposed-form.html.twig */
    class __TwigTemplate_6ac6279db6d5aff2067622358006fecd extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 14
            if ( !Twig\Extension\CoreExtension::testEmpty(($context["q"] ?? null))) {
                // line 15
                yield "  ";
                // line 19
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["q"] ?? null), 19, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            // line 21
            yield "
      ";
            // line 22
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["form"] ?? null), 22, $this-&gt;source), "html", null, true);
            yield "
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["q", "form"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  53 =&gt; 22,  50 =&gt; 21,  44 =&gt; 19,  42 =&gt; 15,  40 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/views-exposed-form.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 14);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-exposed-form.html.t_3yqgcc8ZP7576AP-Ory2CJE7h', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/views-exposed-form.html.twig */
    class __TwigTemplate_6ac6279db6d5aff2067622358006fecd extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 14
            if ( !Twig\Extension\CoreExtension::testEmpty(($context["q"] ?? null))) {
                // line 15
                yield "  ";
                // line 19
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["q"] ?? null), 19, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            // line 21
            yield "
      ";
            // line 22
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["form"] ?? null), 22, $this-&gt;source), "html", null, true);
            yield "
    
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["q", "form"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  53 =&gt; 22,  50 =&gt; 21,  44 =&gt; 19,  42 =&gt; 15,  40 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/views-exposed-form.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/views-exposed-form.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 14);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_6ac6279db6d5aff2067622358006fecd', 'themes/contrib/socialbase/templates/form/views-exposed-form.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 109)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_input.html.twig_fdP5hZ6K5FTK2fU7FeRD9nN13', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/input.html.twig */
    class __TwigTemplate_17403336ad27b34e2d649ccc8b371a02 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'input' =&gt; [$this, 'block_input'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            $context["classes"] = [((((        // line 24
    ($context["type"] ?? null) != "submit") &amp;&amp; (($context["type"] ?? null) != "button"))) ? ("form-control") : ("")), (((        // line 25
    ($context["type"] ?? null) == "button")) ? ("btn") : ("")), (((        // line 26
    ($context["type"] ?? null) == "submit")) ? ("btn js-form-submit") : ("")), ((        // line 27
    ($context["float_right"] ?? null)) ? ("pull-right") : ("")), (((        // line 28
    ($context["button_level"] ?? null) == "raised")) ? ("btn-raised") : ("")), (((        // line 29
    ($context["button_type"] ?? null) == "default")) ? ("btn-default") : ("")), (((        // line 30
    ($context["button_type"] ?? null) == "flat")) ? ("btn-flat") : ("")), (((        // line 31
    ($context["button_type"] ?? null) == "primary")) ? ("btn-primary") : ("")), (((        // line 32
    ($context["button_type"] ?? null) == "accent")) ? ("btn-accent") : ("")), (((        // line 33
    ($context["button_size"] ?? null) == "small")) ? ("btn-sm") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 34
    ($context["attributes"] ?? null), "hasClass", ["crop-preview-wrapper__crop-reset"], "method", false, false, true, 34)) ? ("btn-flat") : ("")), ((((        // line 35
    ($context["icon"] ?? null) &amp;&amp; ($context["icon_position"] ?? null)) &amp;&amp;  !($context["icon_only"] ?? null))) ? (("icon-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["icon_position"] ?? null), 35, $this-&gt;source))) : (""))];
            // line 38
            $___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&amp;$context, $macros, $blocks) {
                // line 39
                yield "
      ";
                // line 40
                if (($context["input_group"] ?? null)) {
                    // line 41
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form--input-groups"), "html", null, true);
                    yield "
    
        
      ";
                }
                // line 45
                yield "
      ";
                // line 46
                if (($context["prefix"] ?? null)) {
                    // line 47
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["prefix"] ?? null), 47, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 49
                yield "
      ";
                // line 50
                yield from $this-&gt;unwrap()-&gt;yieldBlock('input', $context, $blocks);
                // line 57
                yield "
      ";
                // line 58
                if (($context["suffix"] ?? null)) {
                    // line 59
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["suffix"] ?? null), 59, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 61
                yield "
      ";
                // line 62
                if (($context["input_group"] ?? null)) {
                    // line 63
                    yield "    
      ";
                }
                // line 65
                yield "
      ";
                // line 66
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 66, $this-&gt;source), "html", null, true);
                yield "
    ";
            })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            // line 38
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_0_));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["type", "float_right", "button_level", "button_type", "button_size", "attributes", "icon", "icon_position", "icon_only", "input_group", "prefix", "suffix", "children", "simple_checkbox"]);        return; yield '';
        }
    
        // line 50
        public function block_input($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 51
            yield "      ";
            if (($context["simple_checkbox"] ?? null)) {
                // line 52
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 52, $this-&gt;source), "html", null, true);
                yield " /&gt;
          ";
            } else {
                // line 54
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                yield " /&gt;
          ";
            }
            // line 56
            yield "  ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/input.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  139 =&gt; 56,  133 =&gt; 54,  127 =&gt; 52,  124 =&gt; 51,  120 =&gt; 50,  114 =&gt; 38,  109 =&gt; 66,  106 =&gt; 65,  102 =&gt; 63,  100 =&gt; 62,  97 =&gt; 61,  91 =&gt; 59,  89 =&gt; 58,  86 =&gt; 57,  84 =&gt; 50,  81 =&gt; 49,  75 =&gt; 47,  73 =&gt; 46,  70 =&gt; 45,  62 =&gt; 41,  60 =&gt; 40,  57 =&gt; 39,  55 =&gt; 38,  53 =&gt; 35,  52 =&gt; 34,  51 =&gt; 33,  50 =&gt; 32,  49 =&gt; 31,  48 =&gt; 30,  47 =&gt; 29,  46 =&gt; 28,  45 =&gt; 27,  44 =&gt; 26,  43 =&gt; 25,  42 =&gt; 24,  41 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/input.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/input.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23, "apply" =&gt; 38, "if" =&gt; 40, "block" =&gt; 50);
            static $filters = array("escape" =&gt; 41, "spaceless" =&gt; 38);
            static $functions = array("attach_library" =&gt; 41);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'apply', 'if', 'block'],
                    ['escape', 'spaceless'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_input.html.twig_fdP5hZ6K5FTK2fU7FeRD9nN13', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/input.html.twig */
    class __TwigTemplate_17403336ad27b34e2d649ccc8b371a02 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'input' =&gt; [$this, 'block_input'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            $context["classes"] = [((((        // line 24
    ($context["type"] ?? null) != "submit") &amp;&amp; (($context["type"] ?? null) != "button"))) ? ("form-control") : ("")), (((        // line 25
    ($context["type"] ?? null) == "button")) ? ("btn") : ("")), (((        // line 26
    ($context["type"] ?? null) == "submit")) ? ("btn js-form-submit") : ("")), ((        // line 27
    ($context["float_right"] ?? null)) ? ("pull-right") : ("")), (((        // line 28
    ($context["button_level"] ?? null) == "raised")) ? ("btn-raised") : ("")), (((        // line 29
    ($context["button_type"] ?? null) == "default")) ? ("btn-default") : ("")), (((        // line 30
    ($context["button_type"] ?? null) == "flat")) ? ("btn-flat") : ("")), (((        // line 31
    ($context["button_type"] ?? null) == "primary")) ? ("btn-primary") : ("")), (((        // line 32
    ($context["button_type"] ?? null) == "accent")) ? ("btn-accent") : ("")), (((        // line 33
    ($context["button_size"] ?? null) == "small")) ? ("btn-sm") : ("")), ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 34
    ($context["attributes"] ?? null), "hasClass", ["crop-preview-wrapper__crop-reset"], "method", false, false, true, 34)) ? ("btn-flat") : ("")), ((((        // line 35
    ($context["icon"] ?? null) &amp;&amp; ($context["icon_position"] ?? null)) &amp;&amp;  !($context["icon_only"] ?? null))) ? (("icon-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["icon_position"] ?? null), 35, $this-&gt;source))) : (""))];
            // line 38
            $___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&amp;$context, $macros, $blocks) {
                // line 39
                yield "
      ";
                // line 40
                if (($context["input_group"] ?? null)) {
                    // line 41
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form--input-groups"), "html", null, true);
                    yield "
    
        
      ";
                }
                // line 45
                yield "
      ";
                // line 46
                if (($context["prefix"] ?? null)) {
                    // line 47
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["prefix"] ?? null), 47, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 49
                yield "
      ";
                // line 50
                yield from $this-&gt;unwrap()-&gt;yieldBlock('input', $context, $blocks);
                // line 57
                yield "
      ";
                // line 58
                if (($context["suffix"] ?? null)) {
                    // line 59
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["suffix"] ?? null), 59, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 61
                yield "
      ";
                // line 62
                if (($context["input_group"] ?? null)) {
                    // line 63
                    yield "    
      ";
                }
                // line 65
                yield "
      ";
                // line 66
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 66, $this-&gt;source), "html", null, true);
                yield "
    ";
            })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            // line 38
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_0_));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["type", "float_right", "button_level", "button_type", "button_size", "attributes", "icon", "icon_position", "icon_only", "input_group", "prefix", "suffix", "children", "simple_checkbox"]);        return; yield '';
        }
    
        // line 50
        public function block_input($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 51
            yield "      ";
            if (($context["simple_checkbox"] ?? null)) {
                // line 52
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 52, $this-&gt;source), "html", null, true);
                yield " /&gt;
          ";
            } else {
                // line 54
                yield "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                yield " /&gt;
          ";
            }
            // line 56
            yield "  ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/input.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  139 =&gt; 56,  133 =&gt; 54,  127 =&gt; 52,  124 =&gt; 51,  120 =&gt; 50,  114 =&gt; 38,  109 =&gt; 66,  106 =&gt; 65,  102 =&gt; 63,  100 =&gt; 62,  97 =&gt; 61,  91 =&gt; 59,  89 =&gt; 58,  86 =&gt; 57,  84 =&gt; 50,  81 =&gt; 49,  75 =&gt; 47,  73 =&gt; 46,  70 =&gt; 45,  62 =&gt; 41,  60 =&gt; 40,  57 =&gt; 39,  55 =&gt; 38,  53 =&gt; 35,  52 =&gt; 34,  51 =&gt; 33,  50 =&gt; 32,  49 =&gt; 31,  48 =&gt; 30,  47 =&gt; 29,  46 =&gt; 28,  45 =&gt; 27,  44 =&gt; 26,  43 =&gt; 25,  42 =&gt; 24,  41 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/input.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/input.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23, "apply" =&gt; 38, "if" =&gt; 40, "block" =&gt; 50);
            static $filters = array("escape" =&gt; 41, "spaceless" =&gt; 38);
            static $functions = array("attach_library" =&gt; 41);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'apply', 'if', 'block'],
                    ['escape', 'spaceless'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_17403336ad27b34e2d649ccc8b371a02', 'themes/contrib/socialbase/templates/form/input.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/form/input.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/input.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 109)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_form-element.html.twig_JQB0dgq2P0w3gypgBY9_uE14e', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/form-element.html.twig */
    class __TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 49
            $context["classes"] = ["form-item", "js-form-item", ("form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
    ($context["type"] ?? null), 52, $this-&gt;source))), ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 53
    ($context["type"] ?? null), 53, $this-&gt;source))), ("form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 54
    ($context["name"] ?? null), 54, $this-&gt;source))), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 55
    ($context["name"] ?? null), 55, $this-&gt;source))), ((!CoreExtension::inFilter(        // line 56
    ($context["title_display"] ?? null), ["after", "before"])) ? ("form-no-label") : ("")), (((        // line 57
    ($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), ((        // line 58
    ($context["is_form_group"] ?? null)) ? ("form-group") : ("")), (((        // line 59
    ($context["type"] ?? null) == "textarea")) ? ("form-group") : ("")), ((        // line 60
    ($context["is_radio"] ?? null)) ? ("radio form-group") : ("")), ((        // line 61
    ($context["is_checkbox"] ?? null)) ? ("checkbox form-group") : ("")), ((        // line 62
    ($context["is_autocomplete"] ?? null)) ? ("form-autocomplete") : ("")), ((        // line 63
    ($context["errors"] ?? null)) ? ("error has-error") : ("")), ((((        // line 64
    ($context["name"] ?? null) == "pass") &amp;&amp; ($context["logged_in"] ?? null))) ? ("section-password") : ("")), (((        // line 65
    ($context["name"] ?? null) == "pass[pass1]")) ? ("form-group--password") : ("")), (((        // line 66
    ($context["name"] ?? null) == "pass[pass2]")) ? ("form-group--password form-group--confirm-password") : (""))];
            // line 69
            $context["description_classes"] = ["help-block", ((((        // line 71
    ($context["name"] ?? null) == "pass") &amp;&amp; ($context["logged_in"] ?? null))) ? ("form-group--password__help-block") : ("")), (((        // line 72
    ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
            // line 75
            yield "
    ";
            // line 77
            if ((($context["name"] ?? null) == "pass")) {
                // line 78
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form--password"), "html", null, true);
                yield "
    ";
            }
            // line 80
            yield "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 81), "removeClass", ["form-inline"], "method", false, false, true, 81), 81, $this-&gt;source), "html", null, true);
            yield "&gt;
      ";
            // line 82
            if (CoreExtension::inFilter(($context["label_display"] ?? null), ["before", "invisible"])) {
                // line 83
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 83, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 85
            yield "
      ";
            // line 86
            if (((($context["description_display"] ?? null) == "before") &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 86))) {
                // line 87
                yield "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 87), 87, $this-&gt;source), "html", null, true);
                yield "&gt;
          ";
                // line 88
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 88), 88, $this-&gt;source), "html", null, true);
                yield "
        
      ";
            }
            // line 91
            yield "
      ";
            // line 92
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 92, $this-&gt;source), "html", null, true);
            yield "
    
      ";
            // line 94
            if ((($context["label_display"] ?? null) == "after")) {
                // line 95
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 95, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 97
            yield "
      ";
            // line 98
            if (($context["errors"] ?? null)) {
                // line 99
                yield "    
          ";
                // line 100
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["errors"] ?? null), 100, $this-&gt;source), "html", null, true);
                yield "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Close"));
                yield "\"&gt;
            &times;
          
        
      ";
            }
            // line 106
            yield "
      ";
            // line 107
            if ((CoreExtension::inFilter(($context["description_display"] ?? null), ["after", "invisible"]) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 107))) {
                // line 108
                yield "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 108), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 108), 108, $this-&gt;source), "html", null, true);
                yield "&gt;
          ";
                // line 109
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 109), 109, $this-&gt;source), "html", null, true);
                yield "
        
      ";
            }
            // line 112
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["type", "name", "title_display", "disabled", "is_form_group", "is_radio", "is_checkbox", "is_autocomplete", "errors", "logged_in", "description_display", "attributes", "label_display", "label", "description", "children"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/form-element.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  155 =&gt; 112,  149 =&gt; 109,  144 =&gt; 108,  142 =&gt; 107,  139 =&gt; 106,  131 =&gt; 101,  127 =&gt; 100,  124 =&gt; 99,  122 =&gt; 98,  119 =&gt; 97,  113 =&gt; 95,  111 =&gt; 94,  106 =&gt; 92,  103 =&gt; 91,  97 =&gt; 88,  92 =&gt; 87,  90 =&gt; 86,  87 =&gt; 85,  81 =&gt; 83,  79 =&gt; 82,  75 =&gt; 81,  72 =&gt; 80,  66 =&gt; 78,  64 =&gt; 77,  61 =&gt; 75,  59 =&gt; 72,  58 =&gt; 71,  57 =&gt; 69,  55 =&gt; 66,  54 =&gt; 65,  53 =&gt; 64,  52 =&gt; 63,  51 =&gt; 62,  50 =&gt; 61,  49 =&gt; 60,  48 =&gt; 59,  47 =&gt; 58,  46 =&gt; 57,  45 =&gt; 56,  44 =&gt; 55,  43 =&gt; 54,  42 =&gt; 53,  41 =&gt; 52,  40 =&gt; 49,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/form-element.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 49, "if" =&gt; 77);
            static $filters = array("clean_class" =&gt; 52, "escape" =&gt; 78, "t" =&gt; 101);
            static $functions = array("attach_library" =&gt; 78);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape', 't'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_form-element.html.twig_JQB0dgq2P0w3gypgBY9_uE14e', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/form-element.html.twig */
    class __TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 49
            $context["classes"] = ["form-item", "js-form-item", ("form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
    ($context["type"] ?? null), 52, $this-&gt;source))), ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 53
    ($context["type"] ?? null), 53, $this-&gt;source))), ("form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 54
    ($context["name"] ?? null), 54, $this-&gt;source))), ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 55
    ($context["name"] ?? null), 55, $this-&gt;source))), ((!CoreExtension::inFilter(        // line 56
    ($context["title_display"] ?? null), ["after", "before"])) ? ("form-no-label") : ("")), (((        // line 57
    ($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), ((        // line 58
    ($context["is_form_group"] ?? null)) ? ("form-group") : ("")), (((        // line 59
    ($context["type"] ?? null) == "textarea")) ? ("form-group") : ("")), ((        // line 60
    ($context["is_radio"] ?? null)) ? ("radio form-group") : ("")), ((        // line 61
    ($context["is_checkbox"] ?? null)) ? ("checkbox form-group") : ("")), ((        // line 62
    ($context["is_autocomplete"] ?? null)) ? ("form-autocomplete") : ("")), ((        // line 63
    ($context["errors"] ?? null)) ? ("error has-error") : ("")), ((((        // line 64
    ($context["name"] ?? null) == "pass") &amp;&amp; ($context["logged_in"] ?? null))) ? ("section-password") : ("")), (((        // line 65
    ($context["name"] ?? null) == "pass[pass1]")) ? ("form-group--password") : ("")), (((        // line 66
    ($context["name"] ?? null) == "pass[pass2]")) ? ("form-group--password form-group--confirm-password") : (""))];
            // line 69
            $context["description_classes"] = ["help-block", ((((        // line 71
    ($context["name"] ?? null) == "pass") &amp;&amp; ($context["logged_in"] ?? null))) ? ("form-group--password__help-block") : ("")), (((        // line 72
    ($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
            // line 75
            yield "
    ";
            // line 77
            if ((($context["name"] ?? null) == "pass")) {
                // line 78
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form--password"), "html", null, true);
                yield "
    ";
            }
            // line 80
            yield "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 81), "removeClass", ["form-inline"], "method", false, false, true, 81), 81, $this-&gt;source), "html", null, true);
            yield "&gt;
      ";
            // line 82
            if (CoreExtension::inFilter(($context["label_display"] ?? null), ["before", "invisible"])) {
                // line 83
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 83, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 85
            yield "
      ";
            // line 86
            if (((($context["description_display"] ?? null) == "before") &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 86))) {
                // line 87
                yield "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 87), 87, $this-&gt;source), "html", null, true);
                yield "&gt;
          ";
                // line 88
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 88), 88, $this-&gt;source), "html", null, true);
                yield "
        
      ";
            }
            // line 91
            yield "
      ";
            // line 92
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 92, $this-&gt;source), "html", null, true);
            yield "
    
      ";
            // line 94
            if ((($context["label_display"] ?? null) == "after")) {
                // line 95
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 95, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            // line 97
            yield "
      ";
            // line 98
            if (($context["errors"] ?? null)) {
                // line 99
                yield "    
          ";
                // line 100
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["errors"] ?? null), 100, $this-&gt;source), "html", null, true);
                yield "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Close"));
                yield "\"&gt;
            &times;
          
        
      ";
            }
            // line 106
            yield "
      ";
            // line 107
            if ((CoreExtension::inFilter(($context["description_display"] ?? null), ["after", "invisible"]) &amp;&amp; CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 107))) {
                // line 108
                yield "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 108), "addClass", [($context["description_classes"] ?? null)], "method", false, false, true, 108), 108, $this-&gt;source), "html", null, true);
                yield "&gt;
          ";
                // line 109
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 109), 109, $this-&gt;source), "html", null, true);
                yield "
        
      ";
            }
            // line 112
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["type", "name", "title_display", "disabled", "is_form_group", "is_radio", "is_checkbox", "is_autocomplete", "errors", "logged_in", "description_display", "attributes", "label_display", "label", "description", "children"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/form-element.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  155 =&gt; 112,  149 =&gt; 109,  144 =&gt; 108,  142 =&gt; 107,  139 =&gt; 106,  131 =&gt; 101,  127 =&gt; 100,  124 =&gt; 99,  122 =&gt; 98,  119 =&gt; 97,  113 =&gt; 95,  111 =&gt; 94,  106 =&gt; 92,  103 =&gt; 91,  97 =&gt; 88,  92 =&gt; 87,  90 =&gt; 86,  87 =&gt; 85,  81 =&gt; 83,  79 =&gt; 82,  75 =&gt; 81,  72 =&gt; 80,  66 =&gt; 78,  64 =&gt; 77,  61 =&gt; 75,  59 =&gt; 72,  58 =&gt; 71,  57 =&gt; 69,  55 =&gt; 66,  54 =&gt; 65,  53 =&gt; 64,  52 =&gt; 63,  51 =&gt; 62,  50 =&gt; 61,  49 =&gt; 60,  48 =&gt; 59,  47 =&gt; 58,  46 =&gt; 57,  45 =&gt; 56,  44 =&gt; 55,  43 =&gt; 54,  42 =&gt; 53,  41 =&gt; 52,  40 =&gt; 49,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/form-element.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 49, "if" =&gt; 77);
            static $filters = array("clean_class" =&gt; 52, "escape" =&gt; 78, "t" =&gt; 101);
            static $functions = array("attach_library" =&gt; 78);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape', 't'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7', 'themes/contrib/socialbase/templates/form/form-element.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/form/form-element.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/form-element.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 109)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_select.html.twig_4hTCAI74NcFwv_J30T52RefAT', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/select.html.twig */
    class __TwigTemplate_398bad7733948257e471677841809bb8 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 16
            $___internal_parse_1_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&amp;$context, $macros, $blocks) {
                // line 17
                yield "  ";
                if (($context["input_group"] ?? null)) {
                    // line 18
                    yield "  ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form--input-groups"), "html", null, true);
                    yield "
        
      ";
                }
                // line 21
                yield "
      ";
                // line 22
                if (($context["prefix"] ?? null)) {
                    // line 23
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["prefix"] ?? null), 23, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 25
                yield "
      ";
                // line 26
                if (($context["multiselect"] ?? null)) {
                    // line 27
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/select2"), "html", null, true);
                    yield "
      ";
                } else {
                    // line 29
                    yield "        
      ";
                }
                // line 35
                yield "
        ";
                // line 36
                $context["classes"] = ["form-control"];
                // line 37
                yield "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                yield "&gt;
          ";
                // line 38
                $context['_parent'] = $context;
                $context['_seq'] = CoreExtension::ensureTraversable(($context["options"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["option"]) {
                    // line 39
                    yield "        ";
                    if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "type", [], "any", false, false, true, 39) == "optgroup")) {
                        // line 40
                        yield "          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "label", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        yield "\"&gt;
                ";
                        // line 41
                        $context['_parent'] = $context;
                        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "options", [], "any", false, false, true, 41));
                        foreach ($context['_seq'] as $context["_key"] =&gt; $context["sub_option"]) {
                            // line 42
                            yield "              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["sub_option"], "value", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
                            yield "\"";
                            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["sub_option"], "selected", [], "any", false, false, true, 43)) ? (" selected=\"selected\"") : ("")));
                            yield "&gt;";
                            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["sub_option"], "label", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
                            yield "
                ";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_option'], $context['_parent'], $context['loop']);
                        $context = array_intersect_key($context, $_parent) + $_parent;
                        // line 45
                        yield "          
            ";
                    } elseif ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,                 // line 46
    $context["option"], "type", [], "any", false, false, true, 46) == "option")) {
                        // line 47
                        yield "          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "value", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        yield "\"";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "selected", [], "any", false, false, true, 48)) ? (" selected=\"selected\"") : ("")));
                        yield "&gt;";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "label", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        yield "
            ";
                    }
                    // line 50
                    yield "      ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 51
                yield "    
    
      ";
                // line 53
                if ( !($context["multiselect"] ?? null)) {
                    // line 54
                    yield "    
      ";
                }
                // line 56
                yield "
      ";
                // line 57
                if (($context["suffix"] ?? null)) {
                    // line 58
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["suffix"] ?? null), 58, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 60
                yield "
      ";
                // line 61
                if (($context["input_group"] ?? null)) {
                    // line 62
                    yield "    
      ";
                }
            })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            // line 16
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_1_));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["input_group", "prefix", "multiselect", "attributes", "options", "suffix"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/select.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  173 =&gt; 16,  168 =&gt; 62,  166 =&gt; 61,  163 =&gt; 60,  157 =&gt; 58,  155 =&gt; 57,  152 =&gt; 56,  148 =&gt; 54,  146 =&gt; 53,  142 =&gt; 51,  136 =&gt; 50,  127 =&gt; 48,  124 =&gt; 47,  122 =&gt; 46,  119 =&gt; 45,  107 =&gt; 43,  104 =&gt; 42,  100 =&gt; 41,  95 =&gt; 40,  92 =&gt; 39,  88 =&gt; 38,  83 =&gt; 37,  81 =&gt; 36,  78 =&gt; 35,  74 =&gt; 29,  68 =&gt; 27,  66 =&gt; 26,  63 =&gt; 25,  57 =&gt; 23,  55 =&gt; 22,  52 =&gt; 21,  45 =&gt; 18,  42 =&gt; 17,  40 =&gt; 16,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/select.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/select.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("apply" =&gt; 16, "if" =&gt; 17, "set" =&gt; 36, "for" =&gt; 38);
            static $filters = array("escape" =&gt; 18, "spaceless" =&gt; 16);
            static $functions = array("attach_library" =&gt; 18);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['apply', 'if', 'set', 'for'],
                    ['escape', 'spaceless'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_select.html.twig_4hTCAI74NcFwv_J30T52RefAT', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/select.html.twig */
    class __TwigTemplate_398bad7733948257e471677841809bb8 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 16
            $___internal_parse_1_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&amp;$context, $macros, $blocks) {
                // line 17
                yield "  ";
                if (($context["input_group"] ?? null)) {
                    // line 18
                    yield "  ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form--input-groups"), "html", null, true);
                    yield "
        
      ";
                }
                // line 21
                yield "
      ";
                // line 22
                if (($context["prefix"] ?? null)) {
                    // line 23
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["prefix"] ?? null), 23, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 25
                yield "
      ";
                // line 26
                if (($context["multiselect"] ?? null)) {
                    // line 27
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/select2"), "html", null, true);
                    yield "
      ";
                } else {
                    // line 29
                    yield "        
      ";
                }
                // line 35
                yield "
        ";
                // line 36
                $context["classes"] = ["form-control"];
                // line 37
                yield "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                yield "&gt;
          ";
                // line 38
                $context['_parent'] = $context;
                $context['_seq'] = CoreExtension::ensureTraversable(($context["options"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["option"]) {
                    // line 39
                    yield "        ";
                    if ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "type", [], "any", false, false, true, 39) == "optgroup")) {
                        // line 40
                        yield "          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "label", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        yield "\"&gt;
                ";
                        // line 41
                        $context['_parent'] = $context;
                        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "options", [], "any", false, false, true, 41));
                        foreach ($context['_seq'] as $context["_key"] =&gt; $context["sub_option"]) {
                            // line 42
                            yield "              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["sub_option"], "value", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
                            yield "\"";
                            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["sub_option"], "selected", [], "any", false, false, true, 43)) ? (" selected=\"selected\"") : ("")));
                            yield "&gt;";
                            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["sub_option"], "label", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
                            yield "
                ";
                        }
                        $_parent = $context['_parent'];
                        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_option'], $context['_parent'], $context['loop']);
                        $context = array_intersect_key($context, $_parent) + $_parent;
                        // line 45
                        yield "          
            ";
                    } elseif ((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,                 // line 46
    $context["option"], "type", [], "any", false, false, true, 46) == "option")) {
                        // line 47
                        yield "          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "value", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        yield "\"";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "selected", [], "any", false, false, true, 48)) ? (" selected=\"selected\"") : ("")));
                        yield "&gt;";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["option"], "label", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        yield "
            ";
                    }
                    // line 50
                    yield "      ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 51
                yield "    
    
      ";
                // line 53
                if ( !($context["multiselect"] ?? null)) {
                    // line 54
                    yield "    
      ";
                }
                // line 56
                yield "
      ";
                // line 57
                if (($context["suffix"] ?? null)) {
                    // line 58
                    yield "    ";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["suffix"] ?? null), 58, $this-&gt;source), "html", null, true);
                    yield "
      ";
                }
                // line 60
                yield "
      ";
                // line 61
                if (($context["input_group"] ?? null)) {
                    // line 62
                    yield "    
      ";
                }
            })() ?? new \EmptyIterator())) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            // line 16
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(Twig\Extension\CoreExtension::spaceless($___internal_parse_1_));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["input_group", "prefix", "multiselect", "attributes", "options", "suffix"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/select.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  173 =&gt; 16,  168 =&gt; 62,  166 =&gt; 61,  163 =&gt; 60,  157 =&gt; 58,  155 =&gt; 57,  152 =&gt; 56,  148 =&gt; 54,  146 =&gt; 53,  142 =&gt; 51,  136 =&gt; 50,  127 =&gt; 48,  124 =&gt; 47,  122 =&gt; 46,  119 =&gt; 45,  107 =&gt; 43,  104 =&gt; 42,  100 =&gt; 41,  95 =&gt; 40,  92 =&gt; 39,  88 =&gt; 38,  83 =&gt; 37,  81 =&gt; 36,  78 =&gt; 35,  74 =&gt; 29,  68 =&gt; 27,  66 =&gt; 26,  63 =&gt; 25,  57 =&gt; 23,  55 =&gt; 22,  52 =&gt; 21,  45 =&gt; 18,  42 =&gt; 17,  40 =&gt; 16,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/select.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/select.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("apply" =&gt; 16, "if" =&gt; 17, "set" =&gt; 36, "for" =&gt; 38);
            static $filters = array("escape" =&gt; 18, "spaceless" =&gt; 16);
            static $functions = array("attach_library" =&gt; 18);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['apply', 'if', 'set', 'for'],
                    ['escape', 'spaceless'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_398bad7733948257e471677841809bb8', 'themes/contrib/socialbase/templates/form/select.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/form/select.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/select.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('select', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 109)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_form-element-label.html.t_hXodqppPaLnSUDYfc5E2jJAzG', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/form-element-label.html.twig */
    class __TwigTemplate_f206cf42fd340f5b6438f9fae562b7ea extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            $context["classes"] = ["control-label", (((        // line 23
    ($context["title_display"] ?? null) == "after")) ? ("option") : ("")), (((        // line 24
    ($context["title_display"] ?? null) == "invisible")) ? ("sr-only") : ("")), (((        // line 25
    ($context["title_display"] ?? null) == "above")) ? ("control-label--above") : ("")), ((        // line 26
    ($context["required"] ?? null)) ? ("js-form-required") : ("")), ((        // line 27
    ($context["required"] ?? null)) ? ("form-required") : (""))];
            // line 31
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 31, $this-&gt;source), "html", null, true);
            // line 32
            if ( !Twig\Extension\CoreExtension::testEmpty(($context["title"] ?? null))) {
                // line 33
                yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                yield "&gt;";
                // line 34
                if ( !Twig\Extension\CoreExtension::testEmpty(($context["icon"] ?? null))) {
                    // line 35
                    yield "
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["icon"] ?? null), 36, $this-&gt;source), "html", null, true);
                    yield "\"&gt;
          
          ";
                    // line 38
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 38, $this-&gt;source), "html", null, true);
                    yield "";
                } else {
                    // line 40
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 40, $this-&gt;source), "html", null, true);
                }
                // line 43
                if ((($context["required"] ?? null) &amp;&amp; (($context["title_display"] ?? null) != "invisible"))) {
                    // line 44
                    yield "*";
                }
                // line 46
                if (($context["description"] ?? null)) {
                    // line 47
                    yield "";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["description"] ?? null), 47, $this-&gt;source), "html", null, true);
                    yield "";
                }
                // line 49
                yield "";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["title_display", "required", "element", "title", "attributes", "icon", "description"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/form-element-label.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  86 =&gt; 49,  81 =&gt; 47,  79 =&gt; 46,  74 =&gt; 44,  72 =&gt; 43,  69 =&gt; 40,  65 =&gt; 38,  60 =&gt; 36,  57 =&gt; 35,  55 =&gt; 34,  51 =&gt; 33,  49 =&gt; 32,  47 =&gt; 31,  45 =&gt; 27,  44 =&gt; 26,  43 =&gt; 25,  42 =&gt; 24,  41 =&gt; 23,  40 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/form-element-label.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element-label.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 21, "if" =&gt; 32, "trans" =&gt; 44);
            static $filters = array("escape" =&gt; 31);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'trans'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_form-element-label.html.t_hXodqppPaLnSUDYfc5E2jJAzG', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/form/form-element-label.html.twig */
    class __TwigTemplate_f206cf42fd340f5b6438f9fae562b7ea extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            $context["classes"] = ["control-label", (((        // line 23
    ($context["title_display"] ?? null) == "after")) ? ("option") : ("")), (((        // line 24
    ($context["title_display"] ?? null) == "invisible")) ? ("sr-only") : ("")), (((        // line 25
    ($context["title_display"] ?? null) == "above")) ? ("control-label--above") : ("")), ((        // line 26
    ($context["required"] ?? null)) ? ("js-form-required") : ("")), ((        // line 27
    ($context["required"] ?? null)) ? ("form-required") : (""))];
            // line 31
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 31, $this-&gt;source), "html", null, true);
            // line 32
            if ( !Twig\Extension\CoreExtension::testEmpty(($context["title"] ?? null))) {
                // line 33
                yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                yield "&gt;";
                // line 34
                if ( !Twig\Extension\CoreExtension::testEmpty(($context["icon"] ?? null))) {
                    // line 35
                    yield "
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["icon"] ?? null), 36, $this-&gt;source), "html", null, true);
                    yield "\"&gt;
          
          ";
                    // line 38
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 38, $this-&gt;source), "html", null, true);
                    yield "";
                } else {
                    // line 40
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 40, $this-&gt;source), "html", null, true);
                }
                // line 43
                if ((($context["required"] ?? null) &amp;&amp; (($context["title_display"] ?? null) != "invisible"))) {
                    // line 44
                    yield "*";
                }
                // line 46
                if (($context["description"] ?? null)) {
                    // line 47
                    yield "";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["description"] ?? null), 47, $this-&gt;source), "html", null, true);
                    yield "";
                }
                // line 49
                yield "";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["title_display", "required", "element", "title", "attributes", "icon", "description"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/form/form-element-label.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  86 =&gt; 49,  81 =&gt; 47,  79 =&gt; 46,  74 =&gt; 44,  72 =&gt; 43,  69 =&gt; 40,  65 =&gt; 38,  60 =&gt; 36,  57 =&gt; 35,  55 =&gt; 34,  51 =&gt; 33,  49 =&gt; 32,  47 =&gt; 31,  45 =&gt; 27,  44 =&gt; 26,  43 =&gt; 25,  42 =&gt; 24,  41 =&gt; 23,  40 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/form/form-element-label.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/form/form-element-label.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 21, "if" =&gt; 32, "trans" =&gt; 44);
            static $filters = array("escape" =&gt; 31);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'trans'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_f206cf42fd340f5b6438f9fae562b7ea', 'themes/contrib/socialbase/templates/form/form-element-label.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/form/form-element-label.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/form-element-label.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form_element_label', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_fa1ba008c19269fbd2a59406449aa0d7->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/form-element.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_6ac6279db6d5aff2067622358006fecd->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/form/views-exposed-form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 109)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_form.html.twig_ooFWHp9g4sObqkGXQmJtQduzJ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/form/form.html.twig */
    class __TwigTemplate_01699b1db65cf2b55dc549e7360b9168 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 15
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "hasClass", ["form--default"], "method", false, false, true, 15)) {
                // line 16
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form-default"), "html", null, true);
                yield "
    ";
            }
            // line 18
            yield "
    ";
            // line 19
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "hasClass", ["card"], "method", false, false, true, 19)) {
                // line 20
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "removeClass", ["card"], "method", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                yield "&gt;
        
          
            ";
                // line 23
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 23, $this-&gt;source), "html", null, true);
                yield "
        
    
        ";
            } elseif (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 29
    ($context["attributes"] ?? null), "hasClass", ["comment-comment-form"], "method", false, false, true, 29)) {
                // line 30
                yield "
      ";
                // line 31
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/comment"), "html", null, true);
                yield "
       
        ";
                // line 33
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["current_user_picture"] ?? null), 33, $this-&gt;source), "html", null, true);
                yield "
          
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 35, $this-&gt;source), "html", null, true);
                yield "&gt;
              
                ";
                // line 37
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 37, $this-&gt;source), "html", null, true);
                yield "
              
            
          
      
    
    ";
            } elseif (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 43
    ($context["attributes"] ?? null), "hasClass", ["private-message-add-form"], "method", false, false, true, 43)) {
                // line 44
                yield "
      ";
                // line 45
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/comment"), "html", null, true);
                yield "
      
        ";
                // line 47
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["current_user_picture"] ?? null), 47, $this-&gt;source), "html", null, true);
                yield "
        
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 49, $this-&gt;source), "html", null, true);
                yield "&gt;
            
              ";
                // line 51
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 51, $this-&gt;source), "html", null, true);
                yield "
            
          
        
      
    
    
    ";
            } elseif (        // line 58
    ($context["is_search_form"] ?? null)) {
                // line 59
                yield "
      ";
                // line 60
                if (($context["in_hero_region"] ?? null)) {
                    // line 61
                    yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 62, $this-&gt;source), "html", null, true);
                    yield "&gt;
          
            ";
                    // line 64
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 64, $this-&gt;source), "html", null, true);
                    yield "
          
        
    
      ";
                } elseif (            // line 68
    ($context["in_content_top_region"] ?? null)) {
                    // line 69
                    yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", ["search-take-over"], "method", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                    yield "&gt;
          
            
              
                ";
                    // line 74
                    echo t("Close search window", array());
                    yield "
                
              
            
            ";
                    // line 78
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 78, $this-&gt;source), "html", null, true);
                    yield "
          
        
    
      ";
                } else {
                    // line 83
                    yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 84, $this-&gt;source), "html", null, true);
                    yield "&gt;
          
            ";
                    // line 86
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 86, $this-&gt;source), "html", null, true);
                    yield "
          
        
    
      ";
                }
                // line 91
                yield "
    ";
            } else {
                // line 93
                yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 94, $this-&gt;source), "html", null, true);
                yield "&gt;
        ";
                // line 95
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 95, $this-&gt;source), "html", null, true);
                yield "
      
    
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["attributes", "children", "current_user_picture", "is_search_form", "in_hero_region", "in_content_top_region"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/form/form.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  204 =&gt; 95,  200 =&gt; 94,  197 =&gt; 93,  193 =&gt; 91,  185 =&gt; 86,  180 =&gt; 84,  177 =&gt; 83,  169 =&gt; 78,  162 =&gt; 74,  157 =&gt; 72,  152 =&gt; 70,  149 =&gt; 69,  147 =&gt; 68,  140 =&gt; 64,  135 =&gt; 62,  132 =&gt; 61,  130 =&gt; 60,  127 =&gt; 59,  125 =&gt; 58,  115 =&gt; 51,  110 =&gt; 49,  105 =&gt; 47,  100 =&gt; 45,  97 =&gt; 44,  95 =&gt; 43,  86 =&gt; 37,  81 =&gt; 35,  76 =&gt; 33,  71 =&gt; 31,  68 =&gt; 30,  66 =&gt; 29,  60 =&gt; 23,  53 =&gt; 20,  51 =&gt; 19,  48 =&gt; 18,  42 =&gt; 16,  40 =&gt; 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/form/form.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/form/form.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 15, "trans" =&gt; 72);
            static $filters = array("escape" =&gt; 16);
            static $functions = array("attach_library" =&gt; 16);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_form.html.twig_ooFWHp9g4sObqkGXQmJtQduzJ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/form/form.html.twig */
    class __TwigTemplate_01699b1db65cf2b55dc549e7360b9168 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 15
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "hasClass", ["form--default"], "method", false, false, true, 15)) {
                // line 16
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/form-default"), "html", null, true);
                yield "
    ";
            }
            // line 18
            yield "
    ";
            // line 19
            if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "hasClass", ["card"], "method", false, false, true, 19)) {
                // line 20
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "removeClass", ["card"], "method", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                yield "&gt;
        
          
            ";
                // line 23
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 23, $this-&gt;source), "html", null, true);
                yield "
        
    
        ";
            } elseif (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 29
    ($context["attributes"] ?? null), "hasClass", ["comment-comment-form"], "method", false, false, true, 29)) {
                // line 30
                yield "
      ";
                // line 31
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/comment"), "html", null, true);
                yield "
       
        ";
                // line 33
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["current_user_picture"] ?? null), 33, $this-&gt;source), "html", null, true);
                yield "
          
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 35, $this-&gt;source), "html", null, true);
                yield "&gt;
              
                ";
                // line 37
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 37, $this-&gt;source), "html", null, true);
                yield "
              
            
          
      
    
    ";
            } elseif (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 43
    ($context["attributes"] ?? null), "hasClass", ["private-message-add-form"], "method", false, false, true, 43)) {
                // line 44
                yield "
      ";
                // line 45
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("socialbase/comment"), "html", null, true);
                yield "
      
        ";
                // line 47
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["current_user_picture"] ?? null), 47, $this-&gt;source), "html", null, true);
                yield "
        
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 49, $this-&gt;source), "html", null, true);
                yield "&gt;
            
              ";
                // line 51
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 51, $this-&gt;source), "html", null, true);
                yield "
            
          
        
      
    
    
    ";
            } elseif (        // line 58
    ($context["is_search_form"] ?? null)) {
                // line 59
                yield "
      ";
                // line 60
                if (($context["in_hero_region"] ?? null)) {
                    // line 61
                    yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 62, $this-&gt;source), "html", null, true);
                    yield "&gt;
          
            ";
                    // line 64
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 64, $this-&gt;source), "html", null, true);
                    yield "
          
        
    
      ";
                } elseif (            // line 68
    ($context["in_content_top_region"] ?? null)) {
                    // line 69
                    yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", ["search-take-over"], "method", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                    yield "&gt;
          
            
              
                ";
                    // line 74
                    echo t("Close search window", array());
                    yield "
                
              
            
            ";
                    // line 78
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 78, $this-&gt;source), "html", null, true);
                    yield "
          
        
    
      ";
                } else {
                    // line 83
                    yield "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 84, $this-&gt;source), "html", null, true);
                    yield "&gt;
          
            ";
                    // line 86
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 86, $this-&gt;source), "html", null, true);
                    yield "
          
        
    
      ";
                }
                // line 91
                yield "
    ";
            } else {
                // line 93
                yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 94, $this-&gt;source), "html", null, true);
                yield "&gt;
        ";
                // line 95
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 95, $this-&gt;source), "html", null, true);
                yield "
      
    
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["attributes", "children", "current_user_picture", "is_search_form", "in_hero_region", "in_content_top_region"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/form/form.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  204 =&gt; 95,  200 =&gt; 94,  197 =&gt; 93,  193 =&gt; 91,  185 =&gt; 86,  180 =&gt; 84,  177 =&gt; 83,  169 =&gt; 78,  162 =&gt; 74,  157 =&gt; 72,  152 =&gt; 70,  149 =&gt; 69,  147 =&gt; 68,  140 =&gt; 64,  135 =&gt; 62,  132 =&gt; 61,  130 =&gt; 60,  127 =&gt; 59,  125 =&gt; 58,  115 =&gt; 51,  110 =&gt; 49,  105 =&gt; 47,  100 =&gt; 45,  97 =&gt; 44,  95 =&gt; 43,  86 =&gt; 37,  81 =&gt; 35,  76 =&gt; 33,  71 =&gt; 31,  68 =&gt; 30,  66 =&gt; 29,  60 =&gt; 23,  53 =&gt; 20,  51 =&gt; 19,  48 =&gt; 18,  42 =&gt; 16,  40 =&gt; 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/form/form.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/form/form.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 15, "trans" =&gt; 72);
            static $filters = array("escape" =&gt; 16);
            static $functions = array("attach_library" =&gt; 16);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape'],
                    ['attach_library'],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_01699b1db65cf2b55dc549e7360b9168', 'themes/custom/greenforum_main/templates/form/form.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/form/form.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/form/form.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 536)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 126)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 109)
    __TwigTemplate_ba9b039c2fbf3026c40ec2e5dfb6cfb3->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--views-exposed-filter-block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_block.html.twig_OkOlgFdmAoXFk3mGs02wfn_al', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/block/block.html.twig */
    class __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            yield "
    ";
            // line 50
            $context["classes"] = [("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 51
    ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this-&gt;source))), ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
    ($context["plugin_id"] ?? null), 52, $this-&gt;source))), ((        // line 53
    ($context["card"] ?? null)) ? ("card") : (""))];
            // line 56
            yield "
    ";
            // line 58
            $context["title_classes"] = [((        // line 59
    ($context["card"] ?? null)) ? ("card__title") : ("block-title"))];
            // line 62
            yield "
    
    ";
            // line 64
            if ( !($context["bare"] ?? null)) {
                // line 65
                yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this-&gt;source), "html", null, true);
                yield "&gt;
    
        ";
                // line 68
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 68, $this-&gt;source), "html", null, true);
                yield "
        ";
                // line 69
                if (($context["label"] ?? null)) {
                    // line 70
                    yield "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 70, $this-&gt;source), "html", null, true);
                    yield "
        ";
                }
                // line 72
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 72, $this-&gt;source), "html", null, true);
                yield "
    
    ";
            }
            // line 75
            yield "
      ";
            // line 76
            yield from $this-&gt;unwrap()-&gt;yieldBlock('content', $context, $blocks);
            // line 79
            yield "
    ";
            // line 80
            if ( !($context["bare"] ?? null)) {
                // line 81
                yield "  
    
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["configuration", "plugin_id", "card", "bare", "attributes", "title_prefix", "label", "title_attributes", "title_suffix", "content"]);        return; yield '';
        }
    
        // line 76
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 77
            yield "    ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 77, $this-&gt;source), "html", null, true);
            yield "
      ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/block/block.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  113 =&gt; 77,  109 =&gt; 76,  100 =&gt; 81,  98 =&gt; 80,  95 =&gt; 79,  93 =&gt; 76,  90 =&gt; 75,  83 =&gt; 72,  75 =&gt; 70,  73 =&gt; 69,  69 =&gt; 68,  64 =&gt; 66,  61 =&gt; 65,  59 =&gt; 64,  55 =&gt; 62,  53 =&gt; 59,  52 =&gt; 58,  49 =&gt; 56,  47 =&gt; 53,  46 =&gt; 52,  45 =&gt; 51,  44 =&gt; 50,  41 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/block/block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 50, "if" =&gt; 64, "block" =&gt; 76);
            static $filters = array("clean_class" =&gt; 51, "escape" =&gt; 66);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_class', 'escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_block.html.twig_OkOlgFdmAoXFk3mGs02wfn_al', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/block/block.html.twig */
    class __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            yield "
    ";
            // line 50
            $context["classes"] = [("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source,         // line 51
    ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this-&gt;source))), ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
    ($context["plugin_id"] ?? null), 52, $this-&gt;source))), ((        // line 53
    ($context["card"] ?? null)) ? ("card") : (""))];
            // line 56
            yield "
    ";
            // line 58
            $context["title_classes"] = [((        // line 59
    ($context["card"] ?? null)) ? ("card__title") : ("block-title"))];
            // line 62
            yield "
    
    ";
            // line 64
            if ( !($context["bare"] ?? null)) {
                // line 65
                yield "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this-&gt;source), "html", null, true);
                yield "&gt;
    
        ";
                // line 68
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 68, $this-&gt;source), "html", null, true);
                yield "
        ";
                // line 69
                if (($context["label"] ?? null)) {
                    // line 70
                    yield "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 70, $this-&gt;source), "html", null, true);
                    yield "
        ";
                }
                // line 72
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 72, $this-&gt;source), "html", null, true);
                yield "
    
    ";
            }
            // line 75
            yield "
      ";
            // line 76
            yield from $this-&gt;unwrap()-&gt;yieldBlock('content', $context, $blocks);
            // line 79
            yield "
    ";
            // line 80
            if ( !($context["bare"] ?? null)) {
                // line 81
                yield "  
    
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["configuration", "plugin_id", "card", "bare", "attributes", "title_prefix", "label", "title_attributes", "title_suffix", "content"]);        return; yield '';
        }
    
        // line 76
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 77
            yield "    ";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 77, $this-&gt;source), "html", null, true);
            yield "
      ";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/block/block.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  113 =&gt; 77,  109 =&gt; 76,  100 =&gt; 81,  98 =&gt; 80,  95 =&gt; 79,  93 =&gt; 76,  90 =&gt; 75,  83 =&gt; 72,  75 =&gt; 70,  73 =&gt; 69,  69 =&gt; 68,  64 =&gt; 66,  61 =&gt; 65,  59 =&gt; 64,  55 =&gt; 62,  53 =&gt; 59,  52 =&gt; 58,  49 =&gt; 56,  47 =&gt; 53,  46 =&gt; 52,  45 =&gt; 51,  44 =&gt; 50,  41 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/block/block.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 50, "if" =&gt; 64, "block" =&gt; 76);
            static $filters = array("clean_class" =&gt; 51, "escape" =&gt; 66);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_class', 'escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e', 'themes/contrib/socialbase/templates/block/block.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/block/block.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_gtranslate.html.twig_SxVELQK-N3lSv2vuyLaWWX4Tc', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/gtranslate/templates/gtranslate.html.twig */
    class __TwigTemplate_95e1dff49436757313d18c2f371de869 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 9
            yield "
    ";
            // line 10
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gtranslate_html"] ?? null), 10, $this-&gt;source));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["gtranslate_html"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/gtranslate/templates/gtranslate.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  43 =&gt; 10,  40 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/gtranslate/templates/gtranslate.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/gtranslate/templates/gtranslate.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("raw" =&gt; 10);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['raw'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_gtranslate.html.twig_SxVELQK-N3lSv2vuyLaWWX4Tc', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* modules/contrib/gtranslate/templates/gtranslate.html.twig */
    class __TwigTemplate_95e1dff49436757313d18c2f371de869 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 9
            yield "
    ";
            // line 10
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gtranslate_html"] ?? null), 10, $this-&gt;source));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["gtranslate_html"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "modules/contrib/gtranslate/templates/gtranslate.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  43 =&gt; 10,  40 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/gtranslate/templates/gtranslate.html.twig", "/Data/htdocs/greenforum-api/modules/contrib/gtranslate/templates/gtranslate.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("raw" =&gt; 10);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['raw'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_95e1dff49436757313d18c2f371de869', 'modules/contrib/gtranslate/templates/gtranslate.html.twig') (Line: 336)
    Twig\Environment->load('modules/contrib/gtranslate/templates/gtranslate.html.twig') (Line: 39)
    twig_render_template('modules/contrib/gtranslate/templates/gtranslate.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('gtranslate', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 93)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: bulk_taxonomy_update_views_pre_view(): Argument #2 ($display_id) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 409 of core/lib/Drupal/Core/Extension/ModuleHandler.php).
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642)
    Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: Undefined array key "type" in Drupal\views\Plugin\views\query\Sql->buildCondition() (line 1146 of core/modules/views/src/Plugin/views/query/Sql.php).
    Drupal\views\Plugin\views\query\Sql->buildCondition('where') (Line: 1416)
    Drupal\views\Plugin\views\query\Sql->query() (Line: 1469)
    Drupal\views\Plugin\views\query\Sql->build(Object) (Line: 280)
    group_views_query_alter(Object, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'group') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449)
    Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331)
    Drupal\views\ViewExecutable->build(NULL) (Line: 1406)
    Drupal\views\ViewExecutable->execute(NULL) (Line: 1469)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: Undefined array key "type" in Drupal\views\Plugin\views\query\Sql->buildCondition() (line 1146 of core/modules/views/src/Plugin/views/query/Sql.php).
    Drupal\views\Plugin\views\query\Sql->buildCondition('where') (Line: 1416)
    Drupal\views\Plugin\views\query\Sql->query(1) (Line: 1470)
    Drupal\views\Plugin\views\query\Sql->build(Object) (Line: 280)
    group_views_query_alter(Object, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'group') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449)
    Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331)
    Drupal\views\ViewExecutable->build(NULL) (Line: 1406)
    Drupal\views\ViewExecutable->execute(NULL) (Line: 1469)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 117)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: bulk_taxonomy_update_views_pre_view(): Argument #2 ($display_id) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 409 of core/lib/Drupal/Core/Extension/ModuleHandler.php).
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642)
    Drupal\views\ViewExecutable->executeDisplay('block_5', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__15e4c2_-jFioDKxHKAQhzCpsBftLhlkJ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__15e4c2886fb2554f14cf09e05167a91f */
    class __TwigTemplate_e259a1af8ed01b63b87e6d4f2945c14d extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield Twig\Extension\CoreExtension::nl2br($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["value"] ?? null), 1, $this-&gt;source), "html", null, true));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["value"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" =&gt; 1, "escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__15e4c2_-jFioDKxHKAQhzCpsBftLhlkJ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__15e4c2886fb2554f14cf09e05167a91f */
    class __TwigTemplate_e259a1af8ed01b63b87e6d4f2945c14d extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield Twig\Extension\CoreExtension::nl2br($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["value"] ?? null), 1, $this-&gt;source), "html", null, true));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["value"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" =&gt; 1, "escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_e259a1af8ed01b63b87e6d4f2945c14d', '__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 425)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 939)
    Drupal\views\Plugin\views\field\EntityField->render_item(0, Array) (Line: 1208)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1790)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26)
    Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458)
    Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_5', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__d7d7f1_NZMa6TbOsIDDdL618x9zH6MzA', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__d7d7f1a462505651fc222178924da388 */
    class __TwigTemplate_4351b90c83bbdb3a2c69a53a021b5134 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["items"] ?? null), 1, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["separator"] ?? null), 1, $this-&gt;source)));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["items", "separator"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__d7d7f1a462505651fc222178924da388";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("safe_join" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['safe_join'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__d7d7f1_NZMa6TbOsIDDdL618x9zH6MzA', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__d7d7f1a462505651fc222178924da388 */
    class __TwigTemplate_4351b90c83bbdb3a2c69a53a021b5134 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["items"] ?? null), 1, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["separator"] ?? null), 1, $this-&gt;source)));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["items", "separator"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__d7d7f1a462505651fc222178924da388";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("safe_join" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['safe_join'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_4351b90c83bbdb3a2c69a53a021b5134', '__string_template__d7d7f1a462505651fc222178924da388') (Line: 425)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ items | safe_join(separator) }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 719)
    Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1220)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1790)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26)
    Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458)
    Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_5', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view-field.html.twi_g8ffRr21d_ou07_4rateR0dV3', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/views/views-view-field.html.twig */
    class __TwigTemplate_423572f2589cb4796b21c0e60247aa96 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(Twig\Extension\CoreExtension::replaceFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null), 23, $this-&gt;source), ["data-style=" =&gt; "style="]));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["output"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/views/views-view-field.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/views/views-view-field.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/views/views-view-field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("raw" =&gt; 23, "replace" =&gt; 23);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['raw', 'replace'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view-field.html.twi_g8ffRr21d_ou07_4rateR0dV3', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/custom/greenforum_main/templates/views/views-view-field.html.twig */
    class __TwigTemplate_423572f2589cb4796b21c0e60247aa96 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(Twig\Extension\CoreExtension::replaceFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null), 23, $this-&gt;source), ["data-style=" =&gt; "style="]));
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["output"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/custom/greenforum_main/templates/views/views-view-field.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  40 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/greenforum_main/templates/views/views-view-field.html.twig", "/Data/htdocs/greenforum-api/themes/custom/greenforum_main/templates/views/views-view-field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("raw" =&gt; 23, "replace" =&gt; 23);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['raw', 'replace'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_423572f2589cb4796b21c0e60247aa96', 'themes/custom/greenforum_main/templates/views/views-view-field.html.twig') (Line: 336)
    Twig\Environment->load('themes/custom/greenforum_main/templates/views/views-view-field.html.twig') (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/views/views-view-field.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1790)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26)
    Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458)
    Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_5', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__5e8ea8_6w22ubSO99i233Nr95k04TzCx', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__5e8ea89427b0df3d8b6158b9d223e4de */
    class __TwigTemplate_81fae335fe1277de9cfa5cc51e2f6d58 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield "
      <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 2, $this-&gt;source), "html", null, true);
            yield "/community-events\" class=\"btn btn-list-view\" title=\"List View\"&gt;List View</a>
      <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 3, $this-&gt;source), "html", null, true);
            yield "event-calendar/";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Twig\Extension\CoreExtension::dateFormatFilter($this-&gt;env, "now", "Y"), "html", null, true);
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Twig\Extension\CoreExtension::dateFormatFilter($this-&gt;env, "now", "m"), "html", null, true);
            yield "\" class=\"btn btn-calendar-view\" title=\"Calendar View\"&gt;Calendar View</a>
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["base_path"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__5e8ea89427b0df3d8b6158b9d223e4de";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  47 =&gt; 3,  43 =&gt; 2,  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__5e8ea89427b0df3d8b6158b9d223e4de", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 2, "date" =&gt; 3);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'date'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__5e8ea8_6w22ubSO99i233Nr95k04TzCx', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__5e8ea89427b0df3d8b6158b9d223e4de */
    class __TwigTemplate_81fae335fe1277de9cfa5cc51e2f6d58 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield "
      <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 2, $this-&gt;source), "html", null, true);
            yield "/community-events\" class=\"btn btn-list-view\" title=\"List View\"&gt;List View</a>
      <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 3, $this-&gt;source), "html", null, true);
            yield "event-calendar/";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Twig\Extension\CoreExtension::dateFormatFilter($this-&gt;env, "now", "Y"), "html", null, true);
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Twig\Extension\CoreExtension::dateFormatFilter($this-&gt;env, "now", "m"), "html", null, true);
            yield "\" class=\"btn btn-calendar-view\" title=\"Calendar View\"&gt;Calendar View</a>
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["base_path"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__5e8ea89427b0df3d8b6158b9d223e4de";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  47 =&gt; 3,  43 =&gt; 2,  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__5e8ea89427b0df3d8b6158b9d223e4de", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 2, "date" =&gt; 3);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'date'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_81fae335fe1277de9cfa5cc51e2f6d58', '__string_template__5e8ea89427b0df3d8b6158b9d223e4de') (Line: 425)
    Twig\Environment->createTemplate('{# inline_template_start #}
      <a href="{{ base_path }}/community-events" class="btn btn-list-view" title="List View">List View</a>
      <a href="{{ base_path }}event-calendar/{{ &#039;now&#039;|date(&#039;Y&#039;) }}{{ &#039;now&#039;|date(&#039;m&#039;) }}" class="btn btn-calendar-view" title="Calendar View">Calendar View</a>
    ') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}
      <a href="{{ base_path }}/community-events" class="btn btn-list-view" title="List View">List View</a>
      <a href="{{ base_path }}event-calendar/{{ &#039;now&#039;|date(&#039;Y&#039;) }}{{ &#039;now&#039;|date(&#039;m&#039;) }}" class="btn btn-calendar-view" title="Calendar View">Calendar View</a>
    ', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('
      <a href="{{ base_path }}/community-events" class="btn btn-list-view" title="List View">List View</a>
      <a href="{{ base_path }}event-calendar/{{ &#039;now&#039;|date(&#039;Y&#039;) }}{{ &#039;now&#039;|date(&#039;m&#039;) }}" class="btn btn-calendar-view" title="Calendar View">Calendar View</a>
    ', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1790)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26)
    Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458)
    Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_5', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view-unformatted.ht_XT17c2A_VhiwEQE2m0Y640KRZ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig */
    class __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'rows' =&gt; [$this, 'block_rows'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 20
            if (($context["title"] ?? null)) {
                // line 21
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 21, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            // line 23
            yield "
    ";
            // line 24
            yield from $this-&gt;unwrap()-&gt;yieldBlock('rows', $context, $blocks);
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["title", "rows"]);        return; yield '';
        }
    
        public function block_rows($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 25
            yield "  ";
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 26
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["row"], "content", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  66 =&gt; 26,  61 =&gt; 25,  52 =&gt; 24,  49 =&gt; 23,  43 =&gt; 21,  41 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 20, "block" =&gt; 24, "for" =&gt; 25);
            static $filters = array("escape" =&gt; 21);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block', 'for'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view-unformatted.ht_XT17c2A_VhiwEQE2m0Y640KRZ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig */
    class __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'rows' =&gt; [$this, 'block_rows'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 20
            if (($context["title"] ?? null)) {
                // line 21
                yield "  ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 21, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            // line 23
            yield "
    ";
            // line 24
            yield from $this-&gt;unwrap()-&gt;yieldBlock('rows', $context, $blocks);
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["title", "rows"]);        return; yield '';
        }
    
        public function block_rows($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 25
            yield "  ";
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 26
                yield "    ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["row"], "content", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                yield "
      ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  66 =&gt; 26,  61 =&gt; 25,  52 =&gt; 24,  49 =&gt; 23,  43 =&gt; 21,  41 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 20, "block" =&gt; 24, "for" =&gt; 25);
            static $filters = array("escape" =&gt; 21);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block', 'for'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13', 'themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 93)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_views-view-fields.html.tw_A1NyUy-sa8XVRaK-hl2HzYKaU', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/themes/stable9/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_ac49a4bf4d6002a9b03edd7d40799ffb extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "separator", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                // line 34
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 34)) {
                    // line 35
                    yield "&lt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_attributes", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                }
                // line 37
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 37)) {
                    // line 38
                    if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 38)) {
                        // line 39
                        yield "&lt;";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_attributes", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield "&gt;";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_suffix", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield "&gt;";
                    } else {
                        // line 41
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_suffix", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                    }
                }
                // line 44
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 44)) {
                    // line 45
                    yield "&lt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_attributes", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "content", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                } else {
                    // line 47
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "content", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                }
                // line 49
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 49)) {
                    // line 50
                    yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 50), 50, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["fields"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/themes/stable9/templates/views/views-view-fields.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  91 =&gt; 50,  89 =&gt; 49,  86 =&gt; 47,  76 =&gt; 45,  74 =&gt; 44,  69 =&gt; 41,  58 =&gt; 39,  56 =&gt; 38,  54 =&gt; 37,  48 =&gt; 35,  46 =&gt; 34,  44 =&gt; 33,  40 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable9/templates/views/views-view-fields.html.twig", "/Data/htdocs/greenforum-api/core/themes/stable9/templates/views/views-view-fields.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 32, "if" =&gt; 34);
            static $filters = array("escape" =&gt; 33);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_views-view-fields.html.tw_A1NyUy-sa8XVRaK-hl2HzYKaU', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/themes/stable9/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_ac49a4bf4d6002a9b03edd7d40799ffb extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = CoreExtension::ensureTraversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "separator", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                // line 34
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 34)) {
                    // line 35
                    yield "&lt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_attributes", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                }
                // line 37
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 37)) {
                    // line 38
                    if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 38)) {
                        // line 39
                        yield "&lt;";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_attributes", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield "&gt;";
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_suffix", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        yield "&gt;";
                    } else {
                        // line 41
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                        yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "label_suffix", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                    }
                }
                // line 44
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 44)) {
                    // line 45
                    yield "&lt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_attributes", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "content", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                } else {
                    // line 47
                    yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "content", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                }
                // line 49
                if (CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 49)) {
                    // line 50
                    yield "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 50), 50, $this-&gt;source), "html", null, true);
                    yield "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["fields"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/themes/stable9/templates/views/views-view-fields.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  91 =&gt; 50,  89 =&gt; 49,  86 =&gt; 47,  76 =&gt; 45,  74 =&gt; 44,  69 =&gt; 41,  58 =&gt; 39,  56 =&gt; 38,  54 =&gt; 37,  48 =&gt; 35,  46 =&gt; 34,  44 =&gt; 33,  40 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable9/templates/views/views-view-fields.html.twig", "/Data/htdocs/greenforum-api/core/themes/stable9/templates/views/views-view-fields.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 32, "if" =&gt; 34);
            static $filters = array("escape" =&gt; 33);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_ac49a4bf4d6002a9b03edd7d40799ffb', 'core/themes/stable9/templates/views/views-view-fields.html.twig') (Line: 336)
    Twig\Environment->load('core/themes/stable9/templates/views/views-view-fields.html.twig') (Line: 39)
    twig_render_template('core/themes/stable9/templates/views/views-view-fields.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 67)
    __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13->block_rows(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('rows', Array, Array) (Line: 52)
    __TwigTemplate_e6a3a0afcf0a13d73573d3c43e0abe13->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view-unformatted.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 122)
    __TwigTemplate_ecc29dab8787fa8ac285f58feb393dfe->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/views/views-view.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 93)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: bulk_taxonomy_update_views_pre_view(): Argument #2 ($display_id) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 409 of core/lib/Drupal/Core/Extension/ModuleHandler.php).
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642)
    Drupal\views\ViewExecutable->executeDisplay('block_7', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__827631_vrgj24Zx9Z8CbnniHQ9Z2vjwo', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__827631d7b030d33aeee1ed8bbf5cbefd */
    class __TwigTemplate_b710e7526a30f278902ad0fd14c9ff66 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            yield "Event Calendar";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__827631d7b030d33aeee1ed8bbf5cbefd";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array ();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__827631d7b030d33aeee1ed8bbf5cbefd", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__827631_vrgj24Zx9Z8CbnniHQ9Z2vjwo', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__827631d7b030d33aeee1ed8bbf5cbefd */
    class __TwigTemplate_b710e7526a30f278902ad0fd14c9ff66 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            yield "Event Calendar";
            return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__827631d7b030d33aeee1ed8bbf5cbefd";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array ();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__827631d7b030d33aeee1ed8bbf5cbefd", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_b710e7526a30f278902ad0fd14c9ff66', '__string_template__827631d7b030d33aeee1ed8bbf5cbefd') (Line: 425)
    Twig\Environment->createTemplate('{# inline_template_start #}Event Calendar') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}Event Calendar', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('Event Calendar', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1790)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26)
    Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458)
    Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_7', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_page-title.html.twig_vlXFu4qdVoWW9Er-RuFRxh_ru', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/system/page-title.html.twig */
    class __TwigTemplate_275e8955e8eacadd8815dd396146024a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 19
            yield "
    ";
            // line 21
            $context["classes"] = ["h4 section-title", ((        // line 23
    ($context["stream"] ?? null)) ? ("section-title-stream") : (""))];
            // line 26
            yield "
    ";
            // line 27
            if ((($context["node"] ?? null) &amp;&amp;  !($context["edit"] ?? null))) {
                // line 28
                yield "
      ";
                // line 29
                $context["extra_classes"] = ["section-title-node"];
                // line 33
                yield "
    ";
            }
            // line 35
            yield "
    
    ";
            // line 37
            if (($context["title"] ?? null)) {
                // line 38
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [($context["classes"] ?? null), ($context["extra_classes"] ?? null)], "method", false, false, true, 38), 38, $this-&gt;source), "html", null, true);
                yield "&gt;";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 38, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["stream", "node", "edit", "title", "title_attributes"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/system/page-title.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  66 =&gt; 38,  64 =&gt; 37,  60 =&gt; 35,  56 =&gt; 33,  54 =&gt; 29,  51 =&gt; 28,  49 =&gt; 27,  46 =&gt; 26,  44 =&gt; 23,  43 =&gt; 21,  40 =&gt; 19,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/system/page-title.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/page-title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 21, "if" =&gt; 27);
            static $filters = array("escape" =&gt; 38);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_page-title.html.twig_vlXFu4qdVoWW9Er-RuFRxh_ru', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/system/page-title.html.twig */
    class __TwigTemplate_275e8955e8eacadd8815dd396146024a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 19
            yield "
    ";
            // line 21
            $context["classes"] = ["h4 section-title", ((        // line 23
    ($context["stream"] ?? null)) ? ("section-title-stream") : (""))];
            // line 26
            yield "
    ";
            // line 27
            if ((($context["node"] ?? null) &amp;&amp;  !($context["edit"] ?? null))) {
                // line 28
                yield "
      ";
                // line 29
                $context["extra_classes"] = ["section-title-node"];
                // line 33
                yield "
    ";
            }
            // line 35
            yield "
    
    ";
            // line 37
            if (($context["title"] ?? null)) {
                // line 38
                yield "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(CoreExtension::getAttribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [($context["classes"] ?? null), ($context["extra_classes"] ?? null)], "method", false, false, true, 38), 38, $this-&gt;source), "html", null, true);
                yield "&gt;";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 38, $this-&gt;source), "html", null, true);
                yield "
    ";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["stream", "node", "edit", "title", "title_attributes"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/system/page-title.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  66 =&gt; 38,  64 =&gt; 37,  60 =&gt; 35,  56 =&gt; 33,  54 =&gt; 29,  51 =&gt; 28,  49 =&gt; 27,  46 =&gt; 26,  44 =&gt; 23,  43 =&gt; 21,  40 =&gt; 19,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/system/page-title.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/system/page-title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 21, "if" =&gt; 27);
            static $filters = array("escape" =&gt; 38);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_275e8955e8eacadd8815dd396146024a', 'themes/contrib/socialbase/templates/system/page-title.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/system/page-title.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/system/page-title.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page_title', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 114)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 93)
    __TwigTemplate_c5a9c05f27e00a748761c6bf6cee565e->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7_block--system.html.twig_fCjJWQ8eloHMIzRtaHgWriC_D', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/block/block--system.html.twig */
    class __TwigTemplate_e899ba13f925bc24eec75642c0c399b9 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 1
            return "block.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block.html.twig", "themes/contrib/socialbase/templates/block/block--system.html.twig", 1);
            yield from $this-&gt;parent-&gt;unwrap()-&gt;yield($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/block/block--system.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  37 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/block/block--system.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--system.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7_block--system.html.twig_fCjJWQ8eloHMIzRtaHgWriC_D', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* themes/contrib/socialbase/templates/block/block--system.html.twig */
    class __TwigTemplate_e899ba13f925bc24eec75642c0c399b9 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 1
            return "block.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block.html.twig", "themes/contrib/socialbase/templates/block/block--system.html.twig", 1);
            yield from $this-&gt;parent-&gt;unwrap()-&gt;yield($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "themes/contrib/socialbase/templates/block/block--system.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  37 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/contrib/socialbase/templates/block/block--system.html.twig", "/Data/htdocs/greenforum-api/themes/contrib/socialbase/templates/block/block--system.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_e899ba13f925bc24eec75642c0c399b9', 'themes/contrib/socialbase/templates/block/block--system.html.twig') (Line: 336)
    Twig\Environment->load('themes/contrib/socialbase/templates/block/block--system.html.twig') (Line: 39)
    twig_render_template('themes/contrib/socialbase/templates/block/block--system.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: bulk_taxonomy_update_views_pre_view(): Argument #2 ($display_id) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 409 of core/lib/Drupal/Core/Extension/ModuleHandler.php).
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'bulk_taxonomy_update') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_pre_view', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_pre_view', Array) (Line: 1701)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1642)
    Drupal\views\ViewExecutable->executeDisplay('block_3', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: Undefined array key "field_event_date_value" in custom_calendar_views_query_alter() (line 76 of modules/custom/custom_calendar/custom_calendar.module).
    custom_calendar_views_query_alter(Object, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'custom_calendar') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449)
    Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331)
    Drupal\views\ViewExecutable->build(NULL) (Line: 1406)
    Drupal\views\ViewExecutable->execute(NULL) (Line: 1469)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_3', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: Attempt to read property "argument" on null in custom_calendar_views_query_alter() (line 76 of modules/custom/custom_calendar/custom_calendar.module).
    custom_calendar_views_query_alter(Object, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'custom_calendar') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('views_query_alter', Object) (Line: 408)
    Drupal\Core\Extension\ModuleHandler->invokeAll('views_query_alter', Array) (Line: 1449)
    Drupal\views\Plugin\views\query\Sql->alter(Object) (Line: 1331)
    Drupal\views\ViewExecutable->build(NULL) (Line: 1406)
    Drupal\views\ViewExecutable->execute(NULL) (Line: 1469)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_3', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php', 511) (Line: 104)
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('690b6c216a7c7___string_template__fd5915_8-5cGk92Nj2mFSvZ8gd7S20XE', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__fd59158898a403eb465fb2a9650dbf61 */
    class __TwigTemplate_12210eff33819103ca03e4dfc1f7f39a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield "
      ";
            // line 2
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date"] ?? null), 2, $this-&gt;source), "html", null, true);
            yield " 
        ";
            // line 3
            if ((($context["field_event_ggkp"] ?? null) == "1")) {
                // line 4
                yield "      
        ";
            }
            // line 6
            yield "  
      
        ";
            // line 8
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_type"] ?? null), 8, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 10
            yield "    ";
            if ((($context["field_event_date_end"] ?? null) &amp;&amp; (($context["field_event_date"] ?? null) != ($context["field_event_date_end"] ?? null)))) {
                // line 11
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date"] ?? null), 11, $this-&gt;source), "html", null, true);
                yield " ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_2"] ?? null), 11, $this-&gt;source), "html", null, true);
                yield " - ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_end"] ?? null), 11, $this-&gt;source), "html", null, true);
                yield "
        ";
            } else {
                // line 13
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date"] ?? null), 13, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            // line 15
            yield "    
      <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 16, $this-&gt;source), "html", null, true);
            yield "\"&gt;";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 16, $this-&gt;source), "html", null, true);
            yield "</a>
    
      
      ";
            // line 19
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_1"] ?? null), 19, $this-&gt;source), "html", null, true);
            yield "
      ";
            // line 20
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_end_1"] ?? null), 20, $this-&gt;source), "html", null, true);
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["field_event_date", "field_event_ggkp", "field_event_type", "field_event_date_end", "field_event_date_2", "view_node", "title", "field_event_date_1", "field_event_date_end_1"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__fd59158898a403eb465fb2a9650dbf61";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  95 =&gt; 20,  91 =&gt; 19,  83 =&gt; 16,  80 =&gt; 15,  74 =&gt; 13,  64 =&gt; 11,  61 =&gt; 10,  57 =&gt; 8,  53 =&gt; 6,  49 =&gt; 4,  47 =&gt; 3,  43 =&gt; 2,  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__fd59158898a403eb465fb2a9650dbf61", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 3);
            static $filters = array("escape" =&gt; 2);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('690b6c216a7c7___string_template__fd5915_8-5cGk92Nj2mFSvZ8gd7S20XE', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\CoreExtension;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__fd59158898a403eb465fb2a9650dbf61 */
    class __TwigTemplate_12210eff33819103ca03e4dfc1f7f39a extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 1
            yield "
      ";
            // line 2
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date"] ?? null), 2, $this-&gt;source), "html", null, true);
            yield " 
        ";
            // line 3
            if ((($context["field_event_ggkp"] ?? null) == "1")) {
                // line 4
                yield "      
        ";
            }
            // line 6
            yield "  
      
        ";
            // line 8
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_type"] ?? null), 8, $this-&gt;source), "html", null, true);
            yield "
        ";
            // line 10
            yield "    ";
            if ((($context["field_event_date_end"] ?? null) &amp;&amp; (($context["field_event_date"] ?? null) != ($context["field_event_date_end"] ?? null)))) {
                // line 11
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date"] ?? null), 11, $this-&gt;source), "html", null, true);
                yield " ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_2"] ?? null), 11, $this-&gt;source), "html", null, true);
                yield " - ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_end"] ?? null), 11, $this-&gt;source), "html", null, true);
                yield "
        ";
            } else {
                // line 13
                yield "      ";
                yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date"] ?? null), 13, $this-&gt;source), "html", null, true);
                yield "
        ";
            }
            // line 15
            yield "    
      <a line yield this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 16, $this-&gt;source), "html", null, true);
            yield "\"&gt;";
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 16, $this-&gt;source), "html", null, true);
            yield "</a>
    
      
      ";
            // line 19
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_1"] ?? null), 19, $this-&gt;source), "html", null, true);
            yield "
      ";
            // line 20
            yield $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_event_date_end_1"] ?? null), 20, $this-&gt;source), "html", null, true);
            yield "
    ";
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["field_event_date", "field_event_ggkp", "field_event_type", "field_event_date_end", "field_event_date_2", "view_node", "title", "field_event_date_1", "field_event_date_end_1"]);        return; yield '';
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__fd59158898a403eb465fb2a9650dbf61";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  95 =&gt; 20,  91 =&gt; 19,  83 =&gt; 16,  80 =&gt; 15,  74 =&gt; 13,  64 =&gt; 11,  61 =&gt; 10,  57 =&gt; 8,  53 =&gt; 6,  49 =&gt; 4,  47 =&gt; 3,  43 =&gt; 2,  40 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__fd59158898a403eb465fb2a9650dbf61", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 3);
            static $filters = array("escape" =&gt; 2);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    [],
                    $this-&gt;source
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 375)
    Twig\Environment->loadTemplate('__TwigTemplate_12210eff33819103ca03e4dfc1f7f39a', '__string_template__fd59158898a403eb465fb2a9650dbf61') (Line: 425)
    Twig\Environment->createTemplate('{# inline_template_start #}
      {{ field_event_date }} 
        {% if field_event_ggkp == '1' %}
          
        {% endif %}
      
      
        {{ field_event_type }}
        {# Check if there is an end date, and if it differs from the start date #}
        {% if field_event_date_end and field_event_date != field_event_date_end %}
          {{ field_event_date }} {{ field_event_date_2 }} - {{ field_event_date_end }}
        {% else %}
          {{ field_event_date }}
        {% endif %}
        
      <a href="{{ view_node }}">{{ title }}</a>
    
      
      {{ field_event_date_1 }}
      {{ field_event_date_end_1 }}
    ') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}
      {{ field_event_date }} 
        {% if field_event_ggkp == '1' %}
          
        {% endif %}
      
      
        {{ field_event_type }}
        {# Check if there is an end date, and if it differs from the start date #}
        {% if field_event_date_end and field_event_date != field_event_date_end %}
          {{ field_event_date }} {{ field_event_date_2 }} - {{ field_event_date_end }}
        {% else %}
          {{ field_event_date }}
        {% endif %}
        
      <a href="{{ view_node }}">{{ title }}</a>
    
      
      {{ field_event_date_1 }}
      {{ field_event_date_end_1 }}
    ', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 165)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 164)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('
      {{ field_event_date }} 
        {% if field_event_ggkp == '1' %}
          
        {% endif %}
      
      
        {{ field_event_type }}
        {# Check if there is an end date, and if it differs from the start date #}
        {% if field_event_date_end and field_event_date != field_event_date_end %}
          {{ field_event_date }} {{ field_event_date_2 }} - {{ field_event_date_end }}
        {% else %}
          {{ field_event_date }}
        {% endif %}
        
      <a href="{{ view_node }}">{{ title }}</a>
    
      
      {{ field_event_date_1 }}
      {{ field_event_date_end_1 }}
    ', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1790)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array) (Line: 26)
    Drupal\views_combine\Plugin\views\style\DefaultStyle->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 458)
    Drupal\views\Plugin\views\style\StylePluginBase->render() (Line: 2174)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1645)
    Drupal\views\ViewExecutable->executeDisplay('block_3', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 61)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func_array('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback('Drupal\block\BlockViewBuilder::preRender', Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', 'Drupal\block\BlockViewBuilder::preRender', Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 493)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 423)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->block_content(Array, Array) (Line: 430)
    Twig\Template->yieldBlock('content', Array, Array) (Line: 290)
    __TwigTemplate_982ff36c8c67ab0a6d726b70893b30b2->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/layout/page.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 106)
    __TwigTemplate_115aaa0110147dd4b8dda6c26b6830ee->doDisplay(Array, Array) (Line: 360)
    Twig\Template->yield(Array) (Line: 335)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('themes/custom/greenforum_main/templates/system/html.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 153)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 193)
    Drupal\cleantalk\EventSubscriber\BootSubscriber->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    

Event Calendar

November 2021

31
1
2
3
4
5
6
 
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
 
 
 
 
22