Error message

  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_field--node--title.html.t_gsYcqpkCaZpD-chJeardx1bwc', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field--node--title.html.twig */
    class __TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" => 23];
            $filters = ["escape" => 22];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">";
            // line 23
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 24
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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 26
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  69 => 26,  63 => 24,  59 => 23,  55 => 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--title.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field--node--title.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_field--node--title.html.t_gsYcqpkCaZpD-chJeardx1bwc', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field--node--title.html.twig */
    class __TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" => 23];
            $filters = ["escape" => 22];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">";
            // line 23
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 24
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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 26
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  69 => 26,  63 => 24,  59 => 23,  55 => 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--title.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field--node--title.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d', 'core/themes/stable/templates/field/field--node--title.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field--node--title.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 81)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7___string_template__d3e79b_LZvcUAkiU32CAh4XifggJAlnA', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
    class __TwigTemplate_0a9dd0f0a2b34ab8475da8947ce938a01325ca6a03432973ef1ea82ec796c46e extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["nl2br" => 1, "escape" => 1];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo nl2br($this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null)), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__d3e79b_LZvcUAkiU32CAh4XifggJAlnA', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
    class __TwigTemplate_0a9dd0f0a2b34ab8475da8947ce938a01325ca6a03432973ef1ea82ec796c46e extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["nl2br" => 1, "escape" => 1];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo nl2br($this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null)), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_0a9dd0f0a2b34ab8475da8947ce938a01325ca6a03432973ef1ea82ec796c46e', '__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 63)
    __TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 81)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_ds-entity-view.html.twig_-D8uDtIRwZkEat64Iqa8sF4DX', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig */
    class __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 10];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-entity-view.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_ds-entity-view.html.twig_-D8uDtIRwZkEat64Iqa8sF4DX', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig */
    class __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 10];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-entity-view.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1', 'sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_ds-reset.html.twig_UkPUGbRbz1PjcVb0s9RQ0EPDn', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-reset.html.twig */
    class __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 10];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["ds_content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-reset.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-reset.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-reset.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_ds-reset.html.twig_UkPUGbRbz1PjcVb0s9RQ0EPDn', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-reset.html.twig */
    class __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 10];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["ds_content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-reset.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-reset.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-reset.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d', 'sites/all/modules/contrib/ds/templates/ds-reset.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/ds/templates/ds-reset.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_ds-field-expert.html.twig_nMoZGpO7KwVAfkLzCeZ_RtNu4', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig */
    class __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 17, "macro" => 32, "set" => 35, "for" => 62];
            $filters = ["raw" => 16, "escape" => 19, "clean_class" => 36, "default" => 40];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'macro', 'set', 'for'],
                    ['raw', 'escape', 'clean_class', 'default'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 16
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "prefix", [], "array")));
            // line 17
            if ($this->getAttribute(($context["settings"] ?? null), "ow", [])) {
                // line 18
                echo "  ";
                if ($this->getAttribute(($context["settings"] ?? null), "ow-def-at", [], "array")) {
                    // line 19
                    echo "    <";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 => ($context["attributes"] ?? null)], "method")), "html", null, true);
                    echo ">
      ";
                } elseif ($this->getAttribute(            // line 20
    ($context["settings"] ?? null), "ow-def-cl", [], "array")) {
                    // line 21
                    echo "    <";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 => $this->getAttribute(($context["attribute_classes"] ?? null), "offsetGet", [0 => "class"], "method")], "method")), "html", null, true);
                    echo ">
      ";
                } else {
                    // line 23
                    echo "    <";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper_attributes"] ?? null)), "html", null, true);
                    echo ">
      ";
                }
                // line 25
                echo "    ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "field", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["label"] ?? null), 3 => ($context["content_attributes"] ?? null), 4 => ($context["field_item_wrapper_attributes"] ?? null), 5 => ($context["field_wrapper_attributes"] ?? null), 6 => ($context["label_attributes"] ?? null), 7 => ($context["label_hidden"] ?? null), 8 => ($context["element"] ?? null)], "method")));
                echo "
        env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                echo ">
    ";
            } else {
                // line 28
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "field", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["label"] ?? null), 3 => ($context["content_attributes"] ?? null), 4 => ($context["field_item_wrapper_attributes"] ?? null), 5 => ($context["field_wrapper_attributes"] ?? null), 6 => ($context["label_attributes"] ?? null), 7 => ($context["label_hidden"] ?? null), 8 => ($context["element"] ?? null)], "method")));
                echo "
    ";
            }
            // line 30
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "suffix", [], "array")));
            // line 60
            echo "
    ";
        }
    
        // line 32
        public function getfield($__items__ = null, $__settings__ = null, $__label__ = null, $__content_attributes__ = null, $__field_item_wrapper_attributes__ = null, $__field_wrapper_attributes__ = null, $__label_attributes__ = null, $__label_hidden__ = null, $__element__ = null, ...$__varargs__)
        {
            $context = $this->env->mergeGlobals([
                "items" => $__items__,
                "settings" => $__settings__,
                "label" => $__label__,
                "content_attributes" => $__content_attributes__,
                "field_item_wrapper_attributes" => $__field_item_wrapper_attributes__,
                "field_wrapper_attributes" => $__field_wrapper_attributes__,
                "label_attributes" => $__label_attributes__,
                "label_hidden" => $__label_hidden__,
                "element" => $__element__,
                "varargs" => $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 33
                echo "  ";
                if ( !($context["label_hidden"] ?? null)) {
                    // line 34
                    echo "    ";
                    // line 35
                    $context["title_classes"] = [0 => ("field-label-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed($this->getAttribute(                // line 36
    ($context["element"] ?? null), "#label_display", [], "array"))))];
                    // line 39
                    if ($this->getAttribute(($context["settings"] ?? null), "lbw-def-at", [], "array")) {
                        // line 40
                        echo "<";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["label_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method"), "mergeAttributes", [0 => ($context["title_attributes"] ?? null)], "method")), "html", null, true);
                        echo ">";
                    } else {
                        // line 42
                        echo "<";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["label_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true);
                        echo ">";
                    }
                    // line 44
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                    if ($this->getAttribute(($context["settings"] ?? null), "lb-col", [], "array")) {
                        echo ":";
                    }
                    // line 45
                    echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                    echo ">
      ";
                }
                // line 47
                echo "
      ";
                // line 48
                if ($this->getAttribute(($context["settings"] ?? null), "fis", [])) {
                    // line 49
                    echo "    ";
                    if ($this->getAttribute(($context["settings"] ?? null), "fis-def-at", [], "array")) {
                        // line 50
                        echo "      <";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["field_wrapper_attributes"] ?? null), "mergeAttributes", [0 => ($context["content_attributes"] ?? null)], "method")), "html", null, true);
                        echo ">
        ";
                    } else {
                        // line 52
                        echo "      <";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_wrapper_attributes"] ?? null)), "html", null, true);
                        echo ">
        ";
                    }
                    // line 54
                    echo "        ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "content", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["field_item_wrapper_attributes"] ?? null), 3 => ($context["content_attributes"] ?? null)], "method")));
                    echo "
          env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                    echo ">
      ";
                } else {
                    // line 57
                    echo "    ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "content", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["field_item_wrapper_attributes"] ?? null)], "method")));
                    echo "
      ";
                }
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        }
    
        // line 61
        public function getcontent($__items__ = null, $__settings__ = null, $__field_item_wrapper_attributes__ = null, $__content_attributes__ = null, ...$__varargs__)
        {
            $context = $this->env->mergeGlobals([
                "items" => $__items__,
                "settings" => $__settings__,
                "field_item_wrapper_attributes" => $__field_item_wrapper_attributes__,
                "content_attributes" => $__content_attributes__,
                "varargs" => $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 62
                echo "  ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 63
                    echo "    ";
                    if ($this->getAttribute(($context["settings"] ?? null), "fi", [])) {
                        // line 64
                        echo "      ";
                        if ($this->getAttribute(($context["settings"] ?? null), "fi-def-at", [], "array")) {
                            // line 65
                            echo "        <";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["field_item_wrapper_attributes"] ?? null), "mergeAttributes", [0 => $this->getAttribute($context["item"], "attributes", [])], "method")), "html", null, true);
                            echo " >
          ";
                        } else {
                            // line 67
                            echo "        <";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_item_wrapper_attributes"] ?? null)), "html", null, true);
                            echo " >
          ";
                        }
                        // line 69
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true);
                        // line 70
                        echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                        echo ">
        ";
                    } else {
                        // line 72
                        echo "      ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true);
                        echo "
        ";
                    }
                    // line 74
                    echo "  ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  274 => 74,  268 => 72,  262 => 70,  260 => 69,  252 => 67,  244 => 65,  241 => 64,  238 => 63,  233 => 62,  218 => 61,  199 => 57,  194 => 55,  189 => 54,  181 => 52,  173 => 50,  170 => 49,  168 => 48,  165 => 47,  159 => 45,  154 => 44,  147 => 42,  140 => 40,  138 => 39,  136 => 36,  135 => 35,  133 => 34,  130 => 33,  110 => 32,  105 => 60,  103 => 30,  97 => 28,  92 => 26,  87 => 25,  79 => 23,  71 => 21,  69 => 20,  62 => 19,  59 => 18,  57 => 17,  55 => 16,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-field-expert.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_ds-field-expert.html.twig_nMoZGpO7KwVAfkLzCeZ_RtNu4', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig */
    class __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 17, "macro" => 32, "set" => 35, "for" => 62];
            $filters = ["raw" => 16, "escape" => 19, "clean_class" => 36, "default" => 40];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'macro', 'set', 'for'],
                    ['raw', 'escape', 'clean_class', 'default'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 16
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "prefix", [], "array")));
            // line 17
            if ($this->getAttribute(($context["settings"] ?? null), "ow", [])) {
                // line 18
                echo "  ";
                if ($this->getAttribute(($context["settings"] ?? null), "ow-def-at", [], "array")) {
                    // line 19
                    echo "    <";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 => ($context["attributes"] ?? null)], "method")), "html", null, true);
                    echo ">
      ";
                } elseif ($this->getAttribute(            // line 20
    ($context["settings"] ?? null), "ow-def-cl", [], "array")) {
                    // line 21
                    echo "    <";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 => $this->getAttribute(($context["attribute_classes"] ?? null), "offsetGet", [0 => "class"], "method")], "method")), "html", null, true);
                    echo ">
      ";
                } else {
                    // line 23
                    echo "    <";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper_attributes"] ?? null)), "html", null, true);
                    echo ">
      ";
                }
                // line 25
                echo "    ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "field", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["label"] ?? null), 3 => ($context["content_attributes"] ?? null), 4 => ($context["field_item_wrapper_attributes"] ?? null), 5 => ($context["field_wrapper_attributes"] ?? null), 6 => ($context["label_attributes"] ?? null), 7 => ($context["label_hidden"] ?? null), 8 => ($context["element"] ?? null)], "method")));
                echo "
        env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                echo ">
    ";
            } else {
                // line 28
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "field", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["label"] ?? null), 3 => ($context["content_attributes"] ?? null), 4 => ($context["field_item_wrapper_attributes"] ?? null), 5 => ($context["field_wrapper_attributes"] ?? null), 6 => ($context["label_attributes"] ?? null), 7 => ($context["label_hidden"] ?? null), 8 => ($context["element"] ?? null)], "method")));
                echo "
    ";
            }
            // line 30
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "suffix", [], "array")));
            // line 60
            echo "
    ";
        }
    
        // line 32
        public function getfield($__items__ = null, $__settings__ = null, $__label__ = null, $__content_attributes__ = null, $__field_item_wrapper_attributes__ = null, $__field_wrapper_attributes__ = null, $__label_attributes__ = null, $__label_hidden__ = null, $__element__ = null, ...$__varargs__)
        {
            $context = $this->env->mergeGlobals([
                "items" => $__items__,
                "settings" => $__settings__,
                "label" => $__label__,
                "content_attributes" => $__content_attributes__,
                "field_item_wrapper_attributes" => $__field_item_wrapper_attributes__,
                "field_wrapper_attributes" => $__field_wrapper_attributes__,
                "label_attributes" => $__label_attributes__,
                "label_hidden" => $__label_hidden__,
                "element" => $__element__,
                "varargs" => $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 33
                echo "  ";
                if ( !($context["label_hidden"] ?? null)) {
                    // line 34
                    echo "    ";
                    // line 35
                    $context["title_classes"] = [0 => ("field-label-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed($this->getAttribute(                // line 36
    ($context["element"] ?? null), "#label_display", [], "array"))))];
                    // line 39
                    if ($this->getAttribute(($context["settings"] ?? null), "lbw-def-at", [], "array")) {
                        // line 40
                        echo "<";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($this->getAttribute(($context["label_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method"), "mergeAttributes", [0 => ($context["title_attributes"] ?? null)], "method")), "html", null, true);
                        echo ">";
                    } else {
                        // line 42
                        echo "<";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["label_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true);
                        echo ">";
                    }
                    // line 44
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                    if ($this->getAttribute(($context["settings"] ?? null), "lb-col", [], "array")) {
                        echo ":";
                    }
                    // line 45
                    echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                    echo ">
      ";
                }
                // line 47
                echo "
      ";
                // line 48
                if ($this->getAttribute(($context["settings"] ?? null), "fis", [])) {
                    // line 49
                    echo "    ";
                    if ($this->getAttribute(($context["settings"] ?? null), "fis-def-at", [], "array")) {
                        // line 50
                        echo "      <";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["field_wrapper_attributes"] ?? null), "mergeAttributes", [0 => ($context["content_attributes"] ?? null)], "method")), "html", null, true);
                        echo ">
        ";
                    } else {
                        // line 52
                        echo "      <";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_wrapper_attributes"] ?? null)), "html", null, true);
                        echo ">
        ";
                    }
                    // line 54
                    echo "        ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "content", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["field_item_wrapper_attributes"] ?? null), 3 => ($context["content_attributes"] ?? null)], "method")));
                    echo "
          env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                    echo ">
      ";
                } else {
                    // line 57
                    echo "    ";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->sandbox->ensureToStringAllowed($this->getAttribute($this, "content", [0 => ($context["items"] ?? null), 1 => ($context["settings"] ?? null), 2 => ($context["field_item_wrapper_attributes"] ?? null)], "method")));
                    echo "
      ";
                }
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        }
    
        // line 61
        public function getcontent($__items__ = null, $__settings__ = null, $__field_item_wrapper_attributes__ = null, $__content_attributes__ = null, ...$__varargs__)
        {
            $context = $this->env->mergeGlobals([
                "items" => $__items__,
                "settings" => $__settings__,
                "field_item_wrapper_attributes" => $__field_item_wrapper_attributes__,
                "content_attributes" => $__content_attributes__,
                "varargs" => $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 62
                echo "  ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 63
                    echo "    ";
                    if ($this->getAttribute(($context["settings"] ?? null), "fi", [])) {
                        // line 64
                        echo "      ";
                        if ($this->getAttribute(($context["settings"] ?? null), "fi-def-at", [], "array")) {
                            // line 65
                            echo "        <";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["field_item_wrapper_attributes"] ?? null), "mergeAttributes", [0 => $this->getAttribute($context["item"], "attributes", [])], "method")), "html", null, true);
                            echo " >
          ";
                        } else {
                            // line 67
                            echo "        <";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_item_wrapper_attributes"] ?? null)), "html", null, true);
                            echo " >
          ";
                        }
                        // line 69
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true);
                        // line 70
                        echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                        echo ">
        ";
                    } else {
                        // line 72
                        echo "      ";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "html", null, true);
                        echo "
        ";
                    }
                    // line 74
                    echo "  ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  274 => 74,  268 => 72,  262 => 70,  260 => 69,  252 => 67,  244 => 65,  241 => 64,  238 => 63,  233 => 62,  218 => 61,  199 => 57,  194 => 55,  189 => 54,  181 => 52,  173 => 50,  170 => 49,  168 => 48,  165 => 47,  159 => 45,  154 => 44,  147 => 42,  140 => 40,  138 => 39,  136 => 36,  135 => 35,  133 => 34,  130 => 33,  110 => 32,  105 => 60,  103 => 30,  97 => 28,  92 => 26,  87 => 25,  79 => 23,  71 => 21,  69 => 20,  62 => 19,  59 => 18,  57 => 17,  55 => 16,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-field-expert.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2', 'sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_time.html.twig_1DMZ6UxgjGwISNBXBa4Pg_ciE', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/time.html.twig */
    class __TwigTemplate_43f5a293c40278209a3682a16a020fdde8470fafa0ae839d906fc58d6470b2e6 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 22];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/time.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/time.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/time.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_time.html.twig_1DMZ6UxgjGwISNBXBa4Pg_ciE', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/time.html.twig */
    class __TwigTemplate_43f5a293c40278209a3682a16a020fdde8470fafa0ae839d906fc58d6470b2e6 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 22];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/time.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/time.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/time.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_43f5a293c40278209a3682a16a020fdde8470fafa0ae839d906fc58d6470b2e6', 'core/themes/stable/templates/field/time.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/time.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/time.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('time', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Posted on', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 98)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_field-group-html-element._SDBKUxr0lpSmM5Vdkw6EwU3d_', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig */
    class __TwigTemplate_b115a9d46a2b585b54fe34a690d73bd4c3d250035904d21efa8223ba2890b6b4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 20];
            $filters = ["escape" => 19];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo "
    <";
            // line 19
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo " ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">
      ";
            // line 20
            if (($context["title"] ?? null)) {
                // line 21
                echo "  <";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null)), "html", null, true);
                echo ">";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo ">
      ";
            }
            // line 23
            echo "  ";
            if (($context["collapsible"] ?? null)) {
                // line 24
                echo "  
      ";
            }
            // line 26
            echo "  ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
      ";
            // line 27
            if (($context["collapsible"] ?? null)) {
                // line 28
                echo "  
      ";
            }
            // line 30
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  95 => 30,  91 => 28,  89 => 27,  84 => 26,  80 => 24,  77 => 23,  66 => 21,  64 => 20,  58 => 19,  55 => 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/field_group/templates/field-group-html-element.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_field-group-html-element._SDBKUxr0lpSmM5Vdkw6EwU3d_', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig */
    class __TwigTemplate_b115a9d46a2b585b54fe34a690d73bd4c3d250035904d21efa8223ba2890b6b4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 20];
            $filters = ["escape" => 19];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo "
    <";
            // line 19
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo " ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">
      ";
            // line 20
            if (($context["title"] ?? null)) {
                // line 21
                echo "  <";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_attributes"] ?? null)), "html", null, true);
                echo ">";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo ">
      ";
            }
            // line 23
            echo "  ";
            if (($context["collapsible"] ?? null)) {
                // line 24
                echo "  
      ";
            }
            // line 26
            echo "  ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
      ";
            // line 27
            if (($context["collapsible"] ?? null)) {
                // line 28
                echo "  
      ";
            }
            // line 30
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  95 => 30,  91 => 28,  89 => 27,  84 => 26,  80 => 24,  77 => 23,  66 => 21,  64 => 20,  58 => 19,  55 => 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/field_group/templates/field-group-html-element.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_b115a9d46a2b585b54fe34a690d73bd4c3d250035904d21efa8223ba2890b6b4', 'sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field_group_html_element', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7___string_template__f807c0_-Tb1mKeeblYLpOW8wC2DvfLYU', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94 */
    class __TwigTemplate_8cd44da8551ccde65b764c441ab06f5054e844516d144f690a14bc1d9d75d5d5 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 1];
            $filters = ["escape" => 2];
            $functions = ["link" => 5];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            if (($context["wrapper"] ?? null)) {
                // line 2
                echo "<";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo ">
    ";
            }
            // line 4
            if (($context["is_link"] ?? null)) {
                // line 5
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->getLink($this->sandbox->ensureToStringAllowed(($context["output"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["entity_url"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["link_attributes"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 7
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 9
            if (($context["wrapper"] ?? null)) {
                // line 10
                echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo ">
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  80 => 10,  78 => 9,  72 => 7,  66 => 5,  64 => 4,  57 => 2,  55 => 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__f807c0_-Tb1mKeeblYLpOW8wC2DvfLYU', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94 */
    class __TwigTemplate_8cd44da8551ccde65b764c441ab06f5054e844516d144f690a14bc1d9d75d5d5 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 1];
            $filters = ["escape" => 2];
            $functions = ["link" => 5];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            if (($context["wrapper"] ?? null)) {
                // line 2
                echo "<";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo ">
    ";
            }
            // line 4
            if (($context["is_link"] ?? null)) {
                // line 5
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->getLink($this->sandbox->ensureToStringAllowed(($context["output"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["entity_url"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["link_attributes"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 7
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 9
            if (($context["wrapper"] ?? null)) {
                // line 10
                echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo ">
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  80 => 10,  78 => 9,  72 => 7,  66 => 5,  64 => 4,  57 => 2,  55 => 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_8cd44da8551ccde65b764c441ab06f5054e844516d144f690a14bc1d9d75d5d5', '__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{% if wrapper %}
    <{{ wrapper }}{{ attributes }}>
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{% if wrapper %}
    <{{ wrapper }}{{ attributes }}>
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, Object, Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 98)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_image-formatter.html.twig_8WKkZkH0yGobnGooU8mRw_Alf', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-formatter.html.twig */
    class __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 14];
            $filters = ["escape" => 15];
            $functions = ["link" => 15];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 14
            if (($context["url"] ?? null)) {
                // line 15
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 17
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-formatter.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 => 17,  57 => 15,  55 => 14,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-formatter.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-formatter.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_image-formatter.html.twig_8WKkZkH0yGobnGooU8mRw_Alf', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-formatter.html.twig */
    class __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 14];
            $filters = ["escape" => 15];
            $functions = ["link" => 15];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 14
            if (($context["url"] ?? null)) {
                // line 15
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 17
                echo "  ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-formatter.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 => 17,  57 => 15,  55 => 14,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-formatter.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-formatter.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281', 'core/themes/stable/templates/field/image-formatter.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image-formatter.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Image', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_image-style.html.twig_LBpfh-uD9hJhcBAEyfs6iwcDq', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-style.html.twig */
    class __TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 18];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-style.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-style.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-style.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_image-style.html.twig_LBpfh-uD9hJhcBAEyfs6iwcDq', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-style.html.twig */
    class __TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 18];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-style.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-style.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-style.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1', 'core/themes/stable/templates/field/image-style.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image-style.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-style.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_style', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 64)
    __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Image', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_image.html.twig_hPLelY32d2DuVQzo0n2fghcQQ', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image.html.twig */
    class __TwigTemplate_020776e4c904203722d3c819ba8da6f759f53e5e78f4dec9df1a2424af9e41af extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 13];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 13
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo " />
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 13,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_image.html.twig_hPLelY32d2DuVQzo0n2fghcQQ', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image.html.twig */
    class __TwigTemplate_020776e4c904203722d3c819ba8da6f759f53e5e78f4dec9df1a2424af9e41af extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" => 13];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 13
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo " />
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 13,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_020776e4c904203722d3c819ba8da6f759f53e5e78f4dec9df1a2424af9e41af', 'core/themes/stable/templates/field/image.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-style.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_style', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 64)
    __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Image', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_field.html.twig_ALp4y0qUKWLIyMFBB8XpTmL_m', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field.html.twig */
    class __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" => 40, "if" => 45, "for" => 48];
            $filters = ["escape" => 47];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 40
            $context["title_classes"] = [0 => (((        // 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 "    env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                    echo ">
          ";
                    // line 48
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                        // line 49
                        echo "        env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "attributes", [])), "html", null, true);
                        echo ">";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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"] => $context["item"]) {
                        // line 54
                        echo "      env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                        echo ">";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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 "  env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo ">
        env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true);
                echo ">";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "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"] => $context["item"]) {
                    // line 64
                    echo "      env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "attributes", [])), "html", null, true);
                    echo ">";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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 "core/themes/stable/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  150 => 69,  146 => 67,  143 => 66,  132 => 64,  127 => 63,  123 => 61,  121 => 60,  115 => 59,  110 => 58,  106 => 56,  95 => 54,  90 => 53,  86 => 51,  75 => 49,  71 => 48,  66 => 47,  63 => 46,  61 => 45,  58 => 44,  56 => 41,  55 => 40,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_field.html.twig_ALp4y0qUKWLIyMFBB8XpTmL_m', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field.html.twig */
    class __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" => 40, "if" => 45, "for" => 48];
            $filters = ["escape" => 47];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 40
            $context["title_classes"] = [0 => (((        // 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 "    env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                    echo ">
          ";
                    // line 48
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                        // line 49
                        echo "        env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "attributes", [])), "html", null, true);
                        echo ">";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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"] => $context["item"]) {
                        // line 54
                        echo "      env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                        echo ">";
                        echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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 "  env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo ">
        env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method")), "html", null, true);
                echo ">";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "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"] => $context["item"]) {
                    // line 64
                    echo "      env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "attributes", [])), "html", null, true);
                    echo ">";
                    echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute($context["item"], "content", [])), "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 "core/themes/stable/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  150 => 69,  146 => 67,  143 => 66,  132 => 64,  127 => 63,  123 => 61,  121 => 60,  115 => 59,  110 => 58,  106 => 56,  95 => 54,  90 => 53,  86 => 51,  75 => 49,  71 => 48,  66 => 47,  63 => 46,  61 => 45,  58 => 44,  56 => 41,  55 => 40,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4', 'core/themes/stable/templates/field/field.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_views-view.html.twig_Pe_zCgTKpVJwd4MU8wMQseiDN', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view.html.twig */
    class __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" => 34, "if" => 43];
            $filters = ["escape" => 38];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 34
            $context["classes"] = [0 => ((        // line 35
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))];
            // line 38
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true);
            echo ">
      ";
            // line 39
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 40
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
            echo "
      ";
            // line 41
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 43
            if (($context["header"] ?? null)) {
                // line 44
                echo "    
          ";
                // line 45
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 48
            echo "
      ";
            // line 49
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true);
            echo "
      ";
            // line 50
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 52
            if (($context["rows"] ?? null)) {
                // line 53
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true);
                echo "
      ";
            } elseif (        // line 54
    ($context["empty"] ?? null)) {
                // line 55
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 57
            echo "  ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true);
            echo "
      ";
            // line 60
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 62
            if (($context["footer"] ?? null)) {
                // line 63
                echo "    
          ";
                // line 64
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 67
            echo "
      ";
            // line 68
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  141 => 68,  138 => 67,  132 => 64,  129 => 63,  127 => 62,  122 => 60,  118 => 59,  112 => 57,  107 => 55,  105 => 54,  101 => 53,  99 => 52,  94 => 50,  90 => 49,  87 => 48,  81 => 45,  78 => 44,  76 => 43,  71 => 41,  67 => 40,  63 => 39,  58 => 38,  56 => 35,  55 => 34,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view.html.twig_Pe_zCgTKpVJwd4MU8wMQseiDN', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view.html.twig */
    class __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" => 34, "if" => 43];
            $filters = ["escape" => 38];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 34
            $context["classes"] = [0 => ((        // line 35
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))];
            // line 38
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true);
            echo ">
      ";
            // line 39
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 40
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
            echo "
      ";
            // line 41
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 43
            if (($context["header"] ?? null)) {
                // line 44
                echo "    
          ";
                // line 45
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 48
            echo "
      ";
            // line 49
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true);
            echo "
      ";
            // line 50
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 52
            if (($context["rows"] ?? null)) {
                // line 53
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true);
                echo "
      ";
            } elseif (        // line 54
    ($context["empty"] ?? null)) {
                // line 55
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 57
            echo "  ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true);
            echo "
      ";
            // line 60
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 62
            if (($context["footer"] ?? null)) {
                // line 63
                echo "    
          ";
                // line 64
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 67
            echo "
      ";
            // line 68
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  141 => 68,  138 => 67,  132 => 64,  129 => 63,  127 => 62,  122 => 60,  118 => 59,  112 => 57,  107 => 55,  105 => 54,  101 => 53,  99 => 52,  94 => 50,  90 => 49,  87 => 48,  81 => 45,  78 => 44,  76 => 43,  71 => 41,  67 => 40,  63 => 39,  58 => 38,  56 => 35,  55 => 34,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this->getSourceContext()->getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86', 'core/themes/stable/templates/views/views-view.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 98)
    __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_views-view-list.html.twig_Kq80isyLoyKKeLwTHUDK0AZ66', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-list.html.twig */
    class __TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" => 19, "for" => 28];
            $filters = ["escape" => 20];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 19
            if (($context["attributes"] ?? null)) {
                // line 20
                echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo ">
    ";
            }
            // line 22
            echo "  ";
            if (($context["title"] ?? null)) {
                // line 23
                echo "    ";
                echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 25
            echo "
      <";
            // line 26
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["list"] ?? null), "attributes", [])), "html", null, true);
            echo ">
    
        ";
            // line 28
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
                // line 29
                echo "      <li>env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "attributes", [])), "html", null, true);
                echo "&gt;";
                // line 30
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "content", [])), "html", null, true);
                // line 31
                echo "</li>
        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 33
            echo "
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo "&gt;
    
    ";
            // line 36
            if (($context["attributes"] ?? null)) {
                // line 37
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-list.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  108 =&gt; 37,  106 =&gt; 36,  101 =&gt; 34,  98 =&gt; 33,  91 =&gt; 31,  89 =&gt; 30,  85 =&gt; 29,  81 =&gt; 28,  75 =&gt; 26,  72 =&gt; 25,  66 =&gt; 23,  63 =&gt; 22,  57 =&gt; 20,  55 =&gt; 19,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-list.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-list.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-list.html.twig_Kq80isyLoyKKeLwTHUDK0AZ66', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-list.html.twig */
    class __TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 19, "for" =&gt; 28];
            $filters = ["escape" =&gt; 20];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 19
            if (($context["attributes"] ?? null)) {
                // line 20
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
            // line 22
            echo "  ";
            if (($context["title"] ?? null)) {
                // line 23
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 25
            echo "
      &lt;";
            // line 26
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "attributes", [])), "html", null, true);
            echo "&gt;
    
        ";
            // line 28
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 29
                echo "      <li>env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "attributes", [])), "html", null, true);
                echo "&gt;";
                // line 30
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "content", [])), "html", null, true);
                // line 31
                echo "</li>
        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 33
            echo "
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo "&gt;
    
    ";
            // line 36
            if (($context["attributes"] ?? null)) {
                // line 37
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-list.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  108 =&gt; 37,  106 =&gt; 36,  101 =&gt; 34,  98 =&gt; 33,  91 =&gt; 31,  89 =&gt; 30,  85 =&gt; 29,  81 =&gt; 28,  75 =&gt; 26,  72 =&gt; 25,  66 =&gt; 23,  63 =&gt; 22,  57 =&gt; 20,  55 =&gt; 19,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-list.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-list.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69', 'core/themes/stable/templates/views/views-view-list.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-list.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-list.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_list', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 101)
    __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 98)
    __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_container.html.twig_ke3czK6IfQ6HLyfu1iecbY84V', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/form/container.html.twig */
    class __TwigTemplate_c87b939172ea5abd90bfe50b6d9e0ae5a19f90f3f046d8837e30880f75ec4392 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 23];
            $filters = ["escape" =&gt; 28];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 23
            $context["classes"] = [0 =&gt; ((        // line 24
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 28
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/form/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&gt; 28,  57 =&gt; 25,  56 =&gt; 24,  55 =&gt; 23,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/form/container.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/form/container.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_container.html.twig_ke3czK6IfQ6HLyfu1iecbY84V', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/form/container.html.twig */
    class __TwigTemplate_c87b939172ea5abd90bfe50b6d9e0ae5a19f90f3f046d8837e30880f75ec4392 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 23];
            $filters = ["escape" =&gt; 28];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 23
            $context["classes"] = [0 =&gt; ((        // line 24
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 28
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/form/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&gt; 28,  57 =&gt; 25,  56 =&gt; 24,  55 =&gt; 23,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/form/container.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/form/container.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_c87b939172ea5abd90bfe50b6d9e0ae5a19f90f3f046d8837e30880f75ec4392', 'core/themes/stable/templates/form/container.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/form/container.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/form/container.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 98)
    __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_sharethis-block.html.twig_CGxwBBUp3IhID1VyJqiffMH8-', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig */
    class __TwigTemplate_e4d6b167421e1cb11e5018b64ff6e0a42f6527c9b7f794a0eb9865efd765cd0d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 2];
            $filters = ["escape" =&gt; 3];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "
      ";
            // line 2
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this-&gt;getAttribute(($context["content"] ?? null), "st_spans", []));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["span"]) {
                // line 3
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["span"]), "html", null, true);
                echo "
      ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['span'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 5
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 5,  62 =&gt; 3,  58 =&gt; 2,  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/sharethis/templates/sharethis-block.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_sharethis-block.html.twig_CGxwBBUp3IhID1VyJqiffMH8-', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig */
    class __TwigTemplate_e4d6b167421e1cb11e5018b64ff6e0a42f6527c9b7f794a0eb9865efd765cd0d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 2];
            $filters = ["escape" =&gt; 3];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "
      ";
            // line 2
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this-&gt;getAttribute(($context["content"] ?? null), "st_spans", []));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["span"]) {
                // line 3
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["span"]), "html", null, true);
                echo "
      ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['span'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 5
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 5,  62 =&gt; 3,  58 =&gt; 2,  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/sharethis/templates/sharethis-block.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_e4d6b167421e1cb11e5018b64ff6e0a42f6527c9b7f794a0eb9865efd765cd0d', 'sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('sharethis_block', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7___string_template__bb4f4c_3vA0fKWmUK_9sA7rAUzI1xGX9', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa */
    class __TwigTemplate_de6603beade885803d2c402b98f8b8c4ec2222fa6f94754a7dc11dddb7578677 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = [];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "media/news";
        }
    
        public function getTemplateName()
        {
            return "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa";
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__bb4f4c_3vA0fKWmUK_9sA7rAUzI1xGX9', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa */
    class __TwigTemplate_de6603beade885803d2c402b98f8b8c4ec2222fa6f94754a7dc11dddb7578677 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = [];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "media/news";
        }
    
        public function getTemplateName()
        {
            return "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa";
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_de6603beade885803d2c402b98f8b8c4ec2222fa6f94754a7dc11dddb7578677', '__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}media/news') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}media/news', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 156)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 419)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('media/news', Array) (Line: 2140)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getMoreUrl() (Line: 2107)
    Drupal\views\Plugin\views\display\DisplayPluginBase->renderMoreLink() (Line: 2247)
    Drupal\views\Plugin\views\display\DisplayPluginBase->elementPreRender(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, Array, Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_views-view-fields.html.tw_-c-hYIOUeNHBuP0fofyN_W0w4', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_5551bd691b0da5a25319978e2b0a3a361a54ddf501afd511fe39d9694e1b6c14 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 32, "if" =&gt; 34];
            $filters = ["escape" =&gt; 33];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "separator", [])), "html", null, true);
                // line 34
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 35
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_attributes", [])), "html", null, true);
                    echo "&gt;";
                }
                // line 37
                if ($this-&gt;getAttribute($context["field"], "label", [])) {
                    // line 38
                    if ($this-&gt;getAttribute($context["field"], "label_element", [])) {
                        // line 39
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_attributes", [])), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                        echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 41
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                    }
                }
                // line 44
                if ($this-&gt;getAttribute($context["field"], "element_type", [])) {
                    // line 45
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_attributes", [])), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 47
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                }
                // line 49
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 50
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  106 =&gt; 50,  104 =&gt; 49,  101 =&gt; 47,  91 =&gt; 45,  89 =&gt; 44,  84 =&gt; 41,  73 =&gt; 39,  71 =&gt; 38,  69 =&gt; 37,  63 =&gt; 35,  61 =&gt; 34,  59 =&gt; 33,  55 =&gt; 32,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-fields.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-fields.html.tw_-c-hYIOUeNHBuP0fofyN_W0w4', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_5551bd691b0da5a25319978e2b0a3a361a54ddf501afd511fe39d9694e1b6c14 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 32, "if" =&gt; 34];
            $filters = ["escape" =&gt; 33];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "separator", [])), "html", null, true);
                // line 34
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 35
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_attributes", [])), "html", null, true);
                    echo "&gt;";
                }
                // line 37
                if ($this-&gt;getAttribute($context["field"], "label", [])) {
                    // line 38
                    if ($this-&gt;getAttribute($context["field"], "label_element", [])) {
                        // line 39
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_attributes", [])), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                        echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 41
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                    }
                }
                // line 44
                if ($this-&gt;getAttribute($context["field"], "element_type", [])) {
                    // line 45
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_attributes", [])), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 47
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                }
                // line 49
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 50
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  106 =&gt; 50,  104 =&gt; 49,  101 =&gt; 47,  91 =&gt; 45,  89 =&gt; 44,  84 =&gt; 41,  73 =&gt; 39,  71 =&gt; 38,  69 =&gt; 37,  63 =&gt; 35,  61 =&gt; 34,  59 =&gt; 33,  55 =&gt; 32,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-fields.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_5551bd691b0da5a25319978e2b0a3a361a54ddf501afd511fe39d9694e1b6c14', 'core/themes/stable/templates/views/views-view-fields.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-fields.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-fields.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
    __TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-list.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_list', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 101)
    __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, Array, Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_html.html.twig_7I0aHRFLQ4Lql15jB67fRtwp0', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig */
    class __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 27];
            $filters = ["clean_class" =&gt; 29, "escape" =&gt; 35, "safe_join" =&gt; 38, "t" =&gt; 146];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 27
            $context["body_classes"] = [0 =&gt; ((        // line 28
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 =&gt; (( !        // line 29
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null)))))), 2 =&gt; ((        // line 30
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null))))) : ("")), 3 =&gt; ((        // line 31
    ($context["db_offline"] ?? null)) ? ("db-offline") : (""))];
            // line 34
            echo "
    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null)), "html", null, true);
            echo "&gt;
      
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        ";
            // line 38
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null)), " | "));
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
     
        \"use strict\";function _typeof(t){return(_typeof=\"function\"==typeof Symbol&amp;&amp;\"symbol\"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;\"function\"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?\"symbol\":typeof t})(t)}!function(){self.airgap?.ready||(self.airgap={readyQueue:[],ready(e){this.readyQueue.push(e)},...self.airgap});const e=()=&gt;{const e=\"__tcfapiLocator\",t=[],a=window;let n,s,o=a;for(;o;){try{if(o.frames[e]){n=o;break}}catch(e){}if(o===a.top)break;o=o.parent}n||(!function t(){const n=a.document,s=!!a.frames[e];if(!s)if(n.body){const t=n.createElement(\"iframe\");t.style.cssText=\"display:none\",t.name=e,n.body.appendChild(t)}else setTimeout(t,5);return!s}(),a.__tcfapi=function(...e){if(!e.length)return t;\"setGdprApplies\"===e[0]?e.length&gt;3&amp;&amp;2===parseInt(e[1],10)&amp;&amp;\"boolean\"==typeof e[3]&amp;&amp;(s=e[3],\"function\"==typeof e[2]&amp;&amp;e[2](\"set\",!0)):\"ping\"===e[0]?\"function\"==typeof e[2]&amp;&amp;e[2]({gdprApplies:s,cmpLoaded:!1,cmpStatus:\"stub\"}):t.push(e)},a.addEventListener(\"message\",(function(e){const t=\"string\"==typeof e.data;let a={};if(t)try{a=JSON.parse(e.data)}catch(e){}else a=e.data;const n=\"object\"==typeof a&amp;&amp;null!==a?a.__tcfapiCall:null;n&amp;&amp;window.__tcfapi(n.command,n.version,(function(a,s){let o={__tcfapiReturn:{returnValue:a,success:s,callId:n.callId}};e&amp;&amp;e.source&amp;&amp;e.source.postMessage&amp;&amp;e.source.postMessage(t?JSON.stringify(o):o,\"*\")}),n.parameter)}),!1))};airgap.ready((t=&gt;{\"TCF_EU\"===t.loadOptions.consentManagerConfig.initialViewStateByPrivacyRegime[t.getRegimes()[0]]&amp;&amp;(\"undefined\"!=typeof module?module.exports=e:e())}))}();
        
     
    
    
        
    \t!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,\"script\",\"https://chimpstatic.com/mcjs-connected/js/users/df3224fb3a59156ffdafb45cb/5f449b798ad6f6a63fa1699fc.js\");
     
      
       
       
      
      
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
      
      
      
      
      
        googletag.cmd.push(function() {
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542626609992-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542724439698-0').addService(googletag.pubads());
          
          //
         // googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542627171315-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542724525482-0').addService(googletag.pubads());
         
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542640858286-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542724581082-0').addService(googletag.pubads());
          
          googletag.pubads().enableSingleRequest();
          googletag.pubads().collapseEmptyDivs();
          googletag.enableServices();
        });
      
    
    \t 
    \t
    \t(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    \t
    \tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    \t
    \tj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
    \t
    \t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    \t
    \t})(window,document,'script','dataLayer','GTM-K6CS9QF');
      
      
      
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function() {
          googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
          googletag.pubads().enableSingleRequest();
          googletag.enableServices();
        });
      
    \t
    \t
    
      
      
      
      
      
    
    
    
    
    
      window.googletag = window.googletag || {cmd: []};
      googletag.cmd.push(function() {
        googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
        googletag.defineSlot('/62930129/300x250_ros_footer_painweek', [300, 250], 'div-gpt-ad-1683044755597-0').addService(googletag.pubads());
        googletag.pubads().enableSingleRequest();
        googletag.enableServices();
      });
     
    
      
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;
        
    \t\t
    \t\t\t
    \t\t\t
    \t
    
    
        ";
            // line 145
            echo "    <a>
          ";
            // line 146
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 148
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null)), "html", null, true);
            echo "
        ";
            // line 149
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null)), "html", null, true);
            echo "
        ";
            // line 150
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null)), "html", null, true);
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
      
    
      
    \t
    \t
    \tttd_dom_ready( function() {
    \tif (typeof TTDUniversalPixelApi === 'function') {
    \tvar universalPixelApi = new TTDUniversalPixelApi();
    \tuniversalPixelApi.init(\"356vh4c\", [\"pie1cht\"], \"https://insight.adsrvr.org/track/up\");
    \t}
    \t});
    \t
      
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  208 =&gt; 151,  204 =&gt; 150,  200 =&gt; 149,  196 =&gt; 148,  191 =&gt; 146,  188 =&gt; 145,  177 =&gt; 133,  81 =&gt; 40,  77 =&gt; 39,  73 =&gt; 38,  69 =&gt; 37,  64 =&gt; 35,  61 =&gt; 34,  59 =&gt; 31,  58 =&gt; 30,  57 =&gt; 29,  56 =&gt; 28,  55 =&gt; 27,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/html.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_html.html.twig_7I0aHRFLQ4Lql15jB67fRtwp0', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig */
    class __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 27];
            $filters = ["clean_class" =&gt; 29, "escape" =&gt; 35, "safe_join" =&gt; 38, "t" =&gt; 146];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 27
            $context["body_classes"] = [0 =&gt; ((        // line 28
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 =&gt; (( !        // line 29
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null)))))), 2 =&gt; ((        // line 30
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null))))) : ("")), 3 =&gt; ((        // line 31
    ($context["db_offline"] ?? null)) ? ("db-offline") : (""))];
            // line 34
            echo "
    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null)), "html", null, true);
            echo "&gt;
      
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        ";
            // line 38
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null)), " | "));
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
     
        \"use strict\";function _typeof(t){return(_typeof=\"function\"==typeof Symbol&amp;&amp;\"symbol\"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;\"function\"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?\"symbol\":typeof t})(t)}!function(){self.airgap?.ready||(self.airgap={readyQueue:[],ready(e){this.readyQueue.push(e)},...self.airgap});const e=()=&gt;{const e=\"__tcfapiLocator\",t=[],a=window;let n,s,o=a;for(;o;){try{if(o.frames[e]){n=o;break}}catch(e){}if(o===a.top)break;o=o.parent}n||(!function t(){const n=a.document,s=!!a.frames[e];if(!s)if(n.body){const t=n.createElement(\"iframe\");t.style.cssText=\"display:none\",t.name=e,n.body.appendChild(t)}else setTimeout(t,5);return!s}(),a.__tcfapi=function(...e){if(!e.length)return t;\"setGdprApplies\"===e[0]?e.length&gt;3&amp;&amp;2===parseInt(e[1],10)&amp;&amp;\"boolean\"==typeof e[3]&amp;&amp;(s=e[3],\"function\"==typeof e[2]&amp;&amp;e[2](\"set\",!0)):\"ping\"===e[0]?\"function\"==typeof e[2]&amp;&amp;e[2]({gdprApplies:s,cmpLoaded:!1,cmpStatus:\"stub\"}):t.push(e)},a.addEventListener(\"message\",(function(e){const t=\"string\"==typeof e.data;let a={};if(t)try{a=JSON.parse(e.data)}catch(e){}else a=e.data;const n=\"object\"==typeof a&amp;&amp;null!==a?a.__tcfapiCall:null;n&amp;&amp;window.__tcfapi(n.command,n.version,(function(a,s){let o={__tcfapiReturn:{returnValue:a,success:s,callId:n.callId}};e&amp;&amp;e.source&amp;&amp;e.source.postMessage&amp;&amp;e.source.postMessage(t?JSON.stringify(o):o,\"*\")}),n.parameter)}),!1))};airgap.ready((t=&gt;{\"TCF_EU\"===t.loadOptions.consentManagerConfig.initialViewStateByPrivacyRegime[t.getRegimes()[0]]&amp;&amp;(\"undefined\"!=typeof module?module.exports=e:e())}))}();
        
     
    
    
        
    \t!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,\"script\",\"https://chimpstatic.com/mcjs-connected/js/users/df3224fb3a59156ffdafb45cb/5f449b798ad6f6a63fa1699fc.js\");
     
      
       
       
      
      
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
      
      
      
      
      
        googletag.cmd.push(function() {
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542626609992-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542724439698-0').addService(googletag.pubads());
          
          //
         // googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542627171315-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542724525482-0').addService(googletag.pubads());
         
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542640858286-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542724581082-0').addService(googletag.pubads());
          
          googletag.pubads().enableSingleRequest();
          googletag.pubads().collapseEmptyDivs();
          googletag.enableServices();
        });
      
    
    \t 
    \t
    \t(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    \t
    \tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    \t
    \tj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
    \t
    \t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    \t
    \t})(window,document,'script','dataLayer','GTM-K6CS9QF');
      
      
      
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function() {
          googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
          googletag.pubads().enableSingleRequest();
          googletag.enableServices();
        });
      
    \t
    \t
    
      
      
      
      
      
    
    
    
    
    
      window.googletag = window.googletag || {cmd: []};
      googletag.cmd.push(function() {
        googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
        googletag.defineSlot('/62930129/300x250_ros_footer_painweek', [300, 250], 'div-gpt-ad-1683044755597-0').addService(googletag.pubads());
        googletag.pubads().enableSingleRequest();
        googletag.enableServices();
      });
     
    
      
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;
        
    \t\t
    \t\t\t
    \t\t\t
    \t
    
    
        ";
            // line 145
            echo "    <a>
          ";
            // line 146
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 148
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null)), "html", null, true);
            echo "
        ";
            // line 149
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null)), "html", null, true);
            echo "
        ";
            // line 150
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null)), "html", null, true);
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
      
    
      
    \t
    \t
    \tttd_dom_ready( function() {
    \tif (typeof TTDUniversalPixelApi === 'function') {
    \tvar universalPixelApi = new TTDUniversalPixelApi();
    \tuniversalPixelApi.init(\"356vh4c\", [\"pie1cht\"], \"https://insight.adsrvr.org/track/up\");
    \t}
    \t});
    \t
      
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  208 =&gt; 151,  204 =&gt; 150,  200 =&gt; 149,  196 =&gt; 148,  191 =&gt; 146,  188 =&gt; 145,  177 =&gt; 133,  81 =&gt; 40,  77 =&gt; 39,  73 =&gt; 38,  69 =&gt; 37,  64 =&gt; 35,  61 =&gt; 34,  59 =&gt; 31,  58 =&gt; 30,  57 =&gt; 29,  56 =&gt; 28,  55 =&gt; 27,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/html.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_page.html.twig_3iN34vw76Pi0NYMaTrsc1NdO3', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig */
    class __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 56];
            $filters = ["escape" =&gt; 58];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 50
            echo "
    
      
    
      
        
          ";
            // line 56
            if ($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])) {
                // line 57
                echo "        
            ";
                // line 58
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])), "html", null, true);
                echo " 
             
          ";
            }
            // line 60
            echo "  
          
            
              
                <a>MENU</a>
              
              
                ";
            // line 67
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbar", [])), "html", null, true);
            echo "
              
            
                
          
          
                       
              <a></a>
            
          
    
             
        
        
        ";
            // line 81
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])) {
                // line 82
                echo "     
          
            
              ";
                // line 85
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 90
            echo "    
        ";
            // line 91
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])) {
                // line 92
                echo "     
          
            
              ";
                // line 95
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 99
            echo " 
      
    
    
    ";
            // line 103
            if ($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])) {
                echo " 
    
       
        ";
                // line 106
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 110
            echo "
    
    ";
            // line 112
            if ($this-&gt;getAttribute(($context["page"] ?? null), "search", [])) {
                echo " 
    
       
        ";
                // line 115
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "search", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 119
            echo "
    ";
            // line 120
            if ($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])) {
                echo "          
    
       
        ";
                // line 123
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 127
            echo "
     
    ";
            // line 129
            if (($this-&gt;getAttribute(($context["page"] ?? null), "hero", []) || ((($context["show_page_title"] ?? null) == true) &amp;&amp; $this-&gt;getAttribute(($context["page"] ?? null), "title", [])))) {
                echo "          
    
       
        ";
                // line 132
                if ((($context["show_page_title"] ?? null) == true)) {
                    echo " 
          ";
                    // line 133
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "title", [])), "html", null, true);
                    echo " 
        ";
                }
                // line 135
                echo "    
        ";
                // line 136
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "hero", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 140
            echo "
    ";
            // line 141
            if ( !twig_test_empty($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", []))) {
                // line 142
                echo "
      
        ";
                // line 144
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", [])), "html", null, true);
                echo "
        
    
    ";
            }
            // line 147
            echo " 
    
    ";
            // line 149
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])) {
                // line 150
                echo "
      ";
                // line 151
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])), "html", null, true);
                echo "
      
    ";
            }
            // line 154
            echo "
    ";
            // line 155
            if ($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])) {
                // line 156
                echo "
      
      ";
                // line 158
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])), "html", null, true);
                echo "
      
      
     ";
            }
            // line 161
            echo " 
     
    ";
            // line 163
            if ((($this-&gt;getAttribute(($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) &amp;&amp; ($context["manage_display"] ?? null))) {
                // line 164
                echo "
      <a></a>
      ";
                // line 166
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
      
      ";
                // line 168
                if ($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) {
                    // line 169
                    echo "
      ";
                    // line 170
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                    echo " 
    
    ";
                }
                // line 173
                echo "  
    
    
    ";
            } elseif ((($this-&gt;getAttribute(        // line 176
    ($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) || $this-&gt;getAttribute(($context["page"] ?? null), "aside", []))) {
                // line 177
                echo "
      
        <a></a>
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["grid_class"] ?? null)), "html", null, true);
                echo "\"&gt; 
          ";
                // line 181
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
          ";
                // line 182
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                echo " 
        
        ";
                // line 184
                if ($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])) {
                    // line 185
                    echo "    
          ";
                    // line 186
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])), "html", null, true);
                    echo "
        
        ";
                }
                // line 189
                echo "  
    
    ";
            }
            // line 192
            echo "
    ";
            // line 193
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])) {
                // line 194
                echo "
       
        ";
                // line 196
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 200
            echo "
    ";
            // line 201
            if ($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])) {
                // line 202
                echo "
      
        ";
                // line 204
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 208
            echo "
    ";
            // line 209
            if ($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])) {
                // line 210
                echo "
      
        ";
                // line 212
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 216
            echo "
    ";
            // line 217
            if ($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])) {
                // line 218
                echo "
       
        ";
                // line 220
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 224
            echo "
    ";
            // line 225
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])) {
                // line 226
                echo "
       
        ";
                // line 228
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 232
            echo "
    ";
            // line 233
            if (($context["site_information"] ?? null)) {
                // line 234
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_information"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 235
            echo " 
      
    ";
            // line 237
            if ($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])) {
                // line 238
                echo "
      
        ";
                // line 240
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 244
            echo "
    ";
            // line 245
            if ($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])) {
                // line 246
                echo "\t
    \t\t
    \t\t\t";
                // line 248
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])), "html", null, true);
                echo "
    \t\t
    \t
    ";
            }
            // line 252
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  457 =&gt; 252,  450 =&gt; 248,  446 =&gt; 246,  444 =&gt; 245,  441 =&gt; 244,  434 =&gt; 240,  430 =&gt; 238,  428 =&gt; 237,  424 =&gt; 235,  418 =&gt; 234,  416 =&gt; 233,  413 =&gt; 232,  406 =&gt; 228,  402 =&gt; 226,  400 =&gt; 225,  397 =&gt; 224,  390 =&gt; 220,  386 =&gt; 218,  384 =&gt; 217,  381 =&gt; 216,  374 =&gt; 212,  370 =&gt; 210,  368 =&gt; 209,  365 =&gt; 208,  358 =&gt; 204,  354 =&gt; 202,  352 =&gt; 201,  349 =&gt; 200,  342 =&gt; 196,  338 =&gt; 194,  336 =&gt; 193,  333 =&gt; 192,  328 =&gt; 189,  322 =&gt; 186,  319 =&gt; 185,  317 =&gt; 184,  312 =&gt; 182,  308 =&gt; 181,  304 =&gt; 180,  299 =&gt; 177,  297 =&gt; 176,  292 =&gt; 173,  286 =&gt; 170,  283 =&gt; 169,  281 =&gt; 168,  276 =&gt; 166,  272 =&gt; 164,  270 =&gt; 163,  266 =&gt; 161,  259 =&gt; 158,  253 =&gt; 157,  250 =&gt; 156,  248 =&gt; 155,  245 =&gt; 154,  239 =&gt; 151,  236 =&gt; 150,  234 =&gt; 149,  230 =&gt; 147,  223 =&gt; 144,  219 =&gt; 142,  217 =&gt; 141,  214 =&gt; 140,  207 =&gt; 136,  204 =&gt; 135,  199 =&gt; 133,  195 =&gt; 132,  189 =&gt; 129,  185 =&gt; 127,  178 =&gt; 123,  172 =&gt; 120,  169 =&gt; 119,  162 =&gt; 115,  156 =&gt; 112,  152 =&gt; 110,  145 =&gt; 106,  139 =&gt; 103,  133 =&gt; 99,  125 =&gt; 95,  120 =&gt; 92,  118 =&gt; 91,  115 =&gt; 90,  107 =&gt; 85,  102 =&gt; 82,  100 =&gt; 81,  83 =&gt; 67,  74 =&gt; 60,  68 =&gt; 58,  65 =&gt; 57,  63 =&gt; 56,  55 =&gt; 50,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/page.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_page.html.twig_3iN34vw76Pi0NYMaTrsc1NdO3', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig */
    class __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 56];
            $filters = ["escape" =&gt; 58];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 50
            echo "
    
      
    
      
        
          ";
            // line 56
            if ($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])) {
                // line 57
                echo "        
            ";
                // line 58
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])), "html", null, true);
                echo " 
             
          ";
            }
            // line 60
            echo "  
          
            
              
                <a>MENU</a>
              
              
                ";
            // line 67
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbar", [])), "html", null, true);
            echo "
              
            
                
          
          
                       
              <a></a>
            
          
    
             
        
        
        ";
            // line 81
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])) {
                // line 82
                echo "     
          
            
              ";
                // line 85
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 90
            echo "    
        ";
            // line 91
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])) {
                // line 92
                echo "     
          
            
              ";
                // line 95
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 99
            echo " 
      
    
    
    ";
            // line 103
            if ($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])) {
                echo " 
    
       
        ";
                // line 106
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 110
            echo "
    
    ";
            // line 112
            if ($this-&gt;getAttribute(($context["page"] ?? null), "search", [])) {
                echo " 
    
       
        ";
                // line 115
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "search", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 119
            echo "
    ";
            // line 120
            if ($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])) {
                echo "          
    
       
        ";
                // line 123
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 127
            echo "
     
    ";
            // line 129
            if (($this-&gt;getAttribute(($context["page"] ?? null), "hero", []) || ((($context["show_page_title"] ?? null) == true) &amp;&amp; $this-&gt;getAttribute(($context["page"] ?? null), "title", [])))) {
                echo "          
    
       
        ";
                // line 132
                if ((($context["show_page_title"] ?? null) == true)) {
                    echo " 
          ";
                    // line 133
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "title", [])), "html", null, true);
                    echo " 
        ";
                }
                // line 135
                echo "    
        ";
                // line 136
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "hero", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 140
            echo "
    ";
            // line 141
            if ( !twig_test_empty($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", []))) {
                // line 142
                echo "
      
        ";
                // line 144
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", [])), "html", null, true);
                echo "
        
    
    ";
            }
            // line 147
            echo " 
    
    ";
            // line 149
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])) {
                // line 150
                echo "
      ";
                // line 151
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])), "html", null, true);
                echo "
      
    ";
            }
            // line 154
            echo "
    ";
            // line 155
            if ($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])) {
                // line 156
                echo "
      
      ";
                // line 158
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])), "html", null, true);
                echo "
      
      
     ";
            }
            // line 161
            echo " 
     
    ";
            // line 163
            if ((($this-&gt;getAttribute(($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) &amp;&amp; ($context["manage_display"] ?? null))) {
                // line 164
                echo "
      <a></a>
      ";
                // line 166
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
      
      ";
                // line 168
                if ($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) {
                    // line 169
                    echo "
      ";
                    // line 170
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                    echo " 
    
    ";
                }
                // line 173
                echo "  
    
    
    ";
            } elseif ((($this-&gt;getAttribute(        // line 176
    ($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) || $this-&gt;getAttribute(($context["page"] ?? null), "aside", []))) {
                // line 177
                echo "
      
        <a></a>
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["grid_class"] ?? null)), "html", null, true);
                echo "\"&gt; 
          ";
                // line 181
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
          ";
                // line 182
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                echo " 
        
        ";
                // line 184
                if ($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])) {
                    // line 185
                    echo "    
          ";
                    // line 186
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])), "html", null, true);
                    echo "
        
        ";
                }
                // line 189
                echo "  
    
    ";
            }
            // line 192
            echo "
    ";
            // line 193
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])) {
                // line 194
                echo "
       
        ";
                // line 196
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 200
            echo "
    ";
            // line 201
            if ($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])) {
                // line 202
                echo "
      
        ";
                // line 204
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 208
            echo "
    ";
            // line 209
            if ($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])) {
                // line 210
                echo "
      
        ";
                // line 212
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 216
            echo "
    ";
            // line 217
            if ($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])) {
                // line 218
                echo "
       
        ";
                // line 220
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 224
            echo "
    ";
            // line 225
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])) {
                // line 226
                echo "
       
        ";
                // line 228
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 232
            echo "
    ";
            // line 233
            if (($context["site_information"] ?? null)) {
                // line 234
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_information"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 235
            echo " 
      
    ";
            // line 237
            if ($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])) {
                // line 238
                echo "
      
        ";
                // line 240
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 244
            echo "
    ";
            // line 245
            if ($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])) {
                // line 246
                echo "\t
    \t\t
    \t\t\t";
                // line 248
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])), "html", null, true);
                echo "
    \t\t
    \t
    ";
            }
            // line 252
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  457 =&gt; 252,  450 =&gt; 248,  446 =&gt; 246,  444 =&gt; 245,  441 =&gt; 244,  434 =&gt; 240,  430 =&gt; 238,  428 =&gt; 237,  424 =&gt; 235,  418 =&gt; 234,  416 =&gt; 233,  413 =&gt; 232,  406 =&gt; 228,  402 =&gt; 226,  400 =&gt; 225,  397 =&gt; 224,  390 =&gt; 220,  386 =&gt; 218,  384 =&gt; 217,  381 =&gt; 216,  374 =&gt; 212,  370 =&gt; 210,  368 =&gt; 209,  365 =&gt; 208,  358 =&gt; 204,  354 =&gt; 202,  352 =&gt; 201,  349 =&gt; 200,  342 =&gt; 196,  338 =&gt; 194,  336 =&gt; 193,  333 =&gt; 192,  328 =&gt; 189,  322 =&gt; 186,  319 =&gt; 185,  317 =&gt; 184,  312 =&gt; 182,  308 =&gt; 181,  304 =&gt; 180,  299 =&gt; 177,  297 =&gt; 176,  292 =&gt; 173,  286 =&gt; 170,  283 =&gt; 169,  281 =&gt; 168,  276 =&gt; 166,  272 =&gt; 164,  270 =&gt; 163,  266 =&gt; 161,  259 =&gt; 158,  253 =&gt; 157,  250 =&gt; 156,  248 =&gt; 155,  245 =&gt; 154,  239 =&gt; 151,  236 =&gt; 150,  234 =&gt; 149,  230 =&gt; 147,  223 =&gt; 144,  219 =&gt; 142,  217 =&gt; 141,  214 =&gt; 140,  207 =&gt; 136,  204 =&gt; 135,  199 =&gt; 133,  195 =&gt; 132,  189 =&gt; 129,  185 =&gt; 127,  178 =&gt; 123,  172 =&gt; 120,  169 =&gt; 119,  162 =&gt; 115,  156 =&gt; 112,  152 =&gt; 110,  145 =&gt; 106,  139 =&gt; 103,  133 =&gt; 99,  125 =&gt; 95,  120 =&gt; 92,  118 =&gt; 91,  115 =&gt; 90,  107 =&gt; 85,  102 =&gt; 82,  100 =&gt; 81,  83 =&gt; 67,  74 =&gt; 60,  68 =&gt; 58,  65 =&gt; 57,  63 =&gt; 56,  55 =&gt; 50,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/page.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_region.html.twig_i7TD1m-0R89L3lxiBLFPsXEKt', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig */
    class __TwigTemplate_d842454ef4dfa1b18e9766d0ac898f539f9c3a6db4badc071af47abe5a3333e9 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 15];
            $filters = ["escape" =&gt; 16];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 15
            if (($context["content"] ?? null)) {
                // line 16
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  57 =&gt; 16,  55 =&gt; 15,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/contents/region.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_region.html.twig_i7TD1m-0R89L3lxiBLFPsXEKt', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig */
    class __TwigTemplate_d842454ef4dfa1b18e9766d0ac898f539f9c3a6db4badc071af47abe5a3333e9 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 15];
            $filters = ["escape" =&gt; 16];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 15
            if (($context["content"] ?? null)) {
                // line 16
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  57 =&gt; 16,  55 =&gt; 15,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/contents/region.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d842454ef4dfa1b18e9766d0ac898f539f9c3a6db4badc071af47abe5a3333e9', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
    __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_block.html.twig_6n5JFoyGY1i4AKf8y4zYf_eCj', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig */
    class __TwigTemplate_be120aad301b10dc395fe9b8341fb726a739b99522d434d379167266643c8dbd extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 32, "block" =&gt; 37];
            $filters = ["escape" =&gt; 30];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 30
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;
      ";
            // line 31
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 32
            if (($context["label"] ?? null)) {
                // line 33
                echo "    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["title_attributes"] ?? null), "addClass", [0 =&gt; "section-title"], "method")), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 36
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 37
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 40
            echo "
    ";
        }
    
        // line 37
        public function block_content($context, array $blocks = [])
        {
            // line 38
            echo "    ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  91 =&gt; 38,  88 =&gt; 37,  83 =&gt; 40,  81 =&gt; 37,  76 =&gt; 36,  67 =&gt; 33,  65 =&gt; 32,  61 =&gt; 31,  56 =&gt; 30,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/blocks/block.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_block.html.twig_6n5JFoyGY1i4AKf8y4zYf_eCj', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig */
    class __TwigTemplate_be120aad301b10dc395fe9b8341fb726a739b99522d434d379167266643c8dbd extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 32, "block" =&gt; 37];
            $filters = ["escape" =&gt; 30];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 30
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;
      ";
            // line 31
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 32
            if (($context["label"] ?? null)) {
                // line 33
                echo "    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["title_attributes"] ?? null), "addClass", [0 =&gt; "section-title"], "method")), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 36
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 37
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 40
            echo "
    ";
        }
    
        // line 37
        public function block_content($context, array $blocks = [])
        {
            // line 38
            echo "    ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  91 =&gt; 38,  88 =&gt; 37,  83 =&gt; 40,  81 =&gt; 37,  76 =&gt; 36,  67 =&gt; 33,  65 =&gt; 32,  61 =&gt; 31,  56 =&gt; 30,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/blocks/block.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_be120aad301b10dc395fe9b8341fb726a739b99522d434d379167266643c8dbd', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 308)
    __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_off-canvas-page-wrapper.h_cwFd7_eEXcRh3Pbcey5RIWRss', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_89980e34e895bbfc4b54b0aba8467f790443e9c5e0a13f22d7139ef53a7cdd9f extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 20];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 20
            if (($context["children"] ?? null)) {
                // line 21
                echo "  
        ";
                // line 22
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  60 =&gt; 22,  57 =&gt; 21,  55 =&gt; 20,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_off-canvas-page-wrapper.h_cwFd7_eEXcRh3Pbcey5RIWRss', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_89980e34e895bbfc4b54b0aba8467f790443e9c5e0a13f22d7139ef53a7cdd9f extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 20];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 20
            if (($context["children"] ?? null)) {
                // line 21
                echo "  
        ";
                // line 22
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  60 =&gt; 22,  57 =&gt; 21,  55 =&gt; 20,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_89980e34e895bbfc4b54b0aba8467f790443e9c5e0a13f22d7139ef53a7cdd9f', 'core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    

Error message

  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_field--node--title.html.t_gsYcqpkCaZpD-chJeardx1bwc', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field--node--title.html.twig */
    class __TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 23];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;";
            // line 23
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 24
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 26
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  69 =&gt; 26,  63 =&gt; 24,  59 =&gt; 23,  55 =&gt; 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--title.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field--node--title.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_field--node--title.html.t_gsYcqpkCaZpD-chJeardx1bwc', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field--node--title.html.twig */
    class __TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 23];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;";
            // line 23
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 24
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 26
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  69 =&gt; 26,  63 =&gt; 24,  59 =&gt; 23,  55 =&gt; 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--title.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field--node--title.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d', 'core/themes/stable/templates/field/field--node--title.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field--node--title.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 81)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7___string_template__d3e79b_LZvcUAkiU32CAh4XifggJAlnA', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
    class __TwigTemplate_0a9dd0f0a2b34ab8475da8947ce938a01325ca6a03432973ef1ea82ec796c46e extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["nl2br" =&gt; 1, "escape" =&gt; 1];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo nl2br($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["value"] ?? null)), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__d3e79b_LZvcUAkiU32CAh4XifggJAlnA', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
    class __TwigTemplate_0a9dd0f0a2b34ab8475da8947ce938a01325ca6a03432973ef1ea82ec796c46e extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["nl2br" =&gt; 1, "escape" =&gt; 1];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo nl2br($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["value"] ?? null)), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_0a9dd0f0a2b34ab8475da8947ce938a01325ca6a03432973ef1ea82ec796c46e', '__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 63)
    __TwigTemplate_59866a4eb84fe538def70eeabbc070c9920dfe26fff76b1dd58704ac847f2f8d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 81)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_ds-entity-view.html.twig_-D8uDtIRwZkEat64Iqa8sF4DX', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig */
    class __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 10];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-entity-view.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_ds-entity-view.html.twig_-D8uDtIRwZkEat64Iqa8sF4DX', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig */
    class __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 10];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-entity-view.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1', 'sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_ds-reset.html.twig_UkPUGbRbz1PjcVb0s9RQ0EPDn', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-reset.html.twig */
    class __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 10];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["ds_content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-reset.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-reset.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-reset.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_ds-reset.html.twig_UkPUGbRbz1PjcVb0s9RQ0EPDn', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-reset.html.twig */
    class __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 10];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 10
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["ds_content"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-reset.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 10,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-reset.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-reset.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d', 'sites/all/modules/contrib/ds/templates/ds-reset.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/ds/templates/ds-reset.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_ds-field-expert.html.twig_nMoZGpO7KwVAfkLzCeZ_RtNu4', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig */
    class __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 17, "macro" =&gt; 32, "set" =&gt; 35, "for" =&gt; 62];
            $filters = ["raw" =&gt; 16, "escape" =&gt; 19, "clean_class" =&gt; 36, "default" =&gt; 40];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'macro', 'set', 'for'],
                    ['raw', 'escape', 'clean_class', 'default'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 16
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "prefix", [], "array")));
            // line 17
            if ($this-&gt;getAttribute(($context["settings"] ?? null), "ow", [])) {
                // line 18
                echo "  ";
                if ($this-&gt;getAttribute(($context["settings"] ?? null), "ow-def-at", [], "array")) {
                    // line 19
                    echo "    &lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; ($context["attributes"] ?? null)], "method")), "html", null, true);
                    echo "&gt;
      ";
                } elseif ($this-&gt;getAttribute(            // line 20
    ($context["settings"] ?? null), "ow-def-cl", [], "array")) {
                    // line 21
                    echo "    &lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; $this-&gt;getAttribute(($context["attribute_classes"] ?? null), "offsetGet", [0 =&gt; "class"], "method")], "method")), "html", null, true);
                    echo "&gt;
      ";
                } else {
                    // line 23
                    echo "    &lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper_attributes"] ?? null)), "html", null, true);
                    echo "&gt;
      ";
                }
                // line 25
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "field", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["label"] ?? null), 3 =&gt; ($context["content_attributes"] ?? null), 4 =&gt; ($context["field_item_wrapper_attributes"] ?? null), 5 =&gt; ($context["field_wrapper_attributes"] ?? null), 6 =&gt; ($context["label_attributes"] ?? null), 7 =&gt; ($context["label_hidden"] ?? null), 8 =&gt; ($context["element"] ?? null)], "method")));
                echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                echo "&gt;
    ";
            } else {
                // line 28
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "field", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["label"] ?? null), 3 =&gt; ($context["content_attributes"] ?? null), 4 =&gt; ($context["field_item_wrapper_attributes"] ?? null), 5 =&gt; ($context["field_wrapper_attributes"] ?? null), 6 =&gt; ($context["label_attributes"] ?? null), 7 =&gt; ($context["label_hidden"] ?? null), 8 =&gt; ($context["element"] ?? null)], "method")));
                echo "
    ";
            }
            // line 30
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "suffix", [], "array")));
            // line 60
            echo "
    ";
        }
    
        // line 32
        public function getfield($__items__ = null, $__settings__ = null, $__label__ = null, $__content_attributes__ = null, $__field_item_wrapper_attributes__ = null, $__field_wrapper_attributes__ = null, $__label_attributes__ = null, $__label_hidden__ = null, $__element__ = null, ...$__varargs__)
        {
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "settings" =&gt; $__settings__,
                "label" =&gt; $__label__,
                "content_attributes" =&gt; $__content_attributes__,
                "field_item_wrapper_attributes" =&gt; $__field_item_wrapper_attributes__,
                "field_wrapper_attributes" =&gt; $__field_wrapper_attributes__,
                "label_attributes" =&gt; $__label_attributes__,
                "label_hidden" =&gt; $__label_hidden__,
                "element" =&gt; $__element__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 33
                echo "  ";
                if ( !($context["label_hidden"] ?? null)) {
                    // line 34
                    echo "    ";
                    // line 35
                    $context["title_classes"] = [0 =&gt; ("field-label-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(                // line 36
    ($context["element"] ?? null), "#label_display", [], "array"))))];
                    // line 39
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-def-at", [], "array")) {
                        // line 40
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["label_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method"), "mergeAttributes", [0 =&gt; ($context["title_attributes"] ?? null)], "method")), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 42
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["label_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method")), "html", null, true);
                        echo "&gt;";
                    }
                    // line 44
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "lb-col", [], "array")) {
                        echo ":";
                    }
                    // line 45
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                    echo "&gt;
      ";
                }
                // line 47
                echo "
      ";
                // line 48
                if ($this-&gt;getAttribute(($context["settings"] ?? null), "fis", [])) {
                    // line 49
                    echo "    ";
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "fis-def-at", [], "array")) {
                        // line 50
                        echo "      &lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["field_wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; ($context["content_attributes"] ?? null)], "method")), "html", null, true);
                        echo "&gt;
        ";
                    } else {
                        // line 52
                        echo "      &lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_wrapper_attributes"] ?? null)), "html", null, true);
                        echo "&gt;
        ";
                    }
                    // line 54
                    echo "        ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "content", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["field_item_wrapper_attributes"] ?? null), 3 =&gt; ($context["content_attributes"] ?? null)], "method")));
                    echo "
          env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                    echo "&gt;
      ";
                } else {
                    // line 57
                    echo "    ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "content", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["field_item_wrapper_attributes"] ?? null)], "method")));
                    echo "
      ";
                }
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
        }
    
        // line 61
        public function getcontent($__items__ = null, $__settings__ = null, $__field_item_wrapper_attributes__ = null, $__content_attributes__ = null, ...$__varargs__)
        {
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "settings" =&gt; $__settings__,
                "field_item_wrapper_attributes" =&gt; $__field_item_wrapper_attributes__,
                "content_attributes" =&gt; $__content_attributes__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 62
                echo "  ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 63
                    echo "    ";
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "fi", [])) {
                        // line 64
                        echo "      ";
                        if ($this-&gt;getAttribute(($context["settings"] ?? null), "fi-def-at", [], "array")) {
                            // line 65
                            echo "        &lt;";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["field_item_wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; $this-&gt;getAttribute($context["item"], "attributes", [])], "method")), "html", null, true);
                            echo " &gt;
          ";
                        } else {
                            // line 67
                            echo "        &lt;";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_item_wrapper_attributes"] ?? null)), "html", null, true);
                            echo " &gt;
          ";
                        }
                        // line 69
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "html", null, true);
                        // line 70
                        echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                        echo "&gt;
        ";
                    } else {
                        // line 72
                        echo "      ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "html", null, true);
                        echo "
        ";
                    }
                    // line 74
                    echo "  ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  274 =&gt; 74,  268 =&gt; 72,  262 =&gt; 70,  260 =&gt; 69,  252 =&gt; 67,  244 =&gt; 65,  241 =&gt; 64,  238 =&gt; 63,  233 =&gt; 62,  218 =&gt; 61,  199 =&gt; 57,  194 =&gt; 55,  189 =&gt; 54,  181 =&gt; 52,  173 =&gt; 50,  170 =&gt; 49,  168 =&gt; 48,  165 =&gt; 47,  159 =&gt; 45,  154 =&gt; 44,  147 =&gt; 42,  140 =&gt; 40,  138 =&gt; 39,  136 =&gt; 36,  135 =&gt; 35,  133 =&gt; 34,  130 =&gt; 33,  110 =&gt; 32,  105 =&gt; 60,  103 =&gt; 30,  97 =&gt; 28,  92 =&gt; 26,  87 =&gt; 25,  79 =&gt; 23,  71 =&gt; 21,  69 =&gt; 20,  62 =&gt; 19,  59 =&gt; 18,  57 =&gt; 17,  55 =&gt; 16,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-field-expert.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_ds-field-expert.html.twig_nMoZGpO7KwVAfkLzCeZ_RtNu4', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig */
    class __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 17, "macro" =&gt; 32, "set" =&gt; 35, "for" =&gt; 62];
            $filters = ["raw" =&gt; 16, "escape" =&gt; 19, "clean_class" =&gt; 36, "default" =&gt; 40];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'macro', 'set', 'for'],
                    ['raw', 'escape', 'clean_class', 'default'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 16
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "prefix", [], "array")));
            // line 17
            if ($this-&gt;getAttribute(($context["settings"] ?? null), "ow", [])) {
                // line 18
                echo "  ";
                if ($this-&gt;getAttribute(($context["settings"] ?? null), "ow-def-at", [], "array")) {
                    // line 19
                    echo "    &lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; ($context["attributes"] ?? null)], "method")), "html", null, true);
                    echo "&gt;
      ";
                } elseif ($this-&gt;getAttribute(            // line 20
    ($context["settings"] ?? null), "ow-def-cl", [], "array")) {
                    // line 21
                    echo "    &lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; $this-&gt;getAttribute(($context["attribute_classes"] ?? null), "offsetGet", [0 =&gt; "class"], "method")], "method")), "html", null, true);
                    echo "&gt;
      ";
                } else {
                    // line 23
                    echo "    &lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                    echo " ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper_attributes"] ?? null)), "html", null, true);
                    echo "&gt;
      ";
                }
                // line 25
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "field", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["label"] ?? null), 3 =&gt; ($context["content_attributes"] ?? null), 4 =&gt; ($context["field_item_wrapper_attributes"] ?? null), 5 =&gt; ($context["field_wrapper_attributes"] ?? null), 6 =&gt; ($context["label_attributes"] ?? null), 7 =&gt; ($context["label_hidden"] ?? null), 8 =&gt; ($context["element"] ?? null)], "method")));
                echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "ow-el", [], "array")), "html", null, true);
                echo "&gt;
    ";
            } else {
                // line 28
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "field", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["label"] ?? null), 3 =&gt; ($context["content_attributes"] ?? null), 4 =&gt; ($context["field_item_wrapper_attributes"] ?? null), 5 =&gt; ($context["field_wrapper_attributes"] ?? null), 6 =&gt; ($context["label_attributes"] ?? null), 7 =&gt; ($context["label_hidden"] ?? null), 8 =&gt; ($context["element"] ?? null)], "method")));
                echo "
    ";
            }
            // line 30
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "suffix", [], "array")));
            // line 60
            echo "
    ";
        }
    
        // line 32
        public function getfield($__items__ = null, $__settings__ = null, $__label__ = null, $__content_attributes__ = null, $__field_item_wrapper_attributes__ = null, $__field_wrapper_attributes__ = null, $__label_attributes__ = null, $__label_hidden__ = null, $__element__ = null, ...$__varargs__)
        {
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "settings" =&gt; $__settings__,
                "label" =&gt; $__label__,
                "content_attributes" =&gt; $__content_attributes__,
                "field_item_wrapper_attributes" =&gt; $__field_item_wrapper_attributes__,
                "field_wrapper_attributes" =&gt; $__field_wrapper_attributes__,
                "label_attributes" =&gt; $__label_attributes__,
                "label_hidden" =&gt; $__label_hidden__,
                "element" =&gt; $__element__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 33
                echo "  ";
                if ( !($context["label_hidden"] ?? null)) {
                    // line 34
                    echo "    ";
                    // line 35
                    $context["title_classes"] = [0 =&gt; ("field-label-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(                // line 36
    ($context["element"] ?? null), "#label_display", [], "array"))))];
                    // line 39
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-def-at", [], "array")) {
                        // line 40
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["label_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method"), "mergeAttributes", [0 =&gt; ($context["title_attributes"] ?? null)], "method")), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 42
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["label_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method")), "html", null, true);
                        echo "&gt;";
                    }
                    // line 44
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "lb-col", [], "array")) {
                        echo ":";
                    }
                    // line 45
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "lbw-el", [], "array")), "div")) : ("div")), "html", null, true);
                    echo "&gt;
      ";
                }
                // line 47
                echo "
      ";
                // line 48
                if ($this-&gt;getAttribute(($context["settings"] ?? null), "fis", [])) {
                    // line 49
                    echo "    ";
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "fis-def-at", [], "array")) {
                        // line 50
                        echo "      &lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["field_wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; ($context["content_attributes"] ?? null)], "method")), "html", null, true);
                        echo "&gt;
        ";
                    } else {
                        // line 52
                        echo "      &lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                        echo " ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_wrapper_attributes"] ?? null)), "html", null, true);
                        echo "&gt;
        ";
                    }
                    // line 54
                    echo "        ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "content", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["field_item_wrapper_attributes"] ?? null), 3 =&gt; ($context["content_attributes"] ?? null)], "method")));
                    echo "
          env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fis-el", [], "array")), "html", null, true);
                    echo "&gt;
      ";
                } else {
                    // line 57
                    echo "    ";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this, "content", [0 =&gt; ($context["items"] ?? null), 1 =&gt; ($context["settings"] ?? null), 2 =&gt; ($context["field_item_wrapper_attributes"] ?? null)], "method")));
                    echo "
      ";
                }
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
        }
    
        // line 61
        public function getcontent($__items__ = null, $__settings__ = null, $__field_item_wrapper_attributes__ = null, $__content_attributes__ = null, ...$__varargs__)
        {
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "settings" =&gt; $__settings__,
                "field_item_wrapper_attributes" =&gt; $__field_item_wrapper_attributes__,
                "content_attributes" =&gt; $__content_attributes__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 62
                echo "  ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 63
                    echo "    ";
                    if ($this-&gt;getAttribute(($context["settings"] ?? null), "fi", [])) {
                        // line 64
                        echo "      ";
                        if ($this-&gt;getAttribute(($context["settings"] ?? null), "fi-def-at", [], "array")) {
                            // line 65
                            echo "        &lt;";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["field_item_wrapper_attributes"] ?? null), "mergeAttributes", [0 =&gt; $this-&gt;getAttribute($context["item"], "attributes", [])], "method")), "html", null, true);
                            echo " &gt;
          ";
                        } else {
                            // line 67
                            echo "        &lt;";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                            echo " ";
                            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_item_wrapper_attributes"] ?? null)), "html", null, true);
                            echo " &gt;
          ";
                        }
                        // line 69
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "html", null, true);
                        // line 70
                        echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["settings"] ?? null), "fi-el", [], "array")), "html", null, true);
                        echo "&gt;
        ";
                    } else {
                        // line 72
                        echo "      ";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "html", null, true);
                        echo "
        ";
                    }
                    // line 74
                    echo "  ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
            } catch (\Exception $e) {
                ob_end_clean();
    
                throw $e;
            } catch (\Throwable $e) {
                ob_end_clean();
    
                throw $e;
            }
    
            return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  274 =&gt; 74,  268 =&gt; 72,  262 =&gt; 70,  260 =&gt; 69,  252 =&gt; 67,  244 =&gt; 65,  241 =&gt; 64,  238 =&gt; 63,  233 =&gt; 62,  218 =&gt; 61,  199 =&gt; 57,  194 =&gt; 55,  189 =&gt; 54,  181 =&gt; 52,  173 =&gt; 50,  170 =&gt; 49,  168 =&gt; 48,  165 =&gt; 47,  159 =&gt; 45,  154 =&gt; 44,  147 =&gt; 42,  140 =&gt; 40,  138 =&gt; 39,  136 =&gt; 36,  135 =&gt; 35,  133 =&gt; 34,  130 =&gt; 33,  110 =&gt; 32,  105 =&gt; 60,  103 =&gt; 30,  97 =&gt; 28,  92 =&gt; 26,  87 =&gt; 25,  79 =&gt; 23,  71 =&gt; 21,  69 =&gt; 20,  62 =&gt; 19,  59 =&gt; 18,  57 =&gt; 17,  55 =&gt; 16,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/ds/templates/ds-field-expert.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2', 'sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_time.html.twig_1DMZ6UxgjGwISNBXBa4Pg_ciE', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/time.html.twig */
    class __TwigTemplate_43f5a293c40278209a3682a16a020fdde8470fafa0ae839d906fc58d6470b2e6 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["text"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/time.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/time.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/time.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_time.html.twig_1DMZ6UxgjGwISNBXBa4Pg_ciE', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/time.html.twig */
    class __TwigTemplate_43f5a293c40278209a3682a16a020fdde8470fafa0ae839d906fc58d6470b2e6 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 22
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["text"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/time.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 22,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/time.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/time.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_43f5a293c40278209a3682a16a020fdde8470fafa0ae839d906fc58d6470b2e6', 'core/themes/stable/templates/field/time.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/time.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/time.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('time', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Posted on', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 98)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_field-group-html-element._SDBKUxr0lpSmM5Vdkw6EwU3d_', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig */
    class __TwigTemplate_b115a9d46a2b585b54fe34a690d73bd4c3d250035904d21efa8223ba2890b6b4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 20];
            $filters = ["escape" =&gt; 19];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo "
    &lt;";
            // line 19
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo " ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;
      ";
            // line 20
            if (($context["title"] ?? null)) {
                // line 21
                echo "  &lt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null)), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo "&gt;
      ";
            }
            // line 23
            echo "  ";
            if (($context["collapsible"] ?? null)) {
                // line 24
                echo "  
      ";
            }
            // line 26
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
      ";
            // line 27
            if (($context["collapsible"] ?? null)) {
                // line 28
                echo "  
      ";
            }
            // line 30
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo "&gt;
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  95 =&gt; 30,  91 =&gt; 28,  89 =&gt; 27,  84 =&gt; 26,  80 =&gt; 24,  77 =&gt; 23,  66 =&gt; 21,  64 =&gt; 20,  58 =&gt; 19,  55 =&gt; 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/field_group/templates/field-group-html-element.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_field-group-html-element._SDBKUxr0lpSmM5Vdkw6EwU3d_', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig */
    class __TwigTemplate_b115a9d46a2b585b54fe34a690d73bd4c3d250035904d21efa8223ba2890b6b4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 20];
            $filters = ["escape" =&gt; 19];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo "
    &lt;";
            // line 19
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo " ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;
      ";
            // line 20
            if (($context["title"] ?? null)) {
                // line 21
                echo "  &lt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null)), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_element"] ?? null)), "html", null, true);
                echo "&gt;
      ";
            }
            // line 23
            echo "  ";
            if (($context["collapsible"] ?? null)) {
                // line 24
                echo "  
      ";
            }
            // line 26
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
      ";
            // line 27
            if (($context["collapsible"] ?? null)) {
                // line 28
                echo "  
      ";
            }
            // line 30
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper_element"] ?? null)), "html", null, true);
            echo "&gt;
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  95 =&gt; 30,  91 =&gt; 28,  89 =&gt; 27,  84 =&gt; 26,  80 =&gt; 24,  77 =&gt; 23,  66 =&gt; 21,  64 =&gt; 20,  58 =&gt; 19,  55 =&gt; 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/field_group/templates/field-group-html-element.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_b115a9d46a2b585b54fe34a690d73bd4c3d250035904d21efa8223ba2890b6b4', 'sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/field_group/templates/field-group-html-element.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field_group_html_element', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7___string_template__f807c0_-Tb1mKeeblYLpOW8wC2DvfLYU', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94 */
    class __TwigTemplate_8cd44da8551ccde65b764c441ab06f5054e844516d144f690a14bc1d9d75d5d5 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 1];
            $filters = ["escape" =&gt; 2];
            $functions = ["link" =&gt; 5];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            if (($context["wrapper"] ?? null)) {
                // line 2
                echo "&lt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
            // line 4
            if (($context["is_link"] ?? null)) {
                // line 5
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["entity_url"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_attributes"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 7
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 9
            if (($context["wrapper"] ?? null)) {
                // line 10
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  80 =&gt; 10,  78 =&gt; 9,  72 =&gt; 7,  66 =&gt; 5,  64 =&gt; 4,  57 =&gt; 2,  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__f807c0_-Tb1mKeeblYLpOW8wC2DvfLYU', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94 */
    class __TwigTemplate_8cd44da8551ccde65b764c441ab06f5054e844516d144f690a14bc1d9d75d5d5 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 1];
            $filters = ["escape" =&gt; 2];
            $functions = ["link" =&gt; 5];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            if (($context["wrapper"] ?? null)) {
                // line 2
                echo "&lt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
            // line 4
            if (($context["is_link"] ?? null)) {
                // line 5
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["entity_url"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_attributes"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 7
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 9
            if (($context["wrapper"] ?? null)) {
                // line 10
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["wrapper"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  80 =&gt; 10,  78 =&gt; 9,  72 =&gt; 7,  66 =&gt; 5,  64 =&gt; 4,  57 =&gt; 2,  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_8cd44da8551ccde65b764c441ab06f5054e844516d144f690a14bc1d9d75d5d5', '__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{% if wrapper %}
    &lt;{{ wrapper }}{{ attributes }}&gt;
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{% if wrapper %}
    &lt;{{ wrapper }}{{ attributes }}&gt;
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, Object, Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 98)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_image-formatter.html.twig_8WKkZkH0yGobnGooU8mRw_Alf', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-formatter.html.twig */
    class __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 14];
            $filters = ["escape" =&gt; 15];
            $functions = ["link" =&gt; 15];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 14
            if (($context["url"] ?? null)) {
                // line 15
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 17
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-formatter.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 =&gt; 17,  57 =&gt; 15,  55 =&gt; 14,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-formatter.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-formatter.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_image-formatter.html.twig_8WKkZkH0yGobnGooU8mRw_Alf', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-formatter.html.twig */
    class __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 14];
            $filters = ["escape" =&gt; 15];
            $functions = ["link" =&gt; 15];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 14
            if (($context["url"] ?? null)) {
                // line 15
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null))), "html", null, true);
                echo "
    ";
            } else {
                // line 17
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-formatter.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 =&gt; 17,  57 =&gt; 15,  55 =&gt; 14,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-formatter.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-formatter.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281', 'core/themes/stable/templates/field/image-formatter.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image-formatter.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Image', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_image-style.html.twig_LBpfh-uD9hJhcBAEyfs6iwcDq', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-style.html.twig */
    class __TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 18];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-style.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-style.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-style.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_image-style.html.twig_LBpfh-uD9hJhcBAEyfs6iwcDq', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image-style.html.twig */
    class __TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 18];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 18
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-style.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 18,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-style.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image-style.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1', 'core/themes/stable/templates/field/image-style.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image-style.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-style.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_style', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 64)
    __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Image', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_image.html.twig_hPLelY32d2DuVQzo0n2fghcQQ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image.html.twig */
    class __TwigTemplate_020776e4c904203722d3c819ba8da6f759f53e5e78f4dec9df1a2424af9e41af extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 13];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 13
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo " /&gt;
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 13,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_image.html.twig_hPLelY32d2DuVQzo0n2fghcQQ', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/image.html.twig */
    class __TwigTemplate_020776e4c904203722d3c819ba8da6f759f53e5e78f4dec9df1a2424af9e41af extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = ["escape" =&gt; 13];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 13
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo " /&gt;
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 13,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/image.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_020776e4c904203722d3c819ba8da6f759f53e5e78f4dec9df1a2424af9e41af', 'core/themes/stable/templates/field/image.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_d98789f8c8213bf257ba05d02eed8baf7bbc1197c908d7ffa2ec377d9e5e1bf1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-style.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_style', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 64)
    __TwigTemplate_921d2b933b89f058271a8a3118269e2b7a24ec863d4f819e73811fea45f7a281->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, 'Image', Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_field.html.twig_ALp4y0qUKWLIyMFBB8XpTmL_m', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field.html.twig */
    class __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 40, "if" =&gt; 45, "for" =&gt; 48];
            $filters = ["escape" =&gt; 47];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // 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 "    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "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 "        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "attributes", [])), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 "      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["title_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method")), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "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 "      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "attributes", [])), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 "core/themes/stable/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  150 =&gt; 69,  146 =&gt; 67,  143 =&gt; 66,  132 =&gt; 64,  127 =&gt; 63,  123 =&gt; 61,  121 =&gt; 60,  115 =&gt; 59,  110 =&gt; 58,  106 =&gt; 56,  95 =&gt; 54,  90 =&gt; 53,  86 =&gt; 51,  75 =&gt; 49,  71 =&gt; 48,  66 =&gt; 47,  63 =&gt; 46,  61 =&gt; 45,  58 =&gt; 44,  56 =&gt; 41,  55 =&gt; 40,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_field.html.twig_ALp4y0qUKWLIyMFBB8XpTmL_m', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/field/field.html.twig */
    class __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 40, "if" =&gt; 45, "for" =&gt; 48];
            $filters = ["escape" =&gt; 47];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // 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 "    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "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 "        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "attributes", [])), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 "      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["title_attributes"] ?? null), "addClass", [0 =&gt; ($context["title_classes"] ?? null)], "method")), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "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 "      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "attributes", [])), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["item"], "content", [])), "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 "core/themes/stable/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  150 =&gt; 69,  146 =&gt; 67,  143 =&gt; 66,  132 =&gt; 64,  127 =&gt; 63,  123 =&gt; 61,  121 =&gt; 60,  115 =&gt; 59,  110 =&gt; 58,  106 =&gt; 56,  95 =&gt; 54,  90 =&gt; 53,  86 =&gt; 51,  75 =&gt; 49,  71 =&gt; 48,  66 =&gt; 47,  63 =&gt; 46,  61 =&gt; 45,  58 =&gt; 44,  56 =&gt; 41,  55 =&gt; 40,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/field/field.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4', 'core/themes/stable/templates/field/field.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_views-view.html.twig_Pe_zCgTKpVJwd4MU8wMQseiDN', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view.html.twig */
    class __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 34, "if" =&gt; 43];
            $filters = ["escape" =&gt; 38];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 34
            $context["classes"] = [0 =&gt; ((        // line 35
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))];
            // line 38
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;
      ";
            // line 39
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 40
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
            echo "
      ";
            // line 41
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 43
            if (($context["header"] ?? null)) {
                // line 44
                echo "    
          ";
                // line 45
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 48
            echo "
      ";
            // line 49
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true);
            echo "
      ";
            // line 50
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 52
            if (($context["rows"] ?? null)) {
                // line 53
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true);
                echo "
      ";
            } elseif (        // line 54
    ($context["empty"] ?? null)) {
                // line 55
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 57
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true);
            echo "
      ";
            // line 60
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 62
            if (($context["footer"] ?? null)) {
                // line 63
                echo "    
          ";
                // line 64
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 67
            echo "
      ";
            // line 68
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  141 =&gt; 68,  138 =&gt; 67,  132 =&gt; 64,  129 =&gt; 63,  127 =&gt; 62,  122 =&gt; 60,  118 =&gt; 59,  112 =&gt; 57,  107 =&gt; 55,  105 =&gt; 54,  101 =&gt; 53,  99 =&gt; 52,  94 =&gt; 50,  90 =&gt; 49,  87 =&gt; 48,  81 =&gt; 45,  78 =&gt; 44,  76 =&gt; 43,  71 =&gt; 41,  67 =&gt; 40,  63 =&gt; 39,  58 =&gt; 38,  56 =&gt; 35,  55 =&gt; 34,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view.html.twig_Pe_zCgTKpVJwd4MU8wMQseiDN', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view.html.twig */
    class __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 34, "if" =&gt; 43];
            $filters = ["escape" =&gt; 38];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 34
            $context["classes"] = [0 =&gt; ((        // line 35
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dom_id"] ?? null)))) : (""))];
            // line 38
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;
      ";
            // line 39
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 40
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
            echo "
      ";
            // line 41
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 43
            if (($context["header"] ?? null)) {
                // line 44
                echo "    
          ";
                // line 45
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 48
            echo "
      ";
            // line 49
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["exposed"] ?? null)), "html", null, true);
            echo "
      ";
            // line 50
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_before"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 52
            if (($context["rows"] ?? null)) {
                // line 53
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null)), "html", null, true);
                echo "
      ";
            } elseif (        // line 54
    ($context["empty"] ?? null)) {
                // line 55
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["empty"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 57
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pager"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_after"] ?? null)), "html", null, true);
            echo "
      ";
            // line 60
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null)), "html", null, true);
            echo "
    
      ";
            // line 62
            if (($context["footer"] ?? null)) {
                // line 63
                echo "    
          ";
                // line 64
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 67
            echo "
      ";
            // line 68
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["feed_icons"] ?? null)), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  141 =&gt; 68,  138 =&gt; 67,  132 =&gt; 64,  129 =&gt; 63,  127 =&gt; 62,  122 =&gt; 60,  118 =&gt; 59,  112 =&gt; 57,  107 =&gt; 55,  105 =&gt; 54,  101 =&gt; 53,  99 =&gt; 52,  94 =&gt; 50,  90 =&gt; 49,  87 =&gt; 48,  81 =&gt; 45,  78 =&gt; 44,  76 =&gt; 43,  71 =&gt; 41,  67 =&gt; 40,  63 =&gt; 39,  58 =&gt; 38,  56 =&gt; 35,  55 =&gt; 34,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86', 'core/themes/stable/templates/views/views-view.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 98)
    __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_views-view-list.html.twig_Kq80isyLoyKKeLwTHUDK0AZ66', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-list.html.twig */
    class __TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 19, "for" =&gt; 28];
            $filters = ["escape" =&gt; 20];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 19
            if (($context["attributes"] ?? null)) {
                // line 20
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
            // line 22
            echo "  ";
            if (($context["title"] ?? null)) {
                // line 23
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 25
            echo "
      &lt;";
            // line 26
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "attributes", [])), "html", null, true);
            echo "&gt;
    
        ";
            // line 28
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 29
                echo "      <li>env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "attributes", [])), "html", null, true);
                echo "&gt;";
                // line 30
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "content", [])), "html", null, true);
                // line 31
                echo "</li>
        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 33
            echo "
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo "&gt;
    
    ";
            // line 36
            if (($context["attributes"] ?? null)) {
                // line 37
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-list.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  108 =&gt; 37,  106 =&gt; 36,  101 =&gt; 34,  98 =&gt; 33,  91 =&gt; 31,  89 =&gt; 30,  85 =&gt; 29,  81 =&gt; 28,  75 =&gt; 26,  72 =&gt; 25,  66 =&gt; 23,  63 =&gt; 22,  57 =&gt; 20,  55 =&gt; 19,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-list.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-list.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-list.html.twig_Kq80isyLoyKKeLwTHUDK0AZ66', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-list.html.twig */
    class __TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 19, "for" =&gt; 28];
            $filters = ["escape" =&gt; 20];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 19
            if (($context["attributes"] ?? null)) {
                // line 20
                echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
                echo "&gt;
    ";
            }
            // line 22
            echo "  ";
            if (($context["title"] ?? null)) {
                // line 23
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null)), "html", null, true);
                echo "
      ";
            }
            // line 25
            echo "
      &lt;";
            // line 26
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "attributes", [])), "html", null, true);
            echo "&gt;
    
        ";
            // line 28
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 29
                echo "      <li>env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "attributes", [])), "html", null, true);
                echo "&gt;";
                // line 30
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["row"], "content", [])), "html", null, true);
                // line 31
                echo "</li>
        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 33
            echo "
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["list"] ?? null), "type", [])), "html", null, true);
            echo "&gt;
    
    ";
            // line 36
            if (($context["attributes"] ?? null)) {
                // line 37
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-list.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  108 =&gt; 37,  106 =&gt; 36,  101 =&gt; 34,  98 =&gt; 33,  91 =&gt; 31,  89 =&gt; 30,  85 =&gt; 29,  81 =&gt; 28,  75 =&gt; 26,  72 =&gt; 25,  66 =&gt; 23,  63 =&gt; 22,  57 =&gt; 20,  55 =&gt; 19,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-list.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-list.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69', 'core/themes/stable/templates/views/views-view-list.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-list.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-list.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_list', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 101)
    __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 98)
    __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_container.html.twig_ke3czK6IfQ6HLyfu1iecbY84V', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/form/container.html.twig */
    class __TwigTemplate_c87b939172ea5abd90bfe50b6d9e0ae5a19f90f3f046d8837e30880f75ec4392 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 23];
            $filters = ["escape" =&gt; 28];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 23
            $context["classes"] = [0 =&gt; ((        // line 24
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 28
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/form/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&gt; 28,  57 =&gt; 25,  56 =&gt; 24,  55 =&gt; 23,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/form/container.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/form/container.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_container.html.twig_ke3czK6IfQ6HLyfu1iecbY84V', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/form/container.html.twig */
    class __TwigTemplate_c87b939172ea5abd90bfe50b6d9e0ae5a19f90f3f046d8837e30880f75ec4392 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 23];
            $filters = ["escape" =&gt; 28];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 23
            $context["classes"] = [0 =&gt; ((        // line 24
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 28
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/form/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&gt; 28,  57 =&gt; 25,  56 =&gt; 24,  55 =&gt; 23,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/form/container.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/form/container.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_c87b939172ea5abd90bfe50b6d9e0ae5a19f90f3f046d8837e30880f75ec4392', 'core/themes/stable/templates/form/container.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/form/container.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/form/container.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 98)
    __TwigTemplate_cdb8384897d6bc017b659c7f62b63bac1d60fa20e9f60583707ede2f159b1bd4->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_sharethis-block.html.twig_CGxwBBUp3IhID1VyJqiffMH8-', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig */
    class __TwigTemplate_e4d6b167421e1cb11e5018b64ff6e0a42f6527c9b7f794a0eb9865efd765cd0d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 2];
            $filters = ["escape" =&gt; 3];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "
      ";
            // line 2
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this-&gt;getAttribute(($context["content"] ?? null), "st_spans", []));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["span"]) {
                // line 3
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["span"]), "html", null, true);
                echo "
      ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['span'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 5
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 5,  62 =&gt; 3,  58 =&gt; 2,  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/sharethis/templates/sharethis-block.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_sharethis-block.html.twig_CGxwBBUp3IhID1VyJqiffMH8-', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig */
    class __TwigTemplate_e4d6b167421e1cb11e5018b64ff6e0a42f6527c9b7f794a0eb9865efd765cd0d extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 2];
            $filters = ["escape" =&gt; 3];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "
      ";
            // line 2
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this-&gt;getAttribute(($context["content"] ?? null), "st_spans", []));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["span"]) {
                // line 3
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["span"]), "html", null, true);
                echo "
      ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['span'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 5
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 5,  62 =&gt; 3,  58 =&gt; 2,  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig", "/var/www/vhosts/d8-9/sites/all/modules-contrib/sharethis/templates/sharethis-block.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_e4d6b167421e1cb11e5018b64ff6e0a42f6527c9b7f794a0eb9865efd765cd0d', 'sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig') (Line: 64)
    twig_render_template('sites/all/modules/contrib/sharethis/templates/sharethis-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('sharethis_block', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7___string_template__bb4f4c_3vA0fKWmUK_9sA7rAUzI1xGX9', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa */
    class __TwigTemplate_de6603beade885803d2c402b98f8b8c4ec2222fa6f94754a7dc11dddb7578677 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = [];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "media/news";
        }
    
        public function getTemplateName()
        {
            return "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa";
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__bb4f4c_3vA0fKWmUK_9sA7rAUzI1xGX9', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa */
    class __TwigTemplate_de6603beade885803d2c402b98f8b8c4ec2222fa6f94754a7dc11dddb7578677 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = [];
            $filters = [];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 1
            echo "media/news";
        }
    
        public function getTemplateName()
        {
            return "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa";
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 1,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_de6603beade885803d2c402b98f8b8c4ec2222fa6f94754a7dc11dddb7578677', '__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__bb4f4ca44637d9571ba2ebc237bec40aabd867ef39405193cad5019a8dd5f5aa') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}media/news') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}media/news', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 156)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 157)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 419)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('media/news', Array) (Line: 2140)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getMoreUrl() (Line: 2107)
    Drupal\views\Plugin\views\display\DisplayPluginBase->renderMoreLink() (Line: 2247)
    Drupal\views\Plugin\views\display\DisplayPluginBase->elementPreRender(Array)
    call_user_func_array(Array, Array) (Line: 100)
    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. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', 'silenced_deprecation', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 781)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 372)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, Array, Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_views-view-fields.html.tw_-c-hYIOUeNHBuP0fofyN_W0w4', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_5551bd691b0da5a25319978e2b0a3a361a54ddf501afd511fe39d9694e1b6c14 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 32, "if" =&gt; 34];
            $filters = ["escape" =&gt; 33];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "separator", [])), "html", null, true);
                // line 34
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 35
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_attributes", [])), "html", null, true);
                    echo "&gt;";
                }
                // line 37
                if ($this-&gt;getAttribute($context["field"], "label", [])) {
                    // line 38
                    if ($this-&gt;getAttribute($context["field"], "label_element", [])) {
                        // line 39
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_attributes", [])), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                        echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 41
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                    }
                }
                // line 44
                if ($this-&gt;getAttribute($context["field"], "element_type", [])) {
                    // line 45
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_attributes", [])), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 47
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                }
                // line 49
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 50
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  106 =&gt; 50,  104 =&gt; 49,  101 =&gt; 47,  91 =&gt; 45,  89 =&gt; 44,  84 =&gt; 41,  73 =&gt; 39,  71 =&gt; 38,  69 =&gt; 37,  63 =&gt; 35,  61 =&gt; 34,  59 =&gt; 33,  55 =&gt; 32,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-fields.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-fields.html.tw_-c-hYIOUeNHBuP0fofyN_W0w4', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_5551bd691b0da5a25319978e2b0a3a361a54ddf501afd511fe39d9694e1b6c14 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["for" =&gt; 32, "if" =&gt; 34];
            $filters = ["escape" =&gt; 33];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 32
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "separator", [])), "html", null, true);
                // line 34
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 35
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_attributes", [])), "html", null, true);
                    echo "&gt;";
                }
                // line 37
                if ($this-&gt;getAttribute($context["field"], "label", [])) {
                    // line 38
                    if ($this-&gt;getAttribute($context["field"], "label_element", [])) {
                        // line 39
                        echo "&lt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_attributes", [])), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                        echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_element", [])), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 41
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label", [])), "html", null, true);
                        echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "label_suffix", [])), "html", null, true);
                    }
                }
                // line 44
                if ($this-&gt;getAttribute($context["field"], "element_type", [])) {
                    // line 45
                    echo "&lt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_attributes", [])), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "element_type", [])), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 47
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "content", [])), "html", null, true);
                }
                // line 49
                if ($this-&gt;getAttribute($context["field"], "wrapper_element", [])) {
                    // line 50
                    echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["field"], "wrapper_element", [])), "html", null, true);
                    echo "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  106 =&gt; 50,  104 =&gt; 49,  101 =&gt; 47,  91 =&gt; 45,  89 =&gt; 44,  84 =&gt; 41,  73 =&gt; 39,  71 =&gt; 38,  69 =&gt; 37,  63 =&gt; 35,  61 =&gt; 34,  59 =&gt; 33,  55 =&gt; 32,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-fields.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_5551bd691b0da5a25319978e2b0a3a361a54ddf501afd511fe39d9694e1b6c14', 'core/themes/stable/templates/views/views-view-fields.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-fields.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-fields.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 89)
    __TwigTemplate_6ecd0d5c15016b0405a6cc025f6ec4e403c3e979eac8541afcfa4529fff92e69->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-list.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_list', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 101)
    __TwigTemplate_1b1afbe3fcc5bfe86a692f6dc71ea9098e701c27394c773c57262250cd3cea86->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 269)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getcontent(Array, Array, Object) (Line: 704)
    Twig\Template->getAttribute(Object, 'content', Array, 'method') (Line: 200)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->getfield(Array, Array, Array, Object, Object, Object, Object, 1, Array) (Line: 704)
    Twig\Template->getAttribute(Object, 'field', Array, 'method') (Line: 88)
    __TwigTemplate_2da4070e90a0af5ea7fac886ea38a4555bfa59f20f06b98c0eb70e3fce5dfde2->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-field-expert.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_9db209e29a76c59dc9fda9a7d9e9aff303019188b94e4252ae3d65f5da2b814d->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-reset.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_reset', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 55)
    __TwigTemplate_0663b82541c39043903850a9b45a42a2b7421aa1fa9d62259ba35f87cf009be1->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/all/modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_html.html.twig_7I0aHRFLQ4Lql15jB67fRtwp0', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig */
    class __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 27];
            $filters = ["clean_class" =&gt; 29, "escape" =&gt; 35, "safe_join" =&gt; 38, "t" =&gt; 146];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 27
            $context["body_classes"] = [0 =&gt; ((        // line 28
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 =&gt; (( !        // line 29
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null)))))), 2 =&gt; ((        // line 30
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null))))) : ("")), 3 =&gt; ((        // line 31
    ($context["db_offline"] ?? null)) ? ("db-offline") : (""))];
            // line 34
            echo "
    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null)), "html", null, true);
            echo "&gt;
      
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        ";
            // line 38
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null)), " | "));
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
     
        \"use strict\";function _typeof(t){return(_typeof=\"function\"==typeof Symbol&amp;&amp;\"symbol\"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;\"function\"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?\"symbol\":typeof t})(t)}!function(){self.airgap?.ready||(self.airgap={readyQueue:[],ready(e){this.readyQueue.push(e)},...self.airgap});const e=()=&gt;{const e=\"__tcfapiLocator\",t=[],a=window;let n,s,o=a;for(;o;){try{if(o.frames[e]){n=o;break}}catch(e){}if(o===a.top)break;o=o.parent}n||(!function t(){const n=a.document,s=!!a.frames[e];if(!s)if(n.body){const t=n.createElement(\"iframe\");t.style.cssText=\"display:none\",t.name=e,n.body.appendChild(t)}else setTimeout(t,5);return!s}(),a.__tcfapi=function(...e){if(!e.length)return t;\"setGdprApplies\"===e[0]?e.length&gt;3&amp;&amp;2===parseInt(e[1],10)&amp;&amp;\"boolean\"==typeof e[3]&amp;&amp;(s=e[3],\"function\"==typeof e[2]&amp;&amp;e[2](\"set\",!0)):\"ping\"===e[0]?\"function\"==typeof e[2]&amp;&amp;e[2]({gdprApplies:s,cmpLoaded:!1,cmpStatus:\"stub\"}):t.push(e)},a.addEventListener(\"message\",(function(e){const t=\"string\"==typeof e.data;let a={};if(t)try{a=JSON.parse(e.data)}catch(e){}else a=e.data;const n=\"object\"==typeof a&amp;&amp;null!==a?a.__tcfapiCall:null;n&amp;&amp;window.__tcfapi(n.command,n.version,(function(a,s){let o={__tcfapiReturn:{returnValue:a,success:s,callId:n.callId}};e&amp;&amp;e.source&amp;&amp;e.source.postMessage&amp;&amp;e.source.postMessage(t?JSON.stringify(o):o,\"*\")}),n.parameter)}),!1))};airgap.ready((t=&gt;{\"TCF_EU\"===t.loadOptions.consentManagerConfig.initialViewStateByPrivacyRegime[t.getRegimes()[0]]&amp;&amp;(\"undefined\"!=typeof module?module.exports=e:e())}))}();
        
     
    
    
        
    \t!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,\"script\",\"https://chimpstatic.com/mcjs-connected/js/users/df3224fb3a59156ffdafb45cb/5f449b798ad6f6a63fa1699fc.js\");
     
      
       
       
      
      
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
      
      
      
      
      
        googletag.cmd.push(function() {
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542626609992-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542724439698-0').addService(googletag.pubads());
          
          //
         // googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542627171315-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542724525482-0').addService(googletag.pubads());
         
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542640858286-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542724581082-0').addService(googletag.pubads());
          
          googletag.pubads().enableSingleRequest();
          googletag.pubads().collapseEmptyDivs();
          googletag.enableServices();
        });
      
    
    \t 
    \t
    \t(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    \t
    \tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    \t
    \tj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
    \t
    \t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    \t
    \t})(window,document,'script','dataLayer','GTM-K6CS9QF');
      
      
      
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function() {
          googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
          googletag.pubads().enableSingleRequest();
          googletag.enableServices();
        });
      
    \t
    \t
    
      
      
      
      
      
    
    
    
    
    
      window.googletag = window.googletag || {cmd: []};
      googletag.cmd.push(function() {
        googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
        googletag.defineSlot('/62930129/300x250_ros_footer_painweek', [300, 250], 'div-gpt-ad-1683044755597-0').addService(googletag.pubads());
        googletag.pubads().enableSingleRequest();
        googletag.enableServices();
      });
     
    
      
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;
        
    \t\t
    \t\t\t
    \t\t\t
    \t
    
    
        ";
            // line 145
            echo "    <a>
          ";
            // line 146
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 148
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null)), "html", null, true);
            echo "
        ";
            // line 149
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null)), "html", null, true);
            echo "
        ";
            // line 150
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null)), "html", null, true);
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
      
    
      
    \t
    \t
    \tttd_dom_ready( function() {
    \tif (typeof TTDUniversalPixelApi === 'function') {
    \tvar universalPixelApi = new TTDUniversalPixelApi();
    \tuniversalPixelApi.init(\"356vh4c\", [\"pie1cht\"], \"https://insight.adsrvr.org/track/up\");
    \t}
    \t});
    \t
      
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  208 =&gt; 151,  204 =&gt; 150,  200 =&gt; 149,  196 =&gt; 148,  191 =&gt; 146,  188 =&gt; 145,  177 =&gt; 133,  81 =&gt; 40,  77 =&gt; 39,  73 =&gt; 38,  69 =&gt; 37,  64 =&gt; 35,  61 =&gt; 34,  59 =&gt; 31,  58 =&gt; 30,  57 =&gt; 29,  56 =&gt; 28,  55 =&gt; 27,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/html.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_html.html.twig_7I0aHRFLQ4Lql15jB67fRtwp0', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig */
    class __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["set" =&gt; 27];
            $filters = ["clean_class" =&gt; 29, "escape" =&gt; 35, "safe_join" =&gt; 38, "t" =&gt; 146];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 27
            $context["body_classes"] = [0 =&gt; ((        // line 28
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 =&gt; (( !        // line 29
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null)))))), 2 =&gt; ((        // line 30
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null))))) : ("")), 3 =&gt; ((        // line 31
    ($context["db_offline"] ?? null)) ? ("db-offline") : (""))];
            // line 34
            echo "
    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null)), "html", null, true);
            echo "&gt;
      
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        ";
            // line 38
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar($this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null)), " | "));
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
     
        \"use strict\";function _typeof(t){return(_typeof=\"function\"==typeof Symbol&amp;&amp;\"symbol\"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;\"function\"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?\"symbol\":typeof t})(t)}!function(){self.airgap?.ready||(self.airgap={readyQueue:[],ready(e){this.readyQueue.push(e)},...self.airgap});const e=()=&gt;{const e=\"__tcfapiLocator\",t=[],a=window;let n,s,o=a;for(;o;){try{if(o.frames[e]){n=o;break}}catch(e){}if(o===a.top)break;o=o.parent}n||(!function t(){const n=a.document,s=!!a.frames[e];if(!s)if(n.body){const t=n.createElement(\"iframe\");t.style.cssText=\"display:none\",t.name=e,n.body.appendChild(t)}else setTimeout(t,5);return!s}(),a.__tcfapi=function(...e){if(!e.length)return t;\"setGdprApplies\"===e[0]?e.length&gt;3&amp;&amp;2===parseInt(e[1],10)&amp;&amp;\"boolean\"==typeof e[3]&amp;&amp;(s=e[3],\"function\"==typeof e[2]&amp;&amp;e[2](\"set\",!0)):\"ping\"===e[0]?\"function\"==typeof e[2]&amp;&amp;e[2]({gdprApplies:s,cmpLoaded:!1,cmpStatus:\"stub\"}):t.push(e)},a.addEventListener(\"message\",(function(e){const t=\"string\"==typeof e.data;let a={};if(t)try{a=JSON.parse(e.data)}catch(e){}else a=e.data;const n=\"object\"==typeof a&amp;&amp;null!==a?a.__tcfapiCall:null;n&amp;&amp;window.__tcfapi(n.command,n.version,(function(a,s){let o={__tcfapiReturn:{returnValue:a,success:s,callId:n.callId}};e&amp;&amp;e.source&amp;&amp;e.source.postMessage&amp;&amp;e.source.postMessage(t?JSON.stringify(o):o,\"*\")}),n.parameter)}),!1))};airgap.ready((t=&gt;{\"TCF_EU\"===t.loadOptions.consentManagerConfig.initialViewStateByPrivacyRegime[t.getRegimes()[0]]&amp;&amp;(\"undefined\"!=typeof module?module.exports=e:e())}))}();
        
     
    
    
        
    \t!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,\"script\",\"https://chimpstatic.com/mcjs-connected/js/users/df3224fb3a59156ffdafb45cb/5f449b798ad6f6a63fa1699fc.js\");
     
      
       
       
      
      
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
      
      
      
      
      
        googletag.cmd.push(function() {
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542626609992-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_footer', [[728, 90], [300, 250]], 'div-gpt-ad-1542724439698-0').addService(googletag.pubads());
          
          //
         // googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542627171315-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_header', [[300, 250], [728, 90]], 'div-gpt-ad-1542724525482-0').addService(googletag.pubads());
         
          // 
          // googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542640858286-0').addService(googletag.pubads());
          googletag.defineSlot('/62930129/728x90_ROS_Middle', [[728, 90], [300, 250]], 'div-gpt-ad-1542724581082-0').addService(googletag.pubads());
          
          googletag.pubads().enableSingleRequest();
          googletag.pubads().collapseEmptyDivs();
          googletag.enableServices();
        });
      
    
    \t 
    \t
    \t(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    \t
    \tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    \t
    \tj=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
    \t
    \t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    \t
    \t})(window,document,'script','dataLayer','GTM-K6CS9QF');
      
      
      
        window.googletag = window.googletag || {cmd: []};
        googletag.cmd.push(function() {
          googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
          googletag.pubads().enableSingleRequest();
          googletag.enableServices();
        });
      
    \t
    \t
    
      
      
      
      
      
    
    
    
    
    
      window.googletag = window.googletag || {cmd: []};
      googletag.cmd.push(function() {
        googletag.defineSlot('/62930129/300x250_ros_header_painweek', [300, 250], 'div-gpt-ad-1683044719659-0').addService(googletag.pubads());
        googletag.defineSlot('/62930129/300x250_ros_footer_painweek', [300, 250], 'div-gpt-ad-1683044755597-0').addService(googletag.pubads());
        googletag.pubads().enableSingleRequest();
        googletag.enableServices();
      });
     
    
      
      env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method")), "html", null, true);
            echo "&gt;
        
    \t\t
    \t\t\t
    \t\t\t
    \t
    
    
        ";
            // line 145
            echo "    <a>
          ";
            // line 146
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 148
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null)), "html", null, true);
            echo "
        ";
            // line 149
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null)), "html", null, true);
            echo "
        ";
            // line 150
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null)), "html", null, true);
            echo "
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null)), "html", null, true);
            echo "\"&gt;
    
      
    
      
    \t
    \t
    \tttd_dom_ready( function() {
    \tif (typeof TTDUniversalPixelApi === 'function') {
    \tvar universalPixelApi = new TTDUniversalPixelApi();
    \tuniversalPixelApi.init(\"356vh4c\", [\"pie1cht\"], \"https://insight.adsrvr.org/track/up\");
    \t}
    \t});
    \t
      
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  208 =&gt; 151,  204 =&gt; 150,  200 =&gt; 149,  196 =&gt; 148,  191 =&gt; 146,  188 =&gt; 145,  177 =&gt; 133,  81 =&gt; 40,  77 =&gt; 39,  73 =&gt; 38,  69 =&gt; 37,  64 =&gt; 35,  61 =&gt; 34,  59 =&gt; 31,  58 =&gt; 30,  57 =&gt; 29,  56 =&gt; 28,  55 =&gt; 27,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/html.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_page.html.twig_3iN34vw76Pi0NYMaTrsc1NdO3', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig */
    class __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 56];
            $filters = ["escape" =&gt; 58];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 50
            echo "
    
      
    
      
        
          ";
            // line 56
            if ($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])) {
                // line 57
                echo "        
            ";
                // line 58
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])), "html", null, true);
                echo " 
             
          ";
            }
            // line 60
            echo "  
          
            
              
                <a>MENU</a>
              
              
                ";
            // line 67
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbar", [])), "html", null, true);
            echo "
              
            
                
          
          
                       
              <a></a>
            
          
    
             
        
        
        ";
            // line 81
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])) {
                // line 82
                echo "     
          
            
              ";
                // line 85
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 90
            echo "    
        ";
            // line 91
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])) {
                // line 92
                echo "     
          
            
              ";
                // line 95
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 99
            echo " 
      
    
    
    ";
            // line 103
            if ($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])) {
                echo " 
    
       
        ";
                // line 106
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 110
            echo "
    
    ";
            // line 112
            if ($this-&gt;getAttribute(($context["page"] ?? null), "search", [])) {
                echo " 
    
       
        ";
                // line 115
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "search", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 119
            echo "
    ";
            // line 120
            if ($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])) {
                echo "          
    
       
        ";
                // line 123
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 127
            echo "
     
    ";
            // line 129
            if (($this-&gt;getAttribute(($context["page"] ?? null), "hero", []) || ((($context["show_page_title"] ?? null) == true) &amp;&amp; $this-&gt;getAttribute(($context["page"] ?? null), "title", [])))) {
                echo "          
    
       
        ";
                // line 132
                if ((($context["show_page_title"] ?? null) == true)) {
                    echo " 
          ";
                    // line 133
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "title", [])), "html", null, true);
                    echo " 
        ";
                }
                // line 135
                echo "    
        ";
                // line 136
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "hero", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 140
            echo "
    ";
            // line 141
            if ( !twig_test_empty($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", []))) {
                // line 142
                echo "
      
        ";
                // line 144
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", [])), "html", null, true);
                echo "
        
    
    ";
            }
            // line 147
            echo " 
    
    ";
            // line 149
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])) {
                // line 150
                echo "
      ";
                // line 151
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])), "html", null, true);
                echo "
      
    ";
            }
            // line 154
            echo "
    ";
            // line 155
            if ($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])) {
                // line 156
                echo "
      
      ";
                // line 158
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])), "html", null, true);
                echo "
      
      
     ";
            }
            // line 161
            echo " 
     
    ";
            // line 163
            if ((($this-&gt;getAttribute(($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) &amp;&amp; ($context["manage_display"] ?? null))) {
                // line 164
                echo "
      <a></a>
      ";
                // line 166
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
      
      ";
                // line 168
                if ($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) {
                    // line 169
                    echo "
      ";
                    // line 170
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                    echo " 
    
    ";
                }
                // line 173
                echo "  
    
    
    ";
            } elseif ((($this-&gt;getAttribute(        // line 176
    ($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) || $this-&gt;getAttribute(($context["page"] ?? null), "aside", []))) {
                // line 177
                echo "
      
        <a></a>
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["grid_class"] ?? null)), "html", null, true);
                echo "\"&gt; 
          ";
                // line 181
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
          ";
                // line 182
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                echo " 
        
        ";
                // line 184
                if ($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])) {
                    // line 185
                    echo "    
          ";
                    // line 186
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])), "html", null, true);
                    echo "
        
        ";
                }
                // line 189
                echo "  
    
    ";
            }
            // line 192
            echo "
    ";
            // line 193
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])) {
                // line 194
                echo "
       
        ";
                // line 196
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 200
            echo "
    ";
            // line 201
            if ($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])) {
                // line 202
                echo "
      
        ";
                // line 204
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 208
            echo "
    ";
            // line 209
            if ($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])) {
                // line 210
                echo "
      
        ";
                // line 212
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 216
            echo "
    ";
            // line 217
            if ($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])) {
                // line 218
                echo "
       
        ";
                // line 220
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 224
            echo "
    ";
            // line 225
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])) {
                // line 226
                echo "
       
        ";
                // line 228
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 232
            echo "
    ";
            // line 233
            if (($context["site_information"] ?? null)) {
                // line 234
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_information"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 235
            echo " 
      
    ";
            // line 237
            if ($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])) {
                // line 238
                echo "
      
        ";
                // line 240
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 244
            echo "
    ";
            // line 245
            if ($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])) {
                // line 246
                echo "\t
    \t\t
    \t\t\t";
                // line 248
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])), "html", null, true);
                echo "
    \t\t
    \t
    ";
            }
            // line 252
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  457 =&gt; 252,  450 =&gt; 248,  446 =&gt; 246,  444 =&gt; 245,  441 =&gt; 244,  434 =&gt; 240,  430 =&gt; 238,  428 =&gt; 237,  424 =&gt; 235,  418 =&gt; 234,  416 =&gt; 233,  413 =&gt; 232,  406 =&gt; 228,  402 =&gt; 226,  400 =&gt; 225,  397 =&gt; 224,  390 =&gt; 220,  386 =&gt; 218,  384 =&gt; 217,  381 =&gt; 216,  374 =&gt; 212,  370 =&gt; 210,  368 =&gt; 209,  365 =&gt; 208,  358 =&gt; 204,  354 =&gt; 202,  352 =&gt; 201,  349 =&gt; 200,  342 =&gt; 196,  338 =&gt; 194,  336 =&gt; 193,  333 =&gt; 192,  328 =&gt; 189,  322 =&gt; 186,  319 =&gt; 185,  317 =&gt; 184,  312 =&gt; 182,  308 =&gt; 181,  304 =&gt; 180,  299 =&gt; 177,  297 =&gt; 176,  292 =&gt; 173,  286 =&gt; 170,  283 =&gt; 169,  281 =&gt; 168,  276 =&gt; 166,  272 =&gt; 164,  270 =&gt; 163,  266 =&gt; 161,  259 =&gt; 158,  253 =&gt; 157,  250 =&gt; 156,  248 =&gt; 155,  245 =&gt; 154,  239 =&gt; 151,  236 =&gt; 150,  234 =&gt; 149,  230 =&gt; 147,  223 =&gt; 144,  219 =&gt; 142,  217 =&gt; 141,  214 =&gt; 140,  207 =&gt; 136,  204 =&gt; 135,  199 =&gt; 133,  195 =&gt; 132,  189 =&gt; 129,  185 =&gt; 127,  178 =&gt; 123,  172 =&gt; 120,  169 =&gt; 119,  162 =&gt; 115,  156 =&gt; 112,  152 =&gt; 110,  145 =&gt; 106,  139 =&gt; 103,  133 =&gt; 99,  125 =&gt; 95,  120 =&gt; 92,  118 =&gt; 91,  115 =&gt; 90,  107 =&gt; 85,  102 =&gt; 82,  100 =&gt; 81,  83 =&gt; 67,  74 =&gt; 60,  68 =&gt; 58,  65 =&gt; 57,  63 =&gt; 56,  55 =&gt; 50,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/page.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_page.html.twig_3iN34vw76Pi0NYMaTrsc1NdO3', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig */
    class __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 56];
            $filters = ["escape" =&gt; 58];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 50
            echo "
    
      
    
      
        
          ";
            // line 56
            if ($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])) {
                // line 57
                echo "        
            ";
                // line 58
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "header_top", [])), "html", null, true);
                echo " 
             
          ";
            }
            // line 60
            echo "  
          
            
              
                <a>MENU</a>
              
              
                ";
            // line 67
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbar", [])), "html", null, true);
            echo "
              
            
                
          
          
                       
              <a></a>
            
          
    
             
        
        
        ";
            // line 81
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])) {
                // line 82
                echo "     
          
            
              ";
                // line 85
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel2", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 90
            echo "    
        ";
            // line 91
            if ($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])) {
                // line 92
                echo "     
          
            
              ";
                // line 95
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "navbarlevel3", [])), "html", null, true);
                echo "
            
          
        
        ";
            }
            // line 99
            echo " 
      
    
    
    ";
            // line 103
            if ($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])) {
                echo " 
    
       
        ";
                // line 106
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "highlight", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 110
            echo "
    
    ";
            // line 112
            if ($this-&gt;getAttribute(($context["page"] ?? null), "search", [])) {
                echo " 
    
       
        ";
                // line 115
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "search", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 119
            echo "
    ";
            // line 120
            if ($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])) {
                echo "          
    
       
        ";
                // line 123
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "edittab", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 127
            echo "
     
    ";
            // line 129
            if (($this-&gt;getAttribute(($context["page"] ?? null), "hero", []) || ((($context["show_page_title"] ?? null) == true) &amp;&amp; $this-&gt;getAttribute(($context["page"] ?? null), "title", [])))) {
                echo "          
    
       
        ";
                // line 132
                if ((($context["show_page_title"] ?? null) == true)) {
                    echo " 
          ";
                    // line 133
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "title", [])), "html", null, true);
                    echo " 
        ";
                }
                // line 135
                echo "    
        ";
                // line 136
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "hero", [])), "html", null, true);
                echo "   
       
     
    ";
            }
            // line 140
            echo "
    ";
            // line 141
            if ( !twig_test_empty($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", []))) {
                // line 142
                echo "
      
        ";
                // line 144
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "help_messages", [])), "html", null, true);
                echo "
        
    
    ";
            }
            // line 147
            echo " 
    
    ";
            // line 149
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])) {
                // line 150
                echo "
      ";
                // line 151
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_top", [])), "html", null, true);
                echo "
      
    ";
            }
            // line 154
            echo "
    ";
            // line 155
            if ($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])) {
                // line 156
                echo "
      
      ";
                // line 158
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "breadcrumb", [])), "html", null, true);
                echo "
      
      
     ";
            }
            // line 161
            echo " 
     
    ";
            // line 163
            if ((($this-&gt;getAttribute(($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) &amp;&amp; ($context["manage_display"] ?? null))) {
                // line 164
                echo "
      <a></a>
      ";
                // line 166
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
      
      ";
                // line 168
                if ($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) {
                    // line 169
                    echo "
      ";
                    // line 170
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                    echo " 
    
    ";
                }
                // line 173
                echo "  
    
    
    ";
            } elseif ((($this-&gt;getAttribute(        // line 176
    ($context["page"] ?? null), "content", []) || $this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])) || $this-&gt;getAttribute(($context["page"] ?? null), "aside", []))) {
                // line 177
                echo "
      
        <a></a>
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["grid_class"] ?? null)), "html", null, true);
                echo "\"&gt; 
          ";
                // line 181
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "content", [])), "html", null, true);
                echo "
          ";
                // line 182
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "sub_content", [])), "html", null, true);
                echo " 
        
        ";
                // line 184
                if ($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])) {
                    // line 185
                    echo "    
          ";
                    // line 186
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "aside", [])), "html", null, true);
                    echo "
        
        ";
                }
                // line 189
                echo "  
    
    ";
            }
            // line 192
            echo "
    ";
            // line 193
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])) {
                // line 194
                echo "
       
        ";
                // line 196
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_middle", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 200
            echo "
    ";
            // line 201
            if ($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])) {
                // line 202
                echo "
      
        ";
                // line 204
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "related_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 208
            echo "
    ";
            // line 209
            if ($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])) {
                // line 210
                echo "
      
        ";
                // line 212
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "post_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 216
            echo "
    ";
            // line 217
            if ($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])) {
                // line 218
                echo "
       
        ";
                // line 220
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "media_content", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 224
            echo "
    ";
            // line 225
            if ($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])) {
                // line 226
                echo "
       
        ";
                // line 228
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "leaderboard_bottom", [])), "html", null, true);
                echo "
      
      
    ";
            }
            // line 232
            echo "
    ";
            // line 233
            if (($context["site_information"] ?? null)) {
                // line 234
                echo "  ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["site_information"] ?? null)), "html", null, true);
                echo "
    ";
            }
            // line 235
            echo " 
      
    ";
            // line 237
            if ($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])) {
                // line 238
                echo "
      
        ";
                // line 240
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "footer", [])), "html", null, true);
                echo "
      
    
    ";
            }
            // line 244
            echo "
    ";
            // line 245
            if ($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])) {
                // line 246
                echo "\t
    \t\t
    \t\t\t";
                // line 248
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["page"] ?? null), "popup", [])), "html", null, true);
                echo "
    \t\t
    \t
    ";
            }
            // line 252
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  457 =&gt; 252,  450 =&gt; 248,  446 =&gt; 246,  444 =&gt; 245,  441 =&gt; 244,  434 =&gt; 240,  430 =&gt; 238,  428 =&gt; 237,  424 =&gt; 235,  418 =&gt; 234,  416 =&gt; 233,  413 =&gt; 232,  406 =&gt; 228,  402 =&gt; 226,  400 =&gt; 225,  397 =&gt; 224,  390 =&gt; 220,  386 =&gt; 218,  384 =&gt; 217,  381 =&gt; 216,  374 =&gt; 212,  370 =&gt; 210,  368 =&gt; 209,  365 =&gt; 208,  358 =&gt; 204,  354 =&gt; 202,  352 =&gt; 201,  349 =&gt; 200,  342 =&gt; 196,  338 =&gt; 194,  336 =&gt; 193,  333 =&gt; 192,  328 =&gt; 189,  322 =&gt; 186,  319 =&gt; 185,  317 =&gt; 184,  312 =&gt; 182,  308 =&gt; 181,  304 =&gt; 180,  299 =&gt; 177,  297 =&gt; 176,  292 =&gt; 173,  286 =&gt; 170,  283 =&gt; 169,  281 =&gt; 168,  276 =&gt; 166,  272 =&gt; 164,  270 =&gt; 163,  266 =&gt; 161,  259 =&gt; 158,  253 =&gt; 157,  250 =&gt; 156,  248 =&gt; 155,  245 =&gt; 154,  239 =&gt; 151,  236 =&gt; 150,  234 =&gt; 149,  230 =&gt; 147,  223 =&gt; 144,  219 =&gt; 142,  217 =&gt; 141,  214 =&gt; 140,  207 =&gt; 136,  204 =&gt; 135,  199 =&gt; 133,  195 =&gt; 132,  189 =&gt; 129,  185 =&gt; 127,  178 =&gt; 123,  172 =&gt; 120,  169 =&gt; 119,  162 =&gt; 115,  156 =&gt; 112,  152 =&gt; 110,  145 =&gt; 106,  139 =&gt; 103,  133 =&gt; 99,  125 =&gt; 95,  120 =&gt; 92,  118 =&gt; 91,  115 =&gt; 90,  107 =&gt; 85,  102 =&gt; 82,  100 =&gt; 81,  83 =&gt; 67,  74 =&gt; 60,  68 =&gt; 58,  65 =&gt; 57,  63 =&gt; 56,  55 =&gt; 50,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/layout/page.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_region.html.twig_i7TD1m-0R89L3lxiBLFPsXEKt', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig */
    class __TwigTemplate_d842454ef4dfa1b18e9766d0ac898f539f9c3a6db4badc071af47abe5a3333e9 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 15];
            $filters = ["escape" =&gt; 16];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 15
            if (($context["content"] ?? null)) {
                // line 16
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  57 =&gt; 16,  55 =&gt; 15,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/contents/region.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_region.html.twig_i7TD1m-0R89L3lxiBLFPsXEKt', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig */
    class __TwigTemplate_d842454ef4dfa1b18e9766d0ac898f539f9c3a6db4badc071af47abe5a3333e9 extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 15];
            $filters = ["escape" =&gt; 16];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 15
            if (($context["content"] ?? null)) {
                // line 16
                echo "    ";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  57 =&gt; 16,  55 =&gt; 15,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/contents/region.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d842454ef4dfa1b18e9766d0ac898f539f9c3a6db4badc071af47abe5a3333e9', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/contents/region.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
    __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_block.html.twig_6n5JFoyGY1i4AKf8y4zYf_eCj', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig */
    class __TwigTemplate_be120aad301b10dc395fe9b8341fb726a739b99522d434d379167266643c8dbd extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 32, "block" =&gt; 37];
            $filters = ["escape" =&gt; 30];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 30
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;
      ";
            // line 31
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 32
            if (($context["label"] ?? null)) {
                // line 33
                echo "    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["title_attributes"] ?? null), "addClass", [0 =&gt; "section-title"], "method")), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 36
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 37
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 40
            echo "
    ";
        }
    
        // line 37
        public function block_content($context, array $blocks = [])
        {
            // line 38
            echo "    ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  91 =&gt; 38,  88 =&gt; 37,  83 =&gt; 40,  81 =&gt; 37,  76 =&gt; 36,  67 =&gt; 33,  65 =&gt; 32,  61 =&gt; 31,  56 =&gt; 30,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/blocks/block.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_block.html.twig_6n5JFoyGY1i4AKf8y4zYf_eCj', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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;
    
    /* sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig */
    class __TwigTemplate_be120aad301b10dc395fe9b8341fb726a739b99522d434d379167266643c8dbd extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 32, "block" =&gt; 37];
            $filters = ["escape" =&gt; 30];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'block'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 30
            echo "env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo "&gt;
      ";
            // line 31
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 32
            if (($context["label"] ?? null)) {
                // line 33
                echo "    env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["title_attributes"] ?? null), "addClass", [0 =&gt; "section-title"], "method")), "html", null, true);
                echo "&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null)), "html", null, true);
                echo "
        
      ";
            }
            // line 36
            echo "  ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 37
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 40
            echo "
    ";
        }
    
        // line 37
        public function block_content($context, array $blocks = [])
        {
            // line 38
            echo "    ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null)), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  91 =&gt; 38,  88 =&gt; 37,  83 =&gt; 40,  81 =&gt; 37,  76 =&gt; 36,  67 =&gt; 33,  65 =&gt; 32,  61 =&gt; 31,  56 =&gt; 30,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig", "/var/www/vhosts/d8-9/sites/medical/painweek/themes/specific/pain/templates/blocks/block.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_be120aad301b10dc395fe9b8341fb726a739b99522d434d379167266643c8dbd', 'sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig') (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/blocks/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 308)
    __TwigTemplate_8bcced98de3e3c4b5e8654512a1b35497bb35edcf47e70e501a6117ff916b314->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/medical/painweek/release/files/php/twig', 511) (Line: 95)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/medical/painweek/release/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a21479f945f7_off-canvas-page-wrapper.h_cwFd7_eEXcRh3Pbcey5RIWRss', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_89980e34e895bbfc4b54b0aba8467f790443e9c5e0a13f22d7139ef53a7cdd9f extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 20];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 20
            if (($context["children"] ?? null)) {
                // line 21
                echo "  
        ";
                // line 22
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  60 =&gt; 22,  57 =&gt; 21,  55 =&gt; 20,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_off-canvas-page-wrapper.h_cwFd7_eEXcRh3Pbcey5RIWRss', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    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/stable/templates/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_89980e34e895bbfc4b54b0aba8467f790443e9c5e0a13f22d7139ef53a7cdd9f extends \Twig\Template
    {
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $tags = ["if" =&gt; 20];
            $filters = ["escape" =&gt; 22];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;getSourceContext());
    
                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;
            }
    
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            // line 20
            if (($context["children"] ?? null)) {
                // line 21
                echo "  
        ";
                // line 22
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null)), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  60 =&gt; 22,  57 =&gt; 21,  55 =&gt; 20,);
        }
    
        /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
        public function getSource()
        {
            @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
    
            return $this-&gt;getSourceContext()-&gt;getCode();
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_89980e34e895bbfc4b54b0aba8467f790443e9c5e0a13f22d7139ef53a7cdd9f', 'core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 200)
    __TwigTemplate_fe8d855e8d28e636a28f4e236809489cc5ea55116f1825bf317443187428992b->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('sites/medical/painweek/painweek.org/themes/specific/pain/templates/layout/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    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: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
| chronic pain

Chronic Axial Spinal Pain and Facet Joint Interventions

ASIPP Guidelines

From Pain Physician Journal: Comprehensive Evidence-Based Guidelines for Facet Joint Interventions in the Management of Chronic Spinal Pain: American Society of Interventional Pain Physicians (ASIPP) Guidelines Facet Joint Interventions 2020 Guidelines

 

BACKGROUND: Chronic axial spinal pain is one of the major causes of significant disability and health care costs, with facet joints as one of the proven causes of pain.

OBJECTIVE: To provide evidence-based guidance in performing diagnostic and therapeutic facet joint interventions.


METHODS: The methodology utilized included the development of objectives and key questions with utilization of trustworthy standards. The literature pertaining to all aspects of facet joint interventions, was reviewed, with a best evidence synthesis of available literature and utilizing grading for recommendations.

Summary of Evidence and Recommendations:
Non-interventional diagnosis:
• The level of evidence is II in selecting patients for facet joint nerve blocks at least 3 months after onset and failure of conservative management, with strong strength of recommendation for physical examination and clinical assessment.
• The level of evidence is IV for accurate diagnosis of facet joint pain with physical examination based on symptoms and signs, with weak strength of recommendation.

Imaging:
• The level of evidence is I with strong strength of recommendation, for mandatory fluoroscopic or computed tomography (CT) guidance for all facet joint interventions.
• The level of evidence is III with weak strength of recommendation for single photon emission computed tomography (SPECT) .
• The level of evidence is V with weak strength of recommendation for scintography, magnetic resonance imaging (MRI), and computed tomography (CT) .

Interventional Diagnosis:
Lumbar Spine:
• The level of evidence is I to II with moderate to strong strength of recommendation for lumbar diagnostic facet joint nerve blocks.
• Ten relevant diagnostic accuracy studies with 4 of 10 studies utilizing controlled comparative local anesthetics with concordant pain relief criterion standard of ? 80% were included.

CONCLUSION: These facet joint intervention guidelines were prepared with a comprehensive review of the literature with methodologic quality assessment with determination of level of evidence and strength of recommendations
 

Access the journal.

Holly Caster

Sign-Up