RuntimeError

HTTP 500 Whoops, looks like something went wrong.

Key "overlay" for sequence/mapping with keys "headline, searchTermName, open, autocomplete" does not exist.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#996
  -lineno: 74
  -name: "@components/3-organisms/header/header.twig"
  -rawMessage: "Key "overlay" for sequence/mapping with keys "headline, searchTermName, open, autocomplete" does not exist."
  -sourcePath: "/Users/dennis/Projekte/e-fellows/src/components/3-organisms/header/header.twig"
  -sourceCode: """
    {% set logoTag = logoTag ??? 'div' %}\n
    {% set logoInnerTag = logoLink|default ? 'a' : 'div' %}\n
    {% set id = id ??? html_id('header') -%}\n
    \n
    <header {{ html_attributes({\n
      id: id,\n
      class: 'header',\n
    }, attrs ?? {}) }}>\n
      <div class="header__inner">\n
        <{{ logoTag }} class="header__logo-container">\n
          <{{ logoInnerTag }} {{ html_attributes({\n
            class: 'header__logo',\n
            href: logoLink ?? false,\n
          }) }}>\n
            {% if customLogo|default %}\n
              <img {{ html_attributes({\n
                src: customLogo.src,\n
                srcset: customLogo.srcset ?? false,\n
                width: customLogo.width ?? false,\n
                height: customLogo.height ?? false,\n
                alt: customLogo.alt ?? '',\n
                class: 'header__logo-img',\n
              }) }}>\n
            {% else %}\n
              <img {{ html_attributes({\n
                class: 'header__logo-img',\n
                src: asset('images/logo.svg'),\n
                width: 222,\n
                height: 67,\n
                alt: 'e-fellows.net, das Online-Stipendium & Karrierenetzwerk',\n
              }) }}>\n
            {% endif %}\n
          </{{ logoInnerTag }}>\n
        </{{ logoTag }}>\n
    \n
        <div class="header__navigation hidden-from--hybrid-app">\n
          {% macro header_button(context) %}\n
            {% set tag = context.link|default ? 'a' : 'button' %}\n
    \n
            <{{ tag }} {{ html_attributes({\n
              class: 'header__button',\n
              title: context.title ?? false,\n
              href: context.link ?? false,\n
              type: tag == 'button' ? 'button',\n
              'data-overlay': context.overlay ?? false,\n
            }, context.link|default ? link_attributes(context.link) : {}, context.attrs ?? {}) }}>\n
              <span class="header__button-symbol">\n
                {% if context.image|default %}\n
                  <img {{ html_attributes({\n
                    class: 'header__button-image',\n
                    src: context.image,\n
                    width: 35,\n
                    height: 35,\n
                    alt: '',\n
                    role: 'presentation',\n
                  }) }}>\n
                {% else %}\n
                  {% include '@icon' with {\n
                    class: 'header__button-icon',\n
                    icon: context.icon,\n
                  } only %}\n
                {% endif %}\n
              </span>\n
    \n
              <span class="header__button-text">\n
                {{- context.text -}}\n
              </span>\n
            </{{ tag }}>\n
          {% endmacro %}\n
    \n
          {% if search|default %}\n
            {{ _self.header_button({\n
              text: 'Search' | t('site'),\n
              overlay: search.overlay ? 'search' | namespaceInputId(id) : false,\n
              link: search.action,\n
              icon: 'search',\n
            }) }}\n
          {% endif %}\n
    \n
          {% if user|default %}\n
            {{ _self.header_button(user | merge({\n
              overlay: user.overlay|default ? 'user' | namespaceInputId(id),\n
              icon: 'user',\n
            })) }}\n
          {% endif %}\n
    \n
          {% if community|default %}\n
            {{ _self.header_button(community | merge({\n
              icon: 'community',\n
            })) }}\n
          {% endif %}\n
    \n
          {% if menu|default %}\n
            {{ _self.header_button({\n
              title: 'Open navigation' | t('site'),\n
              text: 'Menu' | t('site'),\n
              overlay: 'menu' | namespaceInputId(id),\n
              icon: 'menu',\n
            }) }}\n
          {% endif %}\n
        </div>\n
      </div>\n
    \n
      {# Menu #}\n
      {% if menu|default %}\n
        {% include '@menu' with menu | merge({\n
          id: 'menu' | namespaceInputId(id),\n
          open: false,\n
          trackingCategory: 'hamburger_menu',\n
        }) only %}\n
      {% endif %}\n
    \n
      {# Search #}\n
      {% if search.overlay|default %}\n
        {% include '@search-overlay' with search | merge({\n
          id: 'search' | namespaceInputId(id),\n
          open: false,\n
        }) only %}\n
      {% endif %}\n
    \n
      {# User overlay #}\n
      {% if user.overlay|default %}\n
        {% include '@user-menu' with user.overlay | merge({\n
          id: 'user' | namespaceInputId(id),\n
          open: false,\n
        }) only %}\n
      {% endif %}\n
    </header>\n
    """
}
  1. {% endmacro %}
  2. {% if search|default %}
  3. {{ _self.header_button({
  4. text: 'Search' | t('site'),
  5. overlay: search.overlay ? 'search' | namespaceInputId(id) : false,
  6. link: search.action,
  7. icon: 'search',
  8. }) }}
  9. {% endif %}
  1. $arguments[$key] = (string)$value;
  2. }
  3. }
  4. try {
  5. return CoreExtension::getAttribute(
  6. $env,
  7. $source,
  8. $object,
  9. $item,
  10. $arguments,
Template::attribute(object(Environment), object(Source), array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'overlay', array(), 'any', false, false, false, 74) in /Users/dennis/Projekte/e-fellows/storage/runtime/compiled_templates/c7/c75f581740f9c1ea16082dd187781aaa.php (line 108)
  1. ";
  2. // line 71
  3. if ((((array_key_exists("search", $context) || craft\helpers\Template::fallbackExists("search"))) ? (Twig\Extension\CoreExtension::default((isset($context["search"]) || array_key_exists("search", $context) ? $context["search"] : (craft\helpers\Template::fallbackExists("search") ? craft\helpers\Template::fallback("search") : (function () { throw new RuntimeError('Variable "search" does not exist.', 71, $this->source); })())))) : (""))) {
  4. // line 72
  5. yield " ";
  6. yield $this->getTemplateForMacro("macro_header_button", $context, 72, $this->getSourceContext())->macro_header_button(...[["text" => $this->extensions['craft\web\twig\Extension']->translateFilter("Search", "site"), "overlay" => ((craft\helpers\Template::attribute($this->env, $this->source, // line 74
  7. (isset($context["search"]) || array_key_exists("search", $context) ? $context["search"] : (craft\helpers\Template::fallbackExists("search") ? craft\helpers\Template::fallback("search") : (function () { throw new RuntimeError('Variable "search" does not exist.', 74, $this->source); })())), "overlay", [], "any", false, false, false, 74)) ? ($this->env->getFilter('namespaceInputId')->getCallable()("search", (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (craft\helpers\Template::fallbackExists("id") ? craft\helpers\Template::fallback("id") : (function () { throw new RuntimeError('Variable "id" does not exist.', 74, $this->source); })())))) : (false)), "link" => craft\helpers\Template::attribute($this->env, $this->source, // line 75
  8. (isset($context["search"]) || array_key_exists("search", $context) ? $context["search"] : (craft\helpers\Template::fallbackExists("search") ? craft\helpers\Template::fallback("search") : (function () { throw new RuntimeError('Variable "search" does not exist.', 75, $this->source); })())), "action", [], "any", false, false, false, 75), "icon" => "search"]]);
  9. // line 77
  10. yield "
  11. ";
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. ) {
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. public function display(array $context = [])
  8. {
  9. // using func_get_args() allows to not expose the blocks argument
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. // Render and return
  2. $renderingTemplate = $this->_renderingTemplate;
  3. $this->_renderingTemplate = $template;
  4. try {
  5. $output = $this->getTwig()->render($template, $variables);
  6. } finally {
  7. $this->_renderingTemplate = $renderingTemplate;
  8. $this->setTemplateMode($oldTemplateMode);
  9. }
  1. $isRenderingPageTemplate = $this->_isRenderingPageTemplate;
  2. $this->_isRenderingPageTemplate = true;
  3. try {
  4. $this->beginPage();
  5. echo $this->renderTemplate($template, $variables);
  6. $this->endPage();
  7. } finally {
  8. $this->_isRenderingPageTemplate = $isRenderingPageTemplate;
  9. $this->setTemplateMode($oldTemplateMode);
  10. $output = ob_get_clean();
View->renderPageTemplate('@components/3-organisms/header/header.twig', array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))), 'site') in /Users/dennis/Projekte/e-fellows/src/module/Console/Controller/ComponentController.php (line 56)
  1. $event->roots['@components'] = Craft::getAlias('@root/src/components');
  2. },
  3. );
  4. // Return rendered component
  5. Console::stdout(Craft::$app->getView()->renderPageTemplate(
  6. "@components/{$template}",
  7. $context,
  8. View::TEMPLATE_MODE_SITE,
  9. ));
  10. } catch (\Throwable $exception) {
ComponentController->actionRender('3-organisms/header/header.twig')
  1. Yii::debug('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__);
  2. if (Yii::$app->requestedParams === null) {
  3. Yii::$app->requestedParams = $args;
  4. }
  5. return call_user_func_array([$this->controller, $this->actionMethod], $args);
  6. }
  7. }
  1. $result = null;
  2. if ($runAction && $this->beforeAction($action)) {
  3. // run the action
  4. $result = $action->runWithParams($params);
  5. $result = $this->afterAction($action, $result);
  6. // call afterAction on modules
  7. foreach ($modules as $module) {
  1. if ($this->help) {
  2. $route = $this->getUniqueId() . '/' . $id;
  3. return Yii::$app->runAction('help', [$route]);
  4. }
  5. return parent::runAction($id, $params);
  6. }
  7. /**
  8. * Binds the parameters to the action.
  9. * This method is invoked by [[Action]] when it begins to run with the given parameters.
  1. public function runAction($id, $params = [])
  2. {
  3. try {
  4. // *should* only be an int, but there are exceptions :/
  5. /** @var int|null $response */
  6. $response = parent::runAction($id, $params);
  7. return $response ?? ExitCode::OK;
  8. } finally {
  9. if (isset($this->isolationMutexName)) {
  10. Craft::$app->getMutex()->release($this->isolationMutexName);
  11. }
  1. * @inheritdoc
  2. */
  3. public function runAction($id, $params = []): int
  4. {
  5. $this->_actionId = $id;
  6. $result = $this->traitRunAction($id, $params);
  7. $this->_actionId = null;
  8. return $result;
  9. }
  10. /**
  1. if (is_array($parts)) {
  2. /* @var $controller Controller */
  3. list($controller, $actionID) = $parts;
  4. $oldController = Yii::$app->controller;
  5. Yii::$app->controller = $controller;
  6. $result = $controller->runAction($actionID, $params);
  7. if ($oldController !== null) {
  8. Yii::$app->controller = $oldController;
  9. }
  10. return $result;
  1. * @throws Exception if the route is invalid
  2. */
  3. public function runAction($route, $params = [])
  4. {
  5. try {
  6. $res = parent::runAction($route, $params);
  7. return is_object($res) ? $res : (int) $res;
  8. } catch (InvalidRouteException $e) {
  9. throw new UnknownCommandException($route, $this, 0, $e);
  10. }
  11. }
  1. }
  2. Console::outputWarning("Craft can’t fetch the `$infoTable` table row." . ($e ? PHP_EOL . 'Exception: ' . $e->getMessage() : ''), false);
  3. }
  4. }
  5. return parent::runAction($route, $params);
  6. }
  7. /**
  8. * @inheritdoc
  9. */
  1. */
  2. public function handleRequest($request)
  3. {
  4. list($route, $params) = $request->resolve();
  5. $this->requestedRoute = $route;
  6. $result = $this->runAction($route, $params);
  7. if ($result instanceof Response) {
  8. return $result;
  9. }
  10. $response = $this->getResponse();
  1. public function handleRequest($request)
  2. {
  3. // Disable read/write splitting for all console requests
  4. $this->getDb()->enableReplicas = false;
  5. return parent::handleRequest($request);
  6. }
  7. /**
  8. * Returns the configuration of the built-in commands.
  9. *
  1. try {
  2. $this->state = self::STATE_BEFORE_REQUEST;
  3. $this->trigger(self::EVENT_BEFORE_REQUEST);
  4. $this->state = self::STATE_HANDLING_REQUEST;
  5. $response = $this->handleRequest($this->getRequest());
  6. $this->state = self::STATE_AFTER_REQUEST;
  7. $this->trigger(self::EVENT_AFTER_REQUEST);
  8. $this->state = self::STATE_SENDING_RESPONSE;
Application->run() in /Users/dennis/Projekte/e-fellows/craft (line 17)
  1. // Load and run Craft
  2. /** @var craft\console\Application $app */
  3. // nosemgrep: file-inclusion
  4. $app = require CRAFT_VENDOR_PATH . '/craftcms/cms/bootstrap/console.php';
  5. $exitCode = $app->run();
  6. exit($exitCode);

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
Key "overlay" for sequence/mapping with keys "headline, searchTermName, open, autocomplete" does not exist.

  at /Users/dennis/Projekte/e-fellows/src/components/3-organisms/header/header.twig:74
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'overlay', array(), 'any', false, false, false, 74)
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/helpers/Template.php:148)
  at craft\helpers\Template::attribute(object(Environment), object(Source), array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'overlay', array(), 'any', false, false, false, 74)
     (/Users/dennis/Projekte/e-fellows/storage/runtime/compiled_templates/c7/c75f581740f9c1ea16082dd187781aaa.php:108)
  at __TwigTemplate_749787e2a7190a863f2a8da899f86316->doDisplay(array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout')))))), 'craft' => object(CraftVariable), 'currentSite' => object(Site), 'currentUser' => null, 'primarySite' => object(Site), 'siteName' => 'Für Studierende und Berufstätige', 'siteUrl' => '@web/', 'systemName' => 'e-fellows.net', 'view' => object(View), 'devMode' => true, 'SORT_ASC' => 4, 'SORT_DESC' => 3, 'SORT_REGULAR' => 0, 'SORT_NUMERIC' => 1, 'SORT_STRING' => 2, 'SORT_LOCALE_STRING' => 5, 'SORT_NATURAL' => 6, 'SORT_FLAG_CASE' => 8, 'PHP_INT_MAX' => 9223372036854775807, 'POS_HEAD' => 1, 'POS_BEGIN' => 2, 'POS_END' => 3, 'POS_READY' => 4, 'POS_LOAD' => 5, 'isInstalled' => true, 'loginUrl' => '@web/', 'logoutUrl' => '@web/', 'setPasswordUrl' => null, 'now' => object(DateTime), 'today' => object(DateTime), 'tomorrow' => object(DateTime), 'yesterday' => object(DateTime), '_globals' => object(Collection), 'currentSsoUser' => null, 'login' => object(Entry), 'loginOtc' => object(Entry), 'forgotPassword' => object(Entry), 'logoTag' => 'div', 'logoInnerTag' => 'a', 'id' => 'header-44144-38854'), array())
     (/Users/dennis/Projekte/e-fellows/vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout')))))), 'craft' => object(CraftVariable), 'currentSite' => object(Site), 'currentUser' => null, 'primarySite' => object(Site), 'siteName' => 'Für Studierende und Berufstätige', 'siteUrl' => '@web/', 'systemName' => 'e-fellows.net', 'view' => object(View), 'devMode' => true, 'SORT_ASC' => 4, 'SORT_DESC' => 3, 'SORT_REGULAR' => 0, 'SORT_NUMERIC' => 1, 'SORT_STRING' => 2, 'SORT_LOCALE_STRING' => 5, 'SORT_NATURAL' => 6, 'SORT_FLAG_CASE' => 8, 'PHP_INT_MAX' => 9223372036854775807, 'POS_HEAD' => 1, 'POS_BEGIN' => 2, 'POS_END' => 3, 'POS_READY' => 4, 'POS_LOAD' => 5, 'isInstalled' => true, 'loginUrl' => '@web/', 'logoutUrl' => '@web/', 'setPasswordUrl' => null, 'now' => object(DateTime), 'today' => object(DateTime), 'tomorrow' => object(DateTime), 'yesterday' => object(DateTime), '_globals' => object(Collection), 'currentSsoUser' => null, 'login' => object(Entry), 'loginOtc' => object(Entry), 'forgotPassword' => object(Entry)), array())
     (/Users/dennis/Projekte/e-fellows/vendor/twig/twig/src/Template.php:343)
  at Twig\Template->display(array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))))
     (/Users/dennis/Projekte/e-fellows/vendor/twig/twig/src/Template.php:358)
  at Twig\Template->render(array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))))
     (/Users/dennis/Projekte/e-fellows/vendor/twig/twig/src/TemplateWrapper.php:35)
  at Twig\TemplateWrapper->render(array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))))
     (/Users/dennis/Projekte/e-fellows/vendor/twig/twig/src/Environment.php:320)
  at Twig\Environment->render('@components/3-organisms/header/header.twig', array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))))
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/web/View.php:570)
  at craft\web\View->renderTemplate('@components/3-organisms/header/header.twig', array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))))
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/web/View.php:623)
  at craft\web\View->renderPageTemplate('@components/3-organisms/header/header.twig', array('logoLink' => '#', 'menu' => array('open' => true, 'langSwitcher' => array('link' => '#', 'title' => 'Switch to English', 'language' => 'EN'), 'items' => array(array('text' => 'Jobbörse', 'link' => 'https://jobs.e-fellows.net/'), array('text' => 'Für Studierende und Berufstätige', 'items' => array(array('text' => 'Stipendium', 'link' => '#', 'items' => array(array('text' => 'Online Stipendium von e-fellows', 'link' => '#'), array('text' => 'Stipendien Datenbank', 'link' => '#', 'items' => array(array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Vorteile für Stipendiaten, Alumni und Mitglieder', 'link' => '#'), array('text' => 'e-fellows Stipendium für:'), array('text' => 'IT', 'link' => '#'), array('text' => 'WIWI', 'link' => '#'), array('text' => 'Jura', 'link' => '#'), array('text' => 'Ingenieure', 'link' => '#'))), array('text' => 'Karriere', 'link' => '#'), array('text' => 'Events', 'link' => '#'), array('text' => 'Studiengänge', 'link' => '#'), array('text' => 'News & Tipps', 'link' => '#'), array('text' => 'Alle Informationen rund um:'), array('text' => 'Studienfächer', 'link' => '#'), array('text' => 'Branchen', 'link' => '#'))), array('text' => 'Für Schüler', 'link' => '#'), array('text' => 'Für Unternehmen und Hochschulen', 'link' => '#'))), 'search' => array('headline' => array('text' => 'Suche'), 'searchTermName' => 'q', 'open' => true, 'autocomplete' => 'https://jsonplaceholder.typicode.com/posts?q='), 'community' => array('text' => 'Community', 'link' => 'https://www.community.e-fellows.net/'), 'user' => array('text' => 'Ich', 'image' => 'https://bildermangel.de/35x35/fe7c09/130f26.webp?text=User', 'overlay' => array('open' => true, 'menus' => array(array('user' => array('image' => 'https://bildermangel.de/100x100/fe7c09/130f26.webp?text=+++S:+100x100@1x+++', 'headline' => 'Emine Müller', 'status' => 'Stipendiantin', 'alert' => array('text' => '<p>Wir prüfen Deine Bewerbung. Bitte hab noch etwas Geduld.')), 'items' => array(array('icon' => 'profile', 'text' => 'Community-Profil', 'link' => '#'), array('icon' => 'document', 'text' => 'Dein Lebenslauf', 'link' => '#'), array('icon' => 'bookmark-outline', 'text' => 'Merkliste', 'count' => 30, 'link' => '#'), array('icon' => 'gear', 'text' => 'Einstellungen und Newsletter', 'link' => '#'), array('icon' => 'filter', 'text' => 'Deine Filter', 'content' => array('use' => '@personal-filters', 'configuration' => array('alert' => array('text' => '<p>Diese Angaben übernehmen wir aus Deinem CV um Dir Inhalte anzuzeigen, die zu Dir passen.'), 'filters' => array(array('label' => 'Studienfach:', 'value' => 'Jura'), array('label' => 'Studienphase:', 'value' => 'LL.M.'), array('label' => 'Studienende:', 'value' => '09 / 2023'), array('label' => 'Geschlecht:', 'value' => 'männlich'), array('label' => 'Mitgliedsstatus:', 'value' => 'Mitglied'), array('label' => 'Auf Jobsuche:', 'value' => 'Ja'), array('label' => 'Suche Masterplatz:', 'value' => 'Ja')), 'text' => '<a href="#">Bearbeite Deinen CV</a> um diese Angaben zu ändern.')))), 'logoutForm' => array('button' => array('text' => 'Logout'))))))), 'site')
     (/Users/dennis/Projekte/e-fellows/src/module/Console/Controller/ComponentController.php:56)
  at EFellows\Website\Console\Controller\ComponentController->actionRender('3-organisms/header/header.twig')
  at call_user_func_array(array(object(ComponentController), 'actionRender'), array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/base/InlineAction.php:57)
  at yii\base\InlineAction->runWithParams(array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/base/Controller.php:178)
  at yii\base\Controller->runAction('render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/console/Controller.php:180)
  at yii\console\Controller->runAction('render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/console/ControllerTrait.php:88)
  at craft\console\Controller->traitRunAction('render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/console/Controller.php:216)
  at craft\console\Controller->runAction('render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/base/Module.php:552)
  at yii\base\Module->runAction('efellows/component/render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/console/Application.php:180)
  at yii\console\Application->runAction('efellows/component/render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/console/Application.php:91)
  at craft\console\Application->runAction('efellows/component/render', array('3-organisms/header/header.twig'))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/console/Application.php:147)
  at yii\console\Application->handleRequest(object(Request))
     (/Users/dennis/Projekte/e-fellows/vendor/craftcms/cms/src/console/Application.php:122)
  at craft\console\Application->handleRequest(object(Request))
     (/Users/dennis/Projekte/e-fellows/vendor/yiisoft/yii2/base/Application.php:384)
  at yii\base\Application->run()
     (/Users/dennis/Projekte/e-fellows/craft:17)