Whoops, looks like something went wrong.

(1/1) Error

Call to a member function getTitle() on null

in /html/neu.mobilintime.com/app/current/vendor/peterbenke/pb-pdf/Classes/Service/PdfService.php line 265
                [
                    'event' => 'end_document',
                    'f' => function ($pageNumber, $pageCount, $canvas, $fontMetrics) {
                        // header left
                        $text = sizeof($this->getAssign()['product']->getCategories()) ? $this->getAssign()['product']->getCategories()[0]->getTitle() : '' . ' ยท ' . $this->getAssign()['product']->getCategories()[1]->getTitle();
                        $font = $fontMetrics->getFont('Alata');
                        $size = 10;
                        $canvas->text(55, 52, $text, $font, $size, [0, 0, 0]);

at PeterBenke\Pdf\Service\PdfService->PeterBenke\Pdf\Service\{closure}(1, 2, object(Dompdf\Adapter\CPDF), object(Dompdf\FontMetrics))
in /html/neu.mobilintime.com/app/current/vendor/dompdf/dompdf/src/Adapter/CPDF.php line 895
        foreach ($this->_pages as $pid) {
            $this->reopen_object($pid);

            $fontMetrics = $this->_dompdf->getFontMetrics();
            $callback($pageNumber, $this->_page_count, $this, $fontMetrics);

            $this->close_object();
            $pageNumber++;
        }
at Dompdf\Adapter\CPDF->processPageScript(object(Closure))
in /html/neu.mobilintime.com/app/current/vendor/dompdf/dompdf/src/Adapter/CPDF.php line 852
            });
            return;
        }

        $this->processPageScript($callback);
    }

    public function page_text($x, $y, $text, $font, $size, $color = [0, 0, 0], $word_space = 0.0, $char_space = 0.0, $angle = 0.0)
    {
at Dompdf\Adapter\CPDF->page_script(object(Closure))
in /html/neu.mobilintime.com/app/current/vendor/dompdf/dompdf/src/Dompdf.php line 771
        if (isset($this->callbacks["end_document"])) {
            $fs = $this->callbacks["end_document"];

            foreach ($fs as $f) {
                $canvas->page_script($f);
            }
        }

        // Clean up cached images
at Dompdf\Dompdf->render()
in /html/neu.mobilintime.com/app/current/vendor/peterbenke/pb-pdf/Classes/Service/PdfService.php line 300
            ]
        );

        $domPdf->loadHtml($html, 'UTF-8');
        $domPdf->render();

        if (!file_put_contents($this->getPdfPath(), $domPdf->output())) {
            throw new Exception('Pdf file could not be generated.');
        }
at PeterBenke\Pdf\Service\PdfService->create()
in /html/neu.mobilintime.com/app/current/vendor/brandcooks/product/Classes/Service/PdfGeneratorService.php line 122
        );
        // Create pdf file
        if (!file_exists($absoluteJobPdfFile)) {
            try {
                $pdfService->create();
            } catch (\Exception $e) {
                echo $e->getMessage();
            }
        }
at Brandcooks\Product\Service\PdfGeneratorService->generateFullPdf(object(TYPO3\CMS\Core\Site\Entity\SiteLanguage), object(Brandcooks\Product\Domain\Model\Product), 'https://www.mobilintime.com/', array('uid' => 1, 'place' => '', 'contact_no' => '0848 201 201'), array('uid' => 1, 'company_legal_name' => 'Mobil in Time AG'))
in /html/neu.mobilintime.com/app/current/vendor/brandcooks/product/Classes/Controller/ProductController.php line 141
            SeoHelper::addSeoDataInPage($product);

            $absolutePath = $absolutePath;
            if ($disablePdf === 0) {
                $generatedPdf = $this->pdfGeneratorService->generateFullPdf($currentLanguage, $product , $absolutePath ,$contactNoRecord ,$legalName);
                $this->view->assign('pdfFileExists', file_exists($generatedPdf['absoluteJobPdfFile']));
                $this->view->assign('pdfFilePublicPath', $generatedPdf['publicPath'] . $product->getErpProductNumber() . '_' . $product->getPathSegment().'_'. $currentLanguage->getTitle() . '.pdf?no_cache=1');
            }
            $this->view->assign('rootPid', $GLOBALS['TSFE']->rootLine[0]['uid']);
at Brandcooks\Product\Controller\ProductController->showDetailAction()
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 481
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod(object(TYPO3\CMS\Extbase\Mvc\Request))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-extbase/Classes/Mvc/Controller/ActionController.php line 398
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
            $this->initializeView($this->view);
        }
        $response = $this->callActionMethod($request);
        $this->renderAssetsForRequest($request);

        return $response;
    }
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-extbase/Classes/Mvc/Dispatcher.php line 68
                    1217839467
                );
            }
            $controller = $this->resolveController($request);
            $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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 168
            }
        }

        // Dispatch the extbase request
        $response = $this->dispatcher->dispatch($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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-extbase/Classes/ContentObject/ExtbasePluginContentObject.php line 45
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $request = $extbaseBootstrap->initialize($conf, $this->request);
        $content = $extbaseBootstrap->handleFrontendRequest($request);
        // Rendering is deferred, as the action should not be cached, we pump this now to TSFE to be executed later-on
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            // @todo: this should be removed in the future in TSFE to allow more "uncacheables" than USER_INTs
at TYPO3\CMS\Extbase\ContentObject\ExtbasePluginContentObject->render(array('extensionName' => 'Product', 'pluginName' => 'Productdetail'))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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\Extbase\ContentObject\ExtbasePluginContentObject), array('extensionName' => 'Product', 'pluginName' => 'Productdetail'))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('EXTBASEPLUGIN', array('extensionName' => 'Product', 'pluginName' => 'Productdetail'), 'tt_content.product_productdetail.20')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php line 184
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')), 'tt_content.product_productdetail.20', '20')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php line 167
                '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)) {
            self::resetFrontendEnvironment($tsfeBackup);
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 1082, 'rowDescription' => null, 'pid' => 10, 'tstamp' => 1657974756, 'crdate' => 1652306766, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '0', 'sorting' => 3616, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l18n_diffsource' => 'a:8:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:7:"records";N;s:6:"hidden";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;s:16:"sys_language_uid";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'product_productdetail', 'header' => 'Unsere Produktkategorien', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 100, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => 'tt_content_142', 'pages' => null, 'colPos' => 11, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => null, 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 1366, 'tx_gridelements_columns' => 11, 'gridelements_shortcut_page_order_by' => 0, 'categories' => 0, 'kr_slides' => 0, 'mb_promotion_tiles' => 0, 'tx_news_related_news' => 0, 'bg_color' => '', 'teaser_link_text' => '', 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'product_categories' => '', 'mb_teasers_elements' => 0, 'contact_person' => 0, 'mb_company_tiles' => 0, 'tabs' => 0, 'mb_accordian_teaser' => 0, 'mb_overview_tile_tags' => 0, 'is_feature' => 0, 'product_category' => 0, 'three_section_teaser' => 0, 'disable_contact_button' => 0, 'contact_link' => '', 'contact_link_text' => '', 'disable_pdf_generation' => 0, 'show_collapsed' => 0, 'tx_container_parent' => 1366, 'tx_heatanolsitepackage_informationteaser_items' => 0, 'tx_heatanolsitepackage_locationdetailsitems' => 0, 'heatanol_icon' => '', 'tx_heatanolsitepackage_contenttilesitems' => 0, 'heatanolsitepackage_productrowitem' => ''), 'typoscriptObjectPath' => 'tt_content.product_productdetail.20', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/var/cache/code/fluid_template/Default_action_Generic_01a67dd332d1453b18157d5b82603ef140ca4df6.php line 93
'typoscriptObjectPath' => $output8,
'currentValueKey' => NULL,
'table' => 'tt_content',
];
$renderChildrenClosure7 = ($arguments6['data'] !== null) ? function() use ($arguments6) { return $arguments6['data']; } : $renderChildrenClosure7;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);
},
];

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
at Default_action_Generic_01a67dd332d1453b18157d5b82603ef140ca4df6->{closure}()
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 103
        }
        if (!empty($arguments['__else'])) {
            // The condition argument evaluated to false. If there is
            // an f:else body closure, return its executed body.
            return $arguments['__else']();
        }
        return '';
    }

