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___string_template__94e33f_Re7axPMl0-X30xRn-SvLvdTx3', '<?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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61 */
    class __TwigTemplate_b9e89faa76705d76ae4b4244414342c0e7123e6eac23d7a5e7b55be6d9f11186 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" => 1];
            $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 1
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61";
        }
    
        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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__94e33f_Re7axPMl0-X30xRn-SvLvdTx3', '<?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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61 */
    class __TwigTemplate_b9e89faa76705d76ae4b4244414342c0e7123e6eac23d7a5e7b55be6d9f11186 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" => 1];
            $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 1
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61";
        }
    
        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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_b9e89faa76705d76ae4b4244414342c0e7123e6eac23d7a5e7b55be6d9f11186', '__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ arguments.tid }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ arguments.tid }}', 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('{{ arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ arguments.tid }}', 0) (Line: 1843)
    Drupal\views\ViewExecutable->getTitle() (Line: 340)
    Drupal\views\Plugin\views\display\Feed->attachTo(Object, 'page_1', Array) (Line: 1728)
    Drupal\views\ViewExecutable->attachDisplays() (Line: 1328)
    Drupal\views\ViewExecutable->build() (Line: 390)
    Drupal\views\Plugin\views\display\PathPluginBase->execute() (Line: 180)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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_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: 875)
    render(Array) (Line: 947)
    Drupal\views\Plugin\views\field\EntityField->render_item(0, Array) (Line: 1167)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__6a2704_EeP4VDIl_vZzoU204x9lUkfvz', '<?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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b */
    class __TwigTemplate_c519d6cbbacac6142ec8a0121528b3a6683b88805e5ae21c56354b52dc36e87c 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 = ["safe_join" => 1];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['safe_join'],
                    []
                );
            } 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 $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->env->getExtension('Drupal\Core\Template\TwigExtension')->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["items"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["separator"] ?? null))));
        }
    
        public function getTemplateName()
        {
            return "__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b";
        }
    
        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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__6a2704_EeP4VDIl_vZzoU204x9lUkfvz', '<?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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b */
    class __TwigTemplate_c519d6cbbacac6142ec8a0121528b3a6683b88805e5ae21c56354b52dc36e87c 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 = ["safe_join" => 1];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['safe_join'],
                    []
                );
            } 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 $this->env->getExtension('Drupal\Core\Template\TwigExtension')->renderVar($this->env->getExtension('Drupal\Core\Template\TwigExtension')->safeJoin($this->env, $this->sandbox->ensureToStringAllowed(($context["items"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["separator"] ?? null))));
        }
    
        public function getTemplateName()
        {
            return "__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b";
        }
    
        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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_c519d6cbbacac6142ec8a0121528b3a6683b88805e5ae21c56354b52dc36e87c', '__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ items | safe_join(separator) }}', 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: 727)
    Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1179)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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_views-view-field.html.twi_cqgi7iul2MptDUirD6K5CiV9S', '<?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-field.html.twig */
    class __TwigTemplate_d1f3aa78ade83908ae22ccf87502ddc8f3f687d2a9d0e4edf7e5de48563e3fa8 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" => 21];
            $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 21
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 21,);
        }
    
        /** @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-field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-field.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-field.html.twi_cqgi7iul2MptDUirD6K5CiV9S', '<?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-field.html.twig */
    class __TwigTemplate_d1f3aa78ade83908ae22ccf87502ddc8f3f687d2a9d0e4edf7e5de48563e3fa8 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" => 21];
            $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 21
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 => 21,);
        }
    
        /** @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-field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-field.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d1f3aa78ade83908ae22ccf87502ddc8f3f687d2a9d0e4edf7e5de48563e3fa8', 'core/themes/stable/templates/views/views-view-field.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-field.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__5f8dd9_hGR_w3pcIARr6sAJIMSey918S', '<?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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55 */
    class __TwigTemplate_0111f72c60bfd495b3d1103d1c4410865f063d0835340c6060fac0a5255fbe3d 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 = [];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    [],
                    []
                );
            } 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 "Article";
        }
    
        public function getTemplateName()
        {
            return "__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55";
        }
    
        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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__5f8dd9_hGR_w3pcIARr6sAJIMSey918S', '<?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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55 */
    class __TwigTemplate_0111f72c60bfd495b3d1103d1c4410865f063d0835340c6060fac0a5255fbe3d 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 = [];
            $functions = [];
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    [],
                    []
                );
            } 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 "Article";
        }
    
        public function getTemplateName()
        {
            return "__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55";
        }
    
        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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_0111f72c60bfd495b3d1103d1c4410865f063d0835340c6060fac0a5255fbe3d', '__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}Article') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}Article', 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('Article', Array) (Line: 1355)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1248)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1202)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__aa70c3_jbuXlXxnHQHG2p9I2iEq_eA05', '<?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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c */
    class __TwigTemplate_27b8f7e7eeed6dd96a847f69b4406896336051c68f99207862933e832d7a822c 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" => 1];
            $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 1
            echo " ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_date"] ?? null)), "html", null, true);
            echo " |   ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_term_reference_5"] ?? null)), "html", null, true);
            echo "
      
    
    
      ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c";
        }
    
        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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__aa70c3_jbuXlXxnHQHG2p9I2iEq_eA05', '<?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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c */
    class __TwigTemplate_27b8f7e7eeed6dd96a847f69b4406896336051c68f99207862933e832d7a822c 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" => 1];
            $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 1
            echo " ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_date"] ?? null)), "html", null, true);
            echo " |   ";
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["field_term_reference_5"] ?? null)), "html", null, true);
            echo "
      
    
    
      ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c";
        }
    
        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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_27b8f7e7eeed6dd96a847f69b4406896336051c68f99207862933e832d7a822c', '__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #} {{ field_date }} |   {{ field_term_reference_5 }}
      
    
    
      ') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #} {{ field_date }} |   {{ field_term_reference_5 }}
      
    
    
      ', 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(' {{ field_date }} |   {{ field_term_reference_5 }}
      
    
    
      ', Array) (Line: 1355)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1248)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1176)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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: 90)
    Drupal\Core\Utility\LinkGenerator->generate(Array, Object) (Line: 95)
    Drupal\Core\Render\Element\Link::preRenderLink(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: 875)
    render(Array) (Line: 947)
    Drupal\views\Plugin\views\field\EntityField->render_item(0, Array) (Line: 1167)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__430145_-jMMLhY3sUQIg9Fcg7eloTrwm', '<?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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4 */
    class __TwigTemplate_21f6fb96a26ea19b8bd67d6f155c183de924ec876c516ed45cbb1604d01f9eec 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" => 1];
            $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 1
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["body"] ?? null)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4";
        }
    
        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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__430145_-jMMLhY3sUQIg9Fcg7eloTrwm', '<?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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4 */
    class __TwigTemplate_21f6fb96a26ea19b8bd67d6f155c183de924ec876c516ed45cbb1604d01f9eec 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" => 1];
            $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 1
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["body"] ?? null)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4";
        }
    
        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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_21f6fb96a26ea19b8bd67d6f155c183de924ec876c516ed45cbb1604d01f9eec', '__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ body }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ body }}', 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('{{ body }}', Array) (Line: 1355)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1248)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1202)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__72d9ed_lXANlcx98NwszyYyL4zCIsIt8', '<?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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b */
    class __TwigTemplate_c51140904c4ec43e7358036d0f489782be1c0643ee4bb31658d0470f8fea28f1 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" => 1];
            $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 1
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["raw_arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b";
        }
    
        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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__72d9ed_lXANlcx98NwszyYyL4zCIsIt8', '<?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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b */
    class __TwigTemplate_c51140904c4ec43e7358036d0f489782be1c0643ee4bb31658d0470f8fea28f1 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" => 1];
            $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 1
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["raw_arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b";
        }
    
        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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_c51140904c4ec43e7358036d0f489782be1c0643ee4bb31658d0470f8fea28f1', '__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ raw_arguments.tid }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ raw_arguments.tid }}', 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('{{ raw_arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ raw_arguments.tid }}', 0) (Line: 105)
    Drupal\views\Plugin\views\area\TokenizeAreaPluginBase->tokenizeValue('{{ raw_arguments.tid }}') (Line: 202)
    Drupal\views\Plugin\views\area\Entity->render() (Line: 2298)
    Drupal\views\Plugin\views\display\DisplayPluginBase->renderArea('header', ) (Line: 2243)
    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: 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: 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_taxonomy-term.html.twig_butt4d2XOuoZD-RJLrhR_Oenn', '<?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/taxonomy-term.html.twig */
    class __TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2 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" => 28];
            $filters = ["escape" => 26];
            $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 26
            echo "env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "html", null, true);
            echo ">
      ";
            // line 27
            echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null)), "html", null, true);
            echo "
      ";
            // line 28
            if ((($context["name"] ?? null) &&  !($context["page"] ?? null))) {
                // line 29
                echo "    <a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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["name"] ?? null)), "html", null, true);
                echo "</a>
      ";
            }
            // line 31
            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 32
            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 "core/themes/stable/templates/content/taxonomy-term.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  79 =&gt; 32,  74 =&gt; 31,  66 =&gt; 29,  64 =&gt; 28,  60 =&gt; 27,  55 =&gt; 26,);
        }
    
        /** @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/taxonomy-term.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/taxonomy-term.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_taxonomy-term.html.twig_butt4d2XOuoZD-RJLrhR_Oenn', '&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/taxonomy-term.html.twig */
    class __TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2 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; 28];
            $filters = ["escape" =&gt; 26];
            $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 26
            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 27
            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 28
            if ((($context["name"] ?? null) &amp;&amp;  !($context["page"] ?? null))) {
                // line 29
                echo "    <a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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["name"] ?? null)), "html", null, true);
                echo "</a>
      ";
            }
            // line 31
            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 32
            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 "core/themes/stable/templates/content/taxonomy-term.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  79 =&gt; 32,  74 =&gt; 31,  66 =&gt; 29,  64 =&gt; 28,  60 =&gt; 27,  55 =&gt; 26,);
        }
    
        /** @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/taxonomy-term.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/taxonomy-term.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2', 'core/themes/stable/templates/content/taxonomy-term.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/content/taxonomy-term.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/content/taxonomy-term.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('taxonomy_term', 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: 81)
    __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: 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_rdf-metadata.html.twig_lvW05aYJyvSo59BeBp4eYl_JE', '&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/misc/rdf-metadata.html.twig */
    class __TwigTemplate_61dca0aaadecfaa6dd05a5e22041fa30c012268cfdd9d95ec2c01b25288e3231 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; 18];
            $filters = ["escape" =&gt; 19];
            $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 18
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["metadata"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["attributes"]) {
                // line 19
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["attributes"], "addClass", [0 =&gt; "hidden"], "method")), "html", null, true);
                echo "&gt;
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attributes'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/rdf-metadata.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&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("", "core/themes/stable/templates/misc/rdf-metadata.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/rdf-metadata.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_rdf-metadata.html.twig_lvW05aYJyvSo59BeBp4eYl_JE', '&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/misc/rdf-metadata.html.twig */
    class __TwigTemplate_61dca0aaadecfaa6dd05a5e22041fa30c012268cfdd9d95ec2c01b25288e3231 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; 18];
            $filters = ["escape" =&gt; 19];
            $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 18
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["metadata"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["attributes"]) {
                // line 19
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["attributes"], "addClass", [0 =&gt; "hidden"], "method")), "html", null, true);
                echo "&gt;
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attributes'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/rdf-metadata.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&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("", "core/themes/stable/templates/misc/rdf-metadata.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/rdf-metadata.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_61dca0aaadecfaa6dd05a5e22041fa30c012268cfdd9d95ec2c01b25288e3231', 'core/themes/stable/templates/misc/rdf-metadata.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/misc/rdf-metadata.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/misc/rdf-metadata.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('rdf_metadata', 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: 75)
    __TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2->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/content/taxonomy-term.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('taxonomy_term', 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: 81)
    __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: 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-unformatted.ht_Hg6yqzpvPlisq_pKQiZfZA_Go', '&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-unformatted.html.twig */
    class __TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc 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; 18, "for" =&gt; 21, "set" =&gt; 23];
            $filters = ["escape" =&gt; 19];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', '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 18
            if (($context["title"] ?? null)) {
                // line 19
                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 21
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                echo "  ";
                // line 23
                $context["row_classes"] = [0 =&gt; ((            // line 24
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 27
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute($context["row"], "attributes", []), "addClass", [0 =&gt; ($context["row_classes"] ?? null)], "method")), "html", null, true);
                echo "&gt;";
                // line 28
                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 29
                echo "
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  78 =&gt; 29,  76 =&gt; 28,  72 =&gt; 27,  70 =&gt; 24,  69 =&gt; 23,  67 =&gt; 22,  63 =&gt; 21,  57 =&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("", "core/themes/stable/templates/views/views-view-unformatted.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-unformatted.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-unformatted.ht_Hg6yqzpvPlisq_pKQiZfZA_Go', '&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-unformatted.html.twig */
    class __TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc 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; 18, "for" =&gt; 21, "set" =&gt; 23];
            $filters = ["escape" =&gt; 19];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', '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 18
            if (($context["title"] ?? null)) {
                // line 19
                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 21
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                echo "  ";
                // line 23
                $context["row_classes"] = [0 =&gt; ((            // line 24
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 27
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute($context["row"], "attributes", []), "addClass", [0 =&gt; ($context["row_classes"] ?? null)], "method")), "html", null, true);
                echo "&gt;";
                // line 28
                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 29
                echo "
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  78 =&gt; 29,  76 =&gt; 28,  72 =&gt; 27,  70 =&gt; 24,  69 =&gt; 23,  67 =&gt; 22,  63 =&gt; 21,  57 =&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("", "core/themes/stable/templates/views/views-view-unformatted.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-unformatted.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc', 'core/themes/stable/templates/views/views-view-unformatted.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-unformatted.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-unformatted.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', 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: 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: 76)
    __TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc->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-unformatted.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', 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: 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-mini-pager.html.twi_Ykg1ffcVturf4m2dTofQkZhxc', '&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-mini-pager.html.twig */
    class __TwigTemplate_561f826d79a05c589da6ce1d9a3643a1b1bc24e0cce13b1169e13ad4ef25eb38 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; 13, "trans" =&gt; 27];
            $filters = ["escape" =&gt; 14, "t" =&gt; 15, "without" =&gt; 19, "default" =&gt; 21];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape', 't', 'without', '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 13
            if (($this-&gt;getAttribute(($context["items"] ?? null), "previous", []) || $this-&gt;getAttribute(($context["items"] ?? null), "next", []))) {
                // line 14
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\" class=\"visually-hidden\"&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Pagination"));
                echo "
        <ul>
          ";
                // line 17
                if ($this-&gt;getAttribute(($context["items"] ?? null), "previous", [])) {
                    // line 18
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to previous page"));
                    echo "\" rel=\"prev\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 20
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Previous page"));
                    echo "
                ";
                    // line 21
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [])), t("‹‹"))) : (t("‹‹"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 25
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "current", [])) {
                    // line 26
                    echo "        <li>
              ";
                    // line 27
                    echo t("Page @items.current", array("@items.current" =&gt; $this-&gt;getAttribute(                // line 28
    ($context["items"] ?? null), "current", []), ));
                    // line 30
                    echo "        </li>
          ";
                }
                // line 32
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "next", [])) {
                    // line 33
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to next page"));
                    echo "\" rel=\"next\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 35
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Next page"));
                    echo "
                ";
                    // line 36
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [])), t("››"))) : (t("››"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 40
                echo "    </ul>
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-mini-pager.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  131 =&gt; 40,  124 =&gt; 36,  120 =&gt; 35,  112 =&gt; 34,  109 =&gt; 33,  106 =&gt; 32,  102 =&gt; 30,  100 =&gt; 28,  99 =&gt; 27,  96 =&gt; 26,  93 =&gt; 25,  86 =&gt; 21,  82 =&gt; 20,  74 =&gt; 19,  71 =&gt; 18,  69 =&gt; 17,  62 =&gt; 15,  57 =&gt; 14,  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/views/views-mini-pager.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-mini-pager.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-mini-pager.html.twi_Ykg1ffcVturf4m2dTofQkZhxc', '&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-mini-pager.html.twig */
    class __TwigTemplate_561f826d79a05c589da6ce1d9a3643a1b1bc24e0cce13b1169e13ad4ef25eb38 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; 13, "trans" =&gt; 27];
            $filters = ["escape" =&gt; 14, "t" =&gt; 15, "without" =&gt; 19, "default" =&gt; 21];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape', 't', 'without', '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 13
            if (($this-&gt;getAttribute(($context["items"] ?? null), "previous", []) || $this-&gt;getAttribute(($context["items"] ?? null), "next", []))) {
                // line 14
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\" class=\"visually-hidden\"&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Pagination"));
                echo "
        <ul>
          ";
                // line 17
                if ($this-&gt;getAttribute(($context["items"] ?? null), "previous", [])) {
                    // line 18
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to previous page"));
                    echo "\" rel=\"prev\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 20
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Previous page"));
                    echo "
                ";
                    // line 21
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [])), t("‹‹"))) : (t("‹‹"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 25
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "current", [])) {
                    // line 26
                    echo "        <li>
              ";
                    // line 27
                    echo t("Page @items.current", array("@items.current" =&gt; $this-&gt;getAttribute(                // line 28
    ($context["items"] ?? null), "current", []), ));
                    // line 30
                    echo "        </li>
          ";
                }
                // line 32
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "next", [])) {
                    // line 33
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to next page"));
                    echo "\" rel=\"next\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 35
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Next page"));
                    echo "
                ";
                    // line 36
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [])), t("››"))) : (t("››"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 40
                echo "    </ul>
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-mini-pager.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  131 =&gt; 40,  124 =&gt; 36,  120 =&gt; 35,  112 =&gt; 34,  109 =&gt; 33,  106 =&gt; 32,  102 =&gt; 30,  100 =&gt; 28,  99 =&gt; 27,  96 =&gt; 26,  93 =&gt; 25,  86 =&gt; 21,  82 =&gt; 20,  74 =&gt; 19,  71 =&gt; 18,  69 =&gt; 17,  62 =&gt; 15,  57 =&gt; 14,  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/views/views-mini-pager.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-mini-pager.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_561f826d79a05c589da6ce1d9a3643a1b1bc24e0cce13b1169e13ad4ef25eb38', 'core/themes/stable/templates/views/views-mini-pager.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-mini-pager.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-mini-pager.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_mini_pager', 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: 113)
    __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: 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_feed-icon.html.twig_EX8dn9e0erOUZcEgfOK3E7-FX', '&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/misc/feed-icon.html.twig */
    class __TwigTemplate_161e9e3fc9eeb54f48047112a2486595742697112d14c442f69851e0d98da2e3 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, "t" =&gt; 14];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', '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 13
            echo "<a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; "feed-icon"], "method")), "html", null, true);
            echo "&gt;
      ";
            // line 14
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Subscribe to @title", ["@title" =&gt; ($context["title"] ?? null)]));
            echo "
    </a>
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/feed-icon.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 14,  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/misc/feed-icon.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/feed-icon.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_feed-icon.html.twig_EX8dn9e0erOUZcEgfOK3E7-FX', '&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/misc/feed-icon.html.twig */
    class __TwigTemplate_161e9e3fc9eeb54f48047112a2486595742697112d14c442f69851e0d98da2e3 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, "t" =&gt; 14];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', '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 13
            echo "<a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; "feed-icon"], "method")), "html", null, true);
            echo "&gt;
      ";
            // line 14
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Subscribe to @title", ["@title" =&gt; ($context["title"] ?? null)]));
            echo "
    </a>
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/feed-icon.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 14,  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/misc/feed-icon.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/feed-icon.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_161e9e3fc9eeb54f48047112a2486595742697112d14c442f69851e0d98da2e3', 'core/themes/stable/templates/misc/feed-icon.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/misc/feed-icon.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/misc/feed-icon.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('feed_icon', 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: 141)
    __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: 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: 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_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: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 419)
    __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___string_template__94e33f_Re7axPMl0-X30xRn-SvLvdTx3', '&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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61 */
    class __TwigTemplate_b9e89faa76705d76ae4b4244414342c0e7123e6eac23d7a5e7b55be6d9f11186 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; 1];
            $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 1
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61";
        }
    
        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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__94e33f_Re7axPMl0-X30xRn-SvLvdTx3', '&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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61 */
    class __TwigTemplate_b9e89faa76705d76ae4b4244414342c0e7123e6eac23d7a5e7b55be6d9f11186 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; 1];
            $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 1
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61";
        }
    
        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__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_b9e89faa76705d76ae4b4244414342c0e7123e6eac23d7a5e7b55be6d9f11186', '__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ arguments.tid }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ arguments.tid }}', 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('{{ arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ arguments.tid }}', 0) (Line: 1843)
    Drupal\views\ViewExecutable->getTitle() (Line: 340)
    Drupal\views\Plugin\views\display\Feed->attachTo(Object, 'page_1', Array) (Line: 1728)
    Drupal\views\ViewExecutable->attachDisplays() (Line: 1328)
    Drupal\views\ViewExecutable->build() (Line: 390)
    Drupal\views\Plugin\views\display\PathPluginBase->execute() (Line: 180)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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_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: 875)
    render(Array) (Line: 947)
    Drupal\views\Plugin\views\field\EntityField->render_item(0, Array) (Line: 1167)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__6a2704_EeP4VDIl_vZzoU204x9lUkfvz', '&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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b */
    class __TwigTemplate_c519d6cbbacac6142ec8a0121528b3a6683b88805e5ae21c56354b52dc36e87c 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 = ["safe_join" =&gt; 1];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['safe_join'],
                    []
                );
            } 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 $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["items"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["separator"] ?? null))));
        }
    
        public function getTemplateName()
        {
            return "__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b";
        }
    
        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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__6a2704_EeP4VDIl_vZzoU204x9lUkfvz', '&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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b */
    class __TwigTemplate_c519d6cbbacac6142ec8a0121528b3a6683b88805e5ae21c56354b52dc36e87c 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 = ["safe_join" =&gt; 1];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['safe_join'],
                    []
                );
            } 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 $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["items"] ?? null)), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["separator"] ?? null))));
        }
    
        public function getTemplateName()
        {
            return "__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b";
        }
    
        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__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_c519d6cbbacac6142ec8a0121528b3a6683b88805e5ae21c56354b52dc36e87c', '__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__6a27047eeba00af1c60ff2f4c59e9e614903a38f7c90d62ed5441a2edb82b31b') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ items | safe_join(separator) }}', 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: 727)
    Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1179)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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_views-view-field.html.twi_cqgi7iul2MptDUirD6K5CiV9S', '&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-field.html.twig */
    class __TwigTemplate_d1f3aa78ade83908ae22ccf87502ddc8f3f687d2a9d0e4edf7e5de48563e3fa8 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; 21];
            $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 21
            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);
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 21,);
        }
    
        /** @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-field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-field.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-field.html.twi_cqgi7iul2MptDUirD6K5CiV9S', '&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-field.html.twig */
    class __TwigTemplate_d1f3aa78ade83908ae22ccf87502ddc8f3f687d2a9d0e4edf7e5de48563e3fa8 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; 21];
            $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 21
            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);
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 21,);
        }
    
        /** @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-field.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-field.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d1f3aa78ade83908ae22ccf87502ddc8f3f687d2a9d0e4edf7e5de48563e3fa8', 'core/themes/stable/templates/views/views-view-field.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-field.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__5f8dd9_hGR_w3pcIARr6sAJIMSey918S', '&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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55 */
    class __TwigTemplate_0111f72c60bfd495b3d1103d1c4410865f063d0835340c6060fac0a5255fbe3d 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 "Article";
        }
    
        public function getTemplateName()
        {
            return "__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55";
        }
    
        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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__5f8dd9_hGR_w3pcIARr6sAJIMSey918S', '&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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55 */
    class __TwigTemplate_0111f72c60bfd495b3d1103d1c4410865f063d0835340c6060fac0a5255fbe3d 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 "Article";
        }
    
        public function getTemplateName()
        {
            return "__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55";
        }
    
        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__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_0111f72c60bfd495b3d1103d1c4410865f063d0835340c6060fac0a5255fbe3d', '__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__5f8dd9204a091d26bc7c877a4f880a12cb04d01fb32acd80f70d56f76938ce55') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}Article') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}Article', 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('Article', Array) (Line: 1355)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1248)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1202)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__aa70c3_jbuXlXxnHQHG2p9I2iEq_eA05', '&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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c */
    class __TwigTemplate_27b8f7e7eeed6dd96a847f69b4406896336051c68f99207862933e832d7a822c 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; 1];
            $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 1
            echo " ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_date"] ?? 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["field_term_reference_5"] ?? null)), "html", null, true);
            echo "
      
    
    
      ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c";
        }
    
        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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__aa70c3_jbuXlXxnHQHG2p9I2iEq_eA05', '&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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c */
    class __TwigTemplate_27b8f7e7eeed6dd96a847f69b4406896336051c68f99207862933e832d7a822c 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; 1];
            $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 1
            echo " ";
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_date"] ?? 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["field_term_reference_5"] ?? null)), "html", null, true);
            echo "
      
    
    
      ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c";
        }
    
        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__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_27b8f7e7eeed6dd96a847f69b4406896336051c68f99207862933e832d7a822c', '__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__aa70c36af6340280be482ddeb9aa2e373627582982a07550cad301324e47213c') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #} {{ field_date }} |   {{ field_term_reference_5 }}
      
    
    
      ') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #} {{ field_date }} |   {{ field_term_reference_5 }}
      
    
    
      ', 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(' {{ field_date }} |   {{ field_term_reference_5 }}
      
    
    
      ', Array) (Line: 1355)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1248)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1176)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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: 90)
    Drupal\Core\Utility\LinkGenerator->generate(Array, Object) (Line: 95)
    Drupal\Core\Render\Element\Link::preRenderLink(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: 875)
    render(Array) (Line: 947)
    Drupal\views\Plugin\views\field\EntityField->render_item(0, Array) (Line: 1167)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__430145_-jMMLhY3sUQIg9Fcg7eloTrwm', '&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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4 */
    class __TwigTemplate_21f6fb96a26ea19b8bd67d6f155c183de924ec876c516ed45cbb1604d01f9eec 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; 1];
            $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 1
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4";
        }
    
        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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__430145_-jMMLhY3sUQIg9Fcg7eloTrwm', '&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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4 */
    class __TwigTemplate_21f6fb96a26ea19b8bd67d6f155c183de924ec876c516ed45cbb1604d01f9eec 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; 1];
            $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 1
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4";
        }
    
        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__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_21f6fb96a26ea19b8bd67d6f155c183de924ec876c516ed45cbb1604d01f9eec', '__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__430145eacf051a6ddd32dffcc7305d8978e6135a251cde4874db6d5ac66effc4') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ body }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ body }}', 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('{{ body }}', Array) (Line: 1355)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1248)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1202)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1746)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 771)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 710)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 577)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 468)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2170)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1533)
    Drupal\views\ViewExecutable->render() (Line: 183)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1630)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 77)
    Drupal\views\Element\View::preRenderViewElement(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__72d9ed_lXANlcx98NwszyYyL4zCIsIt8', '&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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b */
    class __TwigTemplate_c51140904c4ec43e7358036d0f489782be1c0643ee4bb31658d0470f8fea28f1 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; 1];
            $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 1
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["raw_arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b";
        }
    
        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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b", "");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7___string_template__72d9ed_lXANlcx98NwszyYyL4zCIsIt8', '&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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b */
    class __TwigTemplate_c51140904c4ec43e7358036d0f489782be1c0643ee4bb31658d0470f8fea28f1 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; 1];
            $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 1
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute(($context["raw_arguments"] ?? null), "tid", [])), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b";
        }
    
        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__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b", "");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_c51140904c4ec43e7358036d0f489782be1c0643ee4bb31658d0470f8fea28f1', '__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b', NULL) (Line: 445)
    Twig\Environment->loadTemplate('__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b') (Line: 542)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ raw_arguments.tid }}') (Line: 173)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ raw_arguments.tid }}', 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('{{ raw_arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ raw_arguments.tid }}', 0) (Line: 105)
    Drupal\views\Plugin\views\area\TokenizeAreaPluginBase->tokenizeValue('{{ raw_arguments.tid }}') (Line: 202)
    Drupal\views\Plugin\views\area\Entity->render() (Line: 2298)
    Drupal\views\Plugin\views\display\DisplayPluginBase->renderArea('header', ) (Line: 2243)
    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: 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: 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_taxonomy-term.html.twig_butt4d2XOuoZD-RJLrhR_Oenn', '&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/taxonomy-term.html.twig */
    class __TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2 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; 28];
            $filters = ["escape" =&gt; 26];
            $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 26
            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 27
            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 28
            if ((($context["name"] ?? null) &amp;&amp;  !($context["page"] ?? null))) {
                // line 29
                echo "    <a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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["name"] ?? null)), "html", null, true);
                echo "</a>
      ";
            }
            // line 31
            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 32
            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 "core/themes/stable/templates/content/taxonomy-term.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  79 =&gt; 32,  74 =&gt; 31,  66 =&gt; 29,  64 =&gt; 28,  60 =&gt; 27,  55 =&gt; 26,);
        }
    
        /** @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/taxonomy-term.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/taxonomy-term.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_taxonomy-term.html.twig_butt4d2XOuoZD-RJLrhR_Oenn', '&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/taxonomy-term.html.twig */
    class __TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2 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; 28];
            $filters = ["escape" =&gt; 26];
            $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 26
            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 27
            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 28
            if ((($context["name"] ?? null) &amp;&amp;  !($context["page"] ?? null))) {
                // line 29
                echo "    <a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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["name"] ?? null)), "html", null, true);
                echo "</a>
      ";
            }
            // line 31
            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 32
            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 "core/themes/stable/templates/content/taxonomy-term.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  79 =&gt; 32,  74 =&gt; 31,  66 =&gt; 29,  64 =&gt; 28,  60 =&gt; 27,  55 =&gt; 26,);
        }
    
        /** @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/taxonomy-term.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/content/taxonomy-term.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2', 'core/themes/stable/templates/content/taxonomy-term.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/content/taxonomy-term.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/content/taxonomy-term.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('taxonomy_term', 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: 81)
    __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: 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_rdf-metadata.html.twig_lvW05aYJyvSo59BeBp4eYl_JE', '&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/misc/rdf-metadata.html.twig */
    class __TwigTemplate_61dca0aaadecfaa6dd05a5e22041fa30c012268cfdd9d95ec2c01b25288e3231 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; 18];
            $filters = ["escape" =&gt; 19];
            $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 18
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["metadata"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["attributes"]) {
                // line 19
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["attributes"], "addClass", [0 =&gt; "hidden"], "method")), "html", null, true);
                echo "&gt;
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attributes'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/rdf-metadata.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&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("", "core/themes/stable/templates/misc/rdf-metadata.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/rdf-metadata.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_rdf-metadata.html.twig_lvW05aYJyvSo59BeBp4eYl_JE', '&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/misc/rdf-metadata.html.twig */
    class __TwigTemplate_61dca0aaadecfaa6dd05a5e22041fa30c012268cfdd9d95ec2c01b25288e3231 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; 18];
            $filters = ["escape" =&gt; 19];
            $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 18
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["metadata"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["attributes"]) {
                // line 19
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($context["attributes"], "addClass", [0 =&gt; "hidden"], "method")), "html", null, true);
                echo "&gt;
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attributes'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/rdf-metadata.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&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("", "core/themes/stable/templates/misc/rdf-metadata.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/rdf-metadata.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_61dca0aaadecfaa6dd05a5e22041fa30c012268cfdd9d95ec2c01b25288e3231', 'core/themes/stable/templates/misc/rdf-metadata.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/misc/rdf-metadata.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/misc/rdf-metadata.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('rdf_metadata', 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: 75)
    __TwigTemplate_a8078ceba3cb406403d2a1ea11e1d8ded6ced09ede9c065353993917ad2d3cd2->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/content/taxonomy-term.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('taxonomy_term', 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: 81)
    __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: 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-unformatted.ht_Hg6yqzpvPlisq_pKQiZfZA_Go', '&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-unformatted.html.twig */
    class __TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc 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; 18, "for" =&gt; 21, "set" =&gt; 23];
            $filters = ["escape" =&gt; 19];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', '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 18
            if (($context["title"] ?? null)) {
                // line 19
                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 21
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                echo "  ";
                // line 23
                $context["row_classes"] = [0 =&gt; ((            // line 24
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 27
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute($context["row"], "attributes", []), "addClass", [0 =&gt; ($context["row_classes"] ?? null)], "method")), "html", null, true);
                echo "&gt;";
                // line 28
                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 29
                echo "
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  78 =&gt; 29,  76 =&gt; 28,  72 =&gt; 27,  70 =&gt; 24,  69 =&gt; 23,  67 =&gt; 22,  63 =&gt; 21,  57 =&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("", "core/themes/stable/templates/views/views-view-unformatted.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-unformatted.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-view-unformatted.ht_Hg6yqzpvPlisq_pKQiZfZA_Go', '&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-unformatted.html.twig */
    class __TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc 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; 18, "for" =&gt; 21, "set" =&gt; 23];
            $filters = ["escape" =&gt; 19];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', '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 18
            if (($context["title"] ?? null)) {
                // line 19
                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 21
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                echo "  ";
                // line 23
                $context["row_classes"] = [0 =&gt; ((            // line 24
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 27
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute($context["row"], "attributes", []), "addClass", [0 =&gt; ($context["row_classes"] ?? null)], "method")), "html", null, true);
                echo "&gt;";
                // line 28
                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 29
                echo "
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  78 =&gt; 29,  76 =&gt; 28,  72 =&gt; 27,  70 =&gt; 24,  69 =&gt; 23,  67 =&gt; 22,  63 =&gt; 21,  57 =&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("", "core/themes/stable/templates/views/views-view-unformatted.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-view-unformatted.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc', 'core/themes/stable/templates/views/views-view-unformatted.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-unformatted.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-view-unformatted.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', 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: 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: 76)
    __TwigTemplate_4c9e5b6b36822222855851d05e1a9398d50384b225e1f9f78a926d07027588fc->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-unformatted.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', 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: 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-mini-pager.html.twi_Ykg1ffcVturf4m2dTofQkZhxc', '&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-mini-pager.html.twig */
    class __TwigTemplate_561f826d79a05c589da6ce1d9a3643a1b1bc24e0cce13b1169e13ad4ef25eb38 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; 13, "trans" =&gt; 27];
            $filters = ["escape" =&gt; 14, "t" =&gt; 15, "without" =&gt; 19, "default" =&gt; 21];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape', 't', 'without', '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 13
            if (($this-&gt;getAttribute(($context["items"] ?? null), "previous", []) || $this-&gt;getAttribute(($context["items"] ?? null), "next", []))) {
                // line 14
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\" class=\"visually-hidden\"&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Pagination"));
                echo "
        <ul>
          ";
                // line 17
                if ($this-&gt;getAttribute(($context["items"] ?? null), "previous", [])) {
                    // line 18
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to previous page"));
                    echo "\" rel=\"prev\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 20
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Previous page"));
                    echo "
                ";
                    // line 21
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [])), t("‹‹"))) : (t("‹‹"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 25
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "current", [])) {
                    // line 26
                    echo "        <li>
              ";
                    // line 27
                    echo t("Page @items.current", array("@items.current" =&gt; $this-&gt;getAttribute(                // line 28
    ($context["items"] ?? null), "current", []), ));
                    // line 30
                    echo "        </li>
          ";
                }
                // line 32
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "next", [])) {
                    // line 33
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to next page"));
                    echo "\" rel=\"next\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 35
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Next page"));
                    echo "
                ";
                    // line 36
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [])), t("››"))) : (t("››"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 40
                echo "    </ul>
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-mini-pager.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  131 =&gt; 40,  124 =&gt; 36,  120 =&gt; 35,  112 =&gt; 34,  109 =&gt; 33,  106 =&gt; 32,  102 =&gt; 30,  100 =&gt; 28,  99 =&gt; 27,  96 =&gt; 26,  93 =&gt; 25,  86 =&gt; 21,  82 =&gt; 20,  74 =&gt; 19,  71 =&gt; 18,  69 =&gt; 17,  62 =&gt; 15,  57 =&gt; 14,  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/views/views-mini-pager.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-mini-pager.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_views-mini-pager.html.twi_Ykg1ffcVturf4m2dTofQkZhxc', '&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-mini-pager.html.twig */
    class __TwigTemplate_561f826d79a05c589da6ce1d9a3643a1b1bc24e0cce13b1169e13ad4ef25eb38 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; 13, "trans" =&gt; 27];
            $filters = ["escape" =&gt; 14, "t" =&gt; 15, "without" =&gt; 19, "default" =&gt; 21];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'trans'],
                    ['escape', 't', 'without', '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 13
            if (($this-&gt;getAttribute(($context["items"] ?? null), "previous", []) || $this-&gt;getAttribute(($context["items"] ?? null), "next", []))) {
                // line 14
                echo "  env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\"&gt;
        env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null)), "html", null, true);
                echo "\" class=\"visually-hidden\"&gt;";
                echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Pagination"));
                echo "
        <ul>
          ";
                // line 17
                if ($this-&gt;getAttribute(($context["items"] ?? null), "previous", [])) {
                    // line 18
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to previous page"));
                    echo "\" rel=\"prev\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 20
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Previous page"));
                    echo "
                ";
                    // line 21
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "previous", [], "any", false, true), "text", [])), t("‹‹"))) : (t("‹‹"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 25
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "current", [])) {
                    // line 26
                    echo "        <li>
              ";
                    // line 27
                    echo t("Page @items.current", array("@items.current" =&gt; $this-&gt;getAttribute(                // line 28
    ($context["items"] ?? null), "current", []), ));
                    // line 30
                    echo "        </li>
          ";
                }
                // line 32
                echo "      ";
                if ($this-&gt;getAttribute(($context["items"] ?? null), "next", [])) {
                    // line 33
                    echo "        <li>
              <a line echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "href", [])), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Go to next page"));
                    echo "\" rel=\"next\"";
                    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;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", []), "attributes", [])), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 35
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Next page"));
                    echo "
                ";
                    // line 36
                    echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, (($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [], "any", true, true)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed($this-&gt;getAttribute($this-&gt;getAttribute(($context["items"] ?? null), "next", [], "any", false, true), "text", [])), t("››"))) : (t("››"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 40
                echo "    </ul>
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-mini-pager.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  131 =&gt; 40,  124 =&gt; 36,  120 =&gt; 35,  112 =&gt; 34,  109 =&gt; 33,  106 =&gt; 32,  102 =&gt; 30,  100 =&gt; 28,  99 =&gt; 27,  96 =&gt; 26,  93 =&gt; 25,  86 =&gt; 21,  82 =&gt; 20,  74 =&gt; 19,  71 =&gt; 18,  69 =&gt; 17,  62 =&gt; 15,  57 =&gt; 14,  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/views/views-mini-pager.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/views/views-mini-pager.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_561f826d79a05c589da6ce1d9a3643a1b1bc24e0cce13b1169e13ad4ef25eb38', 'core/themes/stable/templates/views/views-mini-pager.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-mini-pager.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/views/views-mini-pager.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_mini_pager', 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: 113)
    __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: 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_feed-icon.html.twig_EX8dn9e0erOUZcEgfOK3E7-FX', '&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/misc/feed-icon.html.twig */
    class __TwigTemplate_161e9e3fc9eeb54f48047112a2486595742697112d14c442f69851e0d98da2e3 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, "t" =&gt; 14];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', '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 13
            echo "<a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; "feed-icon"], "method")), "html", null, true);
            echo "&gt;
      ";
            // line 14
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Subscribe to @title", ["@title" =&gt; ($context["title"] ?? null)]));
            echo "
    </a>
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/feed-icon.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 14,  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/misc/feed-icon.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/feed-icon.html.twig");
        }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a21479f945f7_feed-icon.html.twig_EX8dn9e0erOUZcEgfOK3E7-FX', '&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/misc/feed-icon.html.twig */
    class __TwigTemplate_161e9e3fc9eeb54f48047112a2486595742697112d14c442f69851e0d98da2e3 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, "t" =&gt; 14];
            $functions = [];
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', '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 13
            echo "<a echo this->env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? 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($this-&gt;getAttribute(($context["attributes"] ?? null), "addClass", [0 =&gt; "feed-icon"], "method")), "html", null, true);
            echo "&gt;
      ";
            // line 14
            echo $this-&gt;env-&gt;getExtension('Drupal\Core\Template\TwigExtension')-&gt;renderVar(t("Subscribe to @title", ["@title" =&gt; ($context["title"] ?? null)]));
            echo "
    </a>
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/misc/feed-icon.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 14,  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/misc/feed-icon.html.twig", "/var/www/vhosts/d8-9/d8/core/themes/stable/templates/misc/feed-icon.html.twig");
        }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_161e9e3fc9eeb54f48047112a2486595742697112d14c442f69851e0d98da2e3', 'core/themes/stable/templates/misc/feed-icon.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('core/themes/stable/templates/misc/feed-icon.html.twig') (Line: 64)
    twig_render_template('core/themes/stable/templates/misc/feed-icon.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('feed_icon', 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: 141)
    __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: 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: 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_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: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 419)
    __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)
    
