Whoops, looks like something went wrong.

(1/1) TypeError

get_class(): Argument #1 ($object) must be of type object, null given

in /html/live28022024/public/typo3conf/ext/vdhoentzschproducts/Classes/Domain/Repository/CategoryRepository.php line 50
            $methodUid  = $method;
        }
        else
        {
            throw new \Exception( 'CategoryRepository::getFiltered() - Unsupported type method: ' . gettype( $method ) . ', ' . get_class( $method ) );
        }


        // joins are currently not supported, I'll do'em myself
at get_class(null)
in /html/live28022024/public/typo3conf/ext/vdhoentzschproducts/Classes/Domain/Repository/CategoryRepository.php line 50
            $methodUid  = $method;
        }
        else
        {
            throw new \Exception( 'CategoryRepository::getFiltered() - Unsupported type method: ' . gettype( $method ) . ', ' . get_class( $method ) );
        }


        // joins are currently not supported, I'll do'em myself
at Hoentzsch\Vdhoentzschproducts\Domain\Repository\CategoryRepository->getFiltered(null, 5)
in /html/live28022024/public/typo3conf/ext/vdhoentzschproducts/Classes/Controller/CategoryController.php line 78
      $pageRenderer->setMetaTag("property", "og:description", $this->_getCurrentCategory()->getSeoDescription());
     }
     $this->view->assign( 'method', $method );
        $this->view->assign( 'categoryId', $categoryId );
        $this->view->assign( 'categories', $this->categoryRepository->getFiltered( $method, $langId  ) );
        $this->view->assign( 'page', (int) $GLOBALS['TSFE']->id );

        return $this->htmlResponse();
    }
at Hoentzsch\Vdhoentzschproducts\Controller\CategoryController->categorySwitchAction()
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 479
        }
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 396
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/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' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $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' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'tt_content.list.20.vdhoentzschproducts_categoriesswitch')
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'srfreecap_imagegenerator' => 'EXTBASEPLUGIN', 'srfreecap_imagegenerator.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'ImageGenerator'), 'srfreecap_audioplayer' => 'EXTBASEPLUGIN', 'srfreecap_audioplayer.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'AudioPlayer'), 'dce_dce' => 'EXTBASEPLUGIN', 'dce_dce.' => array('extensionName' => 'Dce', 'pluginName' => 'Dce'), 'sfeventmgt_pieventlist' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventlist.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventlist'), 'sfeventmgt_pieventdetail' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventdetail.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail'), 'sfeventmgt_pieventregistration' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventregistration.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventregistration'), 'sfeventmgt_pieventsearch' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventsearch.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventsearch'), 'sfeventmgt_pieventcalendar' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventcalendar.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventcalendar'), 'sfeventmgt_piuserreg' => 'EXTBASEPLUGIN', 'sfeventmgt_piuserreg.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Piuserreg'), 'sfeventmgt_pipayment' => 'EXTBASEPLUGIN', 'sfeventmgt_pipayment.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pipayment'), 'vdhoentzschproducts_products' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_products.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Products'), 'vdhoentzschproducts_productshow' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productshow.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductShow'), 'vdhoentzschproducts_productsdisplay' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productsdisplay.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductsDisplay'), 'vdhoentzschproducts_download' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_download.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Download'), 'vdhoentzschproducts_methods' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_methods.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Methods'), 'vdhoentzschproducts_categories' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categories.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Categories'), 'vdhoentzschproducts_categoriesswitch' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categoriesswitch.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'vdhoentzschproducts_measurement' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_measurement.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Measurement'), 'vdhoentzschproducts_text' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_text.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Text'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1'), 'tt_content.list.20.vdhoentzschproducts_categoriesswitch', 'vdhoentzschproducts_categoriesswitch')
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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' => 88, 'pid' => 87, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1710755551, 'crdate' => 1384524175, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 1792, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 11, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'vdhoentzschproducts_categoriesswitch', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => -1, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="switchableControllerActions"> <value index="vDEF">Category-&gt;categorySwitch</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":"","colPos":"","tx_container_parent":"","header":"","header_layout":"","subheader":"","list_type":"","pages":"","recursive":"","layout":"","frame_class":"","space_before_class":"","space_after_class":"","sectionIndex":"","linkToTop":"","sys_language_uid":"","hidden":"","starttime":"","endtime":"","fe_group":"","editlock":"","categories":"","rowDescription":""}', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_news_related_news' => 0, 'contact_box_title' => '', 'contact_box_telephone' => '', 'contact_box_link' => '', 'contact_box_link_label' => '', 'collapsible_title_small' => '', 'collapsible_title_big' => '', 'collapsible_column_left' => null, 'collapsible_column_right' => null, 'collapsible_link' => '', 'collapsible_link_label' => '', 'collapsible_open' => 0, 'company_title_small' => '', 'company_title_big' => '', 'company_link' => '', 'youtube_title' => '', 'youtube_embed_link' => '', 'button_link' => '', 'button_link_label' => '', 'widebox_style' => '0', 'calibration_center_title' => '', 'calibration_center_expander' => '', 'widebox_show_navigation' => 0, 'tx_hoentzschsitepackage_agency_item' => 0, 'tx_hoentzschsitepackage_agency_title' => '', 'tx_hoentzschsitepackage_compare_title' => '', 'tx_hoentzschsitepackage_compare_column' => 0, 'tx_hoentzschsitepackage_compare_row' => 0, 'tx_hoentzschsitepackage_gallery_item' => 0, 'tx_dce_dce' => 0, 'tx_dce_index' => null, 'tx_dce_new_container' => 0, 'filelink_sorting_direction' => '', 'tx_container_parent' => 0, 'tx_dce_slug' => '', 'tx_mask_accessories' => null, 'tx_mask_combination' => '', 'tx_mask_documents' => null, 'tx_mask_indicators' => null, 'tx_mask_measuring_range' => null, 'tx_mask_media' => null, 'tx_mask_pressure' => null, 'tx_mask_protection_type' => null, 'tx_mask_protection_type_ip' => null, 'tx_mask_sensor_in' => null, 'tx_mask_sensor_out' => null, 'tx_mask_sil' => null, 'tx_mask_temperature' => null), 'typoscriptObjectPath' => 'tt_content.list.20.vdhoentzschproducts_categoriesswitch', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/public/typo3temp/var/cache/code/fluid_template/Default_action_List_cd668e6becbbb69c93f57a03c0bc266e8f5b7922.php line 80
'currentValueKey' => NULL,
'table' => 'tt_content',
];
$renderChildrenClosure6 = ($arguments5['data'] !== null) ? function() use ($arguments5) { return $arguments5['data']; } : $renderChildrenClosure6;
$output4 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '
    ';