at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__then' => object(Closure), '__else' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/var/cache/code/fluid_template/Default_action_Generic_01a67dd332d1453b18157d5b82603ef140ca4df6.php line 97
$renderChildrenClosure7 = ($arguments6['data'] !== null) ? function() use ($arguments6) { return $arguments6['data']; } : $renderChildrenClosure7;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);
},
];

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
;

$output0 .= '

at Default_action_Generic_01a67dd332d1453b18157d5b82603ef140ca4df6->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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 /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 166
            $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 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, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/var/cache/code/fluid_template/layout_Default_html_a07c0a5e815dd3578686e92e86bc70aa903a4078.php line 294
'contentAs' => NULL,
'debug' => true,
];

$output4 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments31, $renderChildrenClosure32, $renderingContext);

$output4 .= '
                ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_a07c0a5e815dd3578686e92e86bc70aa903a4078->{closure}()
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__then'])) {
                return $arguments['__then']();
            }
            return '';
        }
        if (!empty($arguments['__elseIf'])) {
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__then' => object(Closure), '__else' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/var/cache/code/fluid_template/layout_Default_html_a07c0a5e815dd3578686e92e86bc70aa903a4078.php line 767
return $output49;
},
];

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
;

$output0 .= '

at layout_Default_html_a07c0a5e815dd3578686e92e86bc70aa903a4078->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } 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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 332
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 89

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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' => 'Generic', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('< lib.contentElement', array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')), 'product_productdetail')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-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')), 'contact_person_form_element' => 'COA_INT', 'contact_person_form_element.' => array('< lib.stdheader', 'FLUIDTEMPLATE', '20.' => array('file' => 'EXT:product/Resources/Private/Templates/ContactPerson.html', 'settings.' => array('persistenceIdentifier' => 'EXT:kr_sitepackage/Resources/Private/Forms/contactperson.form.yaml'), 'extbase.' => array('pluginName' => 'Formframework', 'controllerExtensionName' => 'Form', 'controllerName' => 'FormFrontend', 'controllerActionName' => 'perform'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('evgcalc_evgcalcpi1' => 'EXTBASEPLUGIN', 'evgcalc_evgcalcpi1.' => array('extensionName' => 'EvgCalc', 'pluginName' => 'Evgcalcpi1'), 'gomapsext_show' => 'EXTBASEPLUGIN', 'gomapsext_show.' => array('extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'mailchimp_registration' => 'EXTBASEPLUGIN', 'mailchimp_registration.' => array('extensionName' => 'Mailchimp', 'pluginName' => 'Registration'), 'product_referencesoverview' => 'EXTBASEPLUGIN', 'product_referencesoverview.' => array('extensionName' => 'Product', 'pluginName' => 'Referencesoverview'), 'schnewsletter_newsletter' => 'EXTBASEPLUGIN', 'schnewsletter_newsletter.' => array('extensionName' => 'SchNewsletter', 'pluginName' => 'Newsletter'), 'solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', '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('comma-separated-value', '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'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '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('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '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('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'powermail_pi1' => '< lib.contentElement', 'powermail_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi1')), 'powermail_pi2' => '< lib.contentElement', 'powermail_pi2.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi2')), 'powermail_pi3' => '< lib.contentElement', 'powermail_pi3.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi3')), 'powermail_pi4' => '< lib.contentElement', 'powermail_pi4.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi4')), 'krslider_thslider' => '< lib.contentElement', 'krslider_thslider.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'KrSlider', 'pluginName' => 'Thslider')), 'mbtabs_list' => '< lib.contentElement', 'mbtabs_list.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTabs', 'pluginName' => 'List')), 'mbteasers_iconteaser' => '< lib.contentElement', 'mbteasers_iconteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'IconTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_categoryteaser' => '< lib.contentElement', 'mbteasers_categoryteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CategoryTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_promotiontiles' => '< lib.contentElement', 'mbteasers_promotiontiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'PromotionTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctatiles' => '< lib.contentElement', 'mbteasers_ctatiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctabox' => '< lib.contentElement', 'mbteasers_ctabox.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaBox'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_subpagestiles' => '< lib.contentElement', 'mbteasers_subpagestiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'SubpagesTiles')), 'mbteasers_formsselector' => '< lib.contentElement', 'mbteasers_formsselector.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'FormsSelector'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_companyoverviewtiles' => '< lib.contentElement', 'mbteasers_companyoverviewtiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CompanyOverviewTiles')), 'mbteasers_accordianteaser' => '< lib.contentElement', 'mbteasers_accordianteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'AccordianTeaser')), 'mbteasers_overviewtileswithfilter' => '< lib.contentElement', 'mbteasers_overviewtileswithfilter.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'OverviewTilesWithFilter')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'product_contactperson' => '< lib.contentElement', 'product_contactperson.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactperson'), 'settings.' => array('defaultHeaderType' => '100')), 'product_categoriesteaser' => '< lib.contentElement', 'product_categoriesteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categoriesteaser')), 'product_categorypersonlisting' => '< lib.contentElement', 'product_categorypersonlisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categorypersonlisting')), 'product_subcategorylisting' => '< lib.contentElement', 'product_subcategorylisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Subcategorylisting')), 'product_threesectionteaser' => '< lib.contentElement', 'product_threesectionteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Threesectionteaser')), 'product_productdetail' => '< lib.contentElement', 'product_productdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')), 'product_contactpersonwithform' => '< lib.contentElement', 'product_contactpersonwithform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactpersonwithform')), 'product_productsorder' => '< lib.contentElement', 'product_productsorder.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsorder')), 'product_productscart' => '< lib.contentElement', 'product_productscart.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productscart')), 'product_productsassistant' => '< lib.contentElement', 'product_productsassistant.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsassistant'), 'settings.' => array('defaultHeaderType' => '100')), 'product_usecaseproducts' => '< lib.contentElement', 'product_usecaseproducts.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Usecaseproducts')), 'b13-container' => 'FLUIDTEMPLATE', 'b13-container.' => array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col' => 'FLUIDTEMPLATE', 'b13-container-2col.' => array('templateName' => '2column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-3col' => 'FLUIDTEMPLATE', 'b13-container-3col.' => array('templateName' => '3column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-4col' => 'FLUIDTEMPLATE', 'b13-container-4col.' => array('templateName' => '4column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-33-66' => 'FLUIDTEMPLATE', 'b13-container-2col-33-66.' => array('templateName' => '2column33-66', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-66-33' => 'FLUIDTEMPLATE', 'b13-container-2col-66-33.' => array('templateName' => '2column66-33', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'mbteasers_teaser.' => array('settings.' => array('defaultHeaderType' => '100'))))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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')), 'contact_person_form_element' => 'COA_INT', 'contact_person_form_element.' => array('< lib.stdheader', 'FLUIDTEMPLATE', '20.' => array('file' => 'EXT:product/Resources/Private/Templates/ContactPerson.html', 'settings.' => array('persistenceIdentifier' => 'EXT:kr_sitepackage/Resources/Private/Forms/contactperson.form.yaml'), 'extbase.' => array('pluginName' => 'Formframework', 'controllerExtensionName' => 'Form', 'controllerName' => 'FormFrontend', 'controllerActionName' => 'perform'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('evgcalc_evgcalcpi1' => 'EXTBASEPLUGIN', 'evgcalc_evgcalcpi1.' => array('extensionName' => 'EvgCalc', 'pluginName' => 'Evgcalcpi1'), 'gomapsext_show' => 'EXTBASEPLUGIN', 'gomapsext_show.' => array('extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'mailchimp_registration' => 'EXTBASEPLUGIN', 'mailchimp_registration.' => array('extensionName' => 'Mailchimp', 'pluginName' => 'Registration'), 'product_referencesoverview' => 'EXTBASEPLUGIN', 'product_referencesoverview.' => array('extensionName' => 'Product', 'pluginName' => 'Referencesoverview'), 'schnewsletter_newsletter' => 'EXTBASEPLUGIN', 'schnewsletter_newsletter.' => array('extensionName' => 'SchNewsletter', 'pluginName' => 'Newsletter'), 'solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', '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('comma-separated-value', '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'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '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('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '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('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'powermail_pi1' => '< lib.contentElement', 'powermail_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi1')), 'powermail_pi2' => '< lib.contentElement', 'powermail_pi2.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi2')), 'powermail_pi3' => '< lib.contentElement', 'powermail_pi3.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi3')), 'powermail_pi4' => '< lib.contentElement', 'powermail_pi4.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi4')), 'krslider_thslider' => '< lib.contentElement', 'krslider_thslider.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'KrSlider', 'pluginName' => 'Thslider')), 'mbtabs_list' => '< lib.contentElement', 'mbtabs_list.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTabs', 'pluginName' => 'List')), 'mbteasers_iconteaser' => '< lib.contentElement', 'mbteasers_iconteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'IconTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_categoryteaser' => '< lib.contentElement', 'mbteasers_categoryteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CategoryTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_promotiontiles' => '< lib.contentElement', 'mbteasers_promotiontiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'PromotionTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctatiles' => '< lib.contentElement', 'mbteasers_ctatiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctabox' => '< lib.contentElement', 'mbteasers_ctabox.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaBox'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_subpagestiles' => '< lib.contentElement', 'mbteasers_subpagestiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'SubpagesTiles')), 'mbteasers_formsselector' => '< lib.contentElement', 'mbteasers_formsselector.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'FormsSelector'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_companyoverviewtiles' => '< lib.contentElement', 'mbteasers_companyoverviewtiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CompanyOverviewTiles')), 'mbteasers_accordianteaser' => '< lib.contentElement', 'mbteasers_accordianteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'AccordianTeaser')), 'mbteasers_overviewtileswithfilter' => '< lib.contentElement', 'mbteasers_overviewtileswithfilter.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'OverviewTilesWithFilter')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'product_contactperson' => '< lib.contentElement', 'product_contactperson.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactperson'), 'settings.' => array('defaultHeaderType' => '100')), 'product_categoriesteaser' => '< lib.contentElement', 'product_categoriesteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categoriesteaser')), 'product_categorypersonlisting' => '< lib.contentElement', 'product_categorypersonlisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categorypersonlisting')), 'product_subcategorylisting' => '< lib.contentElement', 'product_subcategorylisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Subcategorylisting')), 'product_threesectionteaser' => '< lib.contentElement', 'product_threesectionteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Threesectionteaser')), 'product_productdetail' => '< lib.contentElement', 'product_productdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')), 'product_contactpersonwithform' => '< lib.contentElement', 'product_contactpersonwithform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactpersonwithform')), 'product_productsorder' => '< lib.contentElement', 'product_productsorder.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsorder')), 'product_productscart' => '< lib.contentElement', 'product_productscart.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productscart')), 'product_productsassistant' => '< lib.contentElement', 'product_productsassistant.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsassistant'), 'settings.' => array('defaultHeaderType' => '100')), 'product_usecaseproducts' => '< lib.contentElement', 'product_usecaseproducts.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Usecaseproducts')), 'b13-container' => 'FLUIDTEMPLATE', 'b13-container.' => array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col' => 'FLUIDTEMPLATE', 'b13-container-2col.' => array('templateName' => '2column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-3col' => 'FLUIDTEMPLATE', 'b13-container-3col.' => array('templateName' => '3column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-4col' => 'FLUIDTEMPLATE', 'b13-container-4col.' => array('templateName' => '4column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-33-66' => 'FLUIDTEMPLATE', 'b13-container-2col-33-66.' => array('templateName' => '2column33-66', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-66-33' => 'FLUIDTEMPLATE', 'b13-container-2col-66-33.' => array('templateName' => '2column66-33', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'mbteasers_teaser.' => array('settings.' => array('defaultHeaderType' => '100'))))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('<tt_content', array(), '')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/RecordsContentObject.php line 127
                            $frontendController->currentRecord = $val['table'] . ':' . $val['id'];
                            $this->cObj->lastChanged($row['tstamp'] ?? 0);
                            $cObj->setRequest($this->request);
                            $cObj->start($row, $val['table']);
                            $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                            $theValue .= $tmpValue;
                        }
                    }
                }