| Article

Does money talk? How can hospitals be encouraged to promote quicker treatment for opioid use disorder? Researchers at Perelman School of Medicine at the University of Pennsylvania published findings in the journal of Psychiatric Services, their objectives being, “a voluntary financial incentive...

| Article

An article in JAMA Network Open asked the question, “Have prescriptions for Schedule II opioids with high abuse potential, vs Schedule IV tramadol (lower abuse potential), decreased in the 18-month periods before and after publication of the Centers for Disease Control and Prevention opioid...

| Video

Dr. Martin Cheatle, Associate Professor at the University of Pennsylvania’s Perelman School of Medicine, offers his opinion on medications used to treat opioid use disorder: methadone, buprenorphine, and naltrexone.

| Article

As stated in the abstract of an article in JCO Clinical Cancer Informatics, a journal of the American Society of Clinical Oncology, “Approximately 40% of childhood cancer survivors experience chronic pain, with many also reporting pain-related disability. Given associations established in the...

| Article

A study reported in the journal Sleep posits that adolescents who experience sleep deficiency may develop into adults who misuse prescription opioids. The study, the self-reported National Longitudinal Study of Adolescent to Adult Health followed >12,000 participants over the course of 12 years...

| Article

The Journal of Rheumatology reports a concerning increase in hospitalizations for opioid use disorder (OUD) in patients with musculoskeletal conditions. Comparing data from 1998-2000 vs 2015-2016, OUD hospitalization rates for gout, osteoarthritis, fibromyalgia, rheumatoid arthritis, and low back...

| Article

An article in Substance Use and Addiction asks, “Are medication monitoring programs within a hospital associated with more accurate identification of patients with opioid use disorder through the use of proxy Diagnostic and Statistical Manual of Mental Disorders criteria for opioid use disorder...

| Podcast

Opioid use and addiction have soared in the United States over the past 20 years, and drug overdoses have become the leading cause of injury death.

Persons with opioid use disorder (OUD), particularly those injecting opioids, frequently require hospitalization and encounter need of acute opioid...

| Article

In research presented today by the American Chemical Society (ACS), it is stated that long term opioid use can lead to chronic inflammation and heightened pain sensitivity. Why? Study leader Cody J. Wenthur, PharmD, PhD, commented, “…we started thinking that the patient’s own immune system could be...

| Article

The American Medical Association just released a new OPIOID TASK FORCE 2020 PROGRESS REPORT in the hopes of reducing drug overdoses and deaths. Although prescription opioid overdose deaths have decreased, illicit drugs such as heroin, methamphetamine, and cocaine have risen. Last year, fentanyl...

Subscribe to opioid use disorder (OUD)

Sign-Up