return $output4;
at Default_action_List_cd668e6becbbb69c93f57a03c0bc266e8f5b7922->{closure}()
in /html/live28022024/typo3_src-12.4.13/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)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/public/typo3temp/var/cache/code/fluid_template/Default_action_List_cd668e6becbbb69c93f57a03c0bc266e8f5b7922.php line 88
return $output4;
},
];

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

$output0 .= '

at Default_action_List_cd668e6becbbb69c93f57a03c0bc266e8f5b7922->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/typo3_src-12.4.13/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/live28022024/typo3_src-12.4.13/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/live28022024/public/typo3temp/var/cache/code/fluid_template/layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114.php line 1095
'contentAs' => NULL,
'debug' => true,
];

$output108 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments135, $renderChildrenClosure136, $renderingContext);

$output108 .= '
                                ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114->{closure}()
in /html/live28022024/typo3_src-12.4.13/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/live28022024/public/typo3temp/var/cache/code/fluid_template/layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114.php line 1210
return $output108;
},
];

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

$output56 .= '
                ';
at layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114->{closure}()
in /html/live28022024/typo3_src-12.4.13/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/live28022024/public/typo3temp/var/cache/code/fluid_template/layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114.php line 1219
return $output56;
},
];

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

$output4 .= '
        ';
at layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114->{closure}()
in /html/live28022024/typo3_src-12.4.13/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/live28022024/public/typo3temp/var/cache/code/fluid_template/layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114.php line 1585
return $output153;
},
];

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

$output0 .= '

