Error message

  • 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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_field--node--title.html.t_rI2hLICXOVeMXFBeQOeOXvk4c', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/field/field--node--title.html.twig */
    class __TwigTemplate_17151fa5dc6e7e534425e2f0d8ef4d2a extends \Twig\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 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "themes/craftpower/templates/field/field--node--title.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/field/field--node--title.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/field/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_field--node--title.html.t_rI2hLICXOVeMXFBeQOeOXvk4c', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/field/field--node--title.html.twig */
    class __TwigTemplate_17151fa5dc6e7e534425e2f0d8ef4d2a extends \Twig\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 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "themes/craftpower/templates/field/field--node--title.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/field/field--node--title.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/field/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_17151fa5dc6e7e534425e2f0d8ef4d2a', 'themes/craftpower/templates/field/field--node--title.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/field/field--node--title.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 110)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 101)
    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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1___string_template__15e4c2_zuyJ1CpcwnOYUntZm7DgOfmVs', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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_a0c0c781fd0bb5777f5818813530622f extends \Twig\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
            echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" => 1, "escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } 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('69f999e9f0fe1___string_template__15e4c2_zuyJ1CpcwnOYUntZm7DgOfmVs', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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_a0c0c781fd0bb5777f5818813530622f extends \Twig\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
            echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" => 1, "escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_a0c0c781fd0bb5777f5818813530622f', '__string_template__15e4c2886fb2554f14cf09e05167a91f', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 462)
    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: 101)
    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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_17151fa5dc6e7e534425e2f0d8ef4d2a->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 110)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 101)
    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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_field--node--created.html_McW0P1VY6OnOMNC7l0c8diBtH', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/field/field--node--created.html.twig */
    class __TwigTemplate_bcdd87c91ed3645e43d80e5a3718f5a9 extends \Twig\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 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "themes/craftpower/templates/field/field--node--created.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/field/field--node--created.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/field/field--node--created.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/field/field--node--created.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_field--node--created.html_McW0P1VY6OnOMNC7l0c8diBtH', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/field/field--node--created.html.twig */
    class __TwigTemplate_bcdd87c91ed3645e43d80e5a3718f5a9 extends \Twig\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 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "themes/craftpower/templates/field/field--node--created.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/field/field--node--created.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/field/field--node--created.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/field/field--node--created.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_bcdd87c91ed3645e43d80e5a3718f5a9', 'themes/craftpower/templates/field/field--node--created.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/field/field--node--created.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/field/field--node--created.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 517)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_field--node--uid.html.twi_B5o7N7u5d34ekXFzqysrcMtOs', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/field/field--node--uid.html.twig */
    class __TwigTemplate_256955b54c7c3906d327b8ff82b3809e extends \Twig\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 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "themes/craftpower/templates/field/field--node--uid.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/field/field--node--uid.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/field/field--node--uid.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/field/field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_field--node--uid.html.twi_B5o7N7u5d34ekXFzqysrcMtOs', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/field/field--node--uid.html.twig */
    class __TwigTemplate_256955b54c7c3906d327b8ff82b3809e extends \Twig\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 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "themes/craftpower/templates/field/field--node--uid.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 33), 33, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/field/field--node--uid.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/field/field--node--uid.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/field/field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_256955b54c7c3906d327b8ff82b3809e', 'themes/craftpower/templates/field/field--node--uid.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/field/field--node--uid.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/field/field--node--uid.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 519)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_username.html.twig_Ut6lf5Iky39OktMCMem7tU302', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/user/username.html.twig */
    class __TwigTemplate_ce9e634317fa8fec1dd829c5e4f4f9f0 extends \Twig\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 25
            if (($context["link_path"] ?? null)) {
                // line 26
                echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "</a>";
            } else {
                // line 28
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/user/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 28,  41 =&gt; 26,  39 =&gt; 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/user/username.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/user/username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 25);
            static $filters = array("escape" =&gt; 26);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_username.html.twig_Ut6lf5Iky39OktMCMem7tU302', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/user/username.html.twig */
    class __TwigTemplate_ce9e634317fa8fec1dd829c5e4f4f9f0 extends \Twig\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 25
            if (($context["link_path"] ?? null)) {
                // line 26
                echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "</a>";
            } else {
                // line 28
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/user/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 28,  41 =&gt; 26,  39 =&gt; 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/user/username.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/user/username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 25);
            static $filters = array("escape" =&gt; 26);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_ce9e634317fa8fec1dd829c5e4f4f9f0', 'themes/craftpower/templates/user/username.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/user/username.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/user/username.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_256955b54c7c3906d327b8ff82b3809e->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/field/field--node--uid.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 519)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_node.html.twig_IZnJr6v4hImiMkR2LGkfZHqRH', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/content/node.html.twig */
    class __TwigTemplate_9db304e23caa2111a5900c0c9235650d extends \Twig\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 70
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 70, $this-&gt;source), "html", null, true);
            echo "&gt;
    
      ";
            // line 72
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 72, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 73
            if ( !($context["page"] ?? null)) {
                // line 74
                echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null), 74, $this-&gt;source), "html", null, true);
                echo "&gt;
          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 75, $this-&gt;source), "html", null, true);
                echo "\" rel=\"bookmark\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 75, $this-&gt;source), "html", null, true);
                echo "</a>
        
      ";
            }
            // line 78
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 78, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 80
            if (($context["display_submitted"] ?? null)) {
                // line 81
                echo "    
          ";
                // line 82
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_picture"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_attributes"] ?? null), 83, $this-&gt;source), "html", null, true);
                echo "&gt;
            ";
                // line 84
                echo t("Submitted by @author_name on @date", array("@author_name" =&gt; ($context["author_name"] ?? null), "@date" =&gt; ($context["date"] ?? null), ));
                // line 85
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["metadata"] ?? null), 85, $this-&gt;source), "html", null, true);
                echo "
          
        
      ";
            }
            // line 89
            echo "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content_attributes"] ?? null), 90, $this-&gt;source), "html", null, true);
            echo "&gt;
        ";
            // line 91
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 91, $this-&gt;source), "html", null, true);
            echo "
      
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/content/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  100 =&gt; 91,  96 =&gt; 90,  93 =&gt; 89,  85 =&gt; 85,  83 =&gt; 84,  79 =&gt; 83,  75 =&gt; 82,  72 =&gt; 81,  70 =&gt; 80,  64 =&gt; 78,  56 =&gt; 75,  51 =&gt; 74,  49 =&gt; 73,  45 =&gt; 72,  39 =&gt; 70,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/content/node.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/content/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 73, "trans" =&gt; 84);
            static $filters = array("escape" =&gt; 70);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_node.html.twig_IZnJr6v4hImiMkR2LGkfZHqRH', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/content/node.html.twig */
    class __TwigTemplate_9db304e23caa2111a5900c0c9235650d extends \Twig\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 70
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 70, $this-&gt;source), "html", null, true);
            echo "&gt;
    
      ";
            // line 72
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 72, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 73
            if ( !($context["page"] ?? null)) {
                // line 74
                echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null), 74, $this-&gt;source), "html", null, true);
                echo "&gt;
          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 75, $this-&gt;source), "html", null, true);
                echo "\" rel=\"bookmark\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 75, $this-&gt;source), "html", null, true);
                echo "</a>
        
      ";
            }
            // line 78
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 78, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 80
            if (($context["display_submitted"] ?? null)) {
                // line 81
                echo "    
          ";
                // line 82
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_picture"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_attributes"] ?? null), 83, $this-&gt;source), "html", null, true);
                echo "&gt;
            ";
                // line 84
                echo t("Submitted by @author_name on @date", array("@author_name" =&gt; ($context["author_name"] ?? null), "@date" =&gt; ($context["date"] ?? null), ));
                // line 85
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["metadata"] ?? null), 85, $this-&gt;source), "html", null, true);
                echo "
          
        
      ";
            }
            // line 89
            echo "
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content_attributes"] ?? null), 90, $this-&gt;source), "html", null, true);
            echo "&gt;
        ";
            // line 91
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 91, $this-&gt;source), "html", null, true);
            echo "
      
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/content/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  100 =&gt; 91,  96 =&gt; 90,  93 =&gt; 89,  85 =&gt; 85,  83 =&gt; 84,  79 =&gt; 83,  75 =&gt; 82,  72 =&gt; 81,  70 =&gt; 80,  64 =&gt; 78,  56 =&gt; 75,  51 =&gt; 74,  49 =&gt; 73,  45 =&gt; 72,  39 =&gt; 70,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/content/node.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/content/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 73, "trans" =&gt; 84);
            static $filters = array("escape" =&gt; 70);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_9db304e23caa2111a5900c0c9235650d', 'themes/craftpower/templates/content/node.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/content/node.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/content/node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_field--text-with-summary._XtVNcjSmXWplBBTVMfUYaFUH9', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/classy/templates/field/field--text-with-summary.html.twig */
    class __TwigTemplate_767ae87a7cc0f3bf83b2a2b3ba2012cb extends \Twig\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 "field--text.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-with-summary.html.twig", 1);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "core/themes/classy/templates/field/field--text-with-summary.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/classy/templates/field/field--text-with-summary.html.twig", "/var/www/html/craftpower24/craftpower24.com/core/themes/classy/templates/field/field--text-with-summary.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } 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('69f999e9f0fe1_field--text-with-summary._XtVNcjSmXWplBBTVMfUYaFUH9', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/classy/templates/field/field--text-with-summary.html.twig */
    class __TwigTemplate_767ae87a7cc0f3bf83b2a2b3ba2012cb extends \Twig\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 "field--text.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-with-summary.html.twig", 1);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "core/themes/classy/templates/field/field--text-with-summary.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/classy/templates/field/field--text-with-summary.html.twig", "/var/www/html/craftpower24/craftpower24.com/core/themes/classy/templates/field/field--text-with-summary.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_767ae87a7cc0f3bf83b2a2b3ba2012cb', 'core/themes/classy/templates/field/field--text-with-summary.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--text-with-summary.html.twig') (Line: 55)
    twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 100)
    __TwigTemplate_9db304e23caa2111a5900c0c9235650d->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/content/node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_field--text.html.twig_PY8KynfG5T06NPrzeow4rmWym', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* field--text.html.twig */
    class __TwigTemplate_f0e1c9fc8d5b08aa7b0dfa09850746d3 extends \Twig\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 "field.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 28
            $context["attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "clearfix", 1 =&gt; "text-formatted"], "method", false, false, true, 28);
            // line 1
            $this-&gt;parent = $this-&gt;loadTemplate("field.html.twig", "field--text.html.twig", 1);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "field--text.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  45 =&gt; 1,  43 =&gt; 28,  36 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "field--text.html.twig", "core/themes/classy/templates/field/field--text.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 28);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    [],
                    []
                );
            } 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('69f999e9f0fe1_field--text.html.twig_PY8KynfG5T06NPrzeow4rmWym', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* field--text.html.twig */
    class __TwigTemplate_f0e1c9fc8d5b08aa7b0dfa09850746d3 extends \Twig\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 "field.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 28
            $context["attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "clearfix", 1 =&gt; "text-formatted"], "method", false, false, true, 28);
            // line 1
            $this-&gt;parent = $this-&gt;loadTemplate("field.html.twig", "field--text.html.twig", 1);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "field--text.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  45 =&gt; 1,  43 =&gt; 28,  36 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "field--text.html.twig", "core/themes/classy/templates/field/field--text.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 28);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    [],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_f0e1c9fc8d5b08aa7b0dfa09850746d3', 'field--text.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('field--text.html.twig', NULL) (Line: 333)
    Twig\Template->loadTemplate('field--text.html.twig', 'core/themes/classy/templates/field/field--text-with-summary.html.twig', 1) (Line: 42)
    __TwigTemplate_767ae87a7cc0f3bf83b2a2b3ba2012cb->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 100)
    __TwigTemplate_9db304e23caa2111a5900c0c9235650d->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/content/node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_field.html.twig_Mmycd_6N1zR97iRAwbwTHaOae', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* field.html.twig */
    class __TwigTemplate_6c0da393a359466b01acaf0c6d2d2a89 extends \Twig\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 40
            $context["title_classes"] = [0 =&gt; (((        // line 41
    ($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))];
            // line 44
            echo "
    ";
            // line 45
            if (($context["label_hidden"] ?? null)) {
                // line 46
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 47
                    echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 47, $this-&gt;source), "html", null, true);
                    echo "&gt;
          ";
                    // line 48
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 49
                        echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 51
                    echo "    
      ";
                } else {
                    // line 53
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 54
                        echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 54, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 56
                    echo "  ";
                }
            } else {
                // line 58
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 58, $this-&gt;source), "html", null, true);
                echo "&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method", false, false, true, 59), 59, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 59, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 60
                if (($context["multiple"] ?? null)) {
                    // line 61
                    echo "      
        ";
                }
                // line 63
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 64
                    echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 64), 64, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 64), 64, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 66
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 67
                    echo "      
        ";
                }
                // line 69
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  134 =&gt; 69,  130 =&gt; 67,  127 =&gt; 66,  116 =&gt; 64,  111 =&gt; 63,  107 =&gt; 61,  105 =&gt; 60,  99 =&gt; 59,  94 =&gt; 58,  90 =&gt; 56,  79 =&gt; 54,  74 =&gt; 53,  70 =&gt; 51,  59 =&gt; 49,  55 =&gt; 48,  50 =&gt; 47,  47 =&gt; 46,  45 =&gt; 45,  42 =&gt; 44,  40 =&gt; 41,  39 =&gt; 40,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "field.html.twig", "themes/craftpower/templates/field/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 40, "if" =&gt; 45, "for" =&gt; 48);
            static $filters = array("escape" =&gt; 47);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'for'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_field.html.twig_Mmycd_6N1zR97iRAwbwTHaOae', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* field.html.twig */
    class __TwigTemplate_6c0da393a359466b01acaf0c6d2d2a89 extends \Twig\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 40
            $context["title_classes"] = [0 =&gt; (((        // line 41
    ($context["label_display"] ?? null) == "visually_hidden")) ? ("visually-hidden") : (""))];
            // line 44
            echo "
    ";
            // line 45
            if (($context["label_hidden"] ?? null)) {
                // line 46
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 47
                    echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 47, $this-&gt;source), "html", null, true);
                    echo "&gt;
          ";
                    // line 48
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 49
                        echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 51
                    echo "    
      ";
                } else {
                    // line 53
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 54
                        echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 54, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 56
                    echo "  ";
                }
            } else {
                // line 58
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 58, $this-&gt;source), "html", null, true);
                echo "&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method", false, false, true, 59), 59, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 59, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 60
                if (($context["multiple"] ?? null)) {
                    // line 61
                    echo "      
        ";
                }
                // line 63
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 64
                    echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 64), 64, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 64), 64, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 66
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 67
                    echo "      
        ";
                }
                // line 69
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  134 =&gt; 69,  130 =&gt; 67,  127 =&gt; 66,  116 =&gt; 64,  111 =&gt; 63,  107 =&gt; 61,  105 =&gt; 60,  99 =&gt; 59,  94 =&gt; 58,  90 =&gt; 56,  79 =&gt; 54,  74 =&gt; 53,  70 =&gt; 51,  59 =&gt; 49,  55 =&gt; 48,  50 =&gt; 47,  47 =&gt; 46,  45 =&gt; 45,  42 =&gt; 44,  40 =&gt; 41,  39 =&gt; 40,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "field.html.twig", "themes/craftpower/templates/field/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 40, "if" =&gt; 45, "for" =&gt; 48);
            static $filters = array("escape" =&gt; 47);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'for'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_6c0da393a359466b01acaf0c6d2d2a89', 'field.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('field.html.twig', NULL) (Line: 333)
    Twig\Template->loadTemplate('field.html.twig', 'field--text.html.twig', 1) (Line: 45)
    __TwigTemplate_f0e1c9fc8d5b08aa7b0dfa09850746d3->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array, Array) (Line: 43)
    __TwigTemplate_767ae87a7cc0f3bf83b2a2b3ba2012cb->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 100)
    __TwigTemplate_9db304e23caa2111a5900c0c9235650d->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/content/node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_links--node.html.twig_v0CeH9W-dPNuWb6zsvhQWuJwe', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/classy/templates/content/links--node.html.twig */
    class __TwigTemplate_00904ec5894e4d578e54cd7870c0af16 extends \Twig\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 36
            if (($context["links"] ?? null)) {
                // line 37
                echo "  
        ";
                // line 38
                $this-&gt;loadTemplate("links.html.twig", "core/themes/classy/templates/content/links--node.html.twig", 38)-&gt;display($context);
                // line 39
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/classy/templates/content/links--node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  46 =&gt; 39,  44 =&gt; 38,  41 =&gt; 37,  39 =&gt; 36,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/classy/templates/content/links--node.html.twig", "/var/www/html/craftpower24/craftpower24.com/core/themes/classy/templates/content/links--node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 36, "include" =&gt; 38);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'include'],
                    [],
                    []
                );
            } 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('69f999e9f0fe1_links--node.html.twig_v0CeH9W-dPNuWb6zsvhQWuJwe', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/classy/templates/content/links--node.html.twig */
    class __TwigTemplate_00904ec5894e4d578e54cd7870c0af16 extends \Twig\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 36
            if (($context["links"] ?? null)) {
                // line 37
                echo "  
        ";
                // line 38
                $this-&gt;loadTemplate("links.html.twig", "core/themes/classy/templates/content/links--node.html.twig", 38)-&gt;display($context);
                // line 39
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/classy/templates/content/links--node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  46 =&gt; 39,  44 =&gt; 38,  41 =&gt; 37,  39 =&gt; 36,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/classy/templates/content/links--node.html.twig", "/var/www/html/craftpower24/craftpower24.com/core/themes/classy/templates/content/links--node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 36, "include" =&gt; 38);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'include'],
                    [],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_00904ec5894e4d578e54cd7870c0af16', 'core/themes/classy/templates/content/links--node.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/classy/templates/content/links--node.html.twig') (Line: 55)
    twig_render_template('core/themes/classy/templates/content/links--node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('links__node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 100)
    __TwigTemplate_9db304e23caa2111a5900c0c9235650d->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/content/node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 235)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_cookiebot-blocked-element_uQarG4YUwACXTo6wmw96LJadG', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig */
    class __TwigTemplate_430de5dcf7376e577e5fb7793601f72d extends \Twig\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
            $context["classes"] = [0 =&gt; "cookiebot", 1 =&gt; "cookieconsent-optout-marketing"];
            // line 20
            $context["inner_classes"] = [0 =&gt; "cookieconsent-optout-marketing__inner"];
            // line 24
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
            echo "&gt;
    \textensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["inner_attributes"] ?? null), "addClass", [0 =&gt; ($context["inner_classes"] ?? null)], "method", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
            echo "&gt;
    \t\t";
            // line 26
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "
    \t
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  52 =&gt; 26,  48 =&gt; 25,  43 =&gt; 24,  41 =&gt; 20,  39 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig", "/var/www/html/craftpower24/craftpower24.com/modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 14);
            static $filters = array("escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_cookiebot-blocked-element_uQarG4YUwACXTo6wmw96LJadG', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig */
    class __TwigTemplate_430de5dcf7376e577e5fb7793601f72d extends \Twig\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
            $context["classes"] = [0 =&gt; "cookiebot", 1 =&gt; "cookieconsent-optout-marketing"];
            // line 20
            $context["inner_classes"] = [0 =&gt; "cookieconsent-optout-marketing__inner"];
            // line 24
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
            echo "&gt;
    \textensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["inner_attributes"] ?? null), "addClass", [0 =&gt; ($context["inner_classes"] ?? null)], "method", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
            echo "&gt;
    \t\t";
            // line 26
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "
    \t
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  52 =&gt; 26,  48 =&gt; 25,  43 =&gt; 24,  41 =&gt; 20,  39 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig", "/var/www/html/craftpower24/craftpower24.com/modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 14);
            static $filters = array("escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_430de5dcf7376e577e5fb7793601f72d', 'modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig') (Line: 55)
    twig_render_template('modules/contrib/cookiebot/templates/cookiebot-blocked-element-placeholder.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('cookiebot_blocked_element_placeholder', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 147)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 152)
    cookiebot_page_attachments_alter(Array, NULL, NULL) (Line: 562)
    Drupal\Core\Extension\ModuleHandler->alter('page_attachments', Array) (Line: 323)
    Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 289)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 288)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_html.html.twig_PAZACwEbGLpvilnUaTBya0QPU', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/layout/html.html.twig */
    class __TwigTemplate_ef83681b148f4caca30e5788a94de461 extends \Twig\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 26
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 27, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 29, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 30
            echo $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), 30, $this-&gt;source), " | "));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 31, $this-&gt;source));
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 32, $this-&gt;source));
            echo "\"&gt;
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 34, $this-&gt;source), "html", null, true);
            echo "&gt;
        ";
            // line 39
            echo "    <a>
          ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 42
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 42, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 43
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 43, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 44
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 44, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this-&gt;source));
            echo "\"&gt;
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/layout/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  88 =&gt; 45,  84 =&gt; 44,  80 =&gt; 43,  76 =&gt; 42,  71 =&gt; 40,  68 =&gt; 39,  64 =&gt; 34,  59 =&gt; 32,  55 =&gt; 31,  51 =&gt; 30,  47 =&gt; 29,  42 =&gt; 27,  39 =&gt; 26,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/layout/html.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/layout/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 27, "raw" =&gt; 29, "safe_join" =&gt; 30, "t" =&gt; 40);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'raw', 'safe_join', 't'],
                    []
                );
            } 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('69f999e9f0fe1_html.html.twig_PAZACwEbGLpvilnUaTBya0QPU', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/layout/html.html.twig */
    class __TwigTemplate_ef83681b148f4caca30e5788a94de461 extends \Twig\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 26
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 27, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 29, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 30
            echo $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), 30, $this-&gt;source), " | "));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 31, $this-&gt;source));
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 32, $this-&gt;source));
            echo "\"&gt;
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 34, $this-&gt;source), "html", null, true);
            echo "&gt;
        ";
            // line 39
            echo "    <a>
          ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 42
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 42, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 43
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 43, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 44
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 44, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this-&gt;source));
            echo "\"&gt;
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/layout/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  88 =&gt; 45,  84 =&gt; 44,  80 =&gt; 43,  76 =&gt; 42,  71 =&gt; 40,  68 =&gt; 39,  64 =&gt; 34,  59 =&gt; 32,  55 =&gt; 31,  51 =&gt; 30,  47 =&gt; 29,  42 =&gt; 27,  39 =&gt; 26,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/layout/html.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/layout/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 27, "raw" =&gt; 29, "safe_join" =&gt; 30, "t" =&gt; 40);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'raw', 'safe_join', 't'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_ef83681b148f4caca30e5788a94de461', 'themes/craftpower/templates/layout/html.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/layout/html.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_page.html.twig_oR8_0AoLs9EKyv6l-lsE2uTw7', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/layout/page.html.twig */
    class __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a extends \Twig\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 46
            echo "
    
      
        ";
            // line 49
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
            echo "
      
    
      ";
            // line 52
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "primary_menu", [], "any", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 53
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "secondary_menu", [], "any", false, false, true, 53), 53, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 55
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 55), 55, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 57
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 57), 57, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "help", [], "any", false, false, true, 59), 59, $this-&gt;source), "html", null, true);
            echo "
    
    \t
        ";
            // line 62
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["messagescustom"] ?? null), 62, $this-&gt;source));
            echo "
      
    
      
        <a></a>";
            // line 67
            echo "
        
          ";
            // line 69
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 71
            echo "
        ";
            // line 72
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 72)) {
                // line 73
                echo "      
            ";
                // line 74
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 74), 74, $this-&gt;source), "html", null, true);
                echo "
          
        ";
            }
            // line 77
            echo "
        ";
            // line 78
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 78)) {
                // line 79
                echo "      
            ";
                // line 80
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                echo "
          
        ";
            }
            // line 83
            echo "
      
    
      ";
            // line 86
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 86)) {
                // line 87
                echo "    
          ";
                // line 88
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 88), 88, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 91
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/layout/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  134 =&gt; 91,  128 =&gt; 88,  125 =&gt; 87,  123 =&gt; 86,  118 =&gt; 83,  112 =&gt; 80,  109 =&gt; 79,  107 =&gt; 78,  104 =&gt; 77,  98 =&gt; 74,  95 =&gt; 73,  93 =&gt; 72,  90 =&gt; 71,  86 =&gt; 69,  82 =&gt; 67,  75 =&gt; 62,  69 =&gt; 59,  64 =&gt; 57,  59 =&gt; 55,  54 =&gt; 53,  50 =&gt; 52,  44 =&gt; 49,  39 =&gt; 46,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/layout/page.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/layout/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 72);
            static $filters = array("escape" =&gt; 49, "raw" =&gt; 62);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 'raw'],
                    []
                );
            } 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('69f999e9f0fe1_page.html.twig_oR8_0AoLs9EKyv6l-lsE2uTw7', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/layout/page.html.twig */
    class __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a extends \Twig\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 46
            echo "
    
      
        ";
            // line 49
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
            echo "
      
    
      ";
            // line 52
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "primary_menu", [], "any", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 53
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "secondary_menu", [], "any", false, false, true, 53), 53, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 55
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "breadcrumb", [], "any", false, false, true, 55), 55, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 57
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 57), 57, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "help", [], "any", false, false, true, 59), 59, $this-&gt;source), "html", null, true);
            echo "
    
    \t
        ";
            // line 62
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["messagescustom"] ?? null), 62, $this-&gt;source));
            echo "
      
    
      
        <a></a>";
            // line 67
            echo "
        
          ";
            // line 69
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 71
            echo "
        ";
            // line 72
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 72)) {
                // line 73
                echo "      
            ";
                // line 74
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 74), 74, $this-&gt;source), "html", null, true);
                echo "
          
        ";
            }
            // line 77
            echo "
        ";
            // line 78
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 78)) {
                // line 79
                echo "      
            ";
                // line 80
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                echo "
          
        ";
            }
            // line 83
            echo "
      
    
      ";
            // line 86
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 86)) {
                // line 87
                echo "    
          ";
                // line 88
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 88), 88, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 91
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/layout/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  134 =&gt; 91,  128 =&gt; 88,  125 =&gt; 87,  123 =&gt; 86,  118 =&gt; 83,  112 =&gt; 80,  109 =&gt; 79,  107 =&gt; 78,  104 =&gt; 77,  98 =&gt; 74,  95 =&gt; 73,  93 =&gt; 72,  90 =&gt; 71,  86 =&gt; 69,  82 =&gt; 67,  75 =&gt; 62,  69 =&gt; 59,  64 =&gt; 57,  59 =&gt; 55,  54 =&gt; 53,  50 =&gt; 52,  44 =&gt; 49,  39 =&gt; 46,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/layout/page.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/layout/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 72);
            static $filters = array("escape" =&gt; 49, "raw" =&gt; 62);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 'raw'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a', 'themes/craftpower/templates/layout/page.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/layout/page.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_block--system-branding-bl_GXjK0u5uPIg5oVUY-zQjhXZb8', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/block/block--system-branding-block.html.twig */
    class __TwigTemplate_5879f656f73a2495c8e0f76224dece07 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $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/craftpower/templates/block/block--system-branding-block.html.twig", 1);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        // line 16
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 17
            echo "  ";
            if (($context["site_logo"] ?? null)) {
                // line 18
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath(""));
                echo "\" rel=\"home\"&gt;
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_logo"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo "\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Home"));
                echo "\" /&gt;
        </a>
      ";
            }
            // line 22
            echo "  ";
            if (($context["site_name"] ?? null)) {
                // line 23
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath(""));
                echo "\" rel=\"home\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_name"] ?? null), 23, $this-&gt;source), "html", null, true);
                echo "</a>
      ";
            }
            // line 25
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_slogan"] ?? null), 25, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/block/block--system-branding-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  79 =&gt; 25,  71 =&gt; 23,  68 =&gt; 22,  60 =&gt; 19,  55 =&gt; 18,  52 =&gt; 17,  48 =&gt; 16,  37 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/block/block--system-branding-block.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/block/block--system-branding-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 17);
            static $filters = array("escape" =&gt; 19, "t" =&gt; 19);
            static $functions = array("path" =&gt; 18);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 't'],
                    ['path']
                );
            } 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('69f999e9f0fe1_block--system-branding-bl_GXjK0u5uPIg5oVUY-zQjhXZb8', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/block/block--system-branding-block.html.twig */
    class __TwigTemplate_5879f656f73a2495c8e0f76224dece07 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $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/craftpower/templates/block/block--system-branding-block.html.twig", 1);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        // line 16
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 17
            echo "  ";
            if (($context["site_logo"] ?? null)) {
                // line 18
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath(""));
                echo "\" rel=\"home\"&gt;
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_logo"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo "\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Home"));
                echo "\" /&gt;
        </a>
      ";
            }
            // line 22
            echo "  ";
            if (($context["site_name"] ?? null)) {
                // line 23
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath(""));
                echo "\" rel=\"home\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_name"] ?? null), 23, $this-&gt;source), "html", null, true);
                echo "</a>
      ";
            }
            // line 25
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_slogan"] ?? null), 25, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/block/block--system-branding-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  79 =&gt; 25,  71 =&gt; 23,  68 =&gt; 22,  60 =&gt; 19,  55 =&gt; 18,  52 =&gt; 17,  48 =&gt; 16,  37 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/block/block--system-branding-block.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/block/block--system-branding-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 17);
            static $filters = array("escape" =&gt; 19, "t" =&gt; 19);
            static $functions = array("path" =&gt; 18);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 't'],
                    ['path']
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_5879f656f73a2495c8e0f76224dece07', 'themes/craftpower/templates/block/block--system-branding-block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/block/block--system-branding-block.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/block/block--system-branding-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 44)
    __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_block.html.twig_CCnRK7Pn1kxjrZLJNRbAUxPmC', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* block.html.twig */
    class __TwigTemplate_daab00d9f66e7819c1ae191559899b98 extends \Twig\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 29
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 30
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 30, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 31
            if (($context["label"] ?? null)) {
                // line 32
                echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null), 32, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 32, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 34
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 34, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 35
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 38
            echo "
    ";
        }
    
        // line 35
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 36
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 36, $this-&gt;source), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  75 =&gt; 36,  71 =&gt; 35,  66 =&gt; 38,  64 =&gt; 35,  59 =&gt; 34,  51 =&gt; 32,  49 =&gt; 31,  45 =&gt; 30,  40 =&gt; 29,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "block.html.twig", "themes/craftpower/templates/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 31, "block" =&gt; 35);
            static $filters = array("escape" =&gt; 29);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_block.html.twig_CCnRK7Pn1kxjrZLJNRbAUxPmC', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* block.html.twig */
    class __TwigTemplate_daab00d9f66e7819c1ae191559899b98 extends \Twig\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 29
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 30
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 30, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 31
            if (($context["label"] ?? null)) {
                // line 32
                echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null), 32, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 32, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 34
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 34, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 35
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 38
            echo "
    ";
        }
    
        // line 35
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 36
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 36, $this-&gt;source), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  75 =&gt; 36,  71 =&gt; 35,  66 =&gt; 38,  64 =&gt; 35,  59 =&gt; 34,  51 =&gt; 32,  49 =&gt; 31,  45 =&gt; 30,  40 =&gt; 29,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "block.html.twig", "themes/craftpower/templates/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 31, "block" =&gt; 35);
            static $filters = array("escape" =&gt; 29);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_daab00d9f66e7819c1ae191559899b98', 'block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('block.html.twig', NULL) (Line: 333)
    Twig\Template->loadTemplate('block.html.twig', 'themes/craftpower/templates/block/block--system-branding-block.html.twig', 1) (Line: 43)
    __TwigTemplate_5879f656f73a2495c8e0f76224dece07->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/block/block--system-branding-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 44)
    __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_region--header.html.twig_Eqp0BXSNv2JR3XLFmQly25NRN', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/region--header.html.twig */
    class __TwigTemplate_50321d8dfab2e566082f53214c39accd extends \Twig\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
            echo "
    
      
        
          <a>
            ";
            // line 26
            echo "        
            
          </a>
          
    
            ";
            // line 31
            if ((($context["logged"] ?? null) == "false")) {
                // line 32
                echo "
              ";
                // line 53
                echo "
              
                
                
                  ";
                // line 75
                echo "
                  ";
                // line 76
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["headerusermenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 77
                    echo "                ";
                    if ((twig_lower_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 77)) == "login")) {
                        // line 78
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 78), 78, $this-&gt;source)), "html", null, true);
                        echo " button main hollow\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 78), 78, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 78, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 78), 78, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    } else {
                        // line 80
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 80), 80, $this-&gt;source)), "html", null, true);
                        echo " button main\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 80, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    }
                    // line 82
                    echo "              ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 83
                echo "
                
              
    
            ";
            }
            // line 88
            echo "
            ";
            // line 89
            if ((($context["logged"] ?? null) == "false")) {
                // line 90
                echo "          
    
                ";
                // line 92
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["headerusermenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 93
                    echo "
                    ";
                    // line 94
                    if ((twig_lower_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 94)) == "login")) {
                        // line 95
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 95), 95, $this-&gt;source)), "html", null, true);
                        echo " button main hollow\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 95), 95, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 95, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 95), 95, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    } else {
                        // line 97
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 97), 97, $this-&gt;source)), "html", null, true);
                        echo " button main\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 97), 97, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 97, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 97), 97, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    }
                    // line 99
                    echo "
                ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 101
                echo "
              
              
                
                
    
                  ";
                // line 107
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["headerusermenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 108
                    echo "
                      ";
                    // line 109
                    if ((twig_lower_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 109)) == "login")) {
                        // line 110
                        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 110), 110, $this-&gt;source)), "html", null, true);
                        echo " button main hollow\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 110), 110, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 110, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 110), 110, $this-&gt;source), "html", null, true);
                        echo "</a>
                      ";
                    } else {
                        // line 112
                        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 112), 112, $this-&gt;source)), "html", null, true);
                        echo " button main\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 112), 112, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 112, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 112), 112, $this-&gt;source), "html", null, true);
                        echo "</a>
                      ";
                    }
                    // line 114
                    echo "
                  ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 116
                echo "
                
              
            ";
            } else {
                // line 120
                echo "          
                
                  
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["profileimage"] ?? null), 123, $this-&gt;source), "html", null, true);
                echo "\" alt=\"\"&gt;
                  
                  
                    ";
                // line 126
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["company_title"] ?? null), 126, $this-&gt;source), "html", null, true);
                echo "
                  
                
    
                ";
                // line 130
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 130, $this-&gt;source), "html", null, true);
                echo "
    
                
                  ";
                // line 133
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["dashboardmenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 134
                    echo "                ";
                    $context["pathurl"] = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 134), 134, $this-&gt;source)));
                    // line 135
                    echo "                ";
                    if ((($context["custom_current_path"] ?? null) == ($context["pathurl"] ?? null))) {
                        // line 136
                        echo "                  ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 136) != "Suche")) {
                            // line 137
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 137, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        } else {
                            // line 139
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 139), 139, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 139), 139, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        }
                        // line 141
                        echo "                ";
                    } else {
                        // line 142
                        echo "                  ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 142) != "Suche")) {
                            // line 143
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 143), 143, $this-&gt;source), "html", null, true);
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 143, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 143), 143, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        } else {
                            // line 145
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 145), 145, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 145), 145, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        }
                        // line 147
                        echo "                ";
                    }
                    // line 148
                    echo "              ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 149
                echo "              <a>";
                echo t("Ausloggen", array());
                echo "</a>
                
              
            ";
            }
            // line 153
            echo "      
        
      
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/region--header.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  302 =&gt; 153,  294 =&gt; 149,  288 =&gt; 148,  285 =&gt; 147,  277 =&gt; 145,  268 =&gt; 143,  265 =&gt; 142,  262 =&gt; 141,  254 =&gt; 139,  245 =&gt; 137,  242 =&gt; 136,  239 =&gt; 135,  236 =&gt; 134,  232 =&gt; 133,  226 =&gt; 130,  219 =&gt; 126,  213 =&gt; 123,  208 =&gt; 120,  202 =&gt; 116,  195 =&gt; 114,  184 =&gt; 112,  173 =&gt; 110,  171 =&gt; 109,  168 =&gt; 108,  164 =&gt; 107,  156 =&gt; 101,  149 =&gt; 99,  138 =&gt; 97,  127 =&gt; 95,  125 =&gt; 94,  122 =&gt; 93,  118 =&gt; 92,  114 =&gt; 90,  112 =&gt; 89,  109 =&gt; 88,  102 =&gt; 83,  96 =&gt; 82,  85 =&gt; 80,  74 =&gt; 78,  71 =&gt; 77,  67 =&gt; 76,  64 =&gt; 75,  58 =&gt; 53,  55 =&gt; 32,  53 =&gt; 31,  46 =&gt; 26,  39 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/region--header.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/region--header.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 31, "for" =&gt; 76, "set" =&gt; 134, "trans" =&gt; 149);
            static $filters = array("lower" =&gt; 77, "escape" =&gt; 78, "render" =&gt; 134);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', 'set', 'trans'],
                    ['lower', 'escape', 'render'],
                    []
                );
            } 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('69f999e9f0fe1_region--header.html.twig_Eqp0BXSNv2JR3XLFmQly25NRN', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/region--header.html.twig */
    class __TwigTemplate_50321d8dfab2e566082f53214c39accd extends \Twig\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
            echo "
    
      
        
          <a>
            ";
            // line 26
            echo "        
            
          </a>
          
    
            ";
            // line 31
            if ((($context["logged"] ?? null) == "false")) {
                // line 32
                echo "
              ";
                // line 53
                echo "
              
                
                
                  ";
                // line 75
                echo "
                  ";
                // line 76
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["headerusermenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 77
                    echo "                ";
                    if ((twig_lower_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 77)) == "login")) {
                        // line 78
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 78), 78, $this-&gt;source)), "html", null, true);
                        echo " button main hollow\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 78), 78, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 78, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 78), 78, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    } else {
                        // line 80
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 80), 80, $this-&gt;source)), "html", null, true);
                        echo " button main\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 80, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 80), 80, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    }
                    // line 82
                    echo "              ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 83
                echo "
                
              
    
            ";
            }
            // line 88
            echo "
            ";
            // line 89
            if ((($context["logged"] ?? null) == "false")) {
                // line 90
                echo "          
    
                ";
                // line 92
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["headerusermenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 93
                    echo "
                    ";
                    // line 94
                    if ((twig_lower_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 94)) == "login")) {
                        // line 95
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 95), 95, $this-&gt;source)), "html", null, true);
                        echo " button main hollow\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 95), 95, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 95, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 95), 95, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    } else {
                        // line 97
                        echo "                  <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 97), 97, $this-&gt;source)), "html", null, true);
                        echo " button main\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 97), 97, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 97, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 97), 97, $this-&gt;source), "html", null, true);
                        echo "</a>
                    ";
                    }
                    // line 99
                    echo "
                ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 101
                echo "
              
              
                
                
    
                  ";
                // line 107
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["headerusermenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 108
                    echo "
                      ";
                    // line 109
                    if ((twig_lower_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 109)) == "login")) {
                        // line 110
                        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 110), 110, $this-&gt;source)), "html", null, true);
                        echo " button main hollow\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 110), 110, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 110, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 110), 110, $this-&gt;source), "html", null, true);
                        echo "</a>
                      ";
                    } else {
                        // line 112
                        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_lower_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 112), 112, $this-&gt;source)), "html", null, true);
                        echo " button main\" href=\"";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 112), 112, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 112, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 112), 112, $this-&gt;source), "html", null, true);
                        echo "</a>
                      ";
                    }
                    // line 114
                    echo "
                  ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 116
                echo "
                
              
            ";
            } else {
                // line 120
                echo "          
                
                  
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["profileimage"] ?? null), 123, $this-&gt;source), "html", null, true);
                echo "\" alt=\"\"&gt;
                  
                  
                    ";
                // line 126
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["company_title"] ?? null), 126, $this-&gt;source), "html", null, true);
                echo "
                  
                
    
                ";
                // line 130
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 130, $this-&gt;source), "html", null, true);
                echo "
    
                
                  ";
                // line 133
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["dashboardmenu"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["menuh"]) {
                    // line 134
                    echo "                ";
                    $context["pathurl"] = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 134), 134, $this-&gt;source)));
                    // line 135
                    echo "                ";
                    if ((($context["custom_current_path"] ?? null) == ($context["pathurl"] ?? null))) {
                        // line 136
                        echo "                  ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 136) != "Suche")) {
                            // line 137
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 137, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        } else {
                            // line 139
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 139), 139, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 139), 139, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        }
                        // line 141
                        echo "                ";
                    } else {
                        // line 142
                        echo "                  ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 142) != "Suche")) {
                            // line 143
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 143), 143, $this-&gt;source), "html", null, true);
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["uid"] ?? null), 143, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 143), 143, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        } else {
                            // line 145
                            echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "url", [], "any", false, false, true, 145), 145, $this-&gt;source), "html", null, true);
                            echo "\"&gt; ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["menuh"], "text", [], "any", false, false, true, 145), 145, $this-&gt;source), "html", null, true);
                            echo " </a>
                      ";
                        }
                        // line 147
                        echo "                ";
                    }
                    // line 148
                    echo "              ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menuh'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 149
                echo "              <a>";
                echo t("Ausloggen", array());
                echo "</a>
                
              
            ";
            }
            // line 153
            echo "      
        
      
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/region--header.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  302 =&gt; 153,  294 =&gt; 149,  288 =&gt; 148,  285 =&gt; 147,  277 =&gt; 145,  268 =&gt; 143,  265 =&gt; 142,  262 =&gt; 141,  254 =&gt; 139,  245 =&gt; 137,  242 =&gt; 136,  239 =&gt; 135,  236 =&gt; 134,  232 =&gt; 133,  226 =&gt; 130,  219 =&gt; 126,  213 =&gt; 123,  208 =&gt; 120,  202 =&gt; 116,  195 =&gt; 114,  184 =&gt; 112,  173 =&gt; 110,  171 =&gt; 109,  168 =&gt; 108,  164 =&gt; 107,  156 =&gt; 101,  149 =&gt; 99,  138 =&gt; 97,  127 =&gt; 95,  125 =&gt; 94,  122 =&gt; 93,  118 =&gt; 92,  114 =&gt; 90,  112 =&gt; 89,  109 =&gt; 88,  102 =&gt; 83,  96 =&gt; 82,  85 =&gt; 80,  74 =&gt; 78,  71 =&gt; 77,  67 =&gt; 76,  64 =&gt; 75,  58 =&gt; 53,  55 =&gt; 32,  53 =&gt; 31,  46 =&gt; 26,  39 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/region--header.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/region--header.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 31, "for" =&gt; 76, "set" =&gt; 134, "trans" =&gt; 149);
            static $filters = array("lower" =&gt; 77, "escape" =&gt; 78, "render" =&gt; 134);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', 'set', 'trans'],
                    ['lower', 'escape', 'render'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_50321d8dfab2e566082f53214c39accd', 'themes/craftpower/region--header.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/region--header.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/region--header.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 44)
    __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_block--system-messages-bl_r_aJsR-NCnv1FmmidrHlYMOQz', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/block/block--system-messages-block.html.twig */
    class __TwigTemplate_26552a41bc89fcdcae7ba3f51a734551 extends \Twig\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
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 13, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/block/block--system-messages-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/block/block--system-messages-block.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/block/block--system-messages-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 13);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_block--system-messages-bl_r_aJsR-NCnv1FmmidrHlYMOQz', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/block/block--system-messages-block.html.twig */
    class __TwigTemplate_26552a41bc89fcdcae7ba3f51a734551 extends \Twig\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
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 13, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/block/block--system-messages-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/block/block--system-messages-block.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/block/block--system-messages-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 13);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_26552a41bc89fcdcae7ba3f51a734551', 'themes/craftpower/templates/block/block--system-messages-block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/block/block--system-messages-block.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/block/block--system-messages-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_region.html.twig_aVhExVOUbWUPL4mUaHPx879Nb', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/layout/region.html.twig */
    class __TwigTemplate_fffbda5d8db2106685319358878a3f88 extends \Twig\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 (($context["content"] ?? null)) {
                // line 16
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 16, $this-&gt;source), "html", null, true);
                echo "&gt;
        ";
                // line 17
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 17, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/layout/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  46 =&gt; 17,  41 =&gt; 16,  39 =&gt; 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/layout/region.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/layout/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 15);
            static $filters = array("escape" =&gt; 16);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_region.html.twig_aVhExVOUbWUPL4mUaHPx879Nb', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/layout/region.html.twig */
    class __TwigTemplate_fffbda5d8db2106685319358878a3f88 extends \Twig\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 (($context["content"] ?? null)) {
                // line 16
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 16, $this-&gt;source), "html", null, true);
                echo "&gt;
        ";
                // line 17
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 17, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/layout/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  46 =&gt; 17,  41 =&gt; 16,  39 =&gt; 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/layout/region.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/layout/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 15);
            static $filters = array("escape" =&gt; 16);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_fffbda5d8db2106685319358878a3f88', 'themes/craftpower/templates/layout/region.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/layout/region.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/region.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_f481f6d14aa11d926dc0e6c7ad0c285a->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    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/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('69f999e9f0fe1_off-canvas-page-wrapper.h_fcZdv5xpBTybEJuAgSIRyUn4-', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_911acc07e61f0b90c4d24a8f1cde951f extends \Twig\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
            if (($context["children"] ?? null)) {
                // line 21
                echo "  
        ";
                // line 22
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 22, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 22,  41 =&gt; 21,  39 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 20);
            static $filters = array("escape" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } 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('69f999e9f0fe1_off-canvas-page-wrapper.h_fcZdv5xpBTybEJuAgSIRyUn4-', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/craftpower/templates/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_911acc07e61f0b90c4d24a8f1cde951f extends \Twig\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
            if (($context["children"] ?? null)) {
                // line 21
                echo "  
        ";
                // line 22
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 22, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 22,  41 =&gt; 21,  39 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/craftpower24/craftpower24.com/themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 20);
            static $filters = array("escape" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } 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: 409)
    Twig\Environment->loadClass('__TwigTemplate_911acc07e61f0b90c4d24a8f1cde951f', 'themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig') (Line: 55)
    twig_render_template('themes/craftpower/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 489)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 80)
    __TwigTemplate_ef83681b148f4caca30e5788a94de461->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/craftpower/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    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: 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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    

Allgemeine Geschäftsbedingungen

1. Geltungsbereich

Diese Allgemeinen Geschäftsbedingungen (AGB) gelten für die Nutzung der Online-Plattform CraftPower24.com (nachfolgend „Plattform“ genannt), die von der Casalinuovo marmo&keramik (nachfolgend „Betreiber“ genannt) betrieben wird.

Die Plattform dient dem Austausch von Fachkräften, Maschinen und Material sowie einer integrierten Jobbörse. Die Plattform soll als Kapazitäten Manager verstanden werden.

2. Vertragsschluss

Die Nutzung der Plattform ist für Privatpersonen kostenfrei. Unternehmen können die Plattform gegen eine monatliche Gebühr nutzen.

Um die Plattform nutzen zu können, muss sich das Unternehmen auf der Plattform registrieren und ein Nutzerkonto anlegen. Durch die Registrierung kommt ein Vertrag zwischen dem Unternehmen und dem Betreiber zustande.

3. Pflichten des Nutzers

Der Nutzer ist verpflichtet, bei der Registrierung wahrheitsgemäße und vollständige Angaben zu machen. Der Nutzer ist verpflichtet, seine Zugangsdaten geheim zu halten und nicht an Dritte weiterzugeben.

Der Nutzer ist verpflichtet, die Plattform sachgerecht und gesetzeskonform zu nutzen. Insbesondere ist der Nutzer verpflichtet, keine Inhalte zu veröffentlichen, die rechtswidrig oder gegen die guten Sitten verstoßen.

4. Pflichten des Betreibers

Der Betreiber ist bemüht, die Plattform möglichst störungsfrei zu betreiben. Der Betreiber übernimmt jedoch keine Gewähr für die ununterbrochene Verfügbarkeit der Plattform.

Der Betreiber ist berechtigt, die Plattform zu ändern oder einzustellen. Der Betreiber wird das Unternehmen über Änderungen oder Einstellungen der Plattform rechtzeitig informieren.

5. Haftung

Der Betreiber haftet für Schäden des Unternehmens, die auf einer vorsätzlichen oder grob fahrlässigen Pflichtverletzung des Betreibers beruhen.

Der Betreiber haftet nicht für Schäden des Unternehmens, die auf einer leicht fahrlässigen Pflichtverletzung des Betreibers beruhen, sofern diese nicht zu einer Verletzung des Lebens, des Körpers oder der Gesundheit des Unternehmens führen.

Die Haftung des Betreibers für Schäden des Unternehmens ist auf die Höhe des vorhersehbaren Schadens begrenzt.

6. Preise und Zahlungsbedingungen

Die Jahres Gebühr für die Nutzung der Plattform beträgt 1095,-€. Die Gebühr ist im Voraus zu zahlen.

7. Kündigung

Der Vertrag kann von beiden Parteien jederzeit mit einer Frist von 14 Tagen zum Ende eines Monats gekündigt werden.

8. Urheberrechte

Alle Inhalte der Plattform, insbesondere Texte, Bilder, Grafiken, Videos und Audiodateien, sind urheberrechtlich geschützt. Das Unternehmen darf diese Inhalte nur im Rahmen der gesetzlichen Bestimmungen nutzen.

9. Datenschutz

Der Betreiber verarbeitet die personenbezogenen Daten des Unternehmens in Übereinstimmung mit den gesetzlichen Bestimmungen. Nähere Informationen zum Datenschutz finden sich in der Datenschutzerklärung der Plattform.

10. Sonstiges

Die Plattform ist nicht für den Einsatz von Kindern unter 18 Jahren geeignet.

Das Unternehmen ist verpflichtet, sich vor der Nutzung der Plattform über die rechtlichen Bestimmungen in seinem jeweiligen Land zu informieren.

Busswil TG, den 01.04.2024

CASALINUOVO Marmor&Keramik

Bühlstr. 8A

8371 Busswil TG

info@craftpower24.com

Weitere Bestimmungen

11. Kündigung durch den Betreiber

Der Betreiber ist berechtigt, den Vertrag mit dem Unternehmen ohne Einhaltung einer Kündigungsfrist zu kündigen, wenn das Unternehmen gegen die AGB verstößt.

12. Missbrauch

Die Plattform darf nicht als Personalverleih missbraucht werden. Jeglicher Missbrauch wird zur Anzeige gebracht werden.

13. Gerichtsstand

Erfüllungsort und Gerichtsstand für alle Streitigkeiten aus oder im Zusammenhang mit diesen AGB ist Thurgau (CH).

Besondere Bestimmungen zum Missbrauch

Als Missbrauch der Plattform gilt insbesondere, wenn ein Unternehmen:

Fachkräfte an Unternehmen vermittelt, ohne dass ein Arbeitsvertrag zwischen dem Unternehmen und dem Facharbeiter besteht.

Maschinen oder Material an Unternehmen vermietet oder verleiht, ohne dass ein Miet- oder Leihvertrag besteht.

Im Falle eines Missbrauchs ist der Betreiber berechtigt, den Vertrag mit dem Unternehmen ohne Einhaltung einer Kündigungsfrist zu kündigen und die Plattform für das Unternehmen zu sperren. Darüber hinaus behält sich der Betreiber vor, die Plattformnutzungsdaten des Unternehmens an die zuständigen Behörden weiterzugeben.