Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1298012500 TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException

Required argument "job" is not set for Ig\AsJobs\Controller\JobController->show.

in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 964
            $argumentName = $argument->getName();
            if ($this->request->hasArgument($argumentName)) {
                $argument->setValue($this->request->getArgument($argumentName));
            } elseif ($argument->isRequired()) {
                throw new RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);
            }
        }
    }
}
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->mapRequestArgumentsToControllerArguments()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 420
            // todo: replace method_exists with is_callable or even both
            //       method_exists alone does not guarantee that $callable is actually callable
            call_user_func($callable);
        }
        $this->mapRequestArgumentsToControllerArguments();
        $this->controllerContext = $this->buildControllerContext();
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail')))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), '')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'tt_content.list.20.asjobs_detail')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search')), 'tt_content.list.20.asjobs_detail', 'asjobs_detail')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 2172, 'pid' => 2037, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1596108535, 'crdate' => 1596027234, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '2', 'list_type' => 'asjobs_detail', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 1, 'filelink_sorting' => '', 'target' => '_blank', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:33:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:5:"pages";N;s:9:"recursive";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:7:"goToTop";N;s:17:"ig_hide_on_device";N;s:16:"additional_class";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:25:"ig_accordion_is_accordion";N;s:27:"ig_accordion_is_open_mobile";N;s:28:"ig_accordion_is_open_desktop";N;s:29:"ig_accordion_enable_scrolling";N;s:19:"ig_lazy_load_images";N;s:25:"tx_gridelements_container";N;}', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'lightbox_rel' => null, 'image_aspect' => null, 'additional_class' => '', 'imagelayout' => 1, 'ig_accordion_is_accordion' => 0, 'ig_accordion_is_open_mobile' => 0, 'ig_accordion_is_open_desktop' => 0, 'tx_ig_newsletter_column_normal_1' => '25', 'tx_ig_newsletter_column_normal_2' => '25', 'goToTop' => 0, 'ig_animation_fade_in' => null, 'ig_animation_fade_out' => null, 'ig_hide_on_device' => 0, 'ig_animation_image' => null, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 1, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => 'medium', 'space_after_class' => 'medium', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'ig_menu_content' => 0, 'ig_animation_content' => null, 'ig_accordion_enable_scrolling' => 0, 'filelink_sorting_direction' => '', 'ig_animation' => '', 'ig_lazy_load_images' => 0, 'tx_iggridelements_large_width' => '', 'tx_iggridelements_medium_width' => '', 'tx_iggridelements_small_width' => '', 'module_sys_dmail_category' => 0, 'gridelements_shortcut_page_order_by' => 0), 'typoscriptObjectPath' => 'tt_content.list.20.asjobs_detail', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/aerosuisse/www/typo3temp/var/cache/code/fluid_template/Standard_action_list_9e16442acf8cf788be37aa7a242f313e42e00904.php line 64
$array5 = array (
);$arguments1['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array5);
$arguments1['table'] = 'tt_content';
$renderChildrenClosure2 = ($arguments1['data'] !== null) ? function() use ($arguments1) { return $arguments1['data']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Standard_action_list_9e16442acf8cf788be37aa7a242f313e42e00904->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 260
                    );
                }
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 143
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/aerosuisse/www/typo3temp/var/cache/code/fluid_template/layout_Default_html_4a6fb84de30b48682cb4503440c2da65ff72ee7a.php line 2276
     ),
     $renderingContext
    );

$output6 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments155, $renderChildrenClosure156, $renderingContext);

$output6 .= '
       ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at layout_Default_html_4a6fb84de30b48682cb4503440c2da65ff72ee7a->{closure}()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/aerosuisse/www/typo3temp/var/cache/code/fluid_template/layout_Default_html_4a6fb84de30b48682cb4503440c2da65ff72ee7a.php line 2895
  ';