at layout_Default_html_f80cdd8093466c6da7f5638077d9962b10555114->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/typo3_src-12.4.13/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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 330
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 87

        $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' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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'))), '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'srfreecap_imagegenerator' => 'EXTBASEPLUGIN', 'srfreecap_imagegenerator.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'ImageGenerator'), 'srfreecap_audioplayer' => 'EXTBASEPLUGIN', 'srfreecap_audioplayer.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'AudioPlayer'), 'dce_dce' => 'EXTBASEPLUGIN', 'dce_dce.' => array('extensionName' => 'Dce', 'pluginName' => 'Dce'), 'sfeventmgt_pieventlist' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventlist.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventlist'), 'sfeventmgt_pieventdetail' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventdetail.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail'), 'sfeventmgt_pieventregistration' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventregistration.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventregistration'), 'sfeventmgt_pieventsearch' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventsearch.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventsearch'), 'sfeventmgt_pieventcalendar' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventcalendar.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventcalendar'), 'sfeventmgt_piuserreg' => 'EXTBASEPLUGIN', 'sfeventmgt_piuserreg.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Piuserreg'), 'sfeventmgt_pipayment' => 'EXTBASEPLUGIN', 'sfeventmgt_pipayment.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pipayment'), 'vdhoentzschproducts_products' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_products.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Products'), 'vdhoentzschproducts_productshow' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productshow.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductShow'), 'vdhoentzschproducts_productsdisplay' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productsdisplay.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductsDisplay'), 'vdhoentzschproducts_download' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_download.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Download'), 'vdhoentzschproducts_methods' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_methods.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Methods'), 'vdhoentzschproducts_categories' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categories.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Categories'), 'vdhoentzschproducts_categoriesswitch' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categoriesswitch.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'vdhoentzschproducts_measurement' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_measurement.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Measurement'), 'vdhoentzschproducts_text' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_text.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Text'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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'))), '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'srfreecap_imagegenerator' => 'EXTBASEPLUGIN', 'srfreecap_imagegenerator.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'ImageGenerator'), 'srfreecap_audioplayer' => 'EXTBASEPLUGIN', 'srfreecap_audioplayer.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'AudioPlayer'), 'dce_dce' => 'EXTBASEPLUGIN', 'dce_dce.' => array('extensionName' => 'Dce', 'pluginName' => 'Dce'), 'sfeventmgt_pieventlist' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventlist.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventlist'), 'sfeventmgt_pieventdetail' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventdetail.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail'), 'sfeventmgt_pieventregistration' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventregistration.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventregistration'), 'sfeventmgt_pieventsearch' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventsearch.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventsearch'), 'sfeventmgt_pieventcalendar' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventcalendar.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventcalendar'), 'sfeventmgt_piuserreg' => 'EXTBASEPLUGIN', 'sfeventmgt_piuserreg.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Piuserreg'), 'sfeventmgt_pipayment' => 'EXTBASEPLUGIN', 'sfeventmgt_pipayment.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pipayment'), 'vdhoentzschproducts_products' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_products.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Products'), 'vdhoentzschproducts_productshow' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productshow.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductShow'), 'vdhoentzschproducts_productsdisplay' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productsdisplay.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductsDisplay'), 'vdhoentzschproducts_download' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_download.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Download'), 'vdhoentzschproducts_methods' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_methods.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Methods'), 'vdhoentzschproducts_categories' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categories.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Categories'), 'vdhoentzschproducts_categoriesswitch' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categoriesswitch.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'vdhoentzschproducts_measurement' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_measurement.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Measurement'), 'vdhoentzschproducts_text' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_text.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Text'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $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' => 'List', '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'srfreecap_imagegenerator' => 'EXTBASEPLUGIN', 'srfreecap_imagegenerator.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'ImageGenerator'), 'srfreecap_audioplayer' => 'EXTBASEPLUGIN', 'srfreecap_audioplayer.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'AudioPlayer'), 'dce_dce' => 'EXTBASEPLUGIN', 'dce_dce.' => array('extensionName' => 'Dce', 'pluginName' => 'Dce'), 'sfeventmgt_pieventlist' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventlist.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventlist'), 'sfeventmgt_pieventdetail' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventdetail.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail'), 'sfeventmgt_pieventregistration' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventregistration.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventregistration'), 'sfeventmgt_pieventsearch' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventsearch.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventsearch'), 'sfeventmgt_pieventcalendar' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventcalendar.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventcalendar'), 'sfeventmgt_piuserreg' => 'EXTBASEPLUGIN', 'sfeventmgt_piuserreg.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Piuserreg'), 'sfeventmgt_pipayment' => 'EXTBASEPLUGIN', 'sfeventmgt_pipayment.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pipayment'), 'vdhoentzschproducts_products' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_products.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Products'), 'vdhoentzschproducts_productshow' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productshow.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductShow'), 'vdhoentzschproducts_productsdisplay' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productsdisplay.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductsDisplay'), 'vdhoentzschproducts_download' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_download.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Download'), 'vdhoentzschproducts_methods' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_methods.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Methods'), 'vdhoentzschproducts_categories' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categories.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Categories'), 'vdhoentzschproducts_categoriesswitch' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categoriesswitch.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'vdhoentzschproducts_measurement' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_measurement.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Measurement'), 'vdhoentzschproducts_text' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_text.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Text'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'list')
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '1218', 'maxGalleryWidthInText' => '1218', 'columnSpacing' => '36', 'borderWidth' => '2', 'borderPadding' => '0'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'srfreecap_imagegenerator' => 'EXTBASEPLUGIN', 'srfreecap_imagegenerator.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'ImageGenerator'), 'srfreecap_audioplayer' => 'EXTBASEPLUGIN', 'srfreecap_audioplayer.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'AudioPlayer'), 'dce_dce' => 'EXTBASEPLUGIN', 'dce_dce.' => array('extensionName' => 'Dce', 'pluginName' => 'Dce'), 'sfeventmgt_pieventlist' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventlist.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventlist'), 'sfeventmgt_pieventdetail' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventdetail.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail'), 'sfeventmgt_pieventregistration' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventregistration.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventregistration'), 'sfeventmgt_pieventsearch' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventsearch.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventsearch'), 'sfeventmgt_pieventcalendar' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventcalendar.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventcalendar'), 'sfeventmgt_piuserreg' => 'EXTBASEPLUGIN', 'sfeventmgt_piuserreg.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Piuserreg'), 'sfeventmgt_pipayment' => 'EXTBASEPLUGIN', 'sfeventmgt_pipayment.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pipayment'), 'vdhoentzschproducts_products' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_products.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Products'), 'vdhoentzschproducts_productshow' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productshow.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductShow'), 'vdhoentzschproducts_productsdisplay' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productsdisplay.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductsDisplay'), 'vdhoentzschproducts_download' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_download.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Download'), 'vdhoentzschproducts_methods' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_methods.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Methods'), 'vdhoentzschproducts_categories' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categories.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Categories'), 'vdhoentzschproducts_categoriesswitch' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categoriesswitch.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'vdhoentzschproducts_measurement' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_measurement.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Measurement'), 'vdhoentzschproducts_text' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_text.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Text'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,tx_news_domain_model_news,tx_sfeventmgt_domain_model_event', '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')), 'tx_sfeventmgt_domain_model_event' => 'EXTBASEPLUGIN', 'tx_sfeventmgt_domain_model_event.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail', 'settings' => '< plugin.tx_sfeventmgt.settings', 'settings.' => array('detail.' => array('isShortcut' => '1')))))), '20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news,tx_sfeventmgt_domain_model_event', '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')), 'tx_sfeventmgt_domain_model_event' => 'EXTBASEPLUGIN', 'tx_sfeventmgt_domain_model_event.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail', 'settings' => '< plugin.tx_sfeventmgt.settings', 'settings.' => array('detail.' => array('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' => '1218', 'maxGalleryWidthInText' => '1218', 'columnSpacing' => '36', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '1218', 'maxGalleryWidthInText' => '1218', 'columnSpacing' => '36', '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')))))), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), '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')), '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')), 'dce_producteaser' => 'EXTBASEPLUGIN', 'dce_producteaser.' => array('extensionName' => 'Dce', 'pluginName' => 'producteaser'), '2cols_container' => 'FLUIDTEMPLATE', '2cols_container.' => array('templateName' => '2Cols', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), '3cols_container' => 'FLUIDTEMPLATE', '3cols_container.' => array('templateName' => '3Cols', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), '4cols_container' => 'FLUIDTEMPLATE', '4cols_container.' => array('templateName' => '4Cols', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), 'applications' => 'FLUIDTEMPLATE', 'applications.' => array('templateName' => 'Applications', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), '20p_80p_container' => 'FLUIDTEMPLATE', '20p_80p_container.' => array('templateName' => '20p_80p_container', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), 'product_headline' => '< lib.contentElement', 'product_headline.' => array('templateName' => 'ProductHeadline', 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ProductHeadlineProcessor', '10.' => array('as' => 'page_headline'))), 'contact_box' => 'FLUIDTEMPLATE', 'contact_box.' => array('templateName' => 'ContactBox', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'images'))), 'collapsible' => 'FLUIDTEMPLATE', 'collapsible.' => array('templateName' => 'Collapsible', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'company' => 'FLUIDTEMPLATE', 'company.' => array('templateName' => 'Company', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'youtube' => 'FLUIDTEMPLATE', 'youtube.' => array('templateName' => 'Youtube', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'gallery' => 'FLUIDTEMPLATE', 'gallery.' => array('templateName' => 'Gallery', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_hoentzschsitepackage_gallery_item', 'pidInList.' => array('field' => 'pid'), 'orderBy' => 'sorting', 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'as' => 'items', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'))))), 'button' => 'FLUIDTEMPLATE', 'button.' => array('templateName' => 'Button', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'links' => '< lib.contentElement', 'links.' => array('templateName' => 'Links', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'media'), 'as' => 'files'))), 'widebox' => 'FLUIDTEMPLATE', 'widebox.' => array('templateName' => 'Widebox', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'headerImages'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'list', 'special.' => array('value' => '94,95'), 'entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'aktuellesNav'))), 'calibration_center' => 'FLUIDTEMPLATE', 'calibration_center.' => array('templateName' => 'CalibrationCenter', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'calibrations'))), 'social_box' => 'FLUIDTEMPLATE', 'social_box.' => array('templateName' => 'SocialBox', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'agency' => 'FLUIDTEMPLATE', 'agency.' => array('templateName' => 'Agency', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_hoentzschsitepackage_agency_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|')))), 'compare' => 'FLUIDTEMPLATE', 'compare.' => array('templateName' => 'Compare', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_hoentzschsitepackage_compare_column', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'as' => 'columns', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_hoentzschsitepackage_compare_row', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'as' => 'rows'))), 'gridelements_pi1' => 'FLUIDTEMPLATE', 'gridelements_pi1.' => array('templateName' => 'Gridelements', 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), 'variables.' => array('content' => 'USER', 'content.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), 'ce_layout_one-half.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '100.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>')), 'wrap' => '<div class="main-columns main-columns--layout-{field:layout} main-columns--one-half">|</div>', 'wrap.' => array('insertData' => '1')), 'ce_layout_thirds.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '100.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>')), 'wrap' => '<div class="main-columns main-columns--layout-{field:layout} main-columns--thirds">|</div>', 'wrap.' => array('insertData' => '1')), 'ce_layout_quarter.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '100.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>')), 'wrap' => '<div class="main-columns main-columns--layout-{field:layout} main-columns--quarter">|</div>', 'wrap.' => array('insertData' => '1')))))), 'gridelements_view' => 'FLUIDTEMPLATE', 'gridelements_view.' => array('templateName' => 'Gridelements', 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), 'variables.' => array('content' => 'USER', 'content.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))))))))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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')), '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' => '1218', 'maxGalleryWidthInText' => '1218', 'columnSpacing' => '36', 'borderWidth' => '2', 'borderPadding' => '0'))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'EXTBASEPLUGIN', 'indexedsearch_pi2.' => array('extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'srfreecap_imagegenerator' => 'EXTBASEPLUGIN', 'srfreecap_imagegenerator.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'ImageGenerator'), 'srfreecap_audioplayer' => 'EXTBASEPLUGIN', 'srfreecap_audioplayer.' => array('extensionName' => 'SrFreecap', 'pluginName' => 'AudioPlayer'), 'dce_dce' => 'EXTBASEPLUGIN', 'dce_dce.' => array('extensionName' => 'Dce', 'pluginName' => 'Dce'), 'sfeventmgt_pieventlist' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventlist.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventlist'), 'sfeventmgt_pieventdetail' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventdetail.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail'), 'sfeventmgt_pieventregistration' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventregistration.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventregistration'), 'sfeventmgt_pieventsearch' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventsearch.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventsearch'), 'sfeventmgt_pieventcalendar' => 'EXTBASEPLUGIN', 'sfeventmgt_pieventcalendar.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventcalendar'), 'sfeventmgt_piuserreg' => 'EXTBASEPLUGIN', 'sfeventmgt_piuserreg.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Piuserreg'), 'sfeventmgt_pipayment' => 'EXTBASEPLUGIN', 'sfeventmgt_pipayment.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pipayment'), 'vdhoentzschproducts_products' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_products.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Products'), 'vdhoentzschproducts_productshow' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productshow.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductShow'), 'vdhoentzschproducts_productsdisplay' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_productsdisplay.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'ProductsDisplay'), 'vdhoentzschproducts_download' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_download.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Download'), 'vdhoentzschproducts_methods' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_methods.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Methods'), 'vdhoentzschproducts_categories' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categories.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Categories'), 'vdhoentzschproducts_categoriesswitch' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_categoriesswitch.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'CategoriesSwitch'), 'vdhoentzschproducts_measurement' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_measurement.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Measurement'), 'vdhoentzschproducts_text' => 'EXTBASEPLUGIN', 'vdhoentzschproducts_text.' => array('extensionName' => 'Vdhoentzschproducts', 'pluginName' => 'Text'), 'sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1')), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,tx_news_domain_model_news,tx_sfeventmgt_domain_model_event', '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')), 'tx_sfeventmgt_domain_model_event' => 'EXTBASEPLUGIN', 'tx_sfeventmgt_domain_model_event.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail', 'settings' => '< plugin.tx_sfeventmgt.settings', 'settings.' => array('detail.' => array('isShortcut' => '1')))))), '20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news,tx_sfeventmgt_domain_model_event', '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')), 'tx_sfeventmgt_domain_model_event' => 'EXTBASEPLUGIN', 'tx_sfeventmgt_domain_model_event.' => array('extensionName' => 'SfEventMgt', 'pluginName' => 'Pieventdetail', 'settings' => '< plugin.tx_sfeventmgt.settings', 'settings.' => array('detail.' => array('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' => '1218', 'maxGalleryWidthInText' => '1218', 'columnSpacing' => '36', 'borderWidth' => '2', 'borderPadding' => '0'))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('files', '10.' => array('references.' => array('fieldName' => 'image')), 'gallery', '20.' => array('maxGalleryWidth' => '1218', 'maxGalleryWidthInText' => '1218', 'columnSpacing' => '36', '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')))))), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'EXTBASEPLUGIN', '20.' => array('extensionName' => 'Felogin', 'pluginName' => 'Login')), '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')), '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')), 'dce_producteaser' => 'EXTBASEPLUGIN', 'dce_producteaser.' => array('extensionName' => 'Dce', 'pluginName' => 'producteaser'), '2cols_container' => 'FLUIDTEMPLATE', '2cols_container.' => array('templateName' => '2Cols', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), '3cols_container' => 'FLUIDTEMPLATE', '3cols_container.' => array('templateName' => '3Cols', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), '4cols_container' => 'FLUIDTEMPLATE', '4cols_container.' => array('templateName' => '4Cols', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), 'applications' => 'FLUIDTEMPLATE', 'applications.' => array('templateName' => 'Applications', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), '20p_80p_container' => 'FLUIDTEMPLATE', '20p_80p_container.' => array('templateName' => '20p_80p_container', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Extensions/Container'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')), 'product_headline' => '< lib.contentElement', 'product_headline.' => array('templateName' => 'ProductHeadline', 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ProductHeadlineProcessor', '10.' => array('as' => 'page_headline'))), 'contact_box' => 'FLUIDTEMPLATE', 'contact_box.' => array('templateName' => 'ContactBox', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'images'))), 'collapsible' => 'FLUIDTEMPLATE', 'collapsible.' => array('templateName' => 'Collapsible', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'company' => 'FLUIDTEMPLATE', 'company.' => array('templateName' => 'Company', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'youtube' => 'FLUIDTEMPLATE', 'youtube.' => array('templateName' => 'Youtube', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'gallery' => 'FLUIDTEMPLATE', 'gallery.' => array('templateName' => 'Gallery', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_hoentzschsitepackage_gallery_item', 'pidInList.' => array('field' => 'pid'), 'orderBy' => 'sorting', 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'as' => 'items', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'))))), 'button' => 'FLUIDTEMPLATE', 'button.' => array('templateName' => 'Button', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'links' => '< lib.contentElement', 'links.' => array('templateName' => 'Links', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'media'), 'as' => 'files'))), 'widebox' => 'FLUIDTEMPLATE', 'widebox.' => array('templateName' => 'Widebox', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'headerImages'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subNav'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'list', 'special.' => array('value' => '94,95'), 'entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'aktuellesNav'))), 'calibration_center' => 'FLUIDTEMPLATE', 'calibration_center.' => array('templateName' => 'CalibrationCenter', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'calibrations'))), 'social_box' => 'FLUIDTEMPLATE', 'social_box.' => array('templateName' => 'SocialBox', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), 'agency' => 'FLUIDTEMPLATE', 'agency.' => array('templateName' => 'Agency', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_hoentzschsitepackage_agency_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|')))), 'compare' => 'FLUIDTEMPLATE', 'compare.' => array('templateName' => 'Compare', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_hoentzschsitepackage_compare_column', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'as' => 'columns', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_hoentzschsitepackage_compare_row', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'as' => 'rows'))), 'gridelements_pi1' => 'FLUIDTEMPLATE', 'gridelements_pi1.' => array('templateName' => 'Gridelements', 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), 'variables.' => array('content' => 'USER', 'content.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), 'ce_layout_one-half.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '100.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>')), 'wrap' => '<div class="main-columns main-columns--layout-{field:layout} main-columns--one-half">|</div>', 'wrap.' => array('insertData' => '1')), 'ce_layout_thirds.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '100.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>')), 'wrap' => '<div class="main-columns main-columns--layout-{field:layout} main-columns--thirds">|</div>', 'wrap.' => array('insertData' => '1')), 'ce_layout_quarter.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>'), '100.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="main-column">|</div>')), 'wrap' => '<div class="main-columns main-columns--layout-{field:layout} main-columns--quarter">|</div>', 'wrap.' => array('insertData' => '1')))))), 'gridelements_view' => 'FLUIDTEMPLATE', 'gridelements_view.' => array('templateName' => 'Gridelements', 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), 'variables.' => array('content' => 'USER', 'content.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))))))))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('LOAD_REGISTER', '5.' => 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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('LOAD_REGISTER', '5.' => 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/live28022024/typo3_src-12.4.13/typo3/sysext/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', '5.' => 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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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', '5.' => 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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $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', '5.' => 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/live28022024/typo3_src-12.4.13/typo3/sysext/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('contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), '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' => '1000m', 'height' => '800m', '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')))), '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, figcaption, 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,iframe', '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, figcaption, 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,iframe', '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, figcaption', '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, figcaption, 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,iframe', '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'), 'figcaption.' => array('stripNL' => '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')), '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, figcaption, 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,iframe', '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, figcaption', '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, figcaption, 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,iframe', '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'), 'figcaption.' => array('stripNL' => '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'))), 'navMain' => 'HMENU', 'navMain.' => array('wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>'))), 'navMeta' => 'HMENU', 'navMeta.' => array('special' => 'directory', 'special.' => array('value' => '27'), 'excludeUidList' => '95', 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>'))), 'boxContact' => 'COA', 'boxContact.' => array('wrap' => '<div id="contact">|</div>', 'TEXT', '10.' => array('value' => '联系我们', 'wrap' => '<p class="kont">|</p><span class="arr"></span>'), 'COA', '20.' => array('wrap' => '<div><ul>|</ul></div>', 'TEXT', '10.' => array('wrap' => '<li class="mail">|</li>', 'value' => 'info@hoentzsch.com', 'typolink.' => array('parameter' => 'info@hoentzsch.com')), 'COA', '20.' => array('wrap' => '<li class="phone">|', 'TEXT', '10.' => array('wrap' => '<a href="tel:|">', 'value' => '+49 7151 1716-66'), 'TEXT', '20.' => array('wrap' => '|</a></li>', 'value' => '+49 7151 1716-66')), 'TEXT', '30.' => array('wrap' => '<li class="text">|</li>', 'typolink.' => array('parameter' => '39', 'title.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // subtitle // title')))), 'TEXT', '40.' => array('wrap' => '<li class="tocontactform">|</li>', 'value' => '联系我们', 'typolink.' => array('parameter' => '30')))), 'boxContactMobile' => 'COA', 'boxContactMobile.' => array('wrap' => '<div class="contact-box">|</div>', 'TEXT', '10.' => array('value' => '联系我们', 'wrap' => '<p class="kont">|</p><span class="arr"></span>'), 'COA', '20.' => array('wrap' => '<div><ul>|</ul></div>', 'TEXT', '10.' => array('wrap' => '<li class="mail">|</li>', 'value' => 'info@hoentzsch.com', 'typolink.' => array('parameter' => 'info@hoentzsch.com')), 'COA', '20.' => array('wrap' => '<li class="phone">|', 'TEXT', '10.' => array('wrap' => '<a href="tel:|">', 'value' => '+49 7151 1716-66'), 'TEXT', '20.' => array('wrap' => '|</a></li>', 'value' => '+49 7151 1716-66')), 'TEXT', '30.' => array('wrap' => '<li class="text">|</li>', 'typolink.' => array('parameter' => '39', 'title.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // subtitle // title')))), 'TEXT', '40.' => array('wrap' => '<li class="tocontactform">|</li>', 'value' => '联系我们', 'typolink.' => array('parameter' => '30')))), 'boxPhone' => 'TEXT', 'boxPhone.' => array('value' => '欢迎拨打电话: <span class="bold">+49 7151 1716-66</span>', 'wrap' => '<div class="phoneBox"><a href="tel:+497151171666"><img alt="欢迎拨打电话: +49 7151 1716-66" src="/typo3conf/ext/hoentzsch_sitepackage/Resources/Public/Images/call-icon-svg.svg" /><div class="phoneBoxInner">|</div></a></div>'), 'boxPhoneMobile' => 'TEXT', 'boxPhoneMobile.' => array('value' => '欢迎拨打电话: <span class="bold">+49 7151 1716-66</span>', 'wrap' => '<div class="phoneBox mobile"><a href="tel:+497151171666"><img src="/typo3conf/ext/hoentzsch_sitepackage/Resources/Public/Images/call-icon-svg.svg" /><div class="phoneBoxInner">|</div></a></div>'), 'footer' => 'COA', 'footer.' => array('wrap' => '<div id="footer"><div class="central">|</div></div>', 'TEXT', '10.' => array('value' => '<div class="hr"><hr /></div>'), 'COA', '20.' => array('wrap' => '<div id="footerContent">|</div>', 'COA', '10.' => array('TEXT', '10.' => array('value' => '<div class="footer__logo"><img src="typo3conf/ext/hoentzsch_sitepackage/Resources/Public/Images/logo-inverted.svg" alt="höntzsch logo" /></div>', 'insertData' => '1'), 'RECORDS', '20.' => array('wrap' => '<div class="address">|</div>', 'tables' => 'tt_content', 'source' => '11', 'conf.' => array('tt_content' => 'TEXT', 'tt_content.' => array('field' => 'bodytext', '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(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), '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, figcaption, 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,iframe', '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, figcaption', '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(*DEEP NESTED ARRAY*))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array(*DEEP NESTED ARRAY*)), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array(*DEEP NESTED ARRAY*), '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'), 'figcaption.' => array('stripNL' => '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'))))), 'dontCheckPid' => '1'), 'wrap' => '<div class="footerFrame">|</div>'), 'COA', '20.' => array('TEXT', '10.' => array('value' => '產品', 'wrap' => '<p class="title">|</p>'), 'COA', '20.' => array('wrap' => '<div>|</div>', 'HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '48'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>', 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // title', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*))))))), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '49'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>', 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // title', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))))))), 'wrap' => '<div class="footerFrame">|</div>'), 'COA', '30.' => array('TEXT', '10.' => array('value' => '<p class="title">&nbsp;</p>', 'wrap' => '<p class="title">|</p>'), 'HMENU', '20.' => array('wrap' => '<div><ul>|</ul></div>', 'special' => 'directory', 'special.' => array('value' => '41'), 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>', 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // title', 'typolink.' => array('parameter.' => array('field' => 'url'), 'extTarget.' => array('field' => 'target'))))))), 'wrap' => '<div class="footerFrame">|</div>')), 'COA', '30.' => array('wrap' => '<div class="f_menu">|</div>', 'HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '5'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>'))), 'TEXT', '20.' => array('value' => '&copy; {date:Y} Höntzsch GmbH &amp; Co. KG', 'insertData' => '1', 'wrap' => '<span class="copyright">|</span>'))), 'logo' => 'TEXT', 'logo.' => array('value' => 'typo3conf/ext/hoentzsch_sitepackage/Resources/Public/Images/logo.svg', 'innerWrap' => '<img alt="höntzsch - flow measuring technology" src="|" />', 'typolink.' => array('parameter' => '1', 'ATagParams' => 'class="logo"')), 'fluidContent.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ConstantsProcessor', '1519220379.' => array('as' => 'hoentzsch_sitepackage', 'key' => 'page'))), 'navSubContact' => 'COA', 'navSubContact.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '28'), 'wrap' => '<ul>|</ul>', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li>|</li>'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>'))), 'RECORDS', '20.' => array('wrap' => '<div class="contactinfo">|</div>', 'tables' => 'tt_content', 'source' => '961', 'dontCheckPid' => '1')), 'contactContact' => 'COA', 'contactContact.' => array('wrap' => '<div class="contact2"><ul>|</ul></div>', 'COA', '10.' => array('stdWrap.' => array('wrap' => '<li class="pin">|</li>'), 'TEXT', '10.' => array('noTrimWrap' => '|<span>|</span> |', 'value' => '{$contactContactBox.address.de.name}'), 'TEXT', '20.' => array('value' => '{$contactContactBox.address.de.address}')), 'TEXT', '20.' => array('wrap' => '<li class="mail">|</li>', 'value' => '{$contactContactBox.email.de}', 'typolink.' => array('parameter' => '{$contactContactBox.email.de}')), 'TEXT', '30.' => array('wrap' => '<li class="phone"><span>|</span></li>', 'value' => '{$contactContactBox.phone.de}'), 'TEXT', '40.' => array('wrap' => '<li class="text">|</li>', 'typolink.' => array('parameter' => '{$contactContactBox.task.linkPid}'))), 'lds.' => array('headline' => 'CONTENT', 'headline.' => array('select.' => array('pidInList' => '1', 'recursive' => '3', 'uidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('intval' => '1', 'data' => 'GP:category'))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('stdWrap.' => array('field' => 'page_headline'))), 'table' => 'tx_vdhoentzschproducts_domain_model_category')), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => 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'), 'dynamicContentSlide' => '< lib.dynamicContent', 'dynamicContentSlide.' => array('20.' => array('slide' => '-1')), 'revision' => 'USER_INT', 'revision.' => array('userFunc' => 'Loewenstark\\HoentzschSitepackage\\Utility\\RevisionUtility->getRevision'), 'page.' => array('class' => 'COA', 'class.' => array('TEXT', '10.' => array('field' => 'alias // uid', 'noTrimWrap' => '|page-||'), 'TEXT', '20.' => array('data' => 'level:1', 'noTrimWrap' => '| pagelevel-||'), 'TEXT', '30.' => array('data' => 'TSFE:sys_language_uid', 'noTrimWrap' => '| language-||'), 'TEXT', '40.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default', 'noTrimWrap' => '| be-layout-||'), 'TEXT', '50.' => array('field' => 'layout', 'noTrimWrap' => '| fe-layout-||', 'ifEmpty' => 'default'))), 'gridelements.' => array('defaultGridSetup.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))), 'gpvar' => 'COA', 'gpvar.' => array('stdWrap.' => array('htmlSpecialChars' => '1'), 'TEXT', '10.' => array('dataWrap' => 'GP:{current}', 'insertData' => '1', 'wrap3' => '{|}')), 'search' => 'TEXT', 'search.' => array('value' => 'Search', 'value.' => array('override' => '搜索'), 'typolink.' => array('parameter' => '98', 'ATagParams' => 'class="search"')), 'tx_mask.' => array('content' => 'RECORDS', 'content.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'maskContentElement' => 'FLUIDTEMPLATE', 'maskContentElement.' => array('dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor')), 'subNavIsMethodMenu' => '1'), 'lib.dynamicContent', 'dynamicContent')
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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' => 11), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/public/typo3temp/var/cache/code/fluid_template/Default_action_Product_be3a008c231b38a09e5556a63f938f843c00cf85.php line 113
'currentValueKey' => NULL,
'table' => '',
];
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output0 .= '
                    </div>
                    ';