at TYPO3\CMS\Frontend\ContentObject\RecordsContentObject->render(array('tables' => 'tt_content', 'source' => 1082))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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\RecordsContentObject), array('tables' => 'tt_content', 'source' => 1082))
in /html/neu.mobilintime.com/app/current/vendor/b13/container/Classes/DataProcessing/ContainerProcessor.php line 130
                }
                if ($child['t3ver_oid'] > 0) {
                    $conf['source'] = $child['t3ver_oid'];
                }
                $child['renderedContent'] = $cObj->render($contentRecordRenderer, $conf);
            }
            /** @var ContentObjectRenderer $recordContentObjectRenderer */
            $recordContentObjectRenderer = GeneralUtility::makeInstance(ContentObjectRenderer::class);
            $recordContentObjectRenderer->start($child, 'tt_content');
at B13\Container\DataProcessing\ContainerProcessor->processColPos(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), object(B13\Container\Domain\Model\Container), 11, 'children_11', array('data' => array('uid' => 1366, 'rowDescription' => '', 'pid' => 10, 'tstamp' => 1655899815, 'crdate' => 1653478240, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 5248, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l18n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'b13-container', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => null, 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => null, 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '5', 'tx_gridelements_children' => -29, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'gridelements_shortcut_page_order_by' => 0, 'categories' => 0, 'kr_slides' => 0, 'mb_promotion_tiles' => 0, 'tx_news_related_news' => 0, 'bg_color' => '', 'teaser_link_text' => '', 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'product_categories' => '', 'mb_teasers_elements' => 0, 'contact_person' => 0, 'mb_company_tiles' => 0, 'tabs' => 0, 'mb_accordian_teaser' => 0, 'mb_overview_tile_tags' => 0, 'is_feature' => 0, 'product_category' => 0, 'three_section_teaser' => 0, 'disable_contact_button' => 0, 'contact_link' => '', 'contact_link_text' => '', 'disable_pdf_generation' => 0, 'show_collapsed' => 0, 'tx_container_parent' => 0, 'tx_heatanolsitepackage_informationteaser_items' => 0, 'tx_heatanolsitepackage_locationdetailsitems' => 0, 'heatanol_icon' => '', 'tx_heatanolsitepackage_contenttilesitems' => 0, 'heatanolsitepackage_productrowitem' => ''), 'current' => null), array())
in /html/neu.mobilintime.com/app/current/vendor/b13/container/Classes/DataProcessing/ContainerProcessor.php line 73
        if (empty($colPos)) {
            $allColPos = $container->getChildrenColPos();
            foreach ($allColPos as $colPos) {
                $processedData = $this->processColPos(
                    $cObj,
                    $container,
                    $colPos,
                    'children_' . $colPos,
                    $processedData,
at B13\Container\DataProcessing\ContainerProcessor->process(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), array(), array('data' => array('uid' => 1366, 'rowDescription' => '', 'pid' => 10, 'tstamp' => 1655899815, 'crdate' => 1653478240, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 5248, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l18n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'b13-container', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => null, 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => null, 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '5', 'tx_gridelements_children' => -29, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'gridelements_shortcut_page_order_by' => 0, 'categories' => 0, 'kr_slides' => 0, 'mb_promotion_tiles' => 0, 'tx_news_related_news' => 0, 'bg_color' => '', 'teaser_link_text' => '', 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'product_categories' => '', 'mb_teasers_elements' => 0, 'contact_person' => 0, 'mb_company_tiles' => 0, 'tabs' => 0, 'mb_accordian_teaser' => 0, 'mb_overview_tile_tags' => 0, 'is_feature' => 0, 'product_category' => 0, 'three_section_teaser' => 0, 'disable_contact_button' => 0, 'contact_link' => '', 'contact_link_text' => '', 'disable_pdf_generation' => 0, 'show_collapsed' => 0, 'tx_container_parent' => 0, 'tx_heatanolsitepackage_informationteaser_items' => 0, 'tx_heatanolsitepackage_locationdetailsitems' => 0, 'heatanol_icon' => '', 'tx_heatanolsitepackage_contenttilesitems' => 0, 'heatanolsitepackage_productrowitem' => ''), 'current' => null))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentDataProcessor.php line 56
                $dataProcessor = $this->dataProcessorRegistry->getDataProcessor($processors[$key])
                    ?? $this->getDataProcessor($processors[$key]);
                $processorConfiguration = $processors[$key . '.'] ?? [];
                $variables = $dataProcessor->process(
                    $cObject,
                    $configuration,
                    $processorConfiguration,
                    $variables
                );
at TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor->process(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), array('data' => array('uid' => 1366, 'rowDescription' => '', 'pid' => 10, 'tstamp' => 1655899815, 'crdate' => 1653478240, 'cruser_id' => 1, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 5248, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l18n_diffsource' => 'a:1:{s:6:"hidden";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'b13-container', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => null, 'pages' => null, 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '1', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => null, 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '5', 'tx_gridelements_children' => -29, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'gridelements_shortcut_page_order_by' => 0, 'categories' => 0, 'kr_slides' => 0, 'mb_promotion_tiles' => 0, 'tx_news_related_news' => 0, 'bg_color' => '', 'teaser_link_text' => '', 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'product_categories' => '', 'mb_teasers_elements' => 0, 'contact_person' => 0, 'mb_company_tiles' => 0, 'tabs' => 0, 'mb_accordian_teaser' => 0, 'mb_overview_tile_tags' => 0, 'is_feature' => 0, 'product_category' => 0, 'three_section_teaser' => 0, 'disable_contact_button' => 0, 'contact_link' => '', 'contact_link_text' => '', 'disable_pdf_generation' => 0, 'show_collapsed' => 0, 'tx_container_parent' => 0, 'tx_heatanolsitepackage_informationteaser_items' => 0, 'tx_heatanolsitepackage_locationdetailsitems' => 0, 'heatanol_icon' => '', 'tx_heatanolsitepackage_contenttilesitems' => 0, 'heatanolsitepackage_productrowitem' => ''), 'current' => null))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 84
        $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);

        $this->renderFluidTemplateAssetsIntoPageRenderer($variables);
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-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')), 'contact_person_form_element' => 'COA_INT', 'contact_person_form_element.' => array('< lib.stdheader', 'FLUIDTEMPLATE', '20.' => array('file' => 'EXT:product/Resources/Private/Templates/ContactPerson.html', 'settings.' => array('persistenceIdentifier' => 'EXT:kr_sitepackage/Resources/Private/Forms/contactperson.form.yaml'), 'extbase.' => array('pluginName' => 'Formframework', 'controllerExtensionName' => 'Form', 'controllerName' => 'FormFrontend', 'controllerActionName' => 'perform'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('evgcalc_evgcalcpi1' => 'EXTBASEPLUGIN', 'evgcalc_evgcalcpi1.' => array('extensionName' => 'EvgCalc', 'pluginName' => 'Evgcalcpi1'), 'gomapsext_show' => 'EXTBASEPLUGIN', 'gomapsext_show.' => array('extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'mailchimp_registration' => 'EXTBASEPLUGIN', 'mailchimp_registration.' => array('extensionName' => 'Mailchimp', 'pluginName' => 'Registration'), 'product_referencesoverview' => 'EXTBASEPLUGIN', 'product_referencesoverview.' => array('extensionName' => 'Product', 'pluginName' => 'Referencesoverview'), 'schnewsletter_newsletter' => 'EXTBASEPLUGIN', 'schnewsletter_newsletter.' => array('extensionName' => 'SchNewsletter', 'pluginName' => 'Newsletter'), 'solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', '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('comma-separated-value', '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'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '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('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '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('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'powermail_pi1' => '< lib.contentElement', 'powermail_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi1')), 'powermail_pi2' => '< lib.contentElement', 'powermail_pi2.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi2')), 'powermail_pi3' => '< lib.contentElement', 'powermail_pi3.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi3')), 'powermail_pi4' => '< lib.contentElement', 'powermail_pi4.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi4')), 'krslider_thslider' => '< lib.contentElement', 'krslider_thslider.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'KrSlider', 'pluginName' => 'Thslider')), 'mbtabs_list' => '< lib.contentElement', 'mbtabs_list.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTabs', 'pluginName' => 'List')), 'mbteasers_iconteaser' => '< lib.contentElement', 'mbteasers_iconteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'IconTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_categoryteaser' => '< lib.contentElement', 'mbteasers_categoryteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CategoryTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_promotiontiles' => '< lib.contentElement', 'mbteasers_promotiontiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'PromotionTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctatiles' => '< lib.contentElement', 'mbteasers_ctatiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctabox' => '< lib.contentElement', 'mbteasers_ctabox.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaBox'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_subpagestiles' => '< lib.contentElement', 'mbteasers_subpagestiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'SubpagesTiles')), 'mbteasers_formsselector' => '< lib.contentElement', 'mbteasers_formsselector.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'FormsSelector'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_companyoverviewtiles' => '< lib.contentElement', 'mbteasers_companyoverviewtiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CompanyOverviewTiles')), 'mbteasers_accordianteaser' => '< lib.contentElement', 'mbteasers_accordianteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'AccordianTeaser')), 'mbteasers_overviewtileswithfilter' => '< lib.contentElement', 'mbteasers_overviewtileswithfilter.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'OverviewTilesWithFilter')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'product_contactperson' => '< lib.contentElement', 'product_contactperson.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactperson'), 'settings.' => array('defaultHeaderType' => '100')), 'product_categoriesteaser' => '< lib.contentElement', 'product_categoriesteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categoriesteaser')), 'product_categorypersonlisting' => '< lib.contentElement', 'product_categorypersonlisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categorypersonlisting')), 'product_subcategorylisting' => '< lib.contentElement', 'product_subcategorylisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Subcategorylisting')), 'product_threesectionteaser' => '< lib.contentElement', 'product_threesectionteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Threesectionteaser')), 'product_productdetail' => '< lib.contentElement', 'product_productdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')), 'product_contactpersonwithform' => '< lib.contentElement', 'product_contactpersonwithform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactpersonwithform')), 'product_productsorder' => '< lib.contentElement', 'product_productsorder.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsorder')), 'product_productscart' => '< lib.contentElement', 'product_productscart.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productscart')), 'product_productsassistant' => '< lib.contentElement', 'product_productsassistant.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsassistant'), 'settings.' => array('defaultHeaderType' => '100')), 'product_usecaseproducts' => '< lib.contentElement', 'product_usecaseproducts.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Usecaseproducts')), 'b13-container' => 'FLUIDTEMPLATE', 'b13-container.' => array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col' => 'FLUIDTEMPLATE', 'b13-container-2col.' => array('templateName' => '2column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-3col' => 'FLUIDTEMPLATE', 'b13-container-3col.' => array('templateName' => '3column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-4col' => 'FLUIDTEMPLATE', 'b13-container-4col.' => array('templateName' => '4column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-33-66' => 'FLUIDTEMPLATE', 'b13-container-2col-33-66.' => array('templateName' => '2column33-66', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-66-33' => 'FLUIDTEMPLATE', 'b13-container-2col-66-33.' => array('templateName' => '2column66-33', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'mbteasers_teaser.' => array('settings.' => array('defaultHeaderType' => '100'))))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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')), 'contact_person_form_element' => 'COA_INT', 'contact_person_form_element.' => array('< lib.stdheader', 'FLUIDTEMPLATE', '20.' => array('file' => 'EXT:product/Resources/Private/Templates/ContactPerson.html', 'settings.' => array('persistenceIdentifier' => 'EXT:kr_sitepackage/Resources/Private/Forms/contactperson.form.yaml'), 'extbase.' => array('pluginName' => 'Formframework', 'controllerExtensionName' => 'Form', 'controllerName' => 'FormFrontend', 'controllerActionName' => 'perform'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('split', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'comma-separated-value', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('evgcalc_evgcalcpi1' => 'EXTBASEPLUGIN', 'evgcalc_evgcalcpi1.' => array('extensionName' => 'EvgCalc', 'pluginName' => 'Evgcalcpi1'), 'gomapsext_show' => 'EXTBASEPLUGIN', 'gomapsext_show.' => array('extensionName' => 'GoMapsExt', 'pluginName' => 'Show'), 'mailchimp_registration' => 'EXTBASEPLUGIN', 'mailchimp_registration.' => array('extensionName' => 'Mailchimp', 'pluginName' => 'Registration'), 'product_referencesoverview' => 'EXTBASEPLUGIN', 'product_referencesoverview.' => array('extensionName' => 'Product', 'pluginName' => 'Referencesoverview'), 'schnewsletter_newsletter' => 'EXTBASEPLUGIN', 'schnewsletter_newsletter.' => array('extensionName' => 'SchNewsletter', 'pluginName' => 'Newsletter'), 'solr_pi_results' => 'EXTBASEPLUGIN', 'solr_pi_results.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_results'), 'solr_pi_search' => 'EXTBASEPLUGIN', 'solr_pi_search.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_search'), 'solr_pi_frequentlysearched' => 'EXTBASEPLUGIN', 'solr_pi_frequentlysearched.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_frequentlySearched'), 'solr_pi_suggest' => 'EXTBASEPLUGIN', 'solr_pi_suggest.' => array('extensionName' => 'Solr', 'pluginName' => 'pi_suggest'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '20.' => array('tables' => 'tx_news_domain_model_news,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' => 'NewsDetail', 'vendorName' => 'GeorgRinger', '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('comma-separated-value', '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'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'assets')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '860', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0'))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction'))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('database-query', '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('files', '10.' => array('references.' => array('fieldName' => 'image')))))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('menu', '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('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')), 'database-query', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')))))))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('menu', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('menu', '10.' => array('levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('menu', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'media')))))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), 'powermail_pi1' => '< lib.contentElement', 'powermail_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi1')), 'powermail_pi2' => '< lib.contentElement', 'powermail_pi2.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi2')), 'powermail_pi3' => '< lib.contentElement', 'powermail_pi3.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi3')), 'powermail_pi4' => '< lib.contentElement', 'powermail_pi4.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Powermail', 'pluginName' => 'Pi4')), 'krslider_thslider' => '< lib.contentElement', 'krslider_thslider.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'KrSlider', 'pluginName' => 'Thslider')), 'mbtabs_list' => '< lib.contentElement', 'mbtabs_list.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTabs', 'pluginName' => 'List')), 'mbteasers_iconteaser' => '< lib.contentElement', 'mbteasers_iconteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'IconTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_categoryteaser' => '< lib.contentElement', 'mbteasers_categoryteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CategoryTeaser'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_promotiontiles' => '< lib.contentElement', 'mbteasers_promotiontiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'PromotionTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctatiles' => '< lib.contentElement', 'mbteasers_ctatiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaTiles'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_ctabox' => '< lib.contentElement', 'mbteasers_ctabox.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CtaBox'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_subpagestiles' => '< lib.contentElement', 'mbteasers_subpagestiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'SubpagesTiles')), 'mbteasers_formsselector' => '< lib.contentElement', 'mbteasers_formsselector.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'FormsSelector'), 'settings.' => array('defaultHeaderType' => '100')), 'mbteasers_companyoverviewtiles' => '< lib.contentElement', 'mbteasers_companyoverviewtiles.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'CompanyOverviewTiles')), 'mbteasers_accordianteaser' => '< lib.contentElement', 'mbteasers_accordianteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'AccordianTeaser')), 'mbteasers_overviewtileswithfilter' => '< lib.contentElement', 'mbteasers_overviewtileswithfilter.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'MbTeasers', 'pluginName' => 'OverviewTilesWithFilter')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'News', 'pluginName' => 'TagList')), 'product_contactperson' => '< lib.contentElement', 'product_contactperson.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactperson'), 'settings.' => array('defaultHeaderType' => '100')), 'product_categoriesteaser' => '< lib.contentElement', 'product_categoriesteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categoriesteaser')), 'product_categorypersonlisting' => '< lib.contentElement', 'product_categorypersonlisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Categorypersonlisting')), 'product_subcategorylisting' => '< lib.contentElement', 'product_subcategorylisting.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Subcategorylisting')), 'product_threesectionteaser' => '< lib.contentElement', 'product_threesectionteaser.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Threesectionteaser')), 'product_productdetail' => '< lib.contentElement', 'product_productdetail.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productdetail')), 'product_contactpersonwithform' => '< lib.contentElement', 'product_contactpersonwithform.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Contactpersonwithform')), 'product_productsorder' => '< lib.contentElement', 'product_productsorder.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsorder')), 'product_productscart' => '< lib.contentElement', 'product_productscart.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productscart')), 'product_productsassistant' => '< lib.contentElement', 'product_productsassistant.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Productsassistant'), 'settings.' => array('defaultHeaderType' => '100')), 'product_usecaseproducts' => '< lib.contentElement', 'product_usecaseproducts.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Product', 'pluginName' => 'Usecaseproducts')), 'b13-container' => 'FLUIDTEMPLATE', 'b13-container.' => array('templateName' => '1column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col' => 'FLUIDTEMPLATE', 'b13-container-2col.' => array('templateName' => '2column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-3col' => 'FLUIDTEMPLATE', 'b13-container-3col.' => array('templateName' => '3column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-4col' => 'FLUIDTEMPLATE', 'b13-container-4col.' => array('templateName' => '4column', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-33-66' => 'FLUIDTEMPLATE', 'b13-container-2col-33-66.' => array('templateName' => '2column33-66', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'b13-container-2col-66-33' => 'FLUIDTEMPLATE', 'b13-container-2col-66-33.' => array('templateName' => '2column66-33', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/b13container/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor')), 'mbteasers_teaser.' => array('settings.' => array('defaultHeaderType' => '100'))))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('<tt_content', array(), '')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->setRequest($this->request);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), '20')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 611
        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('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 43
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = $this->cObj->stdWrapValue('wrap', $conf ?? []);
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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\ContentObjectArrayContentObject), array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'lib.dynamicContent')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php line 184
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, figure, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, figure, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, figure, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:kr_sitepackage/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:kr_sitepackage/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' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0')))), 'header_menu' => 'COA', 'header_menu.' => array('HMENU', '10.' => array('wrap' => '<div class="main-navigation">|</div>', 'special' => 'directory', 'special.' => array('value' => '6'), 'TMENU', '1.' => array('expAll' => '1', 'noBlur' => '1', 'wrap' => '<ul class="nav">|</ul>', 'target' => '_top', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'allWrap' => '<li class="nav-item nav-item-{field:uid}">', 'allWrap.' => array('insertData' => '1'), 'ATagParams' => 'class="nav-link"', 'wrapItemAndSub.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => '|</li>', 'value.' => array('override.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'uid'), 'TEXT', '80.' => array('value' => '<li class="nav-item">|</li>'))))), 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="nav-item active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('allWrap' => '<li class="nav-item nav-item-{field:uid} dropdown">', 'allWrap.' => array('insertData' => '1'), 'wrapItemAndSub' => '|</li>', 'ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagParams' => 'class="nav-link dropdown-toggle" data-toggle="dropdown"', 'allWrap' => '|', 'wrapItemAndSub' => '<li class="nav-item dropdown active">|</li>')), 'TMENU', '2.' => array('noBlur' => '1', 'wrap' => '<div class="dropdown-menu">|</div>', 'target' => '_top', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '|', 'ATagParams' => 'class="dropdown-item"'), 'CUR' => '1', 'CUR.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '|', 'ATagParams' => 'class="dropdown-item"', 'allWrap' => '|'), 'ACT' => '1', 'ACT.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '|', 'ATagParams' => 'class="dropdown-item"', 'allWrap' => '|')))), 'footerNavigation' => 'COA', 'footerNavigation.' => array('HMENU', '10.' => array('wrap' => '<div class="footer-navigation">|</div>', 'special' => 'directory', 'special.' => array('value' => '22'), 'TMENU', '1.' => array('expAll' => '1', 'noBlur' => '1', 'wrap' => '<ul class="nav">|</ul>', 'target' => '_top', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '<h4>|</h4>'), 'allWrap' => '<li class="nav-item nav-item-{field:uid}">', 'allWrap.' => array('insertData' => '1'), 'ATagParams' => 'class="nav-link"', 'wrapItemAndSub.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => '|</li>', 'value.' => array('override.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'uid'), 'TEXT', '80.' => array('value' => '<li class="nav-item">|</li>'))))), 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="nav-item active">|</li>')))), 'doNotLinkIt' => '1'), 'ACT' => '0', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"'), 'IFSUB' => '1', 'IFSUB.' => array('allWrap' => '<li class="nav-item nav-item-{field:uid}">', 'allWrap.' => array('insertData' => '1'), 'wrapItemAndSub' => '|</li>', 'ATagParams' => 'class="nav-link"', 'doNotLinkIt' => '1', 'stdWrap.' => array('wrap' => '<h4>|</h4>')), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagParams' => 'class="nav-link"', 'allWrap' => '|', 'wrapItemAndSub' => '<li class="nav-item active">|</li>', 'doNotLinkIt' => '1', 'stdWrap.' => array('wrap' => '<h4>|</h4>'))), 'TMENU', '2.' => array('noBlur' => '1', 'wrap' => '<ul class="sub-nav">|</ul>', 'target' => '_top', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '|', 'ATagParams' => 'class="nav-link"', 'allWrap' => '<li class="sub-nav-item sub-nav-item-{field:uid}">'), 'CUR' => '1', 'CUR.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '|', 'ATagParams' => 'class="dropdown-item"', 'allWrap' => '|'), 'ACT' => '1', 'ACT.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '|', 'ATagParams' => 'class="dropdown-item"', 'allWrap' => '|')))), 'meta_menu' => 'COA', 'meta_menu.' => array('HMENU', '10.' => array('wrap' => '<div class="socket-navigation">|</div>', 'special' => 'directory', 'special.' => array('value' => '26'), 'TMENU', '1.' => array('expAll' => '1', 'noBlur' => '1', 'wrap' => '<ul class="nav">|</ul>', 'target' => '_top', 'NO.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'allWrap' => '<li class="nav-item nav-item-{field:uid}">', 'allWrap.' => array('insertData' => '1'), 'ATagParams' => 'class="nav-link"', 'wrapItemAndSub.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => '|</li>', 'value.' => array('override.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'uid'), 'TEXT', '80.' => array('value' => '<li class="nav-item">|</li>'))))), 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="nav-item active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="nav-item active">|</li>', 'ATagParams' => 'class="nav-link"')))), 'currentRootPageId' => 'TEXT', 'currentRootPageId.' => array('data' => 'leveluid : 0'), 'headerLogo' => 'FILES', 'headerLogo.' => array('references.' => array('data' => 'levelfield: -1, header_logo, slide'), 'maxItems' => '1', 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1'), 'altText.' => array('data' => 'file:current:alternative'), 'titleText.' => array('data' => 'file:current:title'), 'caption.' => array('data' => 'file:current:caption'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'), 'ATagParams' => 'class="navbar-brand reset"')))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('stdWrap.' => array('wrap' => '<ol class="breadcrumb">|<ol>'), 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="breadcrumb-item">|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('htmlSpecialChars' => '1')), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="breadcrumb-item active">|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('htmlSpecialChars' => '1'), 'doNotLinkIt' => '1'))), 'RECORDS', '20.' => array('stdWrap.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_news_pi1|news')), 'wrap' => '<li class="breadcrumb-item active">|</li>', 'required' => '1'), 'dontCheckPid' => '1', 'tables' => 'tx_news_domain_model_news', 'source.' => array('data' => 'GP:tx_news_pi1|news', 'intval' => '1'), 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('stdWrap.' => array('field' => 'title', 'override.' => array('field' => 'nav_title', 'if.' => array('isTrue.' => array('field' => 'nav_title'))), 'stripHtml' => '1'), 'htmlSpecialChars' => '1'))), 'RECORDS', '30.' => array('stdWrap.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_product_subcategorylisting|subcategory_id')), 'wrap' => '<li class="breadcrumb-item active">|</li>', 'required' => '1'), 'dontCheckPid' => '1', 'tables' => 'tx_product_domain_model_category', 'source.' => array('data' => 'GP:tx_product_subcategorylisting|subcategory_id', 'intval' => '1'), 'conf.' => array('tx_product_domain_model_category' => 'TEXT', 'tx_product_domain_model_category.' => array('stdWrap.' => array('field' => 'title', 'override.' => array('field' => 'seo_title', 'if.' => array('isTrue.' => array('field' => 'seo_title'))), 'stripHtml' => '1'), 'htmlSpecialChars' => '1'))), 'RECORDS', '40.' => array('stdWrap.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_product_productdetail|product_id')), 'wrap' => '<li class="breadcrumb-item active">|</li>', 'required' => '1'), 'dontCheckPid' => '1', 'tables' => 'tx_product_domain_model_product', 'source.' => array('data' => 'GP:tx_product_productdetail|product_id', 'intval' => '1'), 'conf.' => array('tx_product_domain_model_product' => 'TEXT', 'tx_product_domain_model_product.' => array('stdWrap.' => array('field' => 'title', 'override.' => array('field' => 'title', 'if.' => array('isTrue.' => array('field' => 'title'))), 'stripHtml' => '1'), 'htmlSpecialChars' => '1')))), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '10.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'chatinc' => 'TEXT', 'chatinc.' => array('value' => '<!-- Start of LiveChat (www.livechat.com) code --><script>window.__lc = window.__lc || {};window.__lc.license = 12386382;;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can\'t use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</script><noscript><a href="https://www.livechat.com/chat-with/12386382/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript><!-- End of LiveChat code -->'), 'topHeader.' => array('headerContactNo' => 'TEXT', 'headerContactNo.' => array('data' => 'levelfield : -1 , header_contact_no , slide')), 'sqsLabel' => 'TEXT', 'sqsLabel.' => array('data' => 'levelfield: -1, sqs_label, slide', 'wrap' => '<h4>|</h4>'), 'sqsLogs' => 'FILES', 'sqsLogs.' => array('references.' => array('data' => 'levelfield: -1, sqs_logo, slide'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('dataWrap' => '{file:current:storage}:{file:current:identifier}')), 'altText.' => array('data' => 'file:current:title'), 'wrap' => '<div class="logo">|</div>')), 'footerSocialMedia' => 'FILES', 'footerSocialMedia.' => array('references.' => array('data' => 'levelfield: -1, social_media_logos, slide'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1'), 'altText.' => array('data' => 'file:current:alternative'), 'titleText.' => array('data' => 'file:current:title'), 'caption.' => array('data' => 'file:current:caption'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'), 'ATagParams' => 'class="navbar-brand reset" target="_blank"', 'wrap' => '<div class="social-media-item">|<p>{file:current:title}</p></div>', 'wrap.' => array('insertData' => '1'), 'ATagBeforeWrap' => '1')))), 'refererModel' => 'COA', 'refererModel.' => array('USER_INT', '10.' => array('userFunc' => 'Kreativrudel\\SitePackage\\UserFunctions\\RefererLanguageModel->showModal')), 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'parseFunc_powermail.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')), 'forceAbsoluteUrl' => '1')), 'link.' => array('typolink.' => array('forceAbsoluteUrl' => '1'))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, figure, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, figure, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'solr_extbase_bootstrap' => 'USER', 'solr_extbase_bootstrap.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'ApacheSolrForTypo3', 'extensionName' => 'Solr', 'settings.' => array('faceting.' => array('limit' => '10')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:kr_sitepackage/Resources/Private/Extensions/solr/Templates'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:kr_sitepackage/Resources/Private/Extensions/solr/Partials'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:kr_sitepackage/Resources/Private/Extensions/solr/Layouts')))), 'lib.dynamicContent', 'dynamicContent')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-fluid/Classes/ViewHelpers/CObjectViewHelper.php line 167
                '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)) {
            self::resetFrontendEnvironment($tsfeBackup);
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('colPos' => 0), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/var/cache/code/fluid_template/Default_action_Default_53db10744add441f99748877540ce321836bca2a.php line 99
'currentValueKey' => NULL,
'table' => '',
];
$renderChildrenClosure7 = ($arguments6['data'] !== null) ? function() use ($arguments6) { return $arguments6['data']; } : $renderChildrenClosure7;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);