return $output191;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_4a6fb84de30b48682cb4503440c2da65ff72ee7a->{closure}()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 55
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', $childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/aerosuisse/www/typo3temp/var/cache/code/fluid_template/layout_Default_html_4a6fb84de30b48682cb4503440c2da65ff72ee7a.php line 2903
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_4a6fb84de30b48682cb4503440c2da65ff72ee7a->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_gridelements/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_gridelements/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_gridelements/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'lib.contentElement')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_gridelements/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ig_responsive_images/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1600m', 'height' => '900m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '0', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"', 'cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')), 'tx_igresponsiveimages.' => array('srcset' => '150, 200, 320, 600, 800, 1600, 3200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'debug' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'list')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('linkParams.' => array('ATagParams.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}"'), 'COA', '6.' => array('TEXT', '1.' => array('dataWrap' => 'data-fancybox="group{file:current:uid_foreign}"', 'dataWrap.' => array(*DEEP NESTED ARRAY*))))))), 'width' => '{$plugin.tx_ig_lightbox.max_width}', 'height' => '{$plugin.tx_ig_lightbox.max_height}')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), '20.' => array('10.' => array('setup.' => array('ig-galerie.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))), 'nl-animation.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))))))), 'gridgallery' => '< lib.contentElement', 'gridgallery.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery', 'vendorName' => 'Ig'))), 'gridgallery_grid' => '< lib.contentElement', 'gridgallery_grid.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid', 'vendorName' => 'Ig'))), 'chart' => 'COA', 'chart.' => array('< lib.stdheader', 'USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart', 'vendorName' => 'Ig'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('linkParams.' => array('ATagParams.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}"'), 'COA', '6.' => array('TEXT', '1.' => array('dataWrap' => 'data-fancybox="group{file:current:uid_foreign}"', 'dataWrap.' => array(*DEEP NESTED ARRAY*))))))), 'width' => '{$plugin.tx_ig_lightbox.max_width}', 'height' => '{$plugin.tx_ig_lightbox.max_height}')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), '20.' => array('10.' => array('setup.' => array('ig-galerie.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))), 'nl-animation.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))))))), 'gridgallery' => '< lib.contentElement', 'gridgallery.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery', 'vendorName' => 'Ig'))), 'gridgallery_grid' => '< lib.contentElement', 'gridgallery_grid.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid', 'vendorName' => 'Ig'))), 'chart' => 'COA', 'chart.' => array('< lib.stdheader', 'USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart', 'vendorName' => 'Ig'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('linkParams.' => array('ATagParams.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}"'), 'COA', '6.' => array('TEXT', '1.' => array('dataWrap' => 'data-fancybox="group{file:current:uid_foreign}"', 'dataWrap.' => array(*DEEP NESTED ARRAY*))))))), 'width' => '{$plugin.tx_ig_lightbox.max_width}', 'height' => '{$plugin.tx_ig_lightbox.max_height}')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), '20.' => array('10.' => array('setup.' => array('ig-galerie.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))), 'nl-animation.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))))))), 'gridgallery' => '< lib.contentElement', 'gridgallery.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery', 'vendorName' => 'Ig'))), 'gridgallery_grid' => '< lib.contentElement', 'gridgallery_grid.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid', 'vendorName' => 'Ig'))), 'chart' => 'COA', 'chart.' => array('< lib.stdheader', 'USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart', 'vendorName' => 'Ig'))), 'tt_content')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('imageLinkWrap.' => array('linkParams.' => array('ATagParams.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '1.' => array('value' => 'data-alternative="'), 'COA', '2.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:alternative}')), 'TEXT', '3.' => array('value' => '" data-caption="'), 'COA', '4.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '1.' => array('dataWrap' => '{file:current:description}')), 'TEXT', '5.' => array('value' => '" class="{$styles.content.imgtext.linkWrap.lightboxCssClass}"'), 'COA', '6.' => array('TEXT', '1.' => array('dataWrap' => 'data-fancybox="group{file:current:uid_foreign}"', 'dataWrap.' => array(*DEEP NESTED ARRAY*))))))), 'width' => '{$plugin.tx_ig_lightbox.max_width}', 'height' => '{$plugin.tx_ig_lightbox.max_height}')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'igsimplesubscribe_igsimplesubscribe' => 'USER', 'igsimplesubscribe_igsimplesubscribe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribe'), 'igsimplesubscribe_form' => 'USER', 'igsimplesubscribe_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'form'), 'igsimplesubscribe_igsimplesubscribechanges' => 'USER', 'igsimplesubscribe_igsimplesubscribechanges.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribechanges'), 'igsimplesubscribe_igsimplesubscribeexport' => 'USER', 'igsimplesubscribe_igsimplesubscribeexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgSimplesubscribe', 'pluginName' => 'Igsimplesubscribeexport'), 'asjobs_list' => 'USER', 'asjobs_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'List'), 'asjobs_detail' => 'USER', 'asjobs_detail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsJobs', 'pluginName' => 'Detail'), 'fechangepwd_pi1' => 'USER', 'fechangepwd_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FeChangePwd', 'pluginName' => 'Pi1'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igglossary_list' => 'USER', 'igglossary_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'List'), 'igglossary_htmltitle' => 'USER', 'igglossary_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGlossary', 'pluginName' => 'HtmlTitle'), 'iggooglemaps_maps' => 'USER', 'iggooglemaps_maps.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGooglemaps', 'pluginName' => 'Maps'), 'iggridgallery_iggridgallery' => 'USER', 'iggridgallery_iggridgallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery'), 'iggridgallery_iggridgallerygrid' => 'USER', 'iggridgallery_iggridgallerygrid.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), '20.' => array('innerStdWrap.' => array('parseFunc' => '< lib.parseFunc'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), '20.' => array('10.' => array('setup.' => array('ig-galerie.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))), 'nl-animation.' => array('columns.' => array('10.' => array('renderObj.' => array('CASE', '20.' => array('key.' => array('field' => 'CType'), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array(*DEEP NESTED ARRAY*)), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array(*DEEP NESTED ARRAY*), 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array(*DEEP NESTED ARRAY*), 'templateRootPaths.' => array(*DEEP NESTED ARRAY*), 'partialRootPaths.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*))))))))))), 'gridgallery' => '< lib.contentElement', 'gridgallery.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'Iggridgallery', 'vendorName' => 'Ig'))), 'gridgallery_grid' => '< lib.contentElement', 'gridgallery_grid.' => array('templateName' => 'Gridgallery', 'COA', '20.' => array('USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgGridgallery', 'pluginName' => 'IggridgalleryGrid', 'vendorName' => 'Ig'))), 'chart' => 'COA', 'chart.' => array('< lib.stdheader', 'USER', '30.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart', 'vendorName' => 'Ig'))), '')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/frontend_editing/Classes/Hook/ContentObjectRendererHook.php line 47
        if (!$contentObject) {
            return '';
        }

        $content = $pObject->render($contentObject, $conf);

        // If content found or not tt_content with colPos is fetched or not in
        // frontend_editing context than return the content.
        if ($content
at TYPO3\CMS\FrontendEditing\Hook\ContentObjectRendererHook->cObjGetSingleExt('CONTENT', array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'variables.pageContent0', object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
                        $this->cObjHookObjectsArr[$name] = GeneralUtility::makeInstance($this->cObjHookObjectsRegistry[$name]);
                    }
                    $hookObj = $this->cObjHookObjectsArr[$name];
                    if (method_exists($hookObj, 'cObjGetSingleExt')) {
                        $content .= $hookObj->cObjGetSingleExt($name, $conf, $TSkey, $this);
                        $hooked = true;
                    }
                }
                if (!$hooked) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'variables.pageContent0')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
            if (is_array($cObjType)) {
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.'], 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0'), 'pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoAltText.' => array('value' => 'Aerosuisse'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 102
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

        $this->view->assignMultiple($variables);

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0'), 'pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoAltText.' => array('value' => 'Aerosuisse'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0'), 'pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoAltText.' => array('value' => 'Aerosuisse'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0'), 'pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoAltText.' => array('value' => 'Aerosuisse'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))), '10')
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooterlibs.' => array('JquerySource' => '', 'recaptcha' => 'https://www.google.com/recaptcha/api.js?hl=fr', 'recaptcha.' => array('external' => '1'), 'modernizr' => 'EXT:igconfig/Resources/Public/modernizr/modernizr.custom.3.6.0.js', 'modernizr.' => array('allWrap' => '<script data-ignore="1">var breakpoint = 1100;</script>|'), 'jquery' => 'EXT:igconfig/Resources/Public/jQuery/jquery-3.5.1.min.js', 'jquery.' => array('forceOnTop' => '1'), 'jquerySmartresize' => 'EXT:igconfig/Resources/Public/jQuery/jquery.smartresize.js', 'jqueryFancyinput' => 'EXT:igconfig/Resources/Public/jQuery/jquery.fancyinput.js', 'objectFit' => 'EXT:igconfig/Resources/Public/objectFitImages/dist/ofi.min.js', 'objectFitImages' => 'EXT:igconfig/Resources/Public/JavaScripts/Elements/objectFitImages.js', 'toggleHandler' => 'EXT:igconfig/Resources/Public/JavaScripts/Elements/toggle-handler.js', 'lazyload' => 'EXT:igconfig/Resources/Public/lazyload/lazyload.js', 'lazyloadInit' => 'EXT:igconfig/Resources/Public/JavaScripts/lazyload-init.js', 'jqueryAccordion' => 'EXT:igconfig/Resources/Public/fluid/jquery.accordion.js', 'picturefill' => 'EXT:ig_responsive_images/Resources/Public/JavaScript/picturefill.min.js', 'picturefill.' => array('forceOnTop' => '1')), 'includeCSS.' => array('fancyboxCSS' => 'EXT:ig_lightbox/Resources/Public/Css/fancybox-3.5/jquery.fancyboxdark.css', 'iggooglemapsCSS' => 'EXT:ig_googlemaps/Resources/Public/Css/styles.css', 'igFrameworkBox' => 'EXT:igconfig/Resources/Public/Frameworks/flex.scss', 'igBaseLayout' => 'EXT:igconfig/Resources/Public/Css/Layout/old-responsive-nav-holder-layout.scss', 'igLibNormalize' => 'EXT:igconfig/Resources/Public/igLib/normalize.css', 'igLib' => 'EXT:igconfig/Resources/Public/igLib/*', 'igResponsive' => 'EXT:igconfig/Resources/Public/Css/fluid_styled_content.css', 'level1' => 'fileadmin/layout/css/*', 'contentelements' => 'fileadmin/layout/css/contentelements/*', 'menu' => 'EXT:ig_layout/Resources/Public/Css/menu/*', 'ext' => 'fileadmin/layout/css/ext/*', 'rnDirection' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnDirection/rnRightToLeft.scss', 'rnEffect' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnEffect/rnSlide.scss', 'rnMode' => 'EXT:ig_menu/Resources/Public/Css/Responsive/rnMode/rnOverflow.scss', 'bEffect' => 'EXT:ig_menu/Resources/Public/Css/Burger/bEffect/bSlide.scss', 'bUse' => 'EXT:ig_menu/Resources/Public/Css/Burger/bUse/bResponsive.scss', 'bMode' => 'EXT:ig_menu/Resources/Public/Css/Burger/bMode/bToX.scss', 'igGridelementsFlexboxUser' => 'EXT:ig_gridelements/Resources/Public/Css/ig_gridelements.css', 'menuLogic' => 'EXT:ig_menu/Resources/Public/Css/Logic/menulogic.scss', 'dnMode' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnMode/dnLayer.scss', 'dnDirection' => 'EXT:ig_menu/Resources/Public/Css/Desktop/dnDirection/dnHorizontal.scss', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'igsimplesubscribe' => 'EXT:ig_simplesubscribe/Resources/Public/Css/igsimplesubscribe.scss', 'igGlossaryCss' => 'EXT:ig_glossary/Resources/Public/Css/styles.scss', 'ig_chart' => 'EXT:ig_chart/Resources/Public/CSS/ig_chart.css', 'igIconLevel1' => 'EXT:ig_icon/Resources/Public/Css/*', 'Level1' => 'EXT:ig_layout/Resources/Public/Css/*', 'Contentelements' => 'EXT:ig_layout/Resources/Public/Css/Contentelements/*', 'Menu' => 'EXT:ig_layout/Resources/Public/Css/Menu/*', 'Extensions' => 'EXT:ig_layout/Resources/Public/Css/Extensions/*', 'igBaseSVG' => 'EXT:igconfig/Resources/Public/igLib/igBase-svg.css'), 'includeJSFooter.' => array('fancyboxJS' => 'EXT:ig_lightbox/Resources/Public/JavaScript/fancybox-3.5/jquery.fancybox.min.js', 'fancyboxJSOptions' => 'EXT:ig_lightbox/Resources/Public/JavaScript/fancybox-3.5/fancyboxDefaultOptions.js', 'main' => 'EXT:ig_layout/Resources/Public/JavaScript/main.js', 'elements-ig-menu' => 'EXT:ig_menu/Resources/Public/JavaScript/menu.js', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'igsimplesubscribeJs' => 'EXT:ig_simplesubscribe/Resources/Public/JavaScript/igsimplesubscribe.js', 'file9999igGlossary' => 'EXT:ig_glossary/Resources/Public/JavaScript/jquery.glossary.js', 'jquery-inview' => 'EXT:ig_chart/Resources/Public/JavaScript/jquery.inview.min.js', 'chartjs' => 'EXT:ig_chart/Resources/Public/JavaScript/Chart_3.4.1/chart.min.js', 'ig-chart' => 'EXT:ig_chart/Resources/Public/JavaScript/ig_chart_3.4.1.js'), 'footerData.' => array('COA', '900.' => array('TEXT', '100.' => array('value' => ' <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q9WP2EFGQ9" data-ignore="1"></script>'), 'TEXT', '200.' => array('value' => ' <script data-ignore="1"> var disableCookie = \'ga-disable\';'), 'TEXT', '210.' => array('value' => ' var disableMessId = \'ga-disable-G-Q9WP2EFGQ9\';'), 'TEXT', '220.' => array('value' => ' var disableTrackingId = \'ga-disable-UA-172427337-1\';'), 'TEXT', '300.' => array('value' => ' if (document.cookie.indexOf(disableCookie + \'=true\') > -1) {'), 'TEXT', '302.' => array('value' => ' window[disableMessId] = true;'), 'TEXT', '304.' => array('value' => ' window[disableTrackingId] = true;'), 'TEXT', '310.' => array('value' => ' } function gaOptin(t) { document.cookie = disableCookie + "= ; expires = Thu, 01 Jan 1970 00:00:00 GMT; path=/";'), 'TEXT', '311.' => array('value' => ' window[disableMessId] = false;'), 'TEXT', '312.' => array('value' => ' window[disableTrackingId] = false;'), 'TEXT', '313.' => array('value' => ' } function gaOptout(t) { var domain = document.domain; var domainArr = domain.split(\'.\'); while(domainArr.length > 2) { domainArr.shift(); domain = \'.\' + domainArr.join(\'.\'); } document.cookie = "_ga= ; expires = Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=" + domain; document.cookie = "_gat= ; expires = Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=" + domain; document.cookie = "_gid= ; expires = Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=" + domain; var cs=document.cookie.split(/;\\s*/), ret=[], i; for (i=0; i<cs.length; i++) { if (cs[i].match(/^_ga_\\d+=/)) { var cookieArr = cs[i].split(\'=\'); var cookieName = \'\'; if(cookieArr.length) { cookieName = cookieArr[0]; document.cookie = cookieName + "= ; expires = Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=" + domain; } } } document.cookie = disableCookie + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; '), 'TEXT', '314.' => array('value' => ' window[disableMessId] = true; '), 'TEXT', '315.' => array('value' => ' window[disableTrackingId] = true; '), 'TEXT', '316.' => array('value' => ' }'), 'TEXT', '400.' => array('value' => ' window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}'), 'TEXT', '500.' => array('value' => ' function initGoogleAnalytics() {'), 'TEXT', '520.' => array('value' => ' gtag(\'js\', new Date()); gtag(\'config\', \'G-Q9WP2EFGQ9\');'), 'TEXT', '550.' => array('value' => ' (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'UA-172427337-1\', \'auto\'); ga(\'set\', \'anonymizeIp\', true); ga(\'set\', \'transport_type\', \'beacon\');'), 'TEXT', '800.' => array('value' => 'ga(\'send\', \'pageview\');'), 'TEXT', '990.' => array('value' => ' }'), 'TEXT', '997.' => array('value' => ' initGoogleAnalytics();'), 'TEXT', '999.' => array('value' => '</script>')), 'COA', '1003.' => array('TEXT', '10.' => array('value' => ' var Accordion = Accordion || {}; Accordion.closeOther = 1; Accordion.enableScrolling = 1; '), 'wrap' => '<script>|</script>')), 'jsInline.' => array('TEXT', '1508480348.' => array('value' => 'function onRecaptchaSubmit() { document.querySelectorAll(\'[data-callback="onRecaptchaSubmit"]\')[0].form.submit(); return false; }', 'if.' => array('isTrue' => '1'))), 'config.' => array('disablePrefixComment' => 'true', 'pageTitleFirst' => '1', 'pageTitleSeparator' => '|', 'pageTitleSeparator.' => array('noTrimWrap' => '| | |'), 'index_enable' => '1', 'index_externals' => '1'), 'shortcutIcon' => 'EXT:ig_layout/Resources/Public/Icons/favicon.ico', 'headerData.' => array('TEXT', '907.' => array('value' => '<!--[if lt IE 10]><link type="text/css" rel="stylesheet" href="typo3/ext/igconfig/Resources/Public/igLib/ie/grid-ie.css" media="all" /><![endif]-->')), 'meta.' => array('viewport' => 'width=device-width, shrink-to-fit=no, initial-scale=1.0'), '10.' => array('variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title', 'htmlSpecialChars' => '0'), 'pageSubtitle' => 'TEXT', 'pageSubtitle.' => array('data' => 'page:subtitle'), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageContent0' => 'CONTENT', 'pageContent0.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 0')), 'pageContent1' => 'CONTENT', 'pageContent1.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 1')), 'pageContent2' => 'CONTENT', 'pageContent2.' => array('wrap' => '<!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->', 'table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 2')), 'pageContent98' => 'CONTENT', 'pageContent98.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 98')), 'pageContent99' => 'CONTENT', 'pageContent99.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'languageField' => 'sys_language_uid', 'where' => 'colPos = 99')), 'root_page_uid' => 'TEXT', 'root_page_uid.' => array('data' => '{$fluid.settings.root_page_uid}'), 'rootPageId' => 'TEXT', 'rootPageId.' => array('data' => 'site:rootPageId'), 'logoSrc' => 'TEXT', 'logoPrintSrc' => 'TEXT', 'logoAltText' => 'TEXT', 'logoSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/aerosuisse.svg'), 'logoAltText.' => array('value' => 'Aerosuisse'), 'pageLayout' => 'TEXT', 'pageLayout.' => array('data' => 'page:backend_layout // levelfield:-2,backend_layout_next_level,slide'), 'pageAbstract' => 'TEXT', 'pageAbstract.' => array(), 'pageImageAnimationTime' => 'TEXT', 'pageImageAnimationTime.' => array('value' => '2000'), 'pageImageSlideshowTime' => 'TEXT', 'pageImageSlideshowTime.' => array('value' => '5000')), 'partialRootPaths.' => array('EXT:ig_layout/Resources/Private/Partials/'), 'settings.' => array('startseiteID' => '20', 'kontaktID' => '26', 'sitemapID' => '56', 'sucheID' => '28', 'utilitiesID' => '10', 'footerInhaltUID' => '549', 'loginInhaltUID' => '501', 'loginPageUid' => '116', 'headerPlaceInhaltUID' => '700', 'menu.' => array('renderType' => 'Extended', 'noCache' => '0', 'IFSUB' => 'hasChild', 'ACT' => 'active', 'ACTIFSUB' => 'active activeSub currentSub hasChild', 'entryLevel' => '1', 'maxLevel' => '10', 'cols' => '4', 'pagesToExclude' => '', 'includeNotInMenu' => '0', 'menuDatabaseClassName' => '', 'menuDatabasePartial' => '', 'compat.' => array('extraUl' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0'))))), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '1.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '2.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '3.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template.html'), 'TEXT', '4.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_004.html'), 'TEXT', '5.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_005.html'), 'TEXT', '6.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_006.html'), 'TEXT', '7.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_007.html'), 'TEXT', '8.' => array('value' => 'EXT:ig_layout/Resources/Private/Templates/Template_008.html')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'rootline', 'as' => 'breadcrumb', 'includeNotInMenu' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '11.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news')), 'table' => 'tx_news_domain_model_news', 'pidInList' => '0', 'uidInList.' => array('data' => 'GP:tx_news_pi1|news'), 'as' => 'breadcrumbNews'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '20.' => array('languages' => 'auto', 'as' => 'languageNavigation'), 'TYPO3\\igconfig\\DataProcessing\\PageMediaProcessor', '100.' => array('random' => '0', 'index' => '0', 'count' => '0', 'cssSizes' => '', 'cssSelector' => '', 'as' => 'pageMedia'))), 'FLUIDTEMPLATE', '33.' => array('file' => 'typo3conf/ext/ig_layout/Resources/Private/Partials/Slider/BackgroundGalerie.html', 'partialRootPaths.' => array('typo3conf/ext/ig_layout/Resources/Private/Partials/Slider/'))))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/rdct/Classes/Middleware/SendRedirect.php line 42
    {
        // No GET parameter set, do nothing
        $redirectHash = $request->getQueryParams()['RDCT'] ?? '';
        if (empty($redirectHash)) {
            return $handler->handle($request);
        }

        $row = $this->fetchRedirectRecord($redirectHash);
        if (is_array($row)) {
at FoT3\Rdct\Middleware\SendRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/www/typo3conf/ext/fe_change_pwd/Classes/Middleware/ForcePasswordChangeRedirect.php line 65
        if (!isset($this->controller->fe_user->user['uid']) ||
            !$frontendUserService->mustChangePassword($this->controller->fe_user->user) ||
            $pageAccessService->isExcludePage($this->controller->id)
        ) {
            return $handler->handle($request);
        }

        switch ($pageAccessService->getRedirectMode()) {
            case 'allAccessProtectedPages':
at Derhansen\FeChangePwd\Middleware\ForcePasswordChangeRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/jumpurl/Classes/Middleware/JumpUrlHandler.php line 72
            // Regular jump URL
            $this->validateIfJumpUrlRedirectIsAllowed($jumpUrl, $juHash);
            return $this->redirectToJumpUrl($jumpUrl);
        }
        return $handler->handle($request);
    }
    /**
     * Redirects the user to the given jump URL if all submitted values
     * are valid (checked before)
at FoT3\Jumpurl\Middleware\JumpUrlHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/direct_mail/Classes/Middleware/JumpurlController.php line 145
            $queryParamsToPass['juHash'] = $this->calculateJumpUrlHash($jumpurl);
            $queryParamsToPass['jumpurl'] = $jumpurl;
        }

        return $handler->handle($request->withQueryParams($queryParamsToPass));
    }

    /**
     * Check if an entry exists that is younger than 10 seconds
at DirectMailTeam\DirectMail\Middleware\JumpurlController->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/scriptmerger/Classes/Middlewares/ContentPostProcessMiddleware.php line 48
  * @inheritDoc
  */
 public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface {
  $queryParams = $request->getQueryParams();
  $response = $handler->handle($request);
  // we only process via middleware, if the request has INT inclusions, because otherwise, the
  // ContentPostProcHook handles the processing and adds the result to the TYPO3 page cache. Unfortunately, JS
  // and CSS inclusions are handled as INT inclusions, if a frontend user is logged in for example, and will be
  // inserted after the page cache has already been written. Therefore, we need to make sure to catch all scripts that came
at SGalinski\Scriptmerger\Middlewares\ContentPostProcessMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditingAspect.php line 56
            // Change the sanitizer to allow the attributes used in Frontend Editing.
            $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer']['default'] =
                \TYPO3\CMS\FrontendEditing\Html\FrontendEditingSanitizerBuilder::class;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingAspect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditingInitiator.php line 45
            $GLOBALS['TSFE']->displayFieldEditIcons = 1;
            // Disable cHash check when browsing the frontend in frontend editing
            $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = false;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 127
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

        $response = $handler->handle($request);

        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $GLOBALS['TSFE']->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
        }
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/ext/ig_language_detection/Classes/Middleware/SiteBaseWithLanguageRedirectResolver.php line 202
            }
            return new RedirectResponse($language->getBase() . $requestPath, 307);
            */
        }
        return $handler->handle($request);
    }

    // append current uri path if appendPath=true, rtrim getBase (really a function to rtrim instead of ltrim requestTarget?)
    public function doRedirect(
at Ig\IgLanguageDetection\Middleware\SiteBaseWithLanguageRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

        return $handler->handle($request);
    }

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 77
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /var/www/aerosuisse/typo3_src-10.4.26-20220308/index.php line 26
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});