at Default_action_Product_be3a008c231b38a09e5556a63f938f843c00cf85->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/typo3_src-12.4.13/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(), false)
in /html/live28022024/typo3_src-12.4.13/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' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/public/typo3temp/var/cache/code/fluid_template/layout_Default_html_4b05f23350cc23a02349e7fbac08158eb3faaaf3.php line 444
'contentAs' => NULL,
'debug' => true,
];

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

$output0 .= '
        </div>

at layout_Default_html_4b05f23350cc23a02349e7fbac08158eb3faaaf3->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/live28022024/typo3_src-12.4.13/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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 330
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 87

        $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' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'hoentzsch_sitepackage', 'key' => 'page'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '27'), 'levels' => '1', 'includeSpacer' => '1', 'as' => 'metanavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_vdhoentzschproducts_domain_model_category', 'pidInList' => '57', 'selectFields' => 'uid,pid,name', 'where.' => array('data' => 'GP:category', 'intval' => '1', 'wrap' => 'uid=|'), 'as' => 'category'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('table' => 'tx_vdhoentzschproducts_domain_model_method', 'orderBy' => 'sorting', 'pidInList' => '57', 'as' => 'methods'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '60.' => array('languages' => 'auto', 'as' => 'menuLanguage'))))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 709
        }

        // 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(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'hoentzsch_sitepackage', 'key' => 'page'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '27'), 'levels' => '1', 'includeSpacer' => '1', 'as' => 'metanavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_vdhoentzschproducts_domain_model_category', 'pidInList' => '57', 'selectFields' => 'uid,pid,name', 'where.' => array('data' => 'GP:category', 'intval' => '1', 'wrap' => 'uid=|'), 'as' => 'category'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('table' => 'tx_vdhoentzschproducts_domain_model_method', 'orderBy' => 'sorting', 'pidInList' => '57', 'as' => 'methods'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '60.' => array('languages' => 'auto', 'as' => 'menuLanguage'))))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 656
        $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' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'hoentzsch_sitepackage', 'key' => 'page'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '27'), 'levels' => '1', 'includeSpacer' => '1', 'as' => 'metanavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_vdhoentzschproducts_domain_model_category', 'pidInList' => '57', 'selectFields' => 'uid,pid,name', 'where.' => array('data' => 'GP:category', 'intval' => '1', 'wrap' => 'uid=|'), 'as' => 'category'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('table' => 'tx_vdhoentzschproducts_domain_model_method', 'orderBy' => 'sorting', 'pidInList' => '57', 'as' => 'methods'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '60.' => array('languages' => 'auto', 'as' => 'menuLanguage'))), '10')
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 625
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeJSFooter.' => array('srFeuserRegister-formEvents' => 'EXT:sr_feuser_register/Resources/Public/JavaScript/formEvents.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'general' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/script.js', 'second' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/second.js', 'social' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/social.js', 'bootstrap' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/bootstrap.min.js', 'cookie-js' => 'EXT:cookieman/Resources/Public/Js/js.cookie.min.js', 'cookieman' => 'EXT:cookieman/Resources/Public/Js/cookieman.min.js', 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap4-modal/cookieman-theme.min.js', 'cookieman-init' => 'EXT:cookieman/Resources/Public/Js/cookieman-init.min.js'), 'includeCSS.' => array('tx_srfeuserregister' => 'EXT:sr_feuser_register/Resources/Public/StyleSheets/default.css', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'fonts' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/fonts.css', 'default' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/style.css', 'second' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/second.css', 'rwd' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/rwd.css', 'ie7' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/ie7.css', 'ie7.' => array('allWrap' => '<!--[if IE 7]>|<![endif]-->'), 'ie8' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/ie8.css', 'ie8.' => array('allWrap' => '<!--[if IE 8]>|<![endif]-->'), 'ieAll' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/ie-all.css', 'ieAll.' => array('allWrap' => '<!--[if IE]>|<![endif]-->'), 'print' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/print.css', 'print.' => array('media' => 'print'), 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap4-modal/cookieman-theme.min.css'), 'FLUIDTEMPLATE', '1365499.' => array('templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Cookieman/', 'EXT:cookieman/Resources/Private/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Templates/'), 'templateName' => 'Popup', 'partialRootPaths.' => array('EXT:cookieman/Resources/Private/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Partials/'), 'layoutRootPaths.' => array('EXT:cookieman/Resources/Private/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Layouts/'), 'extbase.' => array('controllerExtensionName' => 'cookieman'), 'dataProcessing.' => array('Dmind\\Cookieman\\DataProcessing\\TypoScriptSettingsProcessor')), 'typeNum' => '0', 'shortcutIcon' => 'EXT:hoentzsch_sitepackage/Resources/Public/Icons/favicon.png', 'headerData.' => array('COA', '10.' => array('field' => 'title', 'noTrimWrap' => '|<title>|</title>|', 'wrap' => '<title>|</title>', 'RECORDS', '10.' => array('source.' => array('data' => 'GP:category'), 'tables' => 'tx_vdhoentzschproducts_domain_model_category', 'conf.' => array('tx_vdhoentzschproducts_domain_model_method' => 'TEXT', 'tx_vdhoentzschproducts_domain_model_method.' => array('field' => 'name'), 'tx_vdhoentzschproducts_domain_model_category' => 'TEXT', 'tx_vdhoentzschproducts_domain_model_category.' => array('field' => 'name'))), 'TEXT', '20.' => array('value' => 'Kategorien für', 'noTrimWrap' => '| - | |'), 'RECORDS', '30.' => array('source.' => array('data' => 'GP:method'), 'tables' => 'tx_vdhoentzschproducts_domain_model_method', 'conf.' => array('tx_vdhoentzschproducts_domain_model_method' => 'TEXT', 'tx_vdhoentzschproducts_domain_model_method.' => array('field' => 'name'))), 'TEXT', '40.' => array('value' => '- Höntzsch', 'noTrimWrap' => '| ||'))), 'footerData.' => array('TEXT', '1001.' => array('value' => ' <script>!function(s,a,l,e,sv,i,ew,er){try{a=s[a]||s[l]||function(){throw"no_xhr"},sv=i="//salesviewer.org",l=s.SV_XHR=function(d){return er=new a,er.onerror=function(){if(sv!=i)throw"load_err";sv="//www.salesviewer.com",setTimeout(l.bind(null,d),0)},er.onload=function(){(s.execScript||s.eval).call(er,er.responseText)},er.open("POST",sv,!0),er.withCredentials=true,er.send(d),er},l("h_json="+1*("JSON"in s&&void 0!==JSON.parse)+"&h_wc=1&h_event="+1*("addEventListener"in s)+"&sva="+e)}catch(x){s=new Image,s.src="//salesviewer.org/tle.gif?sva=LE-001468-008&e="+encodeURIComponent(x)}}(window,"XDomainRequest","XMLHttpRequest","LE-001468-008")</script><noscript><img src="//salesviewer.org/LE-001468-008.gif" style="visibility:hidden;" /></noscript>')), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'TSFE:id', 'noTrimWrap' => '| id="page-|"|'), '< lib.page.class', '20.' => array('stdWrap.' => array('noTrimWrap' => '| class="|"|')), 'wrap' => '<body|>'), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'hoentzsch_sitepackage', 'key' => 'page'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '27'), 'levels' => '1', 'includeSpacer' => '1', 'as' => 'metanavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_vdhoentzschproducts_domain_model_category', 'pidInList' => '57', 'selectFields' => 'uid,pid,name', 'where.' => array('data' => 'GP:category', 'intval' => '1', 'wrap' => 'uid=|'), 'as' => 'category'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('table' => 'tx_vdhoentzschproducts_domain_model_method', 'orderBy' => 'sorting', 'pidInList' => '57', 'as' => 'methods'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '60.' => array('languages' => 'auto', 'as' => 'menuLanguage'))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'noindex,nofollow', 'google' => 'notranslate', 'apple-mobile-web-app-capable' => 'no', 'description' => '', 'description.' => array('override.' => array('field' => 'description')), 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => '', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => '', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))))))), 'includeCSSLibs.' => array('normalize' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/normalize.css', 'fontawesome' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/font-awesome.min.css'), 'includeJSFooterlibs.' => array('jQuery' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery-1.10.2.js', 'jQuery.' => array('forceOnTop' => '1'), 'jQueryLazy' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery.lazy.js', 'jQueryLazyYoutube' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery.lazy.youtube.js', 'jQuery_pi_Select' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery.styleselect.js')), '')
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 605
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeJSFooter.' => array('srFeuserRegister-formEvents' => 'EXT:sr_feuser_register/Resources/Public/JavaScript/formEvents.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'general' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/script.js', 'second' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/second.js', 'social' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/social.js', 'bootstrap' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/bootstrap.min.js', 'cookie-js' => 'EXT:cookieman/Resources/Public/Js/js.cookie.min.js', 'cookieman' => 'EXT:cookieman/Resources/Public/Js/cookieman.min.js', 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap4-modal/cookieman-theme.min.js', 'cookieman-init' => 'EXT:cookieman/Resources/Public/Js/cookieman-init.min.js'), 'includeCSS.' => array('tx_srfeuserregister' => 'EXT:sr_feuser_register/Resources/Public/StyleSheets/default.css', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'fonts' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/fonts.css', 'default' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/style.css', 'second' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/second.css', 'rwd' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/rwd.css', 'ie7' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/ie7.css', 'ie7.' => array('allWrap' => '<!--[if IE 7]>|<![endif]-->'), 'ie8' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/ie8.css', 'ie8.' => array('allWrap' => '<!--[if IE 8]>|<![endif]-->'), 'ieAll' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/ie-all.css', 'ieAll.' => array('allWrap' => '<!--[if IE]>|<![endif]-->'), 'print' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/print.css', 'print.' => array('media' => 'print'), 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap4-modal/cookieman-theme.min.css'), 'FLUIDTEMPLATE', '1365499.' => array('templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Cookieman/', 'EXT:cookieman/Resources/Private/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Templates/'), 'templateName' => 'Popup', 'partialRootPaths.' => array('EXT:cookieman/Resources/Private/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Partials/'), 'layoutRootPaths.' => array('EXT:cookieman/Resources/Private/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap4-modal/Layouts/'), 'extbase.' => array('controllerExtensionName' => 'cookieman'), 'dataProcessing.' => array('Dmind\\Cookieman\\DataProcessing\\TypoScriptSettingsProcessor')), 'typeNum' => '0', 'shortcutIcon' => 'EXT:hoentzsch_sitepackage/Resources/Public/Icons/favicon.png', 'headerData.' => array('COA', '10.' => array('field' => 'title', 'noTrimWrap' => '|<title>|</title>|', 'wrap' => '<title>|</title>', 'RECORDS', '10.' => array('source.' => array('data' => 'GP:category'), 'tables' => 'tx_vdhoentzschproducts_domain_model_category', 'conf.' => array('tx_vdhoentzschproducts_domain_model_method' => 'TEXT', 'tx_vdhoentzschproducts_domain_model_method.' => array('field' => 'name'), 'tx_vdhoentzschproducts_domain_model_category' => 'TEXT', 'tx_vdhoentzschproducts_domain_model_category.' => array('field' => 'name'))), 'TEXT', '20.' => array('value' => 'Kategorien für', 'noTrimWrap' => '| - | |'), 'RECORDS', '30.' => array('source.' => array('data' => 'GP:method'), 'tables' => 'tx_vdhoentzschproducts_domain_model_method', 'conf.' => array('tx_vdhoentzschproducts_domain_model_method' => 'TEXT', 'tx_vdhoentzschproducts_domain_model_method.' => array('field' => 'name'))), 'TEXT', '40.' => array('value' => '- Höntzsch', 'noTrimWrap' => '| ||'))), 'footerData.' => array('TEXT', '1001.' => array('value' => ' <script>!function(s,a,l,e,sv,i,ew,er){try{a=s[a]||s[l]||function(){throw"no_xhr"},sv=i="//salesviewer.org",l=s.SV_XHR=function(d){return er=new a,er.onerror=function(){if(sv!=i)throw"load_err";sv="//www.salesviewer.com",setTimeout(l.bind(null,d),0)},er.onload=function(){(s.execScript||s.eval).call(er,er.responseText)},er.open("POST",sv,!0),er.withCredentials=true,er.send(d),er},l("h_json="+1*("JSON"in s&&void 0!==JSON.parse)+"&h_wc=1&h_event="+1*("addEventListener"in s)+"&sva="+e)}catch(x){s=new Image,s.src="//salesviewer.org/tle.gif?sva=LE-001468-008&e="+encodeURIComponent(x)}}(window,"XDomainRequest","XMLHttpRequest","LE-001468-008")</script><noscript><img src="//salesviewer.org/LE-001468-008.gif" style="visibility:hidden;" /></noscript>')), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'TSFE:id', 'noTrimWrap' => '| id="page-|"|'), '< lib.page.class', '20.' => array('stdWrap.' => array('noTrimWrap' => '| class="|"|')), 'wrap' => '<body|>'), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default'), 'templateRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/', 'EXT:hoentzsch_sitepackage/Resources/Private/Layouts/Page/'), 'dataProcessing.' => array('Loewenstark\\HoentzschSitepackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'hoentzsch_sitepackage', 'key' => 'page'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'directory', 'special.' => array('value' => '27'), 'levels' => '1', 'includeSpacer' => '1', 'as' => 'metanavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '40.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_vdhoentzschproducts_domain_model_category', 'pidInList' => '57', 'selectFields' => 'uid,pid,name', 'where.' => array('data' => 'GP:category', 'intval' => '1', 'wrap' => 'uid=|'), 'as' => 'category'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('table' => 'tx_vdhoentzschproducts_domain_model_method', 'orderBy' => 'sorting', 'pidInList' => '57', 'as' => 'methods'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '60.' => array('languages' => 'auto', 'as' => 'menuLanguage'))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'noindex,nofollow', 'google' => 'notranslate', 'apple-mobile-web-app-capable' => 'no', 'description' => '', 'description.' => array('override.' => array('field' => 'description')), 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => '', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => '', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))))))), 'includeCSSLibs.' => array('normalize' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/normalize.css', 'fontawesome' => 'EXT:hoentzsch_sitepackage/Resources/Public/Css/font-awesome.min.css'), 'includeJSFooterlibs.' => array('jQuery' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery-1.10.2.js', 'jQuery.' => array('forceOnTop' => '1'), 'jQueryLazy' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery.lazy.js', 'jQueryLazyYoutube' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery.lazy.youtube.js', 'jQuery_pi_Select' => 'EXT:hoentzsch_sitepackage/Resources/Public/JavaScript/jquery.styleselect.js')))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 224
     * 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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 195
    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/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 135
            // 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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 51
    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', $this->requestId->nonce);
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/public/typo3conf/ext/sr_freecap/Classes/Middleware/CaptchaRequestHandler.php line 57
    {
        $srFreecap = $request->getQueryParams()['srFreecap'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at SJBR\SrFreecap\Middleware\CaptchaRequestHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 58

        // 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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 112
        // 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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 113
            }
        }

        $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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 63

                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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 53
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:128$55->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/typo3/sysext/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/live28022024/typo3_src-12.4.13/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/live28022024/typo3_src-12.4.13/index.php line 21
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});