Error message

  • Warning: rename(sites/default/files/php/twig/.7kN0cGepWE-VIG2W3Kh8Vq6UNEU,sites/default/files/php/twig/661e80022d669_field--node--title.html.t_oISH1ReV0hFUAuCacXgQKJ1Jn/7gWyc19n6i6xDSo468cgMyt1VCU4Aw5-feHliOHQ3Og.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('661e80022d669_field--node--title.html.t_oISH1ReV0hFUAuCacXgQKJ1Jn', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--title.html.twig */
    class __TwigTemplate_ffb9968763247f6c9d673813a0d0e9ec extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--title.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["is_inline", "attributes", "items"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--title.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--title.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\node\\templates\\field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('661e80022d669_field--node--title.html.t_oISH1ReV0hFUAuCacXgQKJ1Jn', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--title.html.twig */
    class __TwigTemplate_ffb9968763247f6c9d673813a0d0e9ec extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--title.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["is_inline", "attributes", "items"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--title.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--title.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\node\\templates\\field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_ffb9968763247f6c9d673813a0d0e9ec', 'core/modules/node/templates/field--node--title.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/node/templates/field--node--title.html.twig') (Line: 39)
    twig_render_template('core/modules/node/templates/field--node--title.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 110)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.x8k8mfR-95ZpXdAJ9NvA0G3KHb4,sites/default/files/php/twig/661e80022d669___string_template__15e4c2_MDn0PU_3TMXSgmidT0korBo2c/BHYEq_yfCCY9rj6nbFRId8-oe7vv7Gx4k6pMBGuSaU4.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('661e80022d669___string_template__15e4c2_MDn0PU_3TMXSgmidT0korBo2c', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__15e4c2886fb2554f14cf09e05167a91f */
    class __TwigTemplate_68fad5a283af1fc1edd5f11b36a3de19 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["value"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" => 1, "escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('661e80022d669___string_template__15e4c2_MDn0PU_3TMXSgmidT0korBo2c', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* __string_template__15e4c2886fb2554f14cf09e05167a91f */
    class __TwigTemplate_68fad5a283af1fc1edd5f11b36a3de19 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["value"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" => 1, "escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_68fad5a283af1fc1edd5f11b36a3de19', '__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 401)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_ffb9968763247f6c9d673813a0d0e9ec->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('core/modules/node/templates/field--node--title.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 110)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
    call_user_func_array(Array, Array) (Line: 111)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 859)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 421)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.EmCEe_nlPe3Yc-BDFiB7uNiYF2k,sites/default/files/php/twig/661e80022d669_time.html.twig_N20CRrvsMvL8N7S4eQliLzg0q/mVVunhZD-DOi4ONiGA8Y3v3Mio94DRLEDledGzfUU6Q.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('661e80022d669_time.html.twig_N20CRrvsMvL8N7S4eQliLzg0q', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/system/templates/time.html.twig */
    class __TwigTemplate_534fdd05a5951212b8ac8b919f5bdc2c extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 22
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 22, $this->source), "html", null, true);
            echo ">";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null), 22, $this->source), "html", null, true);
            echo "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["attributes", "text"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/system/templates/time.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  39 => 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/system/templates/time.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\system\\templates\\time.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 22);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('661e80022d669_time.html.twig_N20CRrvsMvL8N7S4eQliLzg0q', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/system/templates/time.html.twig */
    class __TwigTemplate_534fdd05a5951212b8ac8b919f5bdc2c extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 22
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 22, $this->source), "html", null, true);
            echo ">";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null), 22, $this->source), "html", null, true);
            echo "
    ";
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["attributes", "text"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/system/templates/time.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  39 => 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/system/templates/time.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\system\\templates\\time.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 22);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_534fdd05a5951212b8ac8b919f5bdc2c', 'core/modules/system/templates/time.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/system/templates/time.html.twig') (Line: 39)
    twig_render_template('core/modules/system/templates/time.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('time', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_fa1a96d96c6f55e2380869e4157821b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('core/modules/node/templates/field--node--created.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 550)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.UObDkRTMxRaKx8Kw4snthl4CPVI,sites/default/files/php/twig/661e80022d669_field--node--uid.html.twi_ZVd9TR4t_XXguR4uNy8WZSfUG/0OO3w5A6P_E9CxMjg8eiTCloDb-pYfqcdkzNY6QmTv0.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('661e80022d669_field--node--uid.html.twi_ZVd9TR4t_XXguR4uNy8WZSfUG', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--uid.html.twig */
    class __TwigTemplate_4ee71c5f4c986af93c762f809cb5f2ae extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["is_inline", "attributes", "items"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--uid.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--uid.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\node\\templates\\field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('661e80022d669_field--node--uid.html.twi_ZVd9TR4t_XXguR4uNy8WZSfUG', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--uid.html.twig */
    class __TwigTemplate_4ee71c5f4c986af93c762f809cb5f2ae extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
            $this->env->getExtension('\Drupal\Core\Template\TwigExtension')
                ->checkDeprecations($context, ["is_inline", "attributes", "items"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--uid.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--uid.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\node\\templates\\field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_4ee71c5f4c986af93c762f809cb5f2ae', 'core/modules/node/templates/field--node--uid.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/node/templates/field--node--uid.html.twig') (Line: 39)
    twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 552)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Warning: rename(sites/default/files/php/twig/.ev_B1MbukubmoVsoJ-JgedelUjI,sites/default/files/php/twig/661e80022d669_username.html.twig_56e6K1x7wy2EOQ2H_1HY0ggAR/0MvwJa9otlbt5RsDBAUwi-74QoSko46V1epa2gPFjc4.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('661e80022d669_username.html.twig_56e6K1x7wy2EOQ2H_1HY0ggAR', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/user/templates/username.html.twig */
    class __TwigTemplate_3bfe9d3eece9333e19b59c6a27488c2c extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 27
            if (($context["link_path"] ?? null)) {
                // line 28
                echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "</a>";
            } else {
                // line 30
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 30, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 30, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 30, $this-&gt;source), "html", null, true);
                echo "";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["link_path", "attributes", "name", "extra"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/user/templates/username.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  49 =&gt; 30,  41 =&gt; 28,  39 =&gt; 27,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/user/templates/username.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\user\\templates\\username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 27);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('661e80022d669_username.html.twig_56e6K1x7wy2EOQ2H_1HY0ggAR', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/user/templates/username.html.twig */
    class __TwigTemplate_3bfe9d3eece9333e19b59c6a27488c2c extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 27
            if (($context["link_path"] ?? null)) {
                // line 28
                echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "</a>";
            } else {
                // line 30
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 30, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 30, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 30, $this-&gt;source), "html", null, true);
                echo "";
            }
            $this-&gt;env-&gt;getExtension('\Drupal\Core\Template\TwigExtension')
                -&gt;checkDeprecations($context, ["link_path", "attributes", "name", "extra"]);    }
    
        /**
         * @codeCoverageIgnore
         */
        public function getTemplateName()
        {
            return "core/modules/user/templates/username.html.twig";
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function isTraitable()
        {
            return false;
        }
    
        /**
         * @codeCoverageIgnore
         */
        public function getDebugInfo()
        {
            return array (  49 =&gt; 30,  41 =&gt; 28,  39 =&gt; 27,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/user/templates/username.html.twig", "D:\\inetpub\\wwwroot\\http\\core\\modules\\user\\templates\\username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 27);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 351)
    Twig\Environment->loadTemplate('__TwigTemplate_3bfe9d3eece9333e19b59c6a27488c2c', 'core/modules/user/templates/username.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/user/templates/username.html.twig') (Line: 39)
    twig_render_template('core/modules/user/templates/username.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 475)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_4ee71c5f4c986af93c762f809cb5f2ae->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array) (Line: 38)
    Twig\TemplateWrapper->render(Array) (Line: 39)
    twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 348)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array) (Line: 552)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 261)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 480)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    

Big Winners

$1,000 OF FUN

Prize Amount

$1,000.00
DOUGLAS F
KWIK TRIP #140
WESTON
11/07/2022
$1,000 OF FUN

Prize Amount

$1,000.00
FORREST O
KWIK TRIP #756
OSSEO
11/07/2022
$1,000 OF FUN

Prize Amount

$1,000.00
CHARLES S
BEDROCK MANAGMENT LLC
BURLINGTON
11/07/2022
$1,000 OF FUN

Prize Amount

$1,000.00
MELVA K
DINO STOP 1 INC
WISCONSIN DELLS
11/07/2022
$1,000 OF FUN

Prize Amount

$1,000.00
SYLVIA D
WOODMAN'S FOOD MKT #29
GREEN BAY
11/07/2022
$1,000 OF FUN

Prize Amount

$1,000.00
NICOLE P
KWIK TRIP #476
RICE LAKE
11/07/2022
CASH CONNECT

Prize Amount

$900.00
KRISTI E
KWIK TRIP #342
STEVENS POINT
11/07/2022
CROSSWORD

Prize Amount

$1,000.00
DAVID L
RAC CORP
ST GERMAIN
11/07/2022
CROSSWORD

Prize Amount

$1,000.00
MARTHA M
SPEEDWAY #4450
RACINE
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
SHIRLEY M
SINGH INC
MILWAUKEE
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
SHIRLEY M
SINGH INC
MILWAUKEE
11/07/2022
PICK 4
Evening

Prize Amount

$5,000.00
VELMA M
LISBON BP
MILWAUKEE
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
DRE'VON G
M J PETROLEUM
RACINE
11/07/2022
PICK 4
Midday

Prize Amount

$1,200.00
DIAMOND M
LISBON GAS DEPOT
MILWAUKEE
11/07/2022
PICK 4
Evening

Prize Amount

$600.00
TASHANTI H
PARK AVENUE MART INC
BELOIT
11/07/2022
PICK 4
Midday

Prize Amount

$1,200.00
WYNEICE W
RAPIDS LIQUOR EXPRESS INC
RACINE
11/07/2022
PICK 4
Evening

Prize Amount

$5,000.00
SHANIA S
GOOD HOPE METRO LLC
MILWAUKEE
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
GWENDOLYN S
DOUGLAS PETRO LLC
RACINE
11/07/2022
PICK 4
Midday

Prize Amount

$1,200.00
JESSE C
JKF PETROLEUM LLC
MILWAUKEE
11/07/2022
PICK 4
Evening

Prize Amount

$1,200.00
GERALD D
LUCAS OIL LLC
MARKESAN
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
GREGORY G
WELCOME MILWAUKEE LLC
MILWAUKEE
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
LUEDORA C
LISBON GAS AND FOOD
MILWAUKEE
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
LUEDORA C
LISBON GAS AND FOOD
MILWAUKEE
11/07/2022
PICK 4
Midday

Prize Amount

$1,200.00
DORIS J
SHOPIERE GAS MART INC
BELOIT
11/07/2022
PICK 4
Midday

Prize Amount

$600.00
MARCY N
SPRING STREET MOBIL/S&S RACINE
RACINE
11/07/2022
MEGA MILLIONS

Prize Amount

$600.00
SCOTT I
KWIK TRIP #949
MADISON
11/07/2022
POWERBALL

Prize Amount

$50,000.00
THOMAS S
WEBERS SELF SERVICE
CHILTON
11/07/2022
POWERBALL

Prize Amount

$50,000.00
DAVID K
IMPERIAL OPERATING WI LLC
SIREN
11/07/2022
POWERBALL
POWERBALL Winner - WAYNE J

Prize Amount

$50,000.00
WAYNE J
KWIK TRIP #1038
PRAIRIE DU SAC
11/07/2022
TIS THE SEASON

Prize Amount

$5,000.00
AIMEE D
SYNERGY COOP EXIT 45
MENOMONIE
11/07/2022
TREMENDOUS TWO MILLION

Prize Amount

$1,000.00
MICHAEL C
KWIK TRIP #184
PEWAUKEE
11/07/2022
TREMENDOUS TWO MILLION

Prize Amount

$1,000.00
CHRISTINE R
PIONEER PIT STOP
FOND DU LAC
11/07/2022
TREMENDOUS TWO MILLION

Prize Amount

$5,000.00
GIUSEPPE C
STURTEVANT GAS STOP LLC
STURTEVANT
11/07/2022
SUGAR COOKIE CROSSWORD

Prize Amount

$1,000.00
SADIE B
HOLIDAY STATIONSTORE #476
PRESCOTT
11/07/2022
MAGNIFICENT CROSSWORD

Prize Amount

$1,000.00
JOSEPH A
WOODMAN'S FOOD MKT #37
OAK CREEK
11/07/2022
PACKERS NATION

Prize Amount

$900.00
LOIS W
KWIK TRIP #628
LARSEN
11/07/2022
ROYAL MILLIONS

Prize Amount

$1,000.00
LISA B
MARKETPLACE FOODS #2582
MENOMONIE
11/07/2022
ROYAL MILLIONS
ROYAL MILLIONS Winner - PHILLIP H

Prize Amount

$1,000.00
PHILLIP H
CHASES C STORES
TOMAHAWK
11/07/2022
MEGA CASH

Prize Amount

$1,000.00
ROBERT F
METRO MARKET #853
BROOKFIELD
11/07/2022
$1,000 OF FUN

Prize Amount

$1,000.00
PAUL D
CVS PHARMACY #10172
WAUSAU
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
TODD M
SPEEDWAY #4462
OAK CREEK
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
ROBERT S
M & H MART LLC
DE PERE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
NICHOLAS B
KWIK TRIP #494
ONALASKA
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
JOSHUA K
KWIK TRIP #400
BEAVER DAM
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
LANITA P
WOODMAN'S FOOD MKT #16
MADISON
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
LUANN W
CENEX MINI MART
MOUNT HOREB
11/04/2022
MULTIPLIER RUSH
MULTIPLIER RUSH Winner - MICHAEL B

Prize Amount

$5,000.00
MICHAEL B
NELSONS CHURCHILL STREET SHELL
WAUPACA
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
FRANCO F
FIZA INC
KENOSHA
11/04/2022
$1,000 OF FUN
$1,000 OF FUN Winner - ROBERT R

Prize Amount

$1,000.00
ROBERT R
BRIDGE STOP
CHETEK
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DIMITAR G
QUILLINS QUALITY FOODS - REEDSBURG
REEDSBURG
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
CHAD S
SG MAYVILLE LLC
MAYVILLE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
JEROME M
CITGO AUTO TRUCK PLAZA
STURTEVANT
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
HICHAM Z
CP MART SYENE
FITCHBURG
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DIANNE J
RK CAMPBELL'S ONE STOP LLC
SOLDIERS GROVE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
JOSHUA S
TRAVEL MART INC/MARSHLAND
WAUPUN
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DEBRA W
KWIK TRIP #655
HARTFORD
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DAVID H
PIGGLY WIGGLY SUPERMARKET #87
HARTFORD
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
LONI B
WOODMAN'S FOOD MKT #1
JANESVILLE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DENNIS K
KWIK TRIP #373
WAUKESHA
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DAVIN H
SKYLER MARKETING LLC
KIEL
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
CHRISTIAN R
WOODMAN'S FOOD MKT #16
MADISON
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
ROBERT C
EVERGREEN MOBIL MOTEL LTD
DELAVAN
11/04/2022
CASH CONNECT

Prize Amount

$900.00
TANNER G
SHEBOYGAN OIL CO INC
HOWARDS GROVE
11/04/2022
DOLLAR SIGNS

Prize Amount

$1,000.00
STEVEN K
DELAVAN MOBIL MART INC
DELAVAN
11/04/2022
DOLLAR SIGNS

Prize Amount

$200,000.00
MATTHEW O
SPEEDWAY #4462
OAK CREEK
11/04/2022
PICK 4
Midday

Prize Amount

$2,500.00
CHRIS L
JAY ENTERPRISES PETROLEUM 1 LLC
GLENDALE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DOROTHY D
KWIK TRIP #138
PARK FALLS
11/04/2022
PICK 4
Evening

Prize Amount

$5,000.00
MICHAEL H
DANS LIQUOR INC
RACINE
11/04/2022
PICK 4
Evening

Prize Amount

$5,000.00
ANTHONY D
GRG LLC
MILWAUKEE
11/04/2022
PICK 4
Evening

Prize Amount

$600.00
JAMES K
KWIK TRIP #661
MONROE
11/04/2022
PICK 4
Midday

Prize Amount

$800.00
DAVID G
BOB & STEVES BP AMOCO SHOP #10
PRESCOTT
11/04/2022
PICK 4
Midday

Prize Amount

$5,000.00
CATERA R
BP FOOD SHOP
WAUWATOSA
11/04/2022
SUPERCASH!

Prize Amount

$1,000.00
MICHAEL B
SPEEDWAY #4230
NEW BERLIN
11/04/2022
MEGA MILLIONS

Prize Amount

$1,500.00
CHRISTOPHER M
HOLIDAY STATIONSTORE #218
RHINELANDER
11/04/2022
POWERBALL

Prize Amount

$50,000.00
JAMES H
CITGO SUPER SALES-GRAFTON
GRAFTON
11/04/2022
POWERBALL
POWERBALL Winner - JORDAN D

Prize Amount

$50,000.00
JORDAN D
ALLIED COOPERATIVE-PUMP 24
ADAMS
11/04/2022
POWERBALL
POWERBALL Winner - GARY S

Prize Amount

$50,000.00
GARY S
WALMART SUPERCENTER #1571
MUKWONAGO
11/04/2022
TREMENDOUS TWO MILLION

Prize Amount

$5,000.00
JESUS E
KWIK TRIP #184
PEWAUKEE
11/04/2022
TREMENDOUS TWO MILLION

Prize Amount

$1,000.00
SUE L
SPEEDWAY #4152
WEST ALLIS
11/04/2022
CROSSWORD BONUS

Prize Amount

$50,000.00
DAVID M
TOMAH QUICK STOP & SPIRIT SHOP
TOMAH
11/04/2022
ROYAL MILLIONS

Prize Amount

$1,000.00
ALEXIS W
SG MAYVILLE LLC
MAYVILLE
11/04/2022
DELUXE DOLLARS

Prize Amount

$1,000.00
RONALD V
KWIK TRIP #181
APPLETON
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
TRICIA S
BIG JIM LIQUOR/KHASRIA 3 INC
MILWAUKEE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
THERESA B
SEYMOUR BP
SEYMOUR
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
JILL A
KWIK TRIP #135
SUPERIOR
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
GEORGE G
SEGUIN LLC
MARINETTE
11/04/2022
PICK 4
Evening

Prize Amount

$5,000.00
MICHAEL H
DOUGLAS EXPRESS FOOD MART INC
RACINE
11/04/2022
$1,000 OF FUN

Prize Amount

$1,000.00
J TRINIDAD S
VJ'S FOOD MART
WEST ALLIS
11/03/2022
PICK 4
Evening

Prize Amount

$2,500.00
CALVIN L
HAMPTON MOBIL INC
MILWAUKEE
11/03/2022
PICK 4
Midday

Prize Amount

$5,000.00
ANTHONY H
USRA FOOD INC
MILWAUKEE
11/03/2022
BADGER 5

Prize Amount

$123,000.00
KEVIN V
KWIK TRIP #887
GRAND CHUTE
11/03/2022
MULTIPLIER RUSH

Prize Amount

$1,000.00
AMY O
COUNTRY STATION
DARIEN
11/03/2022
THE PERFECT GIFT

Prize Amount

$1,000.00
SHANNON B
PLOVER EXPRESS MART INC
PLOVER
11/03/2022
ROYAL MILLIONS

Prize Amount

$1,000.00
LORNA P
METRO MARKET #885
WAUWATOSA
11/03/2022
$1,000 OF FUN

Prize Amount

$1,000.00
JEAN S
PIGGLY WIGGLY #037
RACINE
11/03/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DAVID S
PICK N SAVE #381
MUSKEGO
11/03/2022
$1,000 OF FUN

Prize Amount

$1,000.00
ANGELICA D
RED JJ PETRO MART INC
WEST ALLIS
11/03/2022
$1,000 OF FUN

Prize Amount

$1,000.00
CYNTHIA H
KWIK TRIP #356
SCHOFIELD
11/03/2022
$1,000 OF FUN

Prize Amount

$1,000.00
KERI B
KWIK TRIP #977
NEW BERLIN
11/03/2022
$1,000 OF FUN

Prize Amount

$1,000.00
DAVID M
KWIK TRIP #527
WAUKESHA
11/03/2022
keyboard_arrow_up