taurx2024.test.aspectdigital.com Open in urlscan Pro
139.162.244.96  Public Scan

URL: https://taurx2024.test.aspectdigital.com/
Submission: On December 30 via api from US — Scanned from GB

Form analysis 0 forms found in the DOM

Text Content

Twig\Error\RuntimeError: Variable "selectedType" does not exist. in
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/_blocks/team.twig:5
Stack trace: #0
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/storage/runtime/compiled_templates/af/af3d82cd9ce3bcf9d17c4901b92efba5.php(54):
__TwigTemplate_2f84653757ff4cda123ad736057ffe90->{closure}() #1
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(393):
__TwigTemplate_2f84653757ff4cda123ad736057ffe90->doDisplay() #2
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/storage/runtime/compiled_templates/44/4482ea63f49a97dfa67294a521e70c75.php(125):
Twig\Template->yield() #3
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(393):
__TwigTemplate_cede7252a6169b0a7906c4b7cc393124->doDisplay() #4
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/storage/runtime/compiled_templates/42/42266239139afe1a6cd6160a026582b9.php(69):
Twig\Template->yield() #5
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(437):
__TwigTemplate_c749431df11c576b0418900f5cd9184b->block_main() #6
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/storage/runtime/compiled_templates/87/8715252dea5f35bf76cf359a7dc0aa9f.php(89):
Twig\Template->yieldBlock() #7
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(393):
__TwigTemplate_4c8fb965f4f0695eb9f37785dc4b6838->doDisplay() #8
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/storage/runtime/compiled_templates/42/42266239139afe1a6cd6160a026582b9.php(52):
Twig\Template->yield() #9
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(393):
__TwigTemplate_c749431df11c576b0418900f5cd9184b->doDisplay() #10
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(349):
Twig\Template->yield() #11
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php(364):
Twig\Template->display() #12
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/TemplateWrapper.php(35):
Twig\Template->render() #13
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Environment.php(306):
Twig\TemplateWrapper->render() #14
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/View.php(501):
Twig\Environment->render() #15
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/View.php(554):
craft\web\View->renderTemplate() #16
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/TemplateResponseFormatter.php(57):
craft\web\View->renderPageTemplate() #17
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/yiisoft/yii2/web/Response.php(1109):
craft\web\TemplateResponseFormatter->format() #18
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/Response.php(339):
yii\web\Response->prepare() #19
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/yiisoft/yii2/web/Response.php(340):
craft\web\Response->prepare() #20
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/yiisoft/yii2/base/Application.php(390):
yii\web\Response->send() #21
/home/taurx/domains/taurx2024.test.aspectdigital.com/www/public_html/index.php(12):
yii\base\Application->run() #22 {main} Copied!


TWIG RUNTIME ERROR – TWIG\ERROR\RUNTIMEERROR


