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 "product" is not set for InternetGalerie\Igshop2\Controller\ProductController->show.

in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 1048
            $argumentName = $argument->getName();
            if ($this->request->hasArgument($argumentName)) {
                $this->setArgumentValue($argument, $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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 485
        $callable = [$this, $actionInitializationMethodName];
        if (is_callable($callable)) {
            $callable();
        }
        $this->mapRequestArgumentsToControllerArguments();
        // @deprecated since v11, will be removed with v12.
        $this->controllerContext = $this->buildControllerContext();
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 96
                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 {
                $response = $controller->processRequest($request);
                if ($response instanceof ForwardResponse) {
                    // The controller action returned an extbase internal Forward response:
                    // Another action should be dispatched.
                    $request = static::buildRequestFromCurrentRequestAndForwardResponse($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 46
     * @throws InfiniteLoopException
     */
    public function handleRequest(RequestInterface $request)
    {
        return $this->dispatcher->dispatch($request);
    }

    /**
     * This request handler can handle any web request.
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 165
        }

        // Dispatch the extbase request
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler($extbaseRequest);
        $response = $requestHandler->handleRequest($extbaseRequest);
        if ($response->getStatusCode() >= 300) {
            // Avoid caching the plugin when we issue a redirect or error response
            // This means that even when an action is configured as cachable
            // we avoid the plugin to be cached, but keep the page cache untouched
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5415
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), '')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 44
        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' => 'Igshop2', 'pluginName' => 'FeshopShow'))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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' => 'Igshop2', 'pluginName' => 'FeshopShow'))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'tt_content.list.20.igshop2_feshopshow')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        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\FrontendEditing\Xclass\ContentObject\ContentObjectRenderer), array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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')), 'tt_content.list.20.igshop2_feshopshow', 'igshop2_feshopshow')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                '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' => 2380, 'pid' => 2097, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 2380, 'tstamp' => 1682521816, 'crdate' => 1509457832, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 384, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'image_noRows' => 0, 'image_effects' => 0, 'image_compression' => 0, 'header_layout' => '2', 'menu_type' => '0', 'list_type' => 'igshop2_feshopshow', 'table_border' => 0, 'table_cellspacing' => 0, 'table_cellpadding' => 0, 'table_bgColor' => 0, 'select_key' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'section_frame' => 0, 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 3, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sConf"> <language index="lDEF"> <field index="settings.flexform.listPage"> <value index="vDEF">2029</value> </field> <field index="settings.flexform.relatedProducts"> <value index="vDEF">none</value> </field> <field index="settings.flexform.thumbsPosition"> <value index="vDEF">1</value> </field> <field index="settings.flexform.group"> <value index="vDEF"></value> </field> <field index="settings.flexform.productsPerPage"> <value index="vDEF">0</value> </field> <field index="settings.flexform.catnavPage"> <value index="vDEF"></value> </field> <field index="settings.flexform.singlePage"> <value index="vDEF"></value> </field> <field index="settings.flexform.elementsInRow"> <value index="vDEF">33</value> </field> <field index="settings.flexform.showOnlyActionPrices"> <value index="vDEF">0</value> </field> <field index="settings.flexform.userSorting"> <value index="vDEF"></value> </field> <field index="settings.flexform.status"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="FilterMode"> <language index="lDEF"> <field index="settings.flexform.filterColor"> <value index="vDEF">0</value> </field> <field index="settings.flexform.filterSize"> <value index="vDEF">0</value> </field> <field index="settings.flexform.filterPrice"> <value index="vDEF">0</value> </field> <field index="settings.flexform.filterCategory"> <value index="vDEF">0</value> </field> <field index="settings.flexform.filterProductClass"> <value index="vDEF">0</value> </field> <field index="settings.flexform.textCategoryFilter"> <value index="vDEF">0</value> </field> <field index="settings.flexform.sortingSelect"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="SocialMedia"> <language index="lDEF"> <field index="settings.flexform.socialMedia.shareFacebook"> <value index="vDEF">0</value> </field> <field index="settings.flexform.socialMedia.shareTwitter"> <value index="vDEF">0</value> </field> <field index="settings.flexform.socialMedia.shareGooglePlus"> <value index="vDEF">0</value> </field> <field index="settings.flexform.socialMedia.sharePinterest"> <value index="vDEF">0</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 2380, 'l18n_diffsource' => '{"CType":"list","colPos":"0","sys_language_uid":"0","header":"","subheader":"","header_layout":"2","header_position":"","date":"0","header_link":"","list_type":"igshop2_feshopshow","pi_flexform":"<?xml version=\\"1.0\\" encoding=\\"utf-8\\" standalone=\\"yes\\" ?>\\n<T3FlexForms>\\n <data>\\n <sheet index=\\"sConf\\">\\n <language index=\\"lDEF\\">\\n <field index=\\"settings.flexform.listPage\\">\\n <value index=\\"vDEF\\">2029<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.relatedProducts\\">\\n <value index=\\"vDEF\\">none<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.thumbsPosition\\">\\n <value index=\\"vDEF\\">1<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.group\\">\\n <value index=\\"vDEF\\"><\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.productsPerPage\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.catnavPage\\">\\n <value index=\\"vDEF\\"><\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.singlePage\\">\\n <value index=\\"vDEF\\"><\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.elementsInRow\\">\\n <value index=\\"vDEF\\">33<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.showOnlyActionPrices\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.userSorting\\">\\n <value index=\\"vDEF\\"><\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.status\\">\\n <value index=\\"vDEF\\"><\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <sheet index=\\"FilterMode\\">\\n <language index=\\"lDEF\\">\\n <field index=\\"settings.flexform.filterColor\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.filterSize\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.filterPrice\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.filterCategory\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.filterProductClass\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.textCategoryFilter\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.sortingSelect\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <sheet index=\\"SocialMedia\\">\\n <language index=\\"lDEF\\">\\n <field index=\\"settings.flexform.socialMedia.shareFacebook\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.socialMedia.shareTwitter\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.socialMedia.shareGooglePlus\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <field index=\\"settings.flexform.socialMedia.sharePinterest\\">\\n <value index=\\"vDEF\\">0<\\/value>\\n <\\/field>\\n <\\/language>\\n <\\/sheet>\\n <\\/data>\\n<\\/T3FlexForms>","ig_layout":null,"ig_design":null,"layout":"0","spaceBefore":null,"spaceAfter":null,"section_frame":null,"ig_hide_on_device":"0","additional_class":"","hidden":"0","sectionIndex":"1","linkToTop":"0","goToTop":"0","starttime":"0","endtime":"0","fe_group":"","editlock":"0","categories":"0","tx_gridelements_container":"0","ig_animation_fade_in":null,"ig_animation_fade_out":null,"ig_accordion_is_accordion":"0","ig_accordion_is_open_mobile":"0","ig_accordion_is_open_desktop":"0","module_sys_dmail_category":"0","frame_class":"default","space_before_class":"","space_after_class":"medium","l18n_parent":"0","ig_lazy_load_images":"0","ig_accordion_enable_scrolling":"0"}', 'selected_categories' => '', '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' => '', 'image_aspect' => 0.0, 'additional_class' => '', 'imagelayout' => 0, 'text_columnizer' => 0, 'ig_accordion_is_accordion' => 0, 'ig_accordion_is_open_mobile' => 0, 'ig_accordion_is_open_desktop' => 0, 'ig_layout' => 0, 'ig_design' => 0, 'module_sys_dmail_category' => 0, 'tx_ig_newsletter_column_normal_1' => '25', 'tx_ig_newsletter_column_normal_2' => '25', 'tx_ig_newsletter_column_normal_3' => '25', 'tx_ig_newsletter_column_normal_4' => '25', 'goToTop' => 0, 'ig_animation_fade_in' => '0', 'ig_animation_fade_out' => '0', 'ig_hide_on_device' => 0, 'ig_animation_image' => '', '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, 'ig_high_definition_image_rendering' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => 'medium', 'l10n_source' => 2380, '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' => '', 'tx_spreadsheets_assets' => 0, 'tx_spreadsheets_ignore_styles' => 0, 'gridelements_shortcut_page_order_by' => 0, 'tx_container_parent' => 0, 'tx_igcontainer_large_width' => '', 'tx_igcontainer_medium_width' => '', 'tx_igcontainer_small_width' => '', 'tx_igshop2_related_product' => 0, '_LOCALIZED_UID' => 3475), 'typoscriptObjectPath' => 'tt_content.list.20.igshop2_feshopshow', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/szzv/www/typo3temp/var/cache/code/fluid_template/Standard_action_list_370040fbd0c24bf8ab2547cfb0e323d80ce70813.php line 72
$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_370040fbd0c24bf8ab2547cfb0e323d80ce70813->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/szzv/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $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/szzv/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171
            $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/szzv/www/typo3temp/var/cache/code/fluid_template/layout_Default_html_e3164289dedc62aeae6b80d43c25097ccc3500c1.php line 2159
     ),
     $renderingContext
    );

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

$output6 .= '
                    ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at layout_Default_html_e3164289dedc62aeae6b80d43c25097ccc3500c1->{closure}()
in /var/www/szzv/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            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/szzv/www/typo3temp/var/cache/code/fluid_template/layout_Default_html_e3164289dedc62aeae6b80d43c25097ccc3500c1.php line 2776
        ';
return $output176;
};

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

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

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

$output0 .= '
';

at layout_Default_html_e3164289dedc62aeae6b80d43c25097ccc3500c1->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/szzv/typo3_src-11.5.30-20230822/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } 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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $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_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_layout/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', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), '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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_layout/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', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), '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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
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_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_layout/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', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), '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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))), 'lib.contentElement')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
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_responsive_images/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_layout/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', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1')), '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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))), 'list')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // 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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,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'))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), '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'))), 'container-2col' => 'FLUIDTEMPLATE', 'container-2col.' => array('templateName' => 'container-2col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'container-3col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')))), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'container-4col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')))), 'container-5col' => 'FLUIDTEMPLATE', 'container-5col.' => array('templateName' => 'container-5col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '50.' => array('colPos' => '14', 'as' => 'children_14', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')))), 'container-flowcol' => 'FLUIDTEMPLATE', 'container-flowcol.' => array('templateName' => 'container-flowcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-iggalerie' => 'FLUIDTEMPLATE', 'container-iggalerie.' => array('templateName' => 'container-iggalerie', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-xcol' => 'FLUIDTEMPLATE', 'container-xcol.' => array('templateName' => 'container-xcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => 'X')))), 'spreadsheets_table' => '< lib.contentElement', 'spreadsheets_table.' => array('layoutRootPaths.' => array('EXT:spreadsheets/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:spreadsheets/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:spreadsheets/Resources/Private/Templates/', ''), 'templateName' => 'Table', 'dataProcessing.' => array('Hoogi91\\Spreadsheets\\DataProcessing\\SpreadsheetProcessor', '10.' => array('value.' => array('field' => 'bodytext'), 'options.' => array('htmlIdentifier.' => array('dataWrap' => 'sheet{field:uid}'), 'ignoreStyles.' => array('field' => 'tx_spreadsheets_ignore_styles')))))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,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'))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), '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'))), 'container-2col' => 'FLUIDTEMPLATE', 'container-2col.' => array('templateName' => 'container-2col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'container-3col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')))), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'container-4col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')))), 'container-5col' => 'FLUIDTEMPLATE', 'container-5col.' => array('templateName' => 'container-5col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '50.' => array('colPos' => '14', 'as' => 'children_14', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')))), 'container-flowcol' => 'FLUIDTEMPLATE', 'container-flowcol.' => array('templateName' => 'container-flowcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-iggalerie' => 'FLUIDTEMPLATE', 'container-iggalerie.' => array('templateName' => 'container-iggalerie', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-xcol' => 'FLUIDTEMPLATE', 'container-xcol.' => array('templateName' => 'container-xcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => 'X')))), 'spreadsheets_table' => '< lib.contentElement', 'spreadsheets_table.' => array('layoutRootPaths.' => array('EXT:spreadsheets/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:spreadsheets/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:spreadsheets/Resources/Private/Templates/', ''), 'templateName' => 'Table', 'dataProcessing.' => array('Hoogi91\\Spreadsheets\\DataProcessing\\SpreadsheetProcessor', '10.' => array('value.' => array('field' => 'bodytext'), 'options.' => array('htmlIdentifier.' => array('dataWrap' => 'sheet{field:uid}'), 'ignoreStyles.' => array('field' => 'tx_spreadsheets_ignore_styles')))))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,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'))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), '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'))), 'container-2col' => 'FLUIDTEMPLATE', 'container-2col.' => array('templateName' => 'container-2col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'container-3col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')))), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'container-4col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')))), 'container-5col' => 'FLUIDTEMPLATE', 'container-5col.' => array('templateName' => 'container-5col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '50.' => array('colPos' => '14', 'as' => 'children_14', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')))), 'container-flowcol' => 'FLUIDTEMPLATE', 'container-flowcol.' => array('templateName' => 'container-flowcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-iggalerie' => 'FLUIDTEMPLATE', 'container-iggalerie.' => array('templateName' => 'container-iggalerie', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-xcol' => 'FLUIDTEMPLATE', 'container-xcol.' => array('templateName' => 'container-xcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => 'X')))), 'spreadsheets_table' => '< lib.contentElement', 'spreadsheets_table.' => array('layoutRootPaths.' => array('EXT:spreadsheets/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:spreadsheets/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:spreadsheets/Resources/Private/Templates/', ''), 'templateName' => 'Table', 'dataProcessing.' => array('Hoogi91\\Spreadsheets\\DataProcessing\\SpreadsheetProcessor', '10.' => array('value.' => array('field' => 'bodytext'), 'options.' => array('htmlIdentifier.' => array('dataWrap' => 'sheet{field:uid}'), 'ignoreStyles.' => array('field' => 'tx_spreadsheets_ignore_styles')))))), 'tt_content')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
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'), 'ignewsletter_igcontenttopics' => 'USER', 'ignewsletter_igcontenttopics.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgNewsletter', 'pluginName' => 'IgContenttopics'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'igshop2_feshop' => 'USER', 'igshop2_feshop.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Feshop'), 'igshop2_feshopslider' => 'USER', 'igshop2_feshopslider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopSlider'), 'igshop2_feshopshow' => 'USER', 'igshop2_feshopshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopShow'), 'igshop2_feshoptopproduct' => 'USER', 'igshop2_feshoptopproduct.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'FeshopTopProduct'), 'igshop2_fecart' => 'USER', 'igshop2_fecart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecart'), 'igshop2_prodexport' => 'USER', 'igshop2_prodexport.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Prodexport'), 'igshop2_fecartsmall' => 'USER', 'igshop2_fecartsmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fecartsmall'), 'igshop2_htmltitle' => 'USER', 'igshop2_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle'), 'igshop2_postfinancehandler' => 'USER', 'igshop2_postfinancehandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceHandler'), 'igshop2_postfinancecheckouthandler' => 'USER', 'igshop2_postfinancecheckouthandler.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'PostFinanceCheckoutHandler'), 'igshop2_fesearchbox' => 'USER', 'igshop2_fesearchbox.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Fesearchbox'), 'igshop2_userorderhistory' => 'USER', 'igshop2_userorderhistory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'UserOrderHistory'), 'igshop2_addressmanagement' => 'USER', 'igshop2_addressmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'AddressManagement'), 'igshop2_categorynav' => 'USER', 'igshop2_categorynav.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'Categorynav'), 'igshop2_reminderlist' => 'USER', 'igshop2_reminderlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ReminderList'), 'igshop2_productcomparison' => 'USER', 'igshop2_productcomparison.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'ProductComparison'), 'igmenu_menu' => 'USER', 'igmenu_menu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgMenu', 'pluginName' => 'Menu'), 'igruckzuckevent_eventmanagement' => 'USER', 'igruckzuckevent_eventmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventManagement'), 'igruckzuckevent_eventsinprocessing' => 'USER', 'igruckzuckevent_eventsinprocessing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsInProcessing'), 'igruckzuckevent_eventsarchive' => 'USER', 'igruckzuckevent_eventsarchive.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsArchive'), 'igruckzuckevent_slugsuggest' => 'USER', 'igruckzuckevent_slugsuggest.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SlugSuggest'), 'igruckzuckevent_categorymanagement' => 'USER', 'igruckzuckevent_categorymanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CategoryManagement'), 'igruckzuckevent_sponsormanagement' => 'USER', 'igruckzuckevent_sponsormanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SponsorManagement'), 'igruckzuckevent_feedbackmanagement' => 'USER', 'igruckzuckevent_feedbackmanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'FeedbackManagement'), 'igruckzuckevent_organizermanagement' => 'USER', 'igruckzuckevent_organizermanagement.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'OrganizerManagement'), 'igruckzuckevent_events' => 'USER', 'igruckzuckevent_events.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Events'), 'igruckzuckevent_resteventlist' => 'USER', 'igruckzuckevent_resteventlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventlist'), 'igruckzuckevent_resteventshow' => 'USER', 'igruckzuckevent_resteventshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Resteventshow'), 'igruckzuckevent_eventlistfromjson' => 'USER', 'igruckzuckevent_eventlistfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventListFromJson'), 'igruckzuckevent_eventdetail' => 'USER', 'igruckzuckevent_eventdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetail'), 'igruckzuckevent_eventdetailfromjson' => 'USER', 'igruckzuckevent_eventdetailfromjson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventDetailFromJson'), 'igruckzuckevent_currentevents' => 'USER', 'igruckzuckevent_currentevents.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'CurrentEvents'), 'igruckzuckevent_registration' => 'USER', 'igruckzuckevent_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Registration'), 'igruckzuckevent_thankyou' => 'USER', 'igruckzuckevent_thankyou.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ThankYou'), 'igruckzuckevent_feedback' => 'USER', 'igruckzuckevent_feedback.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Feedback'), 'igruckzuckevent_searchform' => 'USER', 'igruckzuckevent_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'SearchForm'), 'igruckzuckevent_htmltitle' => 'USER', 'igruckzuckevent_htmltitle.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'HtmlTitle'), 'igruckzuckevent_create' => 'USER', 'igruckzuckevent_create.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Create'), 'igruckzuckevent_eventscalendar' => 'USER', 'igruckzuckevent_eventscalendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'EventsCalendar'), 'igruckzuckevent_management' => 'USER', 'igruckzuckevent_management.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Management'), 'igruckzuckevent_managementstatistik' => 'USER', 'igruckzuckevent_managementstatistik.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementStatistik'), 'igruckzuckevent_managementuser' => 'USER', 'igruckzuckevent_managementuser.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'ManagementUser'), 'igruckzuckevent_user' => 'USER', 'igruckzuckevent_user.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'User'), 'igruckzuckevent_payment' => 'USER', 'igruckzuckevent_payment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgRuckzuckevent', 'pluginName' => 'Payment'), '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'), 'cpmarketplace_market' => 'USER', 'cpmarketplace_market.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Market'), 'cpmarketplace_form' => 'USER', 'cpmarketplace_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'CpMarketplace', 'pluginName' => 'Form'), 'igchart_igchart' => 'USER', 'igchart_igchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgChart', 'pluginName' => 'Igchart'), 'igcookies_hint' => 'USER', 'igcookies_hint.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), 'igcookies_config' => 'USER', 'igcookies_config.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Config'), 'igfrontenduser_admin' => 'USER', 'igfrontenduser_admin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'Admin'), 'igfrontenduser_changepassword' => 'USER', 'igfrontenduser_changepassword.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgFrontendUser', 'pluginName' => 'ChangePassword'), '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'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,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'))))), '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'), 'where' => '{#sectionIndex} = 1', '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')), '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'))), 'container-2col' => 'FLUIDTEMPLATE', 'container-2col.' => array('templateName' => 'container-2col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '2', 'colWidth' => '50')))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'container-3col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '3', 'colWidth' => '33')))), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'container-4col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '4', 'colWidth' => '25')))), 'container-5col' => 'FLUIDTEMPLATE', 'container-5col.' => array('templateName' => 'container-5col', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '20.' => array('colPos' => '11', 'as' => 'children_11', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '30.' => array('colPos' => '12', 'as' => 'children_12', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '40.' => array('colPos' => '13', 'as' => 'children_13', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')), 'Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '50.' => array('colPos' => '14', 'as' => 'children_14', 'igresponsiveimages.' => array('cols' => '5', 'colWidth' => '20')))), 'container-flowcol' => 'FLUIDTEMPLATE', 'container-flowcol.' => array('templateName' => 'container-flowcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-iggalerie' => 'FLUIDTEMPLATE', 'container-iggalerie.' => array('templateName' => 'container-iggalerie', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => '1')))), 'container-xcol' => 'FLUIDTEMPLATE', 'container-xcol.' => array('templateName' => 'container-xcol', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ig_container/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/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:igconfig/Resources/Private/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', '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' => '"data-fslightbox="gallery" class="lightbox"')))), 'title.' => array('data' => 'file:current:title //file:current:alternative // file:current:description')), 'maxWidth' => ''), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'playsinline' => '1'))), 'dataProcessing.' => array('Ig\\IgContainer\\DataProcessing\\ContainerProcessor', '10.' => array('colPos' => '10', 'as' => 'children_10', 'igresponsiveimages.' => array('cols' => 'X')))), 'spreadsheets_table' => '< lib.contentElement', 'spreadsheets_table.' => array('layoutRootPaths.' => array('EXT:spreadsheets/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:spreadsheets/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:spreadsheets/Resources/Private/Templates/', ''), 'templateName' => 'Table', 'dataProcessing.' => array('Hoogi91\\Spreadsheets\\DataProcessing\\SpreadsheetProcessor', '10.' => array('value.' => array('field' => 'bodytext'), 'options.' => array('htmlIdentifier.' => array('dataWrap' => 'sheet{field:uid}'), 'ignoreStyles.' => array('field' => 'tx_spreadsheets_ignore_styles')))))), '')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $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', 'includeRecordsWithoutDefaultTranslation' => '1')))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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', 'includeRecordsWithoutDefaultTranslation' => '1')))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
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', 'includeRecordsWithoutDefaultTranslation' => '1')), 'variables.pageContent0')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, '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('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', 'includeRecordsWithoutDefaultTranslation' => '1')), '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/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoAltText.' => array('value' => 'Federazione svizzera d\'allevamento caprino (FSAC)'), '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'), 'pageTitle' => 'RECORDS', 'pageTitle.' => array('source' => '{GP:tx_igshop2_feshop|product}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igshop2_domain_model_product', 'conf.' => array('tx_igshop2_domain_model_product' => 'COA', 'tx_igshop2_domain_model_product.' => array('TEXT', '10.' => array('field' => 'productid', 'noTrimWrap' => '|| |'), 'TEXT', '20.' => array('field' => 'name'))), 'wrap' => '|', 'htmlSpecialChars' => '1'), 'cartPageUid' => 'TEXT', 'cartPageUid.' => array('value' => '2096')), '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', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0')))), 'slider' => '2001'), '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' => '#pageImage', 'as' => 'pageMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '110.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|product')), 'table' => 'tx_igshop2_domain_model_product', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|product'), 'as' => 'breadcrumbShop'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '120.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|category')), 'table' => 'tx_igshop2_domain_model_category', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|category'), 'as' => 'breadcrumbShopCategory'))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100
        $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('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', 'includeRecordsWithoutDefaultTranslation' => '1')), '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/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoAltText.' => array('value' => 'Federazione svizzera d\'allevamento caprino (FSAC)'), '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'), 'pageTitle' => 'RECORDS', 'pageTitle.' => array('source' => '{GP:tx_igshop2_feshop|product}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igshop2_domain_model_product', 'conf.' => array('tx_igshop2_domain_model_product' => 'COA', 'tx_igshop2_domain_model_product.' => array('TEXT', '10.' => array('field' => 'productid', 'noTrimWrap' => '|| |'), 'TEXT', '20.' => array('field' => 'name'))), 'wrap' => '|', 'htmlSpecialChars' => '1'), 'cartPageUid' => 'TEXT', 'cartPageUid.' => array('value' => '2096')), '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', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0')))), 'slider' => '2001'), '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' => '#pageImage', 'as' => 'pageMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '110.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|product')), 'table' => 'tx_igshop2_domain_model_product', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|product'), 'as' => 'breadcrumbShop'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '120.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|category')), 'table' => 'tx_igshop2_domain_model_category', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|category'), 'as' => 'breadcrumbShopCategory'))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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('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', 'includeRecordsWithoutDefaultTranslation' => '1')), '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/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoAltText.' => array('value' => 'Federazione svizzera d\'allevamento caprino (FSAC)'), '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'), 'pageTitle' => 'RECORDS', 'pageTitle.' => array('source' => '{GP:tx_igshop2_feshop|product}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igshop2_domain_model_product', 'conf.' => array('tx_igshop2_domain_model_product' => 'COA', 'tx_igshop2_domain_model_product.' => array('TEXT', '10.' => array('field' => 'productid', 'noTrimWrap' => '|| |'), 'TEXT', '20.' => array('field' => 'name'))), 'wrap' => '|', 'htmlSpecialChars' => '1'), 'cartPageUid' => 'TEXT', 'cartPageUid.' => array('value' => '2096')), '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', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0')))), 'slider' => '2001'), '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' => '#pageImage', 'as' => 'pageMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '110.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|product')), 'table' => 'tx_igshop2_domain_model_product', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|product'), 'as' => 'breadcrumbShop'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '120.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|category')), 'table' => 'tx_igshop2_domain_model_category', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|category'), 'as' => 'breadcrumbShopCategory'))))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('variables.' => array('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', 'includeRecordsWithoutDefaultTranslation' => '1')), '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/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoAltText.' => array('value' => 'Federazione svizzera d\'allevamento caprino (FSAC)'), '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'), 'pageTitle' => 'RECORDS', 'pageTitle.' => array('source' => '{GP:tx_igshop2_feshop|product}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igshop2_domain_model_product', 'conf.' => array('tx_igshop2_domain_model_product' => 'COA', 'tx_igshop2_domain_model_product.' => array('TEXT', '10.' => array('field' => 'productid', 'noTrimWrap' => '|| |'), 'TEXT', '20.' => array('field' => 'name'))), 'wrap' => '|', 'htmlSpecialChars' => '1'), 'cartPageUid' => 'TEXT', 'cartPageUid.' => array('value' => '2096')), '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', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0')))), 'slider' => '2001'), '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' => '#pageImage', 'as' => 'pageMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '110.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|product')), 'table' => 'tx_igshop2_domain_model_product', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|product'), 'as' => 'breadcrumbShop'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '120.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|category')), 'table' => 'tx_igshop2_domain_model_category', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|category'), 'as' => 'breadcrumbShopCategory'))), '10')
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('fancyboxCSS' => 'EXT:ig_lightbox/Resources/Public/Css/fancybox-3.5/jquery.fancyboxdark.css', 'igSlick' => 'EXT:ig_render/Resources/Public/slick/slick.scss', 'igSlickTheme' => 'EXT:ig_render/Resources/Public/slick/slick-theme.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/base-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', 'igContainerFlexboxUser' => 'EXT:ig_container/Resources/Public/Css/ig_container.css', 'igIconLevel1' => 'EXT:ig_icon/Resources/Public/Css/*', 'products' => 'EXT:igshop2/Resources/Public/Css/Products/igShop_Products.scss', 'cart' => 'EXT:igshop2/Resources/Public/Css/Order/igShop_Orders.scss', 'toastr' => 'EXT:igshop2/Resources/Public/JavaScript/Lib/toastr/toastr.min.css', 'cpMarketplace' => 'EXT:cp_marketplace/Resources/Public/Css/cp_marketplace.scss', 'ig_datapool_fe_input' => 'EXT:ig_datapool_fe/Resources/Public/Css/main_input.css', 'ig_datapool_fe_output' => 'EXT:ig_datapool_fe/Resources/Public/Css/main_output.css', 'igdatapoolfe_classic' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/themes/classic.css', 'igdatapoolfe_classicDate' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/themes/classic.date.css', 'select2' => 'EXT:ig_datapool_fe/Resources/Public/Css/select2.css', 'igruckzuckevent' => 'EXT:ig_ruckzuckevent/Resources/Public/Css/kurse.scss', 'igsimplesubscribe' => 'EXT:ig_simplesubscribe/Resources/Public/Css/igsimplesubscribe.scss', 'consentCss' => 'EXT:ig_cookies/Resources/Public/Css/style.scss', 'consentServiceCss' => 'EXT:ig_cookies/Resources/Public/Css/Compatibility/services.scss', 'consentPostion' => 'EXT:ig_cookies/Resources/Public/Css/Position/bottom.scss', 'consentTheme' => 'EXT:ig_cookies/Resources/Public/Css/Theme/light.scss', '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', 'cartAdditional' => 'EXT:ig_layout/Resources/Public/Css/Additional/cart.scss', 'ruckzuckAdditionalGlobal' => 'EXT:ig_layout/Resources/Public/Css/Additional/ruckzuckevent.scss', 'igshopAdditionalGlobal' => 'EXT:ig_layout/Resources/Public/Css/Additional/igshop.scss', 'igshopAdditional' => 'fileadmin/layout/css/additionnel/igshop.scss'), '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', 'elements-nav-autohide.' => array('allWrap' => '<script>var nav_autohide_container = "#headerBox";</script>|'), 'elements-printLinks' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/printLinks.js', 'main' => 'EXT:ig_layout/Resources/Public/JavaScript/main.js', 'igForm' => 'EXT:ig_form/Resources/Public/JavaScript/ig_form.js', 'elements-ig-menu' => 'EXT:ig_menu/Resources/Public/JavaScript/menu.js', 'shopSearchJs' => 'EXT:igshop2/Resources/Public/JavaScript/search.js', 'igsShopOldProductsImgSlider' => 'EXT:igshop2/Resources/Public/JavaScript/Products/igShop_Products_imgSlider.js', 'igsShopProductsAmountInput' => 'EXT:igshop2/Resources/Public/JavaScript/igShop_Products_amountInput.js', 'igshop_smallCart' => 'EXT:igshop2/Resources/Public/JavaScript/Order/smallCart.js', 'toastr' => 'EXT:igshop2/Resources/Public/JavaScript/Lib/toastr/toastr.min.js', 'cpMarketplace' => 'EXT:cp_marketplace/Resources/Public/JavaScript/cp_marketplace.js', 'ig_datapool_fePlugin' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/init.js', 'ig_datapool_fePluginTab' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/tab.js', 'ig_datapool_fePluginSlectBox' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/select-box.js', 'ig_datapool_fePluginFormInlineField' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/formInlineField.js', 'ig_datapool_fePluginFormInlineRecord' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/formInlineRecord.js', 'ig_datapool_fePluginPasswordField' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/passwordField.js', 'ig_datapool_fePluginMap' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/map.js', 'ig_datapool_fePluginSlider' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/slider.js', 'ig_datapool_fePluginSwitchButton' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/switchButton.js', 'ig_datapool_fePluginFieldWrapperInfoBubble' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/fieldWrapperInfoBubble.js', 'ig_datapool_fePluginTokenMultiSelect' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/tokenMultiSelect.js', 'ig_datapool_fePluginAdvSelect' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/advSelect.js', 'ig_datapool_fePluginCkeditor' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/ckeditor.js', 'ig_datapool_fePluginUpload' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/upload.js', 'ig_datapool_fePluginPasswordStrengthMeter' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/passwordStrengthMeter.js', 'ig_datapool_fePluginStepButton' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/stepButton.js', 'ig_datapool_fePluginConditio' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/condition.js', 'ig_datapool_fePluginFormFunction' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/formFunction.js', 'ig_datapool_fePluginDateField' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/Plugin/Elements/dateFieldPickadate.js', 'ig_datapool_fe' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/ig_datapool_fe.js', 'igruckzuckevent' => 'EXT:ig_ruckzuckevent/Resources/Public/JavaScript/ig_ruckzuckevent.js', 'igsimplesubscribeJs' => 'EXT:ig_simplesubscribe/Resources/Public/JavaScript/igsimplesubscribe.js', 'IgConsentManager' => 'EXT:ig_cookies/Resources/Public/JavaScript/IgConsentManager.js', 'cookies' => 'EXT:ig_cookies/Resources/Public/JavaScript/Ui.js'), 'footerData.' => array('COA', '900.' => array('TEXT', '110.' => array('value' => ' <script async type="text/plain" data-consent="googleAnalytics" data-src="https://www.googletagmanager.com/gtag/js?id=G-864BFCEVDP" data-type="text/javascript" data-ignore="1"></script>'), 'TEXT', '200.' => array('value' => ' <script data-ignore="1"> IgTagManager = { tags: new Set([]), isShow: false, show: function() { if(this.isShow) { return; } this.isShow = true; this.tags.forEach(function (tag) { tag.init(); }); }, }; '), 'TEXT', '400.' => array('value' => ' window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}'), 'TEXT', '210.' => array('value' => ' IgTagManager.tags.add({ cookie: \'ga-disable-G-864BFCEVDP\', init: function() { gtag(\'js\', new Date()); gtag(\'config\', \'G-864BFCEVDP\'); } });'), 'TEXT', '220.' => array('value' => ' IgTagManager.tags.add({ cookie: \'ga-disable-UA-99269712-1\', init: function() { (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-99269712-1\', \'auto\'); ga(\'set\', \'anonymizeIp\', true); ga(\'set\', \'transport_type\', \'beacon\'); ga(\'send\', \'pageview\'); } });'), 'TEXT', '500.' => array('value' => ''), 'TEXT', '999.' => array('value' => '</script>')), 'TEXT', '98733.' => array('value' => ' <script data-ignore="1">var layerMoreThanLevel2 = 1;</script>'), 'TEXT', '213314.' => array('value' => '<script data-ignore="1" src="/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/ckeditor.js"></script> '), 'TEXT', '1508480348.' => array('value' => ' <script type="text/plain" data-type="text/javascript" data-src="https://www.google.com/recaptcha/api.js?hl=it" data-consent="googleRecaptcha"></script>')), 'includeJSFooterlibs.' => array('igSlick' => 'EXT:ig_render/Resources/Public/slick/slick.min.js', 'igSlickCenterMode' => 'EXT:ig_render/Resources/Public/slick/centerMode.js', 'igSlickInit' => 'EXT:ig_render/Resources/Public/JavaScript/ig-slick.js', 'ig_utility' => 'EXT:ig_resources/Resources/Public/JavaScripts/ig_utility.js', 'modernizr' => 'EXT:ig_resources/Resources/Public/modernizr/modernizr.custom.3.6.0.js', 'modernizr.' => array('allWrap' => '<script data-ignore="1">var breakpoint = 950;</script>|'), 'jquery' => 'EXT:ig_resources/Resources/Public/jQuery/jquery-3.6.3.min.js', 'jquery.' => array('forceOnTop' => '1'), 'jqueryUaParser' => 'EXT:ig_resources/Resources/Public/JavaScripts/ua-parser.min.js', 'jqueryUaParser.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1'), 'jquerySmartresize' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.smartresize.js', 'jsSmartresize' => 'EXT:ig_resources/Resources/Public/JavaScripts/smartresize.js', 'jqueryFancyinput' => 'EXT:ig_resources/Resources/Public/jQuery/jquery.fancyinput.js', 'objectFit' => 'EXT:ig_resources/Resources/Public/objectFitImages/dist/ofi.min.js', 'objectFitImages' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/objectFitImages.js', 'toggleHandler' => 'EXT:ig_resources/Resources/Public/JavaScripts/Elements/toggle-handler.js', 'vanillaAccordion' => 'EXT:ig_accordion/Resources/Public/JavaScript/accordion.js', 'vanillaAccordion.' => array('allWrap' => '<script data-ignore="1">let Accordion = {};Accordion.closeOther = 1;Accordion.enableScrolling = 1;Accordion.scrollHeaderElement = "#header";Accordion.scrollOffset = 0;</script>|'), 'picturefill' => 'EXT:ig_responsive_images/Resources/Public/JavaScript/picturefill.min.js', 'picturefill.' => array('forceOnTop' => '1'), 'igdatapoolfe_pickerCore' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/picker.js', 'igdatapoolfe_pickerDate' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/picker.date.js', 'igdatapoolfe_pickerTime' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/picker.time.js', 'igdatapoolfe_pickerLang' => 'EXT:ig_datapool_fe/Resources/Public/JavaScript/pickadate/lib/translations/de_DE.js'), '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/Images/favicon/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]-->'), 'USER', '13.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Igshop2', 'pluginName' => 'HtmlTitle', 'vendorName' => 'InternetGalerie', 'controller' => 'Product', 'action' => 'htmlTitle', 'view.' => array('templateRootPaths.' => array('EXT:igshop2/Resources/Private/Templates/', 'EXT:ig_layout/Resources/Private/Extensions/igshop2/Templates/'), 'partialRootPaths.' => array('EXT:igshop2/Resources/Private/Partials/', 'EXT:ig_layout/Resources/Private/Extensions/igshop2/Partials/'), 'layoutRootPaths.' => array('EXT:igshop2/Resources/Private/Layouts/', 'EXT:ig_layout/Resources/Private/Extensions/igshop2/Layouts/'), 'widget.' => array('TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.' => array('templateRootPath' => 'EXT:ig_layout/Resources/Private/Extensions/igshop2/Templates/'))), 'persistence.' => array('storagePid' => '16', 'objects.' => array('TYPO3\CMS\Extbase\Domain\Model\FrontendUser.' => array('className' => 'InternetGalerie\\Igshop2\\Domain\\Model\\FeUser')), 'classes.' => array('InternetGalerie\Igshop2\Domain\Model\FeUser.' => array('mapping.' => array('tableName' => 'fe_users')))), 'settings.' => array('storagePid' => '16', 'payPal.' => array('payPalSandbox' => '1', 'payPalReturn' => '0', 'payPalCancelReturn' => '0', 'payPalCheck' => '0', 'payPalMailAddress' => ''), 'requiredAddressFields' => 'salutation,firstName,lastName,address,country,zip,city,mail,payment', 'requiredCalcAddressFields' => 'salutation,firstName,lastName,address,country,zip,city', 'billingAddressIsMain' => '0', 'differentAddresses' => '0', 'smallShop' => '0', 'calcTypes.' => array('paypal' => '0', 'calc' => '1', 'pickup' => '0', 'pickupSpiez' => '0', 'pickupThun' => '0', 'bill' => '0', 'postFinance' => '0'), 'cartPid' => '2096', 'addressManagementPid' => '0', 'addressPid' => '22', 'elevateZoom' => '0', 'productSorting' => 'sorting.asc', 'oldSortingMode' => '0', 'sendOrderToGoogleAnalytics' => '0', 'optInAnalytics' => '{$plugin.ig_cookies.settings.optIn}', 'defaultPorto' => 'eco', 'productCSS' => 'EXT:igshop2/Resources/Public/Css/Products/igShop_Products.scss', 'cartCSS' => 'EXT:igshop2/Resources/Public/Css/Order/igShop_Orders.scss', 'mailCSS' => 'EXT:igshop2/Resources/Public/Css/Mail/mail.css', 'mailInlineCSS' => 'EXT:igshop2/Resources/Public/Css/Mail/inline-css.css', 'compMode' => '0', 'extraBillingAddressPage' => '0', 'extraDeliveryAddressPage' => '0', 'countryAsUid' => '1', 'shopJS' => 'EXT:igshop2/Resources/Public/JavaScript/', 'debugMail' => '0', 'saveOrderToXmlEnable' => '0', 'saveOrderToXmlPath' => 'fileadmin/igshop2-export', 'noAjax' => '0', 'shopUid' => '1', 'demoMode' => '0', 'demoModeSite' => '0', 'smallFeCart.' => array('pageUid' => '20', 'enable' => '1', 'bgColor' => '0', 'fontColor' => '0', 'searchInputBGColor' => '0'), 'titleSuffix' => '', 'orderConfirmationPdf' => '0', 'disableCatSort' => '0', 'deliveryDateField' => '0'), 'cache.' => array())), 'meta.' => array('viewport' => 'width=device-width, shrink-to-fit=no, initial-scale=1.0'), '10.' => array('variables.' => array('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', 'includeRecordsWithoutDefaultTranslation' => '1')), '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/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoPrintSrc.' => array('value' => 'EXT:ig_layout/Resources/Public/Images/szzv_schweizerischer_ziegenzuchtverband.svg'), 'logoAltText.' => array('value' => 'Federazione svizzera d\'allevamento caprino (FSAC)'), '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'), 'pageTitle' => 'RECORDS', 'pageTitle.' => array('source' => '{GP:tx_igshop2_feshop|product}', 'source.' => array('insertData' => '1', 'insertData.' => array('intval' => '1')), 'tables' => 'tx_igshop2_domain_model_product', 'conf.' => array('tx_igshop2_domain_model_product' => 'COA', 'tx_igshop2_domain_model_product.' => array('TEXT', '10.' => array('field' => 'productid', 'noTrimWrap' => '|| |'), 'TEXT', '20.' => array('field' => 'name'))), 'wrap' => '|', 'htmlSpecialChars' => '1'), 'cartPageUid' => 'TEXT', 'cartPageUid.' => array('value' => '2096')), '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', 'span' => '0'), 'config.' => array('submenu.' => array('1.' => array('igMenuLayout' => '0')))), 'slider' => '2001'), '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' => '#pageImage', 'as' => 'pageMedia'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '110.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|product')), 'table' => 'tx_igshop2_domain_model_product', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|product'), 'as' => 'breadcrumbShop'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '120.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_igshop2_feshop|category')), 'table' => 'tx_igshop2_domain_model_category', 'pidInList' => '16', 'uidInList.' => array('data' => 'GP:tx_igshop2_feshop|category'), 'as' => 'breadcrumbShopCategory'))), 'FLUIDTEMPLATE', 'USER', '9915.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IgCookies', 'pluginName' => 'Hint'), '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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // 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/szzv/typo3_src-11.5.30-20230822/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(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/jumpurl/Classes/Middleware/JumpUrlHandler.php line 74
            // 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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/direct_mail/Classes/Middleware/JumpurlController.php line 152
            $queryParamsToPass['juHash'] = $this->calculateJumpUrlHash($jumpurl);
            $queryParamsToPass['jumpurl'] = $jumpurl;
        }

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

    /**
     * Returns true of the conditions are met to process this middleware
at DirectMailTeam\DirectMail\Middleware\JumpurlController->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/vhs/Classes/Middleware/AssetInclusion.php line 19
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/scriptmerger/Classes/Middlewares/ContentPostProcessMiddleware.php line 47
  * @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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditing.php line 36
            $response->getBody()->write($controller->content);
            return $response;
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditing->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/frontend_editing/Classes/Middleware/FrontendEditingAspect.php line 57
            // Change the sanitizer to allow the attributes used in Frontend Editing.
            $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer']['default'] =
                FrontendEditingSanitizerBuilder::class;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingAspect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/ig_language_detection/Classes/Middleware/SiteBaseWithLanguageRedirectResolver.php line 212
            }
            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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 85
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/ext/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$b7398->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/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);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/szzv/typo3_src-11.5.30-20230822/typo3/sysext/core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/szzv/typo3_src-11.5.30-20230822/index.php line 20
// Set up the application for the frontend
call_user_func(static 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/szzv/typo3_src-11.5.30-20230822/index.php line 21
call_user_func(static 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();
});