$output0 .= '
  <footer class="footer footer-home">
   ';
at Default_action_Default_53db10744add441f99748877540ce321836bca2a->section_4f9be057f0ea5d2ba72fd2c810e8d7b9aa98b469(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 257
                    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('Content', array(), false)
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 166
            $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 or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Content', 'partial' => null, 'delegate' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/var/cache/code/fluid_template/layout_Default_html_7891b0663ed4a50a69506dd0037928ba87cadc9d.php line 217
'contentAs' => NULL,
'debug' => true,
];

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);

$output0 .= '
    </main>
</div>
at layout_Default_html_7891b0663ed4a50a69506dd0037928ba87cadc9d->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/neu.mobilintime.com/app/current/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 199
            } 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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 332
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/FluidTemplateContentObject.php line 89

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('partialRootPath' => 'EXT:kr_sitepackage/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:kr_sitepackage/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'pagets__Content', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:kr_sitepackage/Resources/Private/Templates/|.html'))), 'variables.' => array('currentRootPage' => 'TEXT', 'currentRootPage.' => array('data' => 'leveluid : 0'), 'contactFormPid' => 'TEXT', 'contactFormPid.' => array('value' => '54')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('if.' => array('equals' => '1', 'value.' => array('data' => 'leveluid:0')), 'languages' => '0,1,2,3', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '60.' => array('table' => 'tx_krsitepackage_domain_model_contact', 'pidInList.' => array('data' => 'leveluid : 0'), 'as' => 'headerContacts'))))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 695
        }

        // 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('partialRootPath' => 'EXT:kr_sitepackage/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:kr_sitepackage/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'pagets__Content', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:kr_sitepackage/Resources/Private/Templates/|.html'))), 'variables.' => array('currentRootPage' => 'TEXT', 'currentRootPage.' => array('data' => 'leveluid : 0'), 'contactFormPid' => 'TEXT', 'contactFormPid.' => array('value' => '54')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('if.' => array('equals' => '1', 'value.' => array('data' => 'leveluid:0')), 'languages' => '0,1,2,3', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '60.' => array('table' => 'tx_krsitepackage_domain_model_contact', 'pidInList.' => array('data' => 'leveluid : 0'), 'as' => 'headerContacts'))))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 642
        $fullConfigArray = $this->mergeTSRef($fullConfigArray, 'tempKey');
        $contentObject = $this->getContentObject($fullConfigArray['tempKey']);
        $content = '';
        if ($contentObject) {
            $content = $this->render($contentObject, $fullConfigArray['tempKey.']);
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('partialRootPath' => 'EXT:kr_sitepackage/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:kr_sitepackage/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'pagets__Content', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:kr_sitepackage/Resources/Private/Templates/|.html'))), 'variables.' => array('currentRootPage' => 'TEXT', 'currentRootPage.' => array('data' => 'leveluid : 0'), 'contactFormPid' => 'TEXT', 'contactFormPid.' => array('value' => '54')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('if.' => array('equals' => '1', 'value.' => array('data' => 'leveluid:0')), 'languages' => '0,1,2,3', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '60.' => array('table' => 'tx_krsitepackage_domain_model_contact', 'pidInList.' => array('data' => 'leveluid : 0'), 'as' => 'headerContacts'))), '10')
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 611
        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('productNuSliderCss' => 'EXT:product/Resources/Public/Css/nouislider.min.css', 'selectpageCss' => 'EXT:product/Resources/Public/Css/selectpage.css', 'dateRangePickerCss' => 'EXT:product/Resources/Public/Css/datepicker.min.css', 'sweetalert2Css' => 'EXT:product/Resources/Public/Css/sweetalert2.min.css', 'EXT:kr_sitepackage/Resources/Public/css/import.default.css', 'EXT:kr_sitepackage/Resources/Public/css/vendor/animate.min.css', 'overviewTilesWithFilter' => 'EXT:mb_teasers/Resources/Public/Css/overviewTilesWithFilter.css', 'slickCss' => 'EXT:kr_slider/Resources/Public/css/slick.css', 'slickThemeCss' => 'EXT:kr_slider/Resources/Public/css/slick-theme.css', 'solr-suggest' => 'EXT:solr/Resources/Public/StyleSheets/Frontend/suggest.css'), 'includeJSFooter.' => array('sweetalert2Js' => 'EXT:product/Resources/Public/JavaScript/sweetalert2.all.min.js', 'productNuSliderJs' => 'EXT:product/Resources/Public/JavaScript/nouislider.min.js', 'productwNumbJs' => 'EXT:product/Resources/Public/JavaScript/wNumb.min.js', 'selectpageJs' => 'EXT:product/Resources/Public/JavaScript/selectpage.min.js', 'dateRangePickerJs' => 'EXT:product/Resources/Public/JavaScript/datepicker.min.js', 'referencesJs' => 'EXT:product/Resources/Public/JavaScript/references.js', 'productsFiltersJs' => 'EXT:product/Resources/Public/JavaScript/productsFilters.js', 'cookieUtilityJs' => 'EXT:product/Resources/Public/JavaScript/cookieUtility.js', 'productOrderJs' => 'EXT:product/Resources/Public/JavaScript/productOrder.js', 'productAssistantJS' => 'EXT:product/Resources/Public/JavaScript/productAssistant.js', 'jsfileCalculator' => 'EXT:evg_calc/Resources/Public/JavaScript/calculator.js', '00_index' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/index.js', '01_filter_news' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/filterNews.js', '02_referer_redirect' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/refererRedirect.js', '03_checkboxes_swapper' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/checkboxesSwapper.js', '04_quick_contact' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/quickContact.js', '05_top_search' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/topSearch.js', '06_animations' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/animations.js', '07_floating_labels' => 'EXT:kr_sitepackage/Resources/Public/JavaScript/floatingLabels.js', 'overviewTilesWithFilter' => 'EXT:mb_teasers/Resources/Public/JavaScript/overviewTilesWithFilter.js', 'slider' => 'EXT:kr_slider/Resources/Public/js/slider.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1')), 'headerData.' => array('TEXT', '301.' => array('value' => '<!-- Start of LiveChat (www.livechat.com) code --><script>window.__lc = window.__lc || {};window.__lc.license = 12386382;;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can\'t use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))</script><noscript><a href="https://www.livechat.com/chat-with/12386382/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript><!-- End of LiveChat code -->'), 'TEXT', '1001.' => array('value' => ' <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'GTM-PZ8675L\');</script> <!-- End Google Tag Manager -->'), 'TEXT', '20.' => array('value' => ' <meta name="apple-mobile-web-app-title" content="Mobil In Time"> <meta name="application-name" content="Some Title"> <meta name="msapplication-TileColor" content="#000000"> <meta name="msapplication-config" content="/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff">')), 'typeNum' => '0', 'shortcutIcon' => 'EXT:kr_sitepackage/Resources/Public/images/favicon.png', 'includeJSFooterlibs.' => array('jquery' => 'EXT:kr_sitepackage/Resources/Public/scripts/jquery.min.js', 'timepickerJs' => 'EXT:kr_sitepackage/Resources/Public/scripts/jquery.timepicker.min.js', 'lightboxJs' => 'EXT:kr_sitepackage/Resources/Public/scripts/lightbox.min.js', 'iframeResizer' => 'EXT:kr_sitepackage/Resources/Public/scripts/iframeResizer.min.js', 'slickJs' => 'EXT:kr_slider/Resources/Public/js/slick.min.js', 'solr-autocomplete' => 'EXT:solr/Resources/Public/JavaScript/JQuery/jquery.autocomplete.min.js', 'solr-suggest' => 'EXT:solr/Resources/Public/JavaScript/suggest_controller.js'), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('special' => 'rootline', 'special.' => array('range' => '1'), 'TMENU', '1.' => array('wrap' => '|', 'NO.' => array('doNotLinkIt' => '1', 'after.' => array('noTrimWrap' => '|| |'))), 'stdWrap.' => array('ifEmpty' => ''), 'field' => 'uid', 'wrap' => '<body class="page page-|">'), 'FLUIDTEMPLATE', '10.' => array('partialRootPath' => 'EXT:kr_sitepackage/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:kr_sitepackage/Resources/Private/Layouts/', 'file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'pagets__Content', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:kr_sitepackage/Resources/Private/Templates/|.html'))), 'variables.' => array('currentRootPage' => 'TEXT', 'currentRootPage.' => array('data' => 'leveluid : 0'), 'contactFormPid' => 'TEXT', 'contactFormPid.' => array('value' => '54')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('if.' => array('equals' => '1', 'value.' => array('data' => 'leveluid:0')), 'languages' => '0,1,2,3', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '60.' => array('table' => 'tx_krsitepackage_domain_model_contact', 'pidInList.' => array('data' => 'leveluid : 0'), 'as' => 'headerContacts'))), 'TEXT', '11.' => array('value' => ' <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PZ8675L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->')))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 225
     * in the content that is processed later-on.
     */
    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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 196
    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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 136
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push('Page generation PAGE object');

            $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 /html/neu.mobilintime.com/app/current/vendor/kreativrudel/kr-sitepackage/Classes/Middleware/SearchEngineRedirectionMiddleware.php line 37
                $GLOBALS['TSFE']->fe_user->setKey('ses', 'isUserFromGoogle', 1);
            }
        }

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

}
at Kreativrudel\SitePackage\Middleware\SearchEngineRedirectionMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 53
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', new ConsumableString($this->requestId->nonce->b64));
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/fluidtypo3/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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 59

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 113
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 114
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 90
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 64

                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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 73
        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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerInitialization.php line 62
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->initialize($pageIndexerRequest);
        }

        $response = $handler->handle($request);
        if ($pageIndexerRequestHandler instanceof PageIndexerRequestHandler && $pageIndexerRequest instanceof PageIndexerRequest) {
            $pageIndexResponse = $pageIndexerRequestHandler->shutdown($pageIndexerRequest);

            $body = new Stream('php://temp', 'rw');
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 55
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 49
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/fluidtypo3/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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 48
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$7e->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // 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 /html/neu.mobilintime.com/app/current/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/neu.mobilintime.com/app/current/typo3_app/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__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 /html/neu.mobilintime.com/app/current/typo3_app/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__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();
});