VARIABLE "SELECTEDTYPE" DOES NOT EXIST.

 * 1. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/_blocks/team.twig
   at line 5
   1234567891011121314
   
   {% if block.membersType is defined and block.membersType | length %}
       {% set selectedType = block.membersType.value %}
   {% endif %}	
    
   {% if selectedType == 'leadershipTeam' %}
       <!-- team -->
       <section class="overflow-hidden {% if not block.marginTop %} pt-0 {% endif %}">
           <div class="container">
               <div class="grid align-items-center">
                   <div class="g-start-1 g-col-12    g-start-md-1 g-col-md-8">
                       {% if block.heading | length %}
                           <h2 class="h4 my-4">{{ block.heading }}</h2>
                       {% endif %}
                   </div>
   

 * 2. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/_blocks/team.twig
   at line 5 – __TwigTemplate_2f84653757ff4cda123ad736057ffe90::{closure}()
   1234567891011
   
   {% if block.membersType is defined and block.membersType | length %}
       {% set selectedType = block.membersType.value %}
   {% endif %}	
    
   {% if selectedType == 'leadershipTeam' %}
       <!-- team -->
       <section class="overflow-hidden {% if not block.marginTop %} pt-0 {% endif %}">
           <div class="container">
               <div class="grid align-items-center">
                   <div class="g-start-1 g-col-12    g-start-md-1 g-col-md-8">
                       {% if block.heading | length %}
   

 * 3. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 393 – __TwigTemplate_2f84653757ff4cda123ad736057ffe90::doDisplay()
   387388389390391392393394395396397398399
   
       public function yield(array $context, array $blocks = []): iterable
       {
           $context += $this->env->getGlobals();
           $blocks = array_merge($this->blocks, $blocks);
    
           try {
               yield from $this->doDisplay($context, $blocks);
           } catch (Error $e) {
               if (!$e->getSourceContext()) {
                   $e->setSourceContext($this->getSourceContext());
               }
    
               // this is mostly useful for \Twig\Error\LoaderError exceptions
   

 * 4. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/_includes/_neo.twig
   at line 33 – Twig\Template::yield()
   27282930313233343536
   
           topEntry: entry,
           lazyLoading: lazy,
           firstBlock: first,
           marginTop: marginTop,
           marginBottom: marginBottom,
           childBlocks: childBlocks,
           bannerClasses: bannerClasses,
       } only %}
    
   {% endfor %}

 * 5. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 393 – __TwigTemplate_cede7252a6169b0a7906c4b7cc393124::doDisplay()
   387388389390391392393394395396397398399
   
       public function yield(array $context, array $blocks = []): iterable
       {
           $context += $this->env->getGlobals();
           $blocks = array_merge($this->blocks, $blocks);
    
           try {
               yield from $this->doDisplay($context, $blocks);
           } catch (Error $e) {
               if (!$e->getSourceContext()) {
                   $e->setSourceContext($this->getSourceContext());
               }
    
               // this is mostly useful for \Twig\Error\LoaderError exceptions
   

 * 6. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/index.twig
   at line 6 – Twig\Template::yield()
   1234567
   
   {% extends "_layouts/main.twig" %}
   {% set title = entry.title %}
    
   {% block main %}
       {% include "_includes/_banners/_hero.twig" %}
       {% include "_includes/_neo.twig" %}
   {% endblock %}
   

 * 7. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 437 – __TwigTemplate_c749431df11c576b0418900f5cd9184b::block_main()
   431432433434435436437438439440441442443
   
           if (null !== $template && !$template instanceof self) {
               throw new \LogicException('A block must be a method on a \Twig\Template instance.');
           }
    
           if (null !== $template) {
               try {
                   yield from $template->$block($context, $blocks);
               } catch (Error $e) {
                   if (!$e->getSourceContext()) {
                       $e->setSourceContext($template->getSourceContext());
                   }
    
                   // this is mostly useful for \Twig\Error\LoaderError exceptions
   

 * 8. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/_layouts/main.twig
   at line 41 – Twig\Template::yieldBlock()
   35363738394041424344454647
   
    
           <main class="min-vh-100" data-barba="container" data-barba-namespace="" id="main">
               <div class="transition-layer"></div>
    
               {% include '_includes/_header.twig' %}
    
               {% block main %}
    
               {% endblock %}
    
               {% include '_includes/_footer.twig' %}
    
           </main>
   

 * 9. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 393 – __TwigTemplate_4c8fb965f4f0695eb9f37785dc4b6838::doDisplay()
   387388389390391392393394395396397398399
   
       public function yield(array $context, array $blocks = []): iterable
       {
           $context += $this->env->getGlobals();
           $blocks = array_merge($this->blocks, $blocks);
    
           try {
               yield from $this->doDisplay($context, $blocks);
           } catch (Error $e) {
               if (!$e->getSourceContext()) {
                   $e->setSourceContext($this->getSourceContext());
               }
    
               // this is mostly useful for \Twig\Error\LoaderError exceptions
   

 * 10. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/templates/index.twig
   at line 1 – Twig\Template::yield()
   1234567
   
   {% extends "_layouts/main.twig" %}
   {% set title = entry.title %}
    
   {% block main %}
       {% include "_includes/_banners/_hero.twig" %}
       {% include "_includes/_neo.twig" %}
   {% endblock %}
   

 * 11. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 393 – __TwigTemplate_c749431df11c576b0418900f5cd9184b::doDisplay()
   387388389390391392393394395396397398399
   
       public function yield(array $context, array $blocks = []): iterable
       {
           $context += $this->env->getGlobals();
           $blocks = array_merge($this->blocks, $blocks);
    
           try {
               yield from $this->doDisplay($context, $blocks);
           } catch (Error $e) {
               if (!$e->getSourceContext()) {
                   $e->setSourceContext($this->getSourceContext());
               }
    
               // this is mostly useful for \Twig\Error\LoaderError exceptions
   

 * 12. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 349 – Twig\Template::yield()
   343344345346347348349350351352353354355
   
       {
           return $this->blocks;
       }
    
       public function display(array $context, array $blocks = []): void
       {
           foreach ($this->yield($context, $blocks) as $data) {
               echo $data;
           }
       }
    
       public function render(array $context): string
       {
   

 * 13. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Template.php
   at line 364 – Twig\Template::display()
   358359360361362363364365366367368369370
   
               if ($this->env->isDebug()) {
                   ob_start();
               } else {
                   ob_start(function () { return ''; });
               }
               try {
                   $this->display($context);
               } catch (\Throwable $e) {
                   while (ob_get_level() > $level) {
                       ob_end_clean();
                   }
    
                   throw $e;
   

 * 14. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/TemplateWrapper.php
   at line 35 – Twig\Template::render()
   29303132333435363738394041
   
           private Template $template,
       ) {
       }
    
       public function render(array $context = []): string
       {
           return $this->template->render($context);
       }
    
       public function display(array $context = [])
       {
           // using func_get_args() allows to not expose the blocks argument
           // as it should only be used by internal code
   

 * 15. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/twig/twig/src/Environment.php
   at line 306 – Twig\TemplateWrapper::render()
   300301302303304305306307308309310311312
   
        * @throws LoaderError  When the template cannot be found
        * @throws SyntaxError  When an error occurred during compilation
        * @throws RuntimeError When an error occurred during rendering
        */
       public function render($name, array $context = []): string
       {
           return $this->load($name)->render($context);
       }
    
       /**
        * Displays a template.
        *
        * @param string|TemplateWrapper $name The template name
   

 * 16. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/View.php
   at line 501 – Twig\Environment::render()
   495496497498499500501502503504505506507
   
    
           // Render and return
           $renderingTemplate = $this->_renderingTemplate;
           $this->_renderingTemplate = $template;
    
           try {
               $output = $this->getTwig()->render($template, $variables);
           } finally {
               $this->_renderingTemplate = $renderingTemplate;
               $this->setTemplateMode($oldTemplateMode);
           }
    
           $this->afterRenderTemplate($template, $variables, $templateMode, $output);
   

 * 17. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/View.php
   at line 554 – craft\web\View::renderTemplate()
   548549550551552553554555556557558559560
   
    
           $isRenderingPageTemplate = $this->_isRenderingPageTemplate;
           $this->_isRenderingPageTemplate = true;
    
           try {
               $this->beginPage();
               echo $this->renderTemplate($template, $variables);
               $this->endPage();
           } finally {
               $this->_isRenderingPageTemplate = $isRenderingPageTemplate;
               $this->setTemplateMode($oldTemplateMode);
               $output = ob_get_clean();
           }
   

 * 18. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/TemplateResponseFormatter.php
   at line 57 – craft\web\View::renderPageTemplate()
   51525354555657585960616263
   
           ) {
               $view->registerAssetBundle(ContentWindowAsset::class);
           }
    
           // Render and return the template
           try {
               $response->content = $view->renderPageTemplate($behavior->template, $behavior->variables, $behavior->templateMode);
           } catch (Throwable $e) {
               $previous = $e->getPrevious();
               if ($previous instanceof YiiExitException) {
                   // Something called Craft::$app->end()
                   if ($previous instanceof ExitException && $previous->output !== null) {
                       echo $previous->output;
   

 * 19. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/yiisoft/yii2/web/Response.php
   at line 1109 – craft\web\TemplateResponseFormatter::format()
   1103110411051106110711081109111011111112111311141115
   
           if (isset($this->formatters[$this->format])) {
               $formatter = $this->formatters[$this->format];
               if (!is_object($formatter)) {
                   $this->formatters[$this->format] = $formatter = Yii::createObject($formatter);
               }
               if ($formatter instanceof ResponseFormatterInterface) {
                   $formatter->format($this);
               } else {
                   throw new InvalidConfigException("The '{$this->format}' response formatter is invalid. It must implement the ResponseFormatterInterface.");
               }
           } elseif ($this->format === self::FORMAT_RAW) {
               if ($this->data !== null) {
                   $this->content = $this->data;
   

 * 20. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/craftcms/cms/src/web/Response.php
   at line 339 – yii\web\Response::prepare()
   333334335336337338339340341342343344345
   
    
       /**
        * @inheritdoc
        */
       protected function prepare(): void
       {
           parent::prepare();
           $this->_isPrepared = true;
       }
    
       /**
        * Clear the output buffer to prevent corrupt downloads.
        *
   

 * 21. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/yiisoft/yii2/web/Response.php
   at line 340 – craft\web\Response::prepare()
   334335336337338339340341342343344345346
   
       public function send()
       {
           if ($this->isSent) {
               return;
           }
           $this->trigger(self::EVENT_BEFORE_SEND);
           $this->prepare();
           $this->trigger(self::EVENT_AFTER_PREPARE);
           $this->sendHeaders();
           $this->sendContent();
           $this->trigger(self::EVENT_AFTER_SEND);
           $this->isSent = true;
       }
   

 * 22. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/vendor/yiisoft/yii2/base/Application.php
   at line 390 – yii\web\Response::send()
   384385386387388389390391392393394395396
   
               $response = $this->handleRequest($this->getRequest());
    
               $this->state = self::STATE_AFTER_REQUEST;
               $this->trigger(self::EVENT_AFTER_REQUEST);
    
               $this->state = self::STATE_SENDING_RESPONSE;
               $response->send();
    
               $this->state = self::STATE_END;
    
               return $response->exitStatus;
           } catch (ExitException $e) {
               $this->end($e->statusCode, isset($response) ? $response : null);
   

 * 23. in
   /home/taurx/domains/taurx2024.test.aspectdigital.com/www/public_html/index.php
   at line 12 – yii\base\Application::run()
   6789101112
   
   // Load shared bootstrap
   require dirname(__DIR__) . '/bootstrap.php';
    
   // Load and run Craft
   /** @var craft\web\Application $app */
   $app = require CRAFT_VENDOR_PATH . '/craftcms/cms/bootstrap/web.php';
   $app->run();
   



2024-12-30, 04:21:18

Apache

Yii Framework/2.0.51