Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1390290029 TYPO3\CMS\Core\Resource\Exception\InsufficientFolderReadPermissionsException

You are trying to use a method on the inaccessible folder "typo3temp/assets/_processed_/".

in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/InaccessibleFolder.php line 35
     * @throws Exception\InsufficientFolderReadPermissionsException
     */
    protected function throwInaccessibleException()
    {
        throw new Exception\InsufficientFolderReadPermissionsException(
            'You are trying to use a method on the inaccessible folder "' . $this->getName() . '".',
            1390290029
        );
    }
at TYPO3\CMS\Core\Resource\InaccessibleFolder->throwInaccessibleException()
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/InaccessibleFolder.php line 239
     * @throws Exception\InsufficientFolderReadPermissionsException
     */
    public function hasFolder($name)
    {
        $this->throwInaccessibleException();
    }

    /**
     * Updates the properties of this folder, e.g. after re-indexing or moving it.
at TYPO3\CMS\Core\Resource\InaccessibleFolder->hasFolder('4')
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/ResourceStorage.php line 3107
        );

        try {
            foreach ($nestedFolderNames as $folderName) {
                if ($processingFolder->hasFolder($folderName)) {
                    $processingFolder = $processingFolder->getSubfolder($folderName);
                } else {
                    $currentEvaluatePermissions = $processingFolder->getStorage()->getEvaluatePermissions();
                    $processingFolder->getStorage()->setEvaluatePermissions(false);
at TYPO3\CMS\Core\Resource\ResourceStorage->getNestedProcessingFolder(object(TYPO3\CMS\Core\Resource\File), object(TYPO3\CMS\Core\Resource\InaccessibleFolder))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/ResourceStorage.php line 3083
        }

        $processingFolder = $this->processingFolder;
        if (!empty($file)) {
            $processingFolder = $this->getNestedProcessingFolder($file, $processingFolder);
        }
        return $processingFolder;
    }

at TYPO3\CMS\Core\Resource\ResourceStorage->getProcessingFolder(object(TYPO3\CMS\Core\Resource\File))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php line 93
    protected function checkForExistingTargetFile(TaskInterface $task)
    {
        // the storage of the processed file, not of the original file!
        $storage = $task->getTargetFile()->getStorage();
        $processingFolder = $storage->getProcessingFolder($task->getSourceFile());

        // explicitly check for the raw filename here, as we check for files that existed before we even started
        // processing, i.e. that were processed earlier
        if ($processingFolder->hasFile($task->getTargetFileName())) {
at TYPO3\CMS\Core\Resource\Processing\LocalImageProcessor->checkForExistingTargetFile(object(TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php line 49
    {
        if (!$this->canProcessTask($task)) {
            throw new \InvalidArgumentException('Cannot process task of type "' . $task->getType() . '.' . $task->getName() . '"', 1350570621);
        }
        if ($this->checkForExistingTargetFile($task)) {
            return;
        }
        $helper = $this->getHelperByTaskName($task->getName());
        try {
at TYPO3\CMS\Core\Resource\Processing\LocalImageProcessor->processTask(object(TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php line 123
            $processedFile->isOutdated()) {
            $task = $processedFile->getTask();
            /** @var Resource\Processing\LocalImageProcessor $processor */
            $processor = GeneralUtility::makeInstance(Resource\Processing\LocalImageProcessor::class);
            $processor->processTask($task);

            if ($task->isExecuted() && $task->isSuccessful() && $processedFile->isProcessed()) {
                /** @var Resource\ProcessedFileRepository $processedFileRepository */
                $processedFileRepository = GeneralUtility::makeInstance(Resource\ProcessedFileRepository::class);
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->process(object(TYPO3\CMS\Core\Resource\ProcessedFile), object(LL\Fal\Resource\ResourceStorage))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php line 98
        // Only handle the file if it is not processed yet
        // (maybe modified or already processed by a signal)
        // or (in case of preview images) already in the DB/in the processing folder
        if (!$processedFile->isProcessed()) {
            $this->process($processedFile, $targetStorage);
        }

        // Post-process (enrich) the file
        $this->emitPostFileProcessSignal($processedFile, $fileObject, $taskType, $configuration);
at TYPO3\CMS\Core\Resource\Service\FileProcessingService->processFile(object(TYPO3\CMS\Core\Resource\File), object(LL\Fal\Resource\ResourceStorage), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'fileExtension' => null, 'maxWidth' => 1400, 'maxHeight' => 0, 'minWidth' => 0, 'minHeight' => 0, 'noScale' => null, 'additionalParameters' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1', 'frame' => 0, 'crop' => null))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/ResourceStorage.php line 1395
    {
        if ($fileObject->getStorage() !== $this) {
            throw new \InvalidArgumentException('Cannot process files of foreign storage', 1353401835);
        }
        $processedFile = $this->getFileProcessingService()->processFile($fileObject, $this, $context, $configuration);

        return $processedFile;
    }

at TYPO3\CMS\Core\Resource\ResourceStorage->processFile(object(TYPO3\CMS\Core\Resource\File), 'Image.CropScaleMask', array('width' => null, 'height' => null, 'fileExtension' => null, 'maxWidth' => 1400, 'maxHeight' => 0, 'minWidth' => 0, 'minHeight' => 0, 'noScale' => null, 'additionalParameters' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1', 'frame' => 0, 'crop' => null))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Resource/File.php line 299
     * @return ProcessedFile The processed file
     */
    public function process($taskType, array $configuration)
    {
        return $this->getStorage()->processFile($this, $taskType, $configuration);
    }

    /**
     * Returns an array representation of the file.
at TYPO3\CMS\Core\Resource\File->process('Image.CropScaleMask', array('width' => null, 'height' => null, 'fileExtension' => null, 'maxWidth' => 1400, 'maxHeight' => 0, 'minWidth' => 0, 'minHeight' => 0, 'noScale' => null, 'additionalParameters' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1', 'frame' => 0, 'crop' => null))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 4788
                        $processingConfiguration['maskImages']['backgroundImage'] = $bgImg['processedFile'];
                        $processingConfiguration['maskImages']['maskBottomImage'] = $bottomImg['processedFile'];
                        $processingConfiguration['maskImages']['maskBottomImageMask'] = $bottomImg_mask['processedFile'];
                    }
                    $processedFileObject = $fileObject->process(ProcessedFile::CONTEXT_IMAGECROPSCALEMASK, $processingConfiguration);
                    if ($processedFileObject->isProcessed()) {
                        $imageResource = [
                            0 => (int)$processedFileObject->getProperty('width'),
                            1 => (int)$processedFileObject->getProperty('height'),
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->getImgResource('uploads/tx_templavoila/blue-background-students-01.jpg', array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'))
in /usr/local/share/typo3/9.5/typo3/ext/ll_fe/Xclass/ContentObjectRenderer.php line 119
 {
  if (!isset($fileArray['params'])) {
   $fileArray['params'] = $GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_stripColorProfileCommand'];
  }
  return parent::getImgResource($file, $fileArray);
 }

 /**
  ** Note: XClass needed to interact with tx_ll
at LiquidLight\Frontend\XClass\ContentObjectRenderer->getImgResource(null, array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php line 31
     * @return string Output
     */
    public function render($conf = [])
    {
        $GLOBALS['TSFE']->lastImgResourceInfo = $this->cObj->getImgResource($conf['file'], $conf['file.']);
        if ($GLOBALS['TSFE']->lastImgResourceInfo) {
            $imageResource = $GLOBALS['TSFE']->lastImgResourceInfo[3];
            $theValue = isset($conf['stdWrap.']) ? $this->cObj->stdWrap($imageResource, $conf['stdWrap.']) : $imageResource;
        } else {
at TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject->render(array('file.' => array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'), 'stdWrap.' => array('required' => '1', 'wrap' => 'background-image: url(/|);')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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\ImageResourceContentObject), array('file.' => array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'), 'stdWrap.' => array('required' => '1', 'wrap' => 'background-image: url(/|);')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('IMG_RESOURCE', array('file.' => array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'), 'stdWrap.' => array('required' => '1', 'wrap' => 'background-image: url(/|);')), 'TemplaVoila_Proc.10')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet('r', 'S')
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 659
                                }
                            }

                            $tsparserObj->parse($LP[$key]['TypoScript']);
                            $dataValues[$key][$valueKey] = $cObj->cObjGet($tsparserObj->setup, 'TemplaVoila_Proc.');
                        }
                        if (trim($LP[$key]['TypoScriptObjPath'])) {
                            list($name, $conf) = $tsparserObj->getVal(trim($LP[$key]['TypoScriptObjPath']), $GLOBALS['TSFE']->tmpl->setup);
                            $dataValues[$key][$valueKey] = $cObj->cObjGetSingle($name, $conf, 'TemplaVoila_ProcObjPath--' . str_replace('.', '*', $LP[$key]['TypoScriptObjPath']) . '.');
at Ppi\TemplaVoilaPlus\Controller\FrontendController->processDataValues(array('field_content' => array('vDEF' => '<h2 class=""> Sign up for our IALC Newsletter </h2><p class="buttonInverted"><a href="https://www.ialc.org/contact-us/newsletter-signup" target="_blank" rel="noopener">Apply here</a></p>'), 'field_class' => array('vDEF' => 'block'), 'field_class_wrapper' => array('vDEF' => 'wrapper'), 'field_background' => array('vDEF' => 'blue-background-students-01.jpg'), 'field_id' => array('vDEF' => 'c4051'), 'field_title' => array('vDEF' => '')), array('field_id' => array('type' => 'attr', 'tx_templavoilaplus' => array('title' => 'ID', 'eType' => 'TypoScriptObject', 'TypoScriptObjPath' => 'lib.content.box.id')), 'field_title' => array('type' => '[blank]', 'tx_templavoilaplus' => array('title' => 'Title', 'eType' => 'TypoScriptObject', 'TypoScriptObjPath' => 'lib.content.box.title')), 'field_content' => array('tx_templavoilaplus' => array('title' => 'Content', 'sample_data' => array(''), 'eType' => 'ce', 'TypoScript' => '10 = RECORDS10.source.current=110.tables = tt_content ', 'oldStyleColumnNumber' => 0), 'TCEforms' => array('l10n_mode' => 'exclude', 'config' => array('type' => 'group', 'internal_type' => 'db', 'allowed' => 'tt_content', 'size' => '5', 'maxitems' => '200', 'minitems' => '0', 'multiple' => '1', 'show_thumbs' => '1'), 'label' => 'Content')), 'field_class' => array('type' => 'attr', 'tx_templavoilaplus' => array('title' => 'Class', 'eType' => 'select'), 'TCEforms' => array('config' => array('type' => 'select', 'items' => array(array('Box', 'block'), array('Toggle Box', 'box toggle'), array('Tabs', 'box tabs'), array('CTA', 'box cta'), array('Highlight', 'box highlight'), array('Breakout', 'breakout'), array('Breakout Alt', 'breakout alt'), array('Routing', 'box routing'), array('Group', 'box group'), array('Salesforce Form', 'salesforceForm'))), 'label' => 'Class')), 'field_class_wrapper' => array('type' => 'attr', 'tx_templavoilaplus' => array('title' => 'Wrapper class', 'eType' => 'select'), 'TCEforms' => array('config' => array('type' => 'select', 'itemsProcFunc' => 'tx_llfe->getWrapperClasses', 'items' => array(array('Wrapper', 'wrapper'), array('Wrapper Alternative', 'wrapper alt'))), 'label' => 'Wrapper class')), 'field_background' => array('type' => 'attr', 'tx_templavoilaplus' => array('title' => 'Background', 'sample_data' => array(''), 'eType' => 'image', 'TypoScript' => '10 = IMG_RESOURCE10 { file { import = uploads/tx_templavoila/ import { current = 1 listNum = 0 } maxW = 1400 params = -strip -quality 85% -sampling-factor 2x2,1x1,1x1 } stdWrap { required = 1 wrap = background-image: url(/|); }} ', 'proc' => array('int' => '0', 'HSC' => '0', 'stdWrap' => ''), 'preview' => ''), 'TCEforms' => array('label' => 'Background', 'l10n_mode' => 'exclude', 'config' => array('type' => 'group', 'internal_type' => 'file', 'allowed' => 'gif,png,jpg,jpeg', 'max_size' => '1000', 'uploadfolder' => 'uploads/tx_templavoila', 'show_thumbs' => '1', 'size' => '1', 'maxitems' => '1', 'minitems' => '0')))), null, 'vDEF', true)
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 374

                        $TOlocalProc = $singleSheet ? $TOproc['ROOT']['el'] : $TOproc['sheets'][$sheet]['ROOT']['el'];
                        // Store the original data values before the get processed.
                        $originalDataValues = $dataValues;
                        $this->processDataValues($dataValues, $dataStruct['ROOT']['el'], $TOlocalProc, $vKey, ($this->conf['renderUnmapped'] !== 'false' ? true : $TO['MappingInfo']['ROOT']['el']));

                        // Hook: renderElement_postProcessDataValues
                        foreach ($hookObjectsArr as $hookObj) {
                            if (method_exists($hookObj, 'renderElement_postProcessDataValues')) {
at Ppi\TemplaVoilaPlus\Controller\FrontendController->renderElement(array('uid' => 4051, 'pid' => 472, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1540375341, 'crdate' => 1506611929, 'cruser_id' => 38, 'hidden' => 0, 'sorting' => 200, 'CType' => 'templavoilaplus_pi1', 'header' => '', 'header_position' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecaption' => '', 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => '', 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 2, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'imagecaption_position' => '', 'image_link' => null, 'image_zoom' => 0, 'altText' => '', 'titleText' => '', 'longdescURL' => '', 'header_layout' => '2', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'date' => 0, 'image_frames' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:1:{s:23:"tx_templavoilaplus_flex";N;}', 'tx_lltaxonomy_categories' => 0, 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => null, 'filelink_sorting' => '', '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, 'tx_templavoilaplus_ds' => '12', 'tx_templavoilaplus_to' => 13, 'tx_templavoilaplus_flex' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_content"> <value index="vDEF">4049</value> </field> <field index="field_class"> <value index="vDEF">block</value> </field> <field index="field_class_wrapper"> <value index="vDEF">wrapper</value> </field> <field index="field_background"> <value index="vDEF">blue-background-students-01.jpg</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_templavoilaplus_pito' => 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_llslider' => 0, 'filelink_sorting_direction' => '', 'uid_unique' => 4051), 'tt_content')
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 79
    public function main($content, $conf)
    {
        $this->initVars($conf);

        return $this->renderElement($this->cObj->data, 'tt_content');
    }

    /**
     * Main function for rendering records from system tables (like fe_users) using TemplaVoila. Function creates fake flexform, ds and to fields for the record and calls {@link #renderElement($row,$table) renderElement} for processing.
at Ppi\TemplaVoilaPlus\Controller\FrontendController->main('', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))))
at call_user_func_array(array(object(Ppi\TemplaVoilaPlus\Controller\FrontendController), 'main'), array('', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13')))))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 6015
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '20')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))), 'templavoilaplus_pi1')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // 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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array()), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('params' => 'loading="lazy"', 'file.' => array('params' => '+profile "*" -quality 85% -sampling-factor 2x2,1x1,1x1')), 'rendering.' => array('globalCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'singleCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'splitCaption.' => array('caption.' => array('htmlSpecialChars' => '1'))), 'maxW' => '1200')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ll_catalog_pi' => '< plugin.tx_llcatalog_pi', 'll_catalog_pi_cached' => '< plugin.tx_llcatalog_pi_cached', 'll_contact_pi1' => '< plugin.tx_llcontact_pi1', 'ialc_filters_pi' => '< plugin.tx_ialc_filters_pi', 'ialc_schools_pi' => '< plugin.tx_ialc_schools_pi', 'ialc_schoolssummer_pi' => '< plugin.tx_ialc_schoolssummer_pi', 'ialc_favourites_pi' => '< plugin.tx_ialc_favourites_pi', 'ialc_endorsements_pi' => '< plugin.tx_ialc_endorsements_pi', 'll_gallery_pi' => '< plugin.tx_llgallery_pi', 'll_slider_pi1' => '< plugin.tx_llslider_pi1', 'pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1', 'pbsurvey_ll_pi2' => '< plugin.tx_pbsurveyll_pi2', 'pbsurvey_ll_pi3' => '< plugin.tx_pbsurveyll_pi3', 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'typoscript2ce_pi1' => 'USER', 'typoscript2ce_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typoscript2ce', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table'), 'LiquidLight\\Frontend\\DataProcessing\\TableProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'templavoilaplus_pi1' => 'COA', 'templavoilaplus_pi1.' => array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))), 'menu.' => array('20.' => array('USER', '3.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\SectionIndexController->mainAction', 'select.' => array(), 'indexField.' => array('data' => 'register:tx_templavoilaplus_pi1.current_field')))), 'mailform' => 'COA', 'mailform.' => array('< lib.stdheader', 'FORM', '20.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="row"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '| <span class="required">*</span>'), 'fieldWrap.' => array('replacement.' => array('10.' => array('search' => 'type="text" name="email"', 'replace' => 'type="email" name="email"'), '20.' => array('search' => 'name="', 'replace' => 'required name="')))), 'COMMENT.' => array('layout' => '<div class="row comment">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="row radio ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="row label ###FIELD_NAME###">###FIELD###</div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'redirect.' => array('field' => 'pages', 'listNum' => '0'), 'recipient.' => array('field' => 'subheader'), 'data.' => array('field' => 'bodytext'), 'locationData' => '1', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="radio"', 'check' => 'class="checkbox"', 'submit' => 'class="button"'), 'stdWrap.' => array('wrap' => '<fieldset>|</fieldset>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.form')), 'prefixComment' => '2 | Mail form inserted:'), 'honeypot' => 'gatekeeper', 'save' => '1', 'sendSpam' => '1', 'TEXTAREA.' => array('layout' => '<div class="row textarea ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'INPUT.' => array('layout' => '<div class="row input ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'PASSWORD.' => array('layout' => '<div class="row password ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'FILE.' => array('layout' => '<div class="row file ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SELECT.' => array('layout' => '<div class="row select ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SUBMIT.' => array('layout' => '<div class="row submit ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'CHECK.' => array('layout' => '<div class="row checkbox ###FIELD_NAME### ###REQUIRED###"><span class="field">###FIELD###</span> <span class="label">###LABEL###</span></div>'))), 'search' => 'COA', 'search.' => array('< lib.stdheader', 'SEARCHRESULT', '20.' => array('allowedCols' => 'pages.title-subtitle-keywords-description : tt_content.header-bodytext-imagecaption : tt_address.name-title-address-email-company-city-country : tt_links.title-note-note2-url : tt_board.subject-message-author-email : tt_calender.title-note : tt_products.title-note-itemnumber', 'languageField.' => array('tt_content' => 'sys_language_uid'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'pages_title', 'htmlSpecialChars' => '1', 'typolink.' => array('parameter.' => array('field' => 'uid'), 'target' => '', 'target.' => array('override' => ''), 'additionalParams.' => array('data' => 'register:SWORD_PARAMS', 'required' => '1', 'wrap' => '&no_cache=1')), 'wrap' => '<h3 class="csc-searchResultHeader">|</h3>'), 'COA', '20.' => array('TEXT', '10.' => array('field' => 'tt_content_bodytext', 'stripHtml' => '1', 'htmlSpecialChars' => '1'), 'stdWrap.' => array('crop' => '200 | ...', 'wrap' => '<p class="csc-searchResult">|</p>'))), 'layout' => 'COA', 'layout.' => array('wrap' => '<table border="0" cellspacing="0" cellpadding="2" class="csc-searchResultInfo"><tr> | </tr></table> ###RESULT###', 'TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.resultRange', 'wrap' => '<td class="csc-searchResultRange"><p>|</p></td>'), 'TEXT', '20.' => array('value' => '###PREV###&nbsp;&nbsp;&nbsp;###NEXT###', 'wrap' => '<td class="csc-searchResultPrevNext"><p>|</p></td>')), 'noResultObj' => 'COA', 'noResultObj.' => array('TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.emptySearch', 'wrap' => '<h3 class="csc-noSearchResultMsg">|</h3>')), 'next' => 'TEXT', 'next.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultNext'), 'prev' => 'TEXT', 'prev.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultPrev'), 'target' => '', 'target.' => array('override' => ''), 'range' => '20', 'stdWrap.' => array('prefixComment' => '2 | Search result:')), 'FORM', '30.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="csc-mailform-field">###LABEL### ###FIELD###</div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />', 'accessibilityWrap' => '<fieldset###RADIO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###</legend>|</fieldset>'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '|')), 'COMMENT.' => array('layout' => '<div class="csc-mailform-label">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-radio">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-label">###FIELD###</span></div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'locationData' => 'HTTP_POST_VARS', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="csc-mailform-radio"', 'check' => 'class="csc-mailform-check"', 'submit' => 'class="csc-mailform-submit"'), 'stdWrap.' => array('wrap' => '<table border="0" cellspacing="1" cellpadding="1" class="csc-searchform"> | </table>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.search')), 'prefixComment' => '2 | Search form inserted:'), 'dataArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchWord'), 'type' => 'sword=input'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchIn'), 'type' => 'scols=select', 'valueArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.headersKeywords'), 'value' => 'pages.title-subtitle-keywords-description:tt_content.header'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.pageContent'), 'value' => 'tt_content.header-bodytext-imagecaption'))), '30.' => array('type' => 'stype=hidden', 'value' => 'L0'), '40.' => array('type' => 'submit=submit', 'value.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchButton'))), 'type.' => array('field' => 'pages', 'listNum' => '0'), 'no_cache' => '1')), 'CSS_editor.' => array('ch.' => array('tx_pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1.CSS_editor')), 'typoscriptcode_content' => '< lib.contentElement', 'typoscriptcode_content.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TyposcriptCode', 'pluginName' => 'Content', 'vendorName' => 'Itribe')), 'menu_dropdown' => 'COA', 'menu_dropdown.' => array('COA', '10.' => array('wrap' => '<div class="navigation"><form action="#" method="get"><fieldset><select onchange="jump(this);" aria-label="{field:header}">|</select></fieldset></form></div>', 'TEXT', '5.' => array('insertData' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '<option value="">|</option>'), 'field' => 'header'), 'HMENU', '10.' => array('excludeUidList' => '{$site.navigationExcludeUid}', 'TMENU', '1.' => array('NO.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|" selected="selected">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT' => '1', 'SPC' => '1', 'SPC.' => array('doNotShowLink' => '1', 'doNotLinkIt' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '<option class="spacer" value="">&nbsp;</option>')), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages'))), 'stdWrap.' => array('insertData' => '1'))), 'markdown' => 'TEXT', 'markdown.' => array('field' => 'bodytext', 'stdWrap.' => array('markdown' => '1'))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array()), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('params' => 'loading="lazy"', 'file.' => array('params' => '+profile "*" -quality 85% -sampling-factor 2x2,1x1,1x1')), 'rendering.' => array('globalCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'singleCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'splitCaption.' => array('caption.' => array('htmlSpecialChars' => '1'))), 'maxW' => '1200')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ll_catalog_pi' => '< plugin.tx_llcatalog_pi', 'll_catalog_pi_cached' => '< plugin.tx_llcatalog_pi_cached', 'll_contact_pi1' => '< plugin.tx_llcontact_pi1', 'ialc_filters_pi' => '< plugin.tx_ialc_filters_pi', 'ialc_schools_pi' => '< plugin.tx_ialc_schools_pi', 'ialc_schoolssummer_pi' => '< plugin.tx_ialc_schoolssummer_pi', 'ialc_favourites_pi' => '< plugin.tx_ialc_favourites_pi', 'ialc_endorsements_pi' => '< plugin.tx_ialc_endorsements_pi', 'll_gallery_pi' => '< plugin.tx_llgallery_pi', 'll_slider_pi1' => '< plugin.tx_llslider_pi1', 'pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1', 'pbsurvey_ll_pi2' => '< plugin.tx_pbsurveyll_pi2', 'pbsurvey_ll_pi3' => '< plugin.tx_pbsurveyll_pi3', 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'typoscript2ce_pi1' => 'USER', 'typoscript2ce_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typoscript2ce', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table'), 'LiquidLight\\Frontend\\DataProcessing\\TableProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'templavoilaplus_pi1' => 'COA', 'templavoilaplus_pi1.' => array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))), 'menu.' => array('20.' => array('USER', '3.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\SectionIndexController->mainAction', 'select.' => array(), 'indexField.' => array('data' => 'register:tx_templavoilaplus_pi1.current_field')))), 'mailform' => 'COA', 'mailform.' => array('< lib.stdheader', 'FORM', '20.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="row"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '| <span class="required">*</span>'), 'fieldWrap.' => array('replacement.' => array('10.' => array('search' => 'type="text" name="email"', 'replace' => 'type="email" name="email"'), '20.' => array('search' => 'name="', 'replace' => 'required name="')))), 'COMMENT.' => array('layout' => '<div class="row comment">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="row radio ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="row label ###FIELD_NAME###">###FIELD###</div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'redirect.' => array('field' => 'pages', 'listNum' => '0'), 'recipient.' => array('field' => 'subheader'), 'data.' => array('field' => 'bodytext'), 'locationData' => '1', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="radio"', 'check' => 'class="checkbox"', 'submit' => 'class="button"'), 'stdWrap.' => array('wrap' => '<fieldset>|</fieldset>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.form')), 'prefixComment' => '2 | Mail form inserted:'), 'honeypot' => 'gatekeeper', 'save' => '1', 'sendSpam' => '1', 'TEXTAREA.' => array('layout' => '<div class="row textarea ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'INPUT.' => array('layout' => '<div class="row input ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'PASSWORD.' => array('layout' => '<div class="row password ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'FILE.' => array('layout' => '<div class="row file ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SELECT.' => array('layout' => '<div class="row select ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SUBMIT.' => array('layout' => '<div class="row submit ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'CHECK.' => array('layout' => '<div class="row checkbox ###FIELD_NAME### ###REQUIRED###"><span class="field">###FIELD###</span> <span class="label">###LABEL###</span></div>'))), 'search' => 'COA', 'search.' => array('< lib.stdheader', 'SEARCHRESULT', '20.' => array('allowedCols' => 'pages.title-subtitle-keywords-description : tt_content.header-bodytext-imagecaption : tt_address.name-title-address-email-company-city-country : tt_links.title-note-note2-url : tt_board.subject-message-author-email : tt_calender.title-note : tt_products.title-note-itemnumber', 'languageField.' => array('tt_content' => 'sys_language_uid'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'pages_title', 'htmlSpecialChars' => '1', 'typolink.' => array('parameter.' => array('field' => 'uid'), 'target' => '', 'target.' => array('override' => ''), 'additionalParams.' => array('data' => 'register:SWORD_PARAMS', 'required' => '1', 'wrap' => '&no_cache=1')), 'wrap' => '<h3 class="csc-searchResultHeader">|</h3>'), 'COA', '20.' => array('TEXT', '10.' => array('field' => 'tt_content_bodytext', 'stripHtml' => '1', 'htmlSpecialChars' => '1'), 'stdWrap.' => array('crop' => '200 | ...', 'wrap' => '<p class="csc-searchResult">|</p>'))), 'layout' => 'COA', 'layout.' => array('wrap' => '<table border="0" cellspacing="0" cellpadding="2" class="csc-searchResultInfo"><tr> | </tr></table> ###RESULT###', 'TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.resultRange', 'wrap' => '<td class="csc-searchResultRange"><p>|</p></td>'), 'TEXT', '20.' => array('value' => '###PREV###&nbsp;&nbsp;&nbsp;###NEXT###', 'wrap' => '<td class="csc-searchResultPrevNext"><p>|</p></td>')), 'noResultObj' => 'COA', 'noResultObj.' => array('TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.emptySearch', 'wrap' => '<h3 class="csc-noSearchResultMsg">|</h3>')), 'next' => 'TEXT', 'next.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultNext'), 'prev' => 'TEXT', 'prev.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultPrev'), 'target' => '', 'target.' => array('override' => ''), 'range' => '20', 'stdWrap.' => array('prefixComment' => '2 | Search result:')), 'FORM', '30.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="csc-mailform-field">###LABEL### ###FIELD###</div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />', 'accessibilityWrap' => '<fieldset###RADIO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###</legend>|</fieldset>'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '|')), 'COMMENT.' => array('layout' => '<div class="csc-mailform-label">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-radio">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-label">###FIELD###</span></div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'locationData' => 'HTTP_POST_VARS', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="csc-mailform-radio"', 'check' => 'class="csc-mailform-check"', 'submit' => 'class="csc-mailform-submit"'), 'stdWrap.' => array('wrap' => '<table border="0" cellspacing="1" cellpadding="1" class="csc-searchform"> | </table>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.search')), 'prefixComment' => '2 | Search form inserted:'), 'dataArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchWord'), 'type' => 'sword=input'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchIn'), 'type' => 'scols=select', 'valueArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.headersKeywords'), 'value' => 'pages.title-subtitle-keywords-description:tt_content.header'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.pageContent'), 'value' => 'tt_content.header-bodytext-imagecaption'))), '30.' => array('type' => 'stype=hidden', 'value' => 'L0'), '40.' => array('type' => 'submit=submit', 'value.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchButton'))), 'type.' => array('field' => 'pages', 'listNum' => '0'), 'no_cache' => '1')), 'CSS_editor.' => array('ch.' => array('tx_pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1.CSS_editor')), 'typoscriptcode_content' => '< lib.contentElement', 'typoscriptcode_content.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TyposcriptCode', 'pluginName' => 'Content', 'vendorName' => 'Itribe')), 'menu_dropdown' => 'COA', 'menu_dropdown.' => array('COA', '10.' => array('wrap' => '<div class="navigation"><form action="#" method="get"><fieldset><select onchange="jump(this);" aria-label="{field:header}">|</select></fieldset></form></div>', 'TEXT', '5.' => array('insertData' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '<option value="">|</option>'), 'field' => 'header'), 'HMENU', '10.' => array('excludeUidList' => '{$site.navigationExcludeUid}', 'TMENU', '1.' => array('NO.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|" selected="selected">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT' => '1', 'SPC' => '1', 'SPC.' => array('doNotShowLink' => '1', 'doNotLinkIt' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '<option class="spacer" value="">&nbsp;</option>')), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages'))), 'stdWrap.' => array('insertData' => '1'))), 'markdown' => 'TEXT', 'markdown.' => array('field' => 'bodytext', 'stdWrap.' => array('markdown' => '1'))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array()), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('params' => 'loading="lazy"', 'file.' => array('params' => '+profile "*" -quality 85% -sampling-factor 2x2,1x1,1x1')), 'rendering.' => array('globalCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'singleCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'splitCaption.' => array('caption.' => array('htmlSpecialChars' => '1'))), 'maxW' => '1200')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ll_catalog_pi' => '< plugin.tx_llcatalog_pi', 'll_catalog_pi_cached' => '< plugin.tx_llcatalog_pi_cached', 'll_contact_pi1' => '< plugin.tx_llcontact_pi1', 'ialc_filters_pi' => '< plugin.tx_ialc_filters_pi', 'ialc_schools_pi' => '< plugin.tx_ialc_schools_pi', 'ialc_schoolssummer_pi' => '< plugin.tx_ialc_schoolssummer_pi', 'ialc_favourites_pi' => '< plugin.tx_ialc_favourites_pi', 'ialc_endorsements_pi' => '< plugin.tx_ialc_endorsements_pi', 'll_gallery_pi' => '< plugin.tx_llgallery_pi', 'll_slider_pi1' => '< plugin.tx_llslider_pi1', 'pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1', 'pbsurvey_ll_pi2' => '< plugin.tx_pbsurveyll_pi2', 'pbsurvey_ll_pi3' => '< plugin.tx_pbsurveyll_pi3', 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'typoscript2ce_pi1' => 'USER', 'typoscript2ce_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typoscript2ce', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table'), 'LiquidLight\\Frontend\\DataProcessing\\TableProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'templavoilaplus_pi1' => 'COA', 'templavoilaplus_pi1.' => array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))), 'menu.' => array('20.' => array('USER', '3.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\SectionIndexController->mainAction', 'select.' => array(), 'indexField.' => array('data' => 'register:tx_templavoilaplus_pi1.current_field')))), 'mailform' => 'COA', 'mailform.' => array('< lib.stdheader', 'FORM', '20.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="row"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '| <span class="required">*</span>'), 'fieldWrap.' => array('replacement.' => array('10.' => array('search' => 'type="text" name="email"', 'replace' => 'type="email" name="email"'), '20.' => array('search' => 'name="', 'replace' => 'required name="')))), 'COMMENT.' => array('layout' => '<div class="row comment">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="row radio ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="row label ###FIELD_NAME###">###FIELD###</div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'redirect.' => array('field' => 'pages', 'listNum' => '0'), 'recipient.' => array('field' => 'subheader'), 'data.' => array('field' => 'bodytext'), 'locationData' => '1', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="radio"', 'check' => 'class="checkbox"', 'submit' => 'class="button"'), 'stdWrap.' => array('wrap' => '<fieldset>|</fieldset>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.form')), 'prefixComment' => '2 | Mail form inserted:'), 'honeypot' => 'gatekeeper', 'save' => '1', 'sendSpam' => '1', 'TEXTAREA.' => array('layout' => '<div class="row textarea ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'INPUT.' => array('layout' => '<div class="row input ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'PASSWORD.' => array('layout' => '<div class="row password ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'FILE.' => array('layout' => '<div class="row file ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SELECT.' => array('layout' => '<div class="row select ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SUBMIT.' => array('layout' => '<div class="row submit ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'CHECK.' => array('layout' => '<div class="row checkbox ###FIELD_NAME### ###REQUIRED###"><span class="field">###FIELD###</span> <span class="label">###LABEL###</span></div>'))), 'search' => 'COA', 'search.' => array('< lib.stdheader', 'SEARCHRESULT', '20.' => array('allowedCols' => 'pages.title-subtitle-keywords-description : tt_content.header-bodytext-imagecaption : tt_address.name-title-address-email-company-city-country : tt_links.title-note-note2-url : tt_board.subject-message-author-email : tt_calender.title-note : tt_products.title-note-itemnumber', 'languageField.' => array('tt_content' => 'sys_language_uid'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'pages_title', 'htmlSpecialChars' => '1', 'typolink.' => array('parameter.' => array('field' => 'uid'), 'target' => '', 'target.' => array('override' => ''), 'additionalParams.' => array('data' => 'register:SWORD_PARAMS', 'required' => '1', 'wrap' => '&no_cache=1')), 'wrap' => '<h3 class="csc-searchResultHeader">|</h3>'), 'COA', '20.' => array('TEXT', '10.' => array('field' => 'tt_content_bodytext', 'stripHtml' => '1', 'htmlSpecialChars' => '1'), 'stdWrap.' => array('crop' => '200 | ...', 'wrap' => '<p class="csc-searchResult">|</p>'))), 'layout' => 'COA', 'layout.' => array('wrap' => '<table border="0" cellspacing="0" cellpadding="2" class="csc-searchResultInfo"><tr> | </tr></table> ###RESULT###', 'TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.resultRange', 'wrap' => '<td class="csc-searchResultRange"><p>|</p></td>'), 'TEXT', '20.' => array('value' => '###PREV###&nbsp;&nbsp;&nbsp;###NEXT###', 'wrap' => '<td class="csc-searchResultPrevNext"><p>|</p></td>')), 'noResultObj' => 'COA', 'noResultObj.' => array('TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.emptySearch', 'wrap' => '<h3 class="csc-noSearchResultMsg">|</h3>')), 'next' => 'TEXT', 'next.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultNext'), 'prev' => 'TEXT', 'prev.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultPrev'), 'target' => '', 'target.' => array('override' => ''), 'range' => '20', 'stdWrap.' => array('prefixComment' => '2 | Search result:')), 'FORM', '30.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="csc-mailform-field">###LABEL### ###FIELD###</div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />', 'accessibilityWrap' => '<fieldset###RADIO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###</legend>|</fieldset>'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '|')), 'COMMENT.' => array('layout' => '<div class="csc-mailform-label">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-radio">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-label">###FIELD###</span></div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'locationData' => 'HTTP_POST_VARS', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="csc-mailform-radio"', 'check' => 'class="csc-mailform-check"', 'submit' => 'class="csc-mailform-submit"'), 'stdWrap.' => array('wrap' => '<table border="0" cellspacing="1" cellpadding="1" class="csc-searchform"> | </table>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.search')), 'prefixComment' => '2 | Search form inserted:'), 'dataArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchWord'), 'type' => 'sword=input'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchIn'), 'type' => 'scols=select', 'valueArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.headersKeywords'), 'value' => 'pages.title-subtitle-keywords-description:tt_content.header'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.pageContent'), 'value' => 'tt_content.header-bodytext-imagecaption'))), '30.' => array('type' => 'stype=hidden', 'value' => 'L0'), '40.' => array('type' => 'submit=submit', 'value.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchButton'))), 'type.' => array('field' => 'pages', 'listNum' => '0'), 'no_cache' => '1')), 'CSS_editor.' => array('ch.' => array('tx_pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1.CSS_editor')), 'typoscriptcode_content' => '< lib.contentElement', 'typoscriptcode_content.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TyposcriptCode', 'pluginName' => 'Content', 'vendorName' => 'Itribe')), 'menu_dropdown' => 'COA', 'menu_dropdown.' => array('COA', '10.' => array('wrap' => '<div class="navigation"><form action="#" method="get"><fieldset><select onchange="jump(this);" aria-label="{field:header}">|</select></fieldset></form></div>', 'TEXT', '5.' => array('insertData' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '<option value="">|</option>'), 'field' => 'header'), 'HMENU', '10.' => array('excludeUidList' => '{$site.navigationExcludeUid}', 'TMENU', '1.' => array('NO.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|" selected="selected">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT' => '1', 'SPC' => '1', 'SPC.' => array('doNotShowLink' => '1', 'doNotLinkIt' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '<option class="spacer" value="">&nbsp;</option>')), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages'))), 'stdWrap.' => array('insertData' => '1'))), 'markdown' => 'TEXT', 'markdown.' => array('field' => 'bodytext', 'stdWrap.' => array('markdown' => '1'))), 'tt_content')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array()), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('params' => 'loading="lazy"', 'file.' => array('params' => '+profile "*" -quality 85% -sampling-factor 2x2,1x1,1x1')), 'rendering.' => array('globalCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'singleCaption.' => array('caption.' => array('htmlSpecialChars' => '1')), 'splitCaption.' => array('caption.' => array('htmlSpecialChars' => '1'))), 'maxW' => '1200')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ll_catalog_pi' => '< plugin.tx_llcatalog_pi', 'll_catalog_pi_cached' => '< plugin.tx_llcatalog_pi_cached', 'll_contact_pi1' => '< plugin.tx_llcontact_pi1', 'ialc_filters_pi' => '< plugin.tx_ialc_filters_pi', 'ialc_schools_pi' => '< plugin.tx_ialc_schools_pi', 'ialc_schoolssummer_pi' => '< plugin.tx_ialc_schoolssummer_pi', 'ialc_favourites_pi' => '< plugin.tx_ialc_favourites_pi', 'ialc_endorsements_pi' => '< plugin.tx_ialc_endorsements_pi', 'll_gallery_pi' => '< plugin.tx_llgallery_pi', 'll_slider_pi1' => '< plugin.tx_llslider_pi1', 'pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1', 'pbsurvey_ll_pi2' => '< plugin.tx_pbsurveyll_pi2', 'pbsurvey_ll_pi3' => '< plugin.tx_pbsurveyll_pi3', 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'typoscript2ce_pi1' => 'USER', 'typoscript2ce_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typoscript2ce', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table'), 'LiquidLight\\Frontend\\DataProcessing\\TableProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1200', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'templavoilaplus_pi1' => 'COA', 'templavoilaplus_pi1.' => array('USER', '20.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main', 'disableExplosivePreview' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'header_link', 'if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13'))))), '< lib.contentElement', '10.' => array('templateName' => 'Header', 'stdWrap.' => array('if.' => array('isInList.' => array('field' => 'tx_templavoilaplus_to'), 'value' => '13', 'negate' => '1')))), 'menu.' => array('20.' => array('USER', '3.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\SectionIndexController->mainAction', 'select.' => array(), 'indexField.' => array('data' => 'register:tx_templavoilaplus_pi1.current_field')))), 'mailform' => 'COA', 'mailform.' => array('< lib.stdheader', 'FORM', '20.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="row"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '| <span class="required">*</span>'), 'fieldWrap.' => array('replacement.' => array('10.' => array('search' => 'type="text" name="email"', 'replace' => 'type="email" name="email"'), '20.' => array('search' => 'name="', 'replace' => 'required name="')))), 'COMMENT.' => array('layout' => '<div class="row comment">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="row radio ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="row label ###FIELD_NAME###">###FIELD###</div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'redirect.' => array('field' => 'pages', 'listNum' => '0'), 'recipient.' => array('field' => 'subheader'), 'data.' => array('field' => 'bodytext'), 'locationData' => '1', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="radio"', 'check' => 'class="checkbox"', 'submit' => 'class="button"'), 'stdWrap.' => array('wrap' => '<fieldset>|</fieldset>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.form')), 'prefixComment' => '2 | Mail form inserted:'), 'honeypot' => 'gatekeeper', 'save' => '1', 'sendSpam' => '1', 'TEXTAREA.' => array('layout' => '<div class="row textarea ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'INPUT.' => array('layout' => '<div class="row input ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'PASSWORD.' => array('layout' => '<div class="row password ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'FILE.' => array('layout' => '<div class="row file ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SELECT.' => array('layout' => '<div class="row select ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'SUBMIT.' => array('layout' => '<div class="row submit ###FIELD_NAME### ###REQUIRED###"><span class="label">###LABEL###</span> <span class="field">###FIELD###</span></div>'), 'CHECK.' => array('layout' => '<div class="row checkbox ###FIELD_NAME### ###REQUIRED###"><span class="field">###FIELD###</span> <span class="label">###LABEL###</span></div>'))), 'search' => 'COA', 'search.' => array('< lib.stdheader', 'SEARCHRESULT', '20.' => array('allowedCols' => 'pages.title-subtitle-keywords-description : tt_content.header-bodytext-imagecaption : tt_address.name-title-address-email-company-city-country : tt_links.title-note-note2-url : tt_board.subject-message-author-email : tt_calender.title-note : tt_products.title-note-itemnumber', 'languageField.' => array('tt_content' => 'sys_language_uid'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'pages_title', 'htmlSpecialChars' => '1', 'typolink.' => array('parameter.' => array('field' => 'uid'), 'target' => '', 'target.' => array('override' => ''), 'additionalParams.' => array('data' => 'register:SWORD_PARAMS', 'required' => '1', 'wrap' => '&no_cache=1')), 'wrap' => '<h3 class="csc-searchResultHeader">|</h3>'), 'COA', '20.' => array('TEXT', '10.' => array('field' => 'tt_content_bodytext', 'stripHtml' => '1', 'htmlSpecialChars' => '1'), 'stdWrap.' => array('crop' => '200 | ...', 'wrap' => '<p class="csc-searchResult">|</p>'))), 'layout' => 'COA', 'layout.' => array('wrap' => '<table border="0" cellspacing="0" cellpadding="2" class="csc-searchResultInfo"><tr> | </tr></table> ###RESULT###', 'TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.resultRange', 'wrap' => '<td class="csc-searchResultRange"><p>|</p></td>'), 'TEXT', '20.' => array('value' => '###PREV###&nbsp;&nbsp;&nbsp;###NEXT###', 'wrap' => '<td class="csc-searchResultPrevNext"><p>|</p></td>')), 'noResultObj' => 'COA', 'noResultObj.' => array('TEXT', '10.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.emptySearch', 'wrap' => '<h3 class="csc-noSearchResultMsg">|</h3>')), 'next' => 'TEXT', 'next.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultNext'), 'prev' => 'TEXT', 'prev.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultPrev'), 'target' => '', 'target.' => array('override' => ''), 'range' => '20', 'stdWrap.' => array('prefixComment' => '2 | Search result:')), 'FORM', '30.' => array('useDefaultContentObject' => '1', 'accessibility' => '1', 'noWrapAttr' => '1', 'formName' => 'mailform', 'dontMd5FieldNames' => '1', 'layout' => '<div class="csc-mailform-field">###LABEL### ###FIELD###</div>', 'labelWrap.' => array('wrap' => '|'), 'commentWrap.' => array('wrap' => '|'), 'radioWrap.' => array('wrap' => '|<br />', 'accessibilityWrap' => '<fieldset###RADIO_FIELD_ID###><legend>###RADIO_GROUP_LABEL###</legend>|</fieldset>'), 'REQ' => '1', 'REQ.' => array('labelWrap.' => array('wrap' => '|')), 'COMMENT.' => array('layout' => '<div class="csc-mailform-label">###LABEL###</div>'), 'RADIO.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-radio">###FIELD###</span></div>'), 'LABEL.' => array('layout' => '<div class="csc-mailform-field">###LABEL### <span class="csc-mailform-label">###FIELD###</span></div>'), 'target' => '', 'target.' => array('override' => ''), 'goodMess' => '', 'badMess' => '', 'locationData' => 'HTTP_POST_VARS', 'hiddenFields.' => array('stdWrap.' => array('wrap' => '<div style="display:none;">|</div>')), 'params.' => array('radio' => 'class="csc-mailform-radio"', 'check' => 'class="csc-mailform-check"', 'submit' => 'class="csc-mailform-submit"'), 'stdWrap.' => array('wrap' => '<table border="0" cellspacing="1" cellpadding="1" class="csc-searchform"> | </table>', 'editIcons' => 'tt_content: bodytext, pages, subheader', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.search')), 'prefixComment' => '2 | Search form inserted:'), 'dataArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchWord'), 'type' => 'sword=input'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchIn'), 'type' => 'scols=select', 'valueArray.' => array('10.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.headersKeywords'), 'value' => 'pages.title-subtitle-keywords-description:tt_content.header'), '20.' => array('label.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.pageContent'), 'value' => 'tt_content.header-bodytext-imagecaption'))), '30.' => array('type' => 'stype=hidden', 'value' => 'L0'), '40.' => array('type' => 'submit=submit', 'value.' => array('data' => 'LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchButton'))), 'type.' => array('field' => 'pages', 'listNum' => '0'), 'no_cache' => '1')), 'CSS_editor.' => array('ch.' => array('tx_pbsurvey_pi1' => '< plugin.tx_pbsurvey_pi1.CSS_editor')), 'typoscriptcode_content' => '< lib.contentElement', 'typoscriptcode_content.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TyposcriptCode', 'pluginName' => 'Content', 'vendorName' => 'Itribe')), 'menu_dropdown' => 'COA', 'menu_dropdown.' => array('COA', '10.' => array('wrap' => '<div class="navigation"><form action="#" method="get"><fieldset><select onchange="jump(this);" aria-label="{field:header}">|</select></fieldset></form></div>', 'TEXT', '5.' => array('insertData' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '<option value="">|</option>'), 'field' => 'header'), 'HMENU', '10.' => array('excludeUidList' => '{$site.navigationExcludeUid}', 'TMENU', '1.' => array('NO.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT.' => array('before.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'useCacheHash' => '1', 'returnLast' => 'url'), 'wrap' => '<option value="|" selected="selected">'), 'stdWrap.' => array('htmlSpecialChars' => '1', 'wrap' => '|</option>'), 'doNotLinkIt' => '1'), 'ACT' => '1', 'SPC' => '1', 'SPC.' => array('doNotShowLink' => '1', 'doNotLinkIt' => '1', 'stdWrap.' => array('htmlSpecialChars' => '1'), 'wrapItemAndSub' => '<option class="spacer" value="">&nbsp;</option>')), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages'))), 'stdWrap.' => array('insertData' => '1'))), 'markdown' => 'TEXT', 'markdown.' => array('field' => 'bodytext', 'stdWrap.' => array('markdown' => '1'))), '')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 94
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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('uidInList' => '4051', 'pidInList' => '472')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), '10')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), '10')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')), 'TemplaVoila_ProcObjPath--lib*footer.')
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 663
                            $dataValues[$key][$valueKey] = $cObj->cObjGet($tsparserObj->setup, 'TemplaVoila_Proc.');
                        }
                        if (trim($LP[$key]['TypoScriptObjPath'])) {
                            list($name, $conf) = $tsparserObj->getVal(trim($LP[$key]['TypoScriptObjPath']), $GLOBALS['TSFE']->tmpl->setup);
                            $dataValues[$key][$valueKey] = $cObj->cObjGetSingle($name, $conf, 'TemplaVoila_ProcObjPath--' . str_replace('.', '*', $LP[$key]['TypoScriptObjPath']) . '.');
                        }
                    }

                    // Various local quick-processing options:
at Ppi\TemplaVoilaPlus\Controller\FrontendController->processDataValues(array('field_column_header' => array('vDEF' => '<div id="breadcrumb"><div class="wrapper"><ol itemprop="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/zh/%e9%a6%96%e9%a1%b5/" itemprop="item"><span itemprop="name">首页</span></a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/" itemprop="item"><span itemprop="name">目的地</span></a><meta itemprop="position" content="2"></li></ol></div></div><h1><span>爱尔兰</span></h1><!--TYPO3SEARCH_begin--><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_primary' => array('vDEF' => '<!--INT_SCRIPT.a85fed57f6a526b210c320a99a128f2d--><!--TYPO3SEARCH_begin--><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_secondary' => array('vDEF' => '<nav class="secondaryNavigation"><h2><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/">目的地</a></h2><ul class="navigation vertical"><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%98%bf%e6%a0%b9%e5%bb%b7/" title="阿根廷"><span>阿根廷</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%98%bf%e6%a0%b9%e5%bb%b7/%e5%b8%83%e5%ae%9c%e8%af%ba%e6%96%af%e8%89%be%e5%88%a9%e6%96%af/" title="布宜诺斯艾利斯"><span>布宜诺斯艾利斯</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/" title="澳大利亚"><span>澳大利亚</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e9%98%bf%e5%be%b7%e8%8e%b1%e5%be%b7/" title="阿德莱德"><span>阿德莱德</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e5%b8%83%e9%87%8c%e6%96%af%e7%8f%ad/" title="布里斯班"><span>布里斯班</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e5%87%af%e6%81%a9%e6%96%af/" title="凯恩斯"><span>凯恩斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e9%bb%84%e9%87%91%e6%b5%b7%e5%b2%b8/" title="黄金海岸"><span>黄金海岸</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e5%a2%a8%e5%b0%94%e6%9c%ac/" title="墨尔本"><span>墨尔本</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%a5%a5%e5%9c%b0%e5%88%a9/" title="奥地利"><span>奥地利</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%a5%a5%e5%9c%b0%e5%88%a9/%e7%bb%b4%e4%b9%9f%e7%ba%b3/" title="维也纳"><span>维也纳</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%b7%b4%e8%a5%bf/" title="巴西"><span>巴西</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%b7%b4%e8%a5%bf/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/" title="加拿大"><span>加拿大</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e6%b8%a9%e5%b0%bc%e4%bc%af/" title="温尼伯"><span>温尼伯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%8d%a1%e5%b0%94%e5%8a%a0%e9%87%8c/" title="卡尔加里"><span>卡尔加里</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%af%86%e8%a5%bf%e6%b2%99%e5%8a%a0/" title="密西沙加"><span>密西沙加</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%9f%ba%e6%b4%9b%e7%ba%b3/" title="基洛纳"><span>基洛纳</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%a4%9a%e4%bc%a6%e5%a4%9a/" title="多伦多"><span>多伦多</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e9%ad%81%e5%8c%97%e5%85%8b/" title="魁北克"><span>魁北克</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e6%b8%a9%e5%93%a5%e5%8d%8e/" title="温哥华"><span>温哥华</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e7%bb%b4%e5%a4%9a%e5%88%a9%e4%ba%9a/" title="维多利亚"><span>维多利亚</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%b8%ad%e5%9b%bd/" title="中国"><span>中国</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%b8%ad%e5%9b%bd/%e5%8c%97%e4%ba%ac/" title="北京"><span>北京</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/" title="法国"><span>法国</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e8%89%be%e5%85%8b%e6%96%af%ef%bc%88%e6%99%ae%e7%bd%97%e6%97%ba%e6%96%af%ef%bc%89/" title="艾克斯(普罗旺斯)"><span>艾克斯(普罗旺斯)</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e6%af%94%e4%ba%9a%e9%87%8c%e8%8c%a8/" title="比亚里茨"><span>比亚里茨</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e6%b3%a2%e5%b0%94%e5%a4%9a/" title="波尔多"><span>波尔多</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e9%87%8c%e6%98%82/" title="里昂"><span>里昂</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e8%92%99%e5%bd%bc%e5%88%a9%e5%9f%83/" title="蒙彼利埃"><span>蒙彼利埃</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e5%b0%bc%e6%96%af/" title="尼斯"><span>尼斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e5%b7%b4%e9%bb%8e/" title="巴黎"><span>巴黎</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e9%b2%81%e6%98%82/" title="鲁昂"><span>鲁昂</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/" title="德国"><span>德国</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%9f%8f%e6%9e%97/" title="柏林"><span>柏林</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e7%a7%91%e9%9a%86/" title="科隆"><span>科隆</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%9d%9c%e5%a1%9e%e5%b0%94%e5%a4%9a%e5%a4%ab/" title="杜塞尔多夫"><span>杜塞尔多夫</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%b1%89%e5%a0%a1/" title="汉堡"><span>汉堡</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%9e%97%e9%81%93/" title="林道"><span>林道</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%85%95%e5%b0%bc%e9%bb%91/" title="慕尼黑"><span>慕尼黑</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%98%8e%e6%96%af%e7%89%b9/" title="明斯特"><span>明斯特</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e9%9b%b7%e6%a0%b9%e6%96%af%e5%a0%a1/" title="雷根斯堡"><span>雷根斯堡</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%96%af%e5%9b%be%e5%8a%a0%e7%89%b9/" title="斯图加特"><span>斯图加特</span></a></li></ul></li><li class="hasChildren active current"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/" title="爱尔兰" class="active"><span>爱尔兰</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/limerick/" title="Limerick"><span>Limerick</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e5%b8%83%e9%9b%b7/" title="布雷"><span>布雷</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e7%a7%91%e5%85%8b/" title="科克"><span>科克</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e9%83%bd%e6%9f%8f%e6%9e%97/" title="都柏林"><span>都柏林</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e6%88%88%e5%b0%94%e9%9f%a6/" title="戈尔韦"><span>戈尔韦</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/" title="意大利"><span>意大利</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e5%8d%9a%e6%b4%9b%e5%b0%bc%e4%ba%9a/" title="博洛尼亚"><span>博洛尼亚</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e4%bd%9b%e7%bd%97%e4%bc%a6%e8%90%a8/" title="佛罗伦萨"><span>佛罗伦萨</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e5%88%a9%e5%b0%bc%e4%ba%9a%e8%af%ba/" title="利尼亚诺"><span>利尼亚诺</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%b1%b3%e5%85%b0/" title="米兰"><span>米兰</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%bd%97%e9%a9%ac/" title="罗马"><span>罗马</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e9%82%a3%e4%b8%8d%e5%8b%92%e6%96%af/" title="那不勒斯"><span>那不勒斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e8%90%a8%e5%8b%92%e8%af%ba/" title="萨勒诺"><span>萨勒诺</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e9%94%a1%e8%80%b6%e7%ba%b3/" title="锡耶纳"><span>锡耶纳</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e9%99%b6%e5%b0%94%e7%b1%b3%e7%ba%b3/" title="陶尔米纳"><span>陶尔米纳</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%9a%84%e9%87%8c%e9%9b%85%e6%96%af%e7%89%b9/" title="的里雅斯特"><span>的里雅斯特</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%89%b9%e7%bd%97%e4%bd%a9%e4%ba%9a/" title="特罗佩亚"><span>特罗佩亚</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/" title="日本"><span>日本</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e5%90%8d%e5%8f%a4%e5%b1%8b/" title="名古屋"><span>名古屋</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e4%b8%9c%e4%ba%ac/" title="东京"><span>东京</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e7%a6%8f%e5%86%88/" title="福冈"><span>福冈</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e4%ba%ac%e9%83%bd/" title="京都"><span>京都</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%ba%a6%e6%97%a6/" title="约旦"><span>约旦</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%ba%a6%e6%97%a6/%e5%ae%89%e6%9b%bc/" title="安曼"><span>安曼</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%8b%89%e8%84%b1%e7%bb%b4%e4%ba%9a/" title="拉脱维亚"><span>拉脱维亚</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%8b%89%e8%84%b1%e7%bb%b4%e4%ba%9a/%e9%87%8c%e5%8a%a0/" title="里加"><span>里加</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/" title="马耳他"><span>马耳他</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e6%88%88%e4%bd%90%e5%b2%9b/" title="戈佐岛"><span>戈佐岛</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e5%9c%a3%e6%9c%b1%e5%88%a9%e5%ae%89/" title="圣朱利安"><span>圣朱利安</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e5%9c%a3%e4%bf%9d%e7%bd%97%e6%b9%be/" title="圣保罗湾"><span>圣保罗湾</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e7%93%a6%e8%8e%b1%e5%a1%94/" title="瓦莱塔"><span>瓦莱塔</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%96%b0%e8%a5%bf%e5%85%b0/" title="新西兰"><span>新西兰</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%96%b0%e8%a5%bf%e5%85%b0/%e5%a5%a5%e5%85%8b%e5%85%b0/" title="奥克兰"><span>奥克兰</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%96%b0%e8%a5%bf%e5%85%b0/%e5%b0%bc%e5%b0%94%e6%a3%ae/" title="尼尔森"><span>尼尔森</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%91%a1%e8%90%84%e7%89%99/" title="葡萄牙"><span>葡萄牙</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%91%a1%e8%90%84%e7%89%99/%e6%b3%95%e9%b2%81/" title="法鲁"><span>法鲁</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%91%a1%e8%90%84%e7%89%99/%e9%87%8c%e6%96%af%e6%9c%ac/" title="里斯本"><span>里斯本</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/" title="俄罗斯"><span>俄罗斯</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/%e4%bc%8a%e5%b0%94%e5%ba%93%e8%8c%a8%e5%85%8b/" title="伊尔库茨克"><span>伊尔库茨克</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/%e8%8e%ab%e6%96%af%e7%a7%91/" title="莫斯科"><span>莫斯科</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/%e5%9c%a3%e5%bd%bc%e5%be%97%e5%a0%a1/" title="圣彼得堡"><span>圣彼得堡</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8d%97%e9%9d%9e/" title="南非"><span>南非</span></a><ul class="navigation vertical"><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8d%97%e9%9d%9e/%e5%bc%80%e6%99%ae%e6%95%a6/" title="开普敦"><span>开普敦</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/" title="西班牙"><span>西班牙</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%b7%b4%e5%a1%9e%e7%bd%97%e9%82%a3/" title="巴塞罗那"><span>巴塞罗那</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%8a%a0%e8%bf%aa%e6%96%af/" title="加迪斯"><span>加迪斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e9%a9%ac%e5%be%b7%e9%87%8c/" title="马德里"><span>马德里</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e9%a9%ac%e6%8b%89%e5%8a%a0/" title="马拉加"><span>马拉加</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%86%85%e5%b0%94%e5%93%88/" title="内尔哈"><span>内尔哈</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%9c%a3%e5%a1%9e%e5%b7%b4%e6%96%af%e8%92%82%e5%ae%89/" title="圣塞巴斯蒂安"><span>圣塞巴斯蒂安</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%a1%9e%e7%bb%b4%e5%88%a9%e4%ba%9a/" title="塞维利亚"><span>塞维利亚</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e7%93%a6%e4%bc%a6%e8%a5%bf%e4%ba%9a/" title="瓦伦西亚"><span>瓦伦西亚</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/" title="英国"><span>英国</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/ascot/" title="Ascot"><span>Ascot</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/belfast/" title="Belfast"><span>Belfast</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e4%bc%af%e6%81%a9%e8%8c%85%e6%96%af/" title="伯恩茅斯"><span>伯恩茅斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%b8%83%e8%8e%b1%e9%a1%bf/" title="布莱顿"><span>布莱顿</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%b8%83%e9%87%8c%e6%96%af%e6%89%98/" title="布里斯托"><span>布里斯托</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%b8%83%e7%bd%97%e5%be%b7%e6%96%af%e6%b3%b0/" title="布罗德斯泰"><span>布罗德斯泰</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%89%91%e6%a1%a5/" title="剑桥"><span>剑桥</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%8d%a1%e8%bf%aa%e5%a4%ab/" title="卡迪夫"><span>卡迪夫</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%88%87%e6%96%af%e7%89%b9/" title="切斯特"><span>切斯特</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e8%be%be%e5%8b%92%e5%a7%86/" title="达勒姆"><span>达勒姆</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e4%bc%8a%e6%96%af%e7%89%b9%e6%9c%ac/" title="伊斯特本"><span>伊斯特本</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e7%88%b1%e4%b8%81%e5%a0%a1/" title="爱丁堡"><span>爱丁堡</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e8%82%af%e7%89%b9/" title="肯特"><span>肯特</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e9%87%8c%e5%85%b9/" title="里兹"><span>里兹</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e4%bc%a6%e6%95%a6/" title="伦敦"><span>伦敦</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%b3%b0%e6%81%a9%e6%b2%b3%e7%95%94%e7%ba%bd%e5%8d%a1%e6%96%af%e5%b0%94/" title="泰恩河畔纽卡斯尔"><span>泰恩河畔纽卡斯尔</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e7%89%9b%e6%b4%a5/" title="牛津"><span>牛津</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%9c%b4%e8%8c%a8%e8%8c%85%e6%96%af/" title="朴茨茅斯"><span>朴茨茅斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%89%98%e5%9f%ba/" title="托基"><span>托基</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%89%98%e7%89%b9%e5%b0%bc%e6%96%af/" title="托特尼斯"><span>托特尼斯</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%b2%83%e8%be%9b/" title="沃辛"><span>沃辛</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e7%ba%a6%e5%85%8b/" title="约克"><span>约克</span></a></li></ul></li><li class="hasChildren"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/" title="美国"><span>美国</span></a><ul class="navigation vertical"><li class="first"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%8a%b3%e5%be%b7%e4%bb%a3%e5%b0%94%e5%a0%a1/" title="劳德代尔堡"><span>劳德代尔堡</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e6%aa%80%e9%a6%99%e5%b1%b1/" title="檀香山"><span>檀香山</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e6%b4%9b%e6%9d%89%e7%9f%b6/" title="洛杉矶"><span>洛杉矶</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/malibu/" title="Malibu"><span>Malibu</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e8%bf%88%e9%98%bf%e5%af%86/" title="迈阿密"><span>迈阿密</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e7%ba%bd%e7%ba%a6/" title="纽约"><span>纽约</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%8c%97%e5%ae%89%e6%99%ae%e6%95%a6/" title="北安普敦"><span>北安普敦</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%9c%a3%e5%b7%b4%e5%b7%b4%e6%8b%89/" title="圣巴巴拉"><span>圣巴巴拉</span></a></li><li><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%9c%a3%e5%9c%b0%e4%ba%9a%e5%93%a5/" title="圣地亚哥"><span>圣地亚哥</span></a></li><li class="last"><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%8d%8e%e7%9b%9b%e9%a1%bf/" title="华盛顿"><span>华盛顿</span></a></li></ul></li></ul><div class="clear"></div></nav><div class="clear"></div>'), 'field_column_footer' => array('vDEF' => '<div class="clear"></div>'), 'field_header' => array('vDEF' => '<header><div class="headWrapper container"><div id="logo"><div class="wrapper"><a href="https://www.ialc.org/zh/%e9%a6%96%e9%a1%b5/" title="IALC - Quality language schools worldwide"><img src="/assets/ialc/img/logo_print.png" width="200" height="263" alt="IALC" title="IALC"></a></div></div><nav class="mobileNavigation"><ul><li class="menu" data-target=".navigationWrapper"><span>Menu</span></li></ul></nav><div class="navigationWrapper"><div class="upperNavigation"><nav class="headerNavigation"><ul class="navigation horizontal" role="list"><li class=""><a href="/zh/%e6%9c%80%e7%88%b1/" title="最爱"><span>最爱</span></a></li><li class=""><a href="/zh/resources/" title="Resources"><span>Resources</span></a></li><li class="hasChildren hasDropdown"><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/" title="关于我们"><span>关于我们</span></a><ul class="subNav"><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/%e5%8e%86%e5%8f%b2/" title="历史"><span>历史</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/%e5%9b%a2%e9%98%9f/" title="团队"><span>团队</span></a></li><li class="hasChildren "><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/ialc-%e8%b4%a8%e9%87%8f%e6%a0%87%e5%87%86/" title="IALC 质量标准"><span>IALC 质量标准</span></a><ul class="subNav"><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/ialc-%e8%b4%a8%e9%87%8f%e6%a0%87%e5%87%86/ialc-%e9%81%93%e5%be%b7%e8%a7%84%e8%8c%83/" title="IALC 道德规范"><span>IALC 道德规范</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/ialc-%e8%b4%a8%e9%87%8f%e6%a0%87%e5%87%86/code-of-ethics-korean/" title="윤리강령"><span>윤리강령</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/ialc-%e8%b4%a8%e9%87%8f%e6%a0%87%e5%87%86/code-of-ethics-arabic/" title="مدونة الأخلاقيات"><span>مدونة الأخلاقيات</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/ialc-%e8%b4%a8%e9%87%8f%e6%a0%87%e5%87%86/code-of-ethics-turkish/" title="Etik Kurallar"><span>Etik Kurallar</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/ialc-%e8%b4%a8%e9%87%8f%e6%a0%87%e5%87%86/ialc-%e4%bd%8f%e5%ae%bf%e6%a0%87%e5%87%86/" title="IALC 住宿标准"><span>IALC 住宿标准</span></a></li></ul></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/our-partners/" title="Our Partners"><span>Our Partners</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/%e7%9b%ae%e7%9a%84%e4%b8%8e%e7%9b%ae%e6%a0%87/" title="目的与目标"><span>目的与目标</span></a></li><li class=""><a href="/zh/%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac/%e6%b4%bb%e5%8a%a8/" title="活动"><span>活动</span></a></li></ul></li><li class="hasChildren hasDropdown"><a href="/zh/%e8%81%94%e7%b3%bb%e6%88%91%e4%bb%ac/" title="联系我们" accesskey="c"><span>联系我们</span></a><ul class="subNav"><li class=""><a href="/zh/%e8%81%94%e7%b3%bb%e6%88%91%e4%bb%ac/advertise-with-ialc/" title="Advertise with IALC"><span>Advertise with IALC</span></a></li><li class="hasChildren "><a href="/zh/%e8%81%94%e7%b3%bb%e6%88%91%e4%bb%ac/%e7%94%b3%e8%af%b7%e5%8a%a0%e5%85%a5/" title="申请加入"><span>申请加入</span></a><ul class="subNav"><li class=""><a href="/zh/%e8%81%94%e7%b3%bb%e6%88%91%e4%bb%ac/%e7%94%b3%e8%af%b7%e5%8a%a0%e5%85%a5/%e4%bc%9a%e5%91%98%e5%92%a8%e8%af%a2/" title="会员咨询"><span>会员咨询</span></a></li></ul></li><li class=""><a href="/zh/%e8%81%94%e7%b3%bb%e6%88%91%e4%bb%ac/%e6%8a%95%e8%af%89/" title="投诉"><span>投诉</span></a></li></ul></li><li class=""><a href="/zh/%e6%b4%bb%e5%8a%a8/" title="活动"><span>活动</span></a></li><li class="hasChildren homepage agentsPage"><a href="/zh/for-agents/" title="For Agents"><span>For Agents</span></a><ul class="subNav"><li class="hasChildren "><a href="/zh/for-agents/%e5%90%88%e4%bd%9c%e4%bb%a3%e7%90%86/" title="合作代理"><span>合作代理</span></a><ul class="subNav"><li class=""><a href="/zh/for-agents/%e5%90%88%e4%bd%9c%e4%bb%a3%e7%90%86/ialc-approved-agencies-terms-conditions/" title="IALC Approved Agencies - Terms &amp; Conditions"><span>IALC Approved Agencies - Terms &amp; Conditions</span></a></li></ul></li><li class=""><a href="/zh/for-agents/%e4%bb%a3%e7%90%86%e6%9c%ba%e6%9e%84/" title="代理机构"><span>代理机构</span></a></li></ul></li><li class="hasChildren hasDropdown hasDropDownLogIn"><a href="/zh/%e4%bc%9a%e5%91%98/" title="会员"><span>会员</span></a></li></ul><div class="clear"></div></nav><!--INT_SCRIPT.4acf6ba66be6c30806a4ecaeee9aae49--><!--INT_SCRIPT.1454ac12327a88c5aed21ff7d83daf0f--></div><nav class="primaryNavigation"><div class="wrapper"><ul class="navigation horizontal" role="list"><li class="homepage"><a href="/zh/%e9%a6%96%e9%a1%b5/" title="首页" accesskey="h"><span>首页</span></a></li><li class="findschoolfilters"><a href="/zh/%e6%9f%a5%e6%89%be%e5%ad%a6%e6%a0%a1/" title="查找学校"><span>查找学校</span></a></li><li class="page-ourschools"><a href="/zh/%e6%88%91%e4%bb%ac%e7%9a%84%e5%ad%a6%e6%a0%a1/" title="我们的学校"><span>我们的学校</span></a></li><li class="hasChildren "><a href="/zh/our-courses/" title="Our Courses"><span>Our Courses</span></a><ul class="subNav"><li class="findschoolfilters"><a href="/zh/our-courses/%e4%bd%93%e9%aa%8c/" title="体验"><span>体验</span></a></li><li class=""><a href="/zh/our-courses/ialc-online/" title="IALC Online"><span>IALC Online</span></a></li><li class=""><a href="/zh/our-courses/pathway-courses/" title="Pathway Courses"><span>Pathway Courses</span></a></li><li class=""><a href="https://www.ialc.org/find-a-school/summer-centres/" title="暑期中心" rel="noopener"><span>暑期中心</span></a></li></ul></li><li class="active hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/" title="目的地" class="active"><span>目的地</span></a><ul class="subNav"><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%98%bf%e6%a0%b9%e5%bb%b7/" title="阿根廷"><span>阿根廷</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%98%bf%e6%a0%b9%e5%bb%b7/%e5%b8%83%e5%ae%9c%e8%af%ba%e6%96%af%e8%89%be%e5%88%a9%e6%96%af/" title="布宜诺斯艾利斯"><span>布宜诺斯艾利斯</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/" title="澳大利亚"><span>澳大利亚</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e9%98%bf%e5%be%b7%e8%8e%b1%e5%be%b7/" title="阿德莱德"><span>阿德莱德</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e5%b8%83%e9%87%8c%e6%96%af%e7%8f%ad/" title="布里斯班"><span>布里斯班</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e5%87%af%e6%81%a9%e6%96%af/" title="凯恩斯"><span>凯恩斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e9%bb%84%e9%87%91%e6%b5%b7%e5%b2%b8/" title="黄金海岸"><span>黄金海岸</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%be%b3%e5%a4%a7%e5%88%a9%e4%ba%9a/%e5%a2%a8%e5%b0%94%e6%9c%ac/" title="墨尔本"><span>墨尔本</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%a5%a5%e5%9c%b0%e5%88%a9/" title="奥地利"><span>奥地利</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%a5%a5%e5%9c%b0%e5%88%a9/%e7%bb%b4%e4%b9%9f%e7%ba%b3/" title="维也纳"><span>维也纳</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%b7%b4%e8%a5%bf/" title="巴西"><span>巴西</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%b7%b4%e8%a5%bf/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/" title="加拿大"><span>加拿大</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e6%b8%a9%e5%b0%bc%e4%bc%af/" title="温尼伯"><span>温尼伯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%8d%a1%e5%b0%94%e5%8a%a0%e9%87%8c/" title="卡尔加里"><span>卡尔加里</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%af%86%e8%a5%bf%e6%b2%99%e5%8a%a0/" title="密西沙加"><span>密西沙加</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%9f%ba%e6%b4%9b%e7%ba%b3/" title="基洛纳"><span>基洛纳</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e5%a4%9a%e4%bc%a6%e5%a4%9a/" title="多伦多"><span>多伦多</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e9%ad%81%e5%8c%97%e5%85%8b/" title="魁北克"><span>魁北克</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e6%b8%a9%e5%93%a5%e5%8d%8e/" title="温哥华"><span>温哥华</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8a%a0%e6%8b%bf%e5%a4%a7/%e7%bb%b4%e5%a4%9a%e5%88%a9%e4%ba%9a/" title="维多利亚"><span>维多利亚</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%b8%ad%e5%9b%bd/" title="中国"><span>中国</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%b8%ad%e5%9b%bd/%e5%8c%97%e4%ba%ac/" title="北京"><span>北京</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/" title="法国"><span>法国</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e8%89%be%e5%85%8b%e6%96%af%ef%bc%88%e6%99%ae%e7%bd%97%e6%97%ba%e6%96%af%ef%bc%89/" title="艾克斯(普罗旺斯)"><span>艾克斯(普罗旺斯)</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e6%af%94%e4%ba%9a%e9%87%8c%e8%8c%a8/" title="比亚里茨"><span>比亚里茨</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e6%b3%a2%e5%b0%94%e5%a4%9a/" title="波尔多"><span>波尔多</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e9%87%8c%e6%98%82/" title="里昂"><span>里昂</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e8%92%99%e5%bd%bc%e5%88%a9%e5%9f%83/" title="蒙彼利埃"><span>蒙彼利埃</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e5%b0%bc%e6%96%af/" title="尼斯"><span>尼斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e5%b7%b4%e9%bb%8e/" title="巴黎"><span>巴黎</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%b3%95%e5%9b%bd/%e9%b2%81%e6%98%82/" title="鲁昂"><span>鲁昂</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/" title="德国"><span>德国</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%9f%8f%e6%9e%97/" title="柏林"><span>柏林</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e7%a7%91%e9%9a%86/" title="科隆"><span>科隆</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%9d%9c%e5%a1%9e%e5%b0%94%e5%a4%9a%e5%a4%ab/" title="杜塞尔多夫"><span>杜塞尔多夫</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%b1%89%e5%a0%a1/" title="汉堡"><span>汉堡</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%9e%97%e9%81%93/" title="林道"><span>林道</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%85%95%e5%b0%bc%e9%bb%91/" title="慕尼黑"><span>慕尼黑</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%98%8e%e6%96%af%e7%89%b9/" title="明斯特"><span>明斯特</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e9%9b%b7%e6%a0%b9%e6%96%af%e5%a0%a1/" title="雷根斯堡"><span>雷根斯堡</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%be%b7%e5%9b%bd/%e6%96%af%e5%9b%be%e5%8a%a0%e7%89%b9/" title="斯图加特"><span>斯图加特</span></a></li></ul></li><li class="current active hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/" title="爱尔兰" class="active"><span>爱尔兰</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/limerick/" title="Limerick"><span>Limerick</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e5%b8%83%e9%9b%b7/" title="布雷"><span>布雷</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e7%a7%91%e5%85%8b/" title="科克"><span>科克</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e9%83%bd%e6%9f%8f%e6%9e%97/" title="都柏林"><span>都柏林</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%88%b1%e5%b0%94%e5%85%b0/%e6%88%88%e5%b0%94%e9%9f%a6/" title="戈尔韦"><span>戈尔韦</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/" title="意大利"><span>意大利</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e5%8d%9a%e6%b4%9b%e5%b0%bc%e4%ba%9a/" title="博洛尼亚"><span>博洛尼亚</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e4%bd%9b%e7%bd%97%e4%bc%a6%e8%90%a8/" title="佛罗伦萨"><span>佛罗伦萨</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e5%88%a9%e5%b0%bc%e4%ba%9a%e8%af%ba/" title="利尼亚诺"><span>利尼亚诺</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%b1%b3%e5%85%b0/" title="米兰"><span>米兰</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%bd%97%e9%a9%ac/" title="罗马"><span>罗马</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e9%82%a3%e4%b8%8d%e5%8b%92%e6%96%af/" title="那不勒斯"><span>那不勒斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e8%90%a8%e5%8b%92%e8%af%ba/" title="萨勒诺"><span>萨勒诺</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e9%94%a1%e8%80%b6%e7%ba%b3/" title="锡耶纳"><span>锡耶纳</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e9%99%b6%e5%b0%94%e7%b1%b3%e7%ba%b3/" title="陶尔米纳"><span>陶尔米纳</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%9a%84%e9%87%8c%e9%9b%85%e6%96%af%e7%89%b9/" title="的里雅斯特"><span>的里雅斯特</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%84%8f%e5%a4%a7%e5%88%a9/%e7%89%b9%e7%bd%97%e4%bd%a9%e4%ba%9a/" title="特罗佩亚"><span>特罗佩亚</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/" title="日本"><span>日本</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e5%90%8d%e5%8f%a4%e5%b1%8b/" title="名古屋"><span>名古屋</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e4%b8%9c%e4%ba%ac/" title="东京"><span>东京</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e7%a6%8f%e5%86%88/" title="福冈"><span>福冈</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%97%a5%e6%9c%ac/%e4%ba%ac%e9%83%bd/" title="京都"><span>京都</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%ba%a6%e6%97%a6/" title="约旦"><span>约旦</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%ba%a6%e6%97%a6/%e5%ae%89%e6%9b%bc/" title="安曼"><span>安曼</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%8b%89%e8%84%b1%e7%bb%b4%e4%ba%9a/" title="拉脱维亚"><span>拉脱维亚</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%8b%89%e8%84%b1%e7%bb%b4%e4%ba%9a/%e9%87%8c%e5%8a%a0/" title="里加"><span>里加</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/" title="马耳他"><span>马耳他</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e6%88%88%e4%bd%90%e5%b2%9b/" title="戈佐岛"><span>戈佐岛</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e5%9c%a3%e6%9c%b1%e5%88%a9%e5%ae%89/" title="圣朱利安"><span>圣朱利安</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e5%9c%a3%e4%bf%9d%e7%bd%97%e6%b9%be/" title="圣保罗湾"><span>圣保罗湾</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e9%a9%ac%e8%80%b3%e4%bb%96/%e7%93%a6%e8%8e%b1%e5%a1%94/" title="瓦莱塔"><span>瓦莱塔</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%96%b0%e8%a5%bf%e5%85%b0/" title="新西兰"><span>新西兰</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%96%b0%e8%a5%bf%e5%85%b0/%e5%a5%a5%e5%85%8b%e5%85%b0/" title="奥克兰"><span>奥克兰</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e6%96%b0%e8%a5%bf%e5%85%b0/%e5%b0%bc%e5%b0%94%e6%a3%ae/" title="尼尔森"><span>尼尔森</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%91%a1%e8%90%84%e7%89%99/" title="葡萄牙"><span>葡萄牙</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%91%a1%e8%90%84%e7%89%99/%e6%b3%95%e9%b2%81/" title="法鲁"><span>法鲁</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%91%a1%e8%90%84%e7%89%99/%e9%87%8c%e6%96%af%e6%9c%ac/" title="里斯本"><span>里斯本</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/" title="俄罗斯"><span>俄罗斯</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/%e4%bc%8a%e5%b0%94%e5%ba%93%e8%8c%a8%e5%85%8b/" title="伊尔库茨克"><span>伊尔库茨克</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/%e8%8e%ab%e6%96%af%e7%a7%91/" title="莫斯科"><span>莫斯科</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e4%bf%84%e7%bd%97%e6%96%af/%e5%9c%a3%e5%bd%bc%e5%be%97%e5%a0%a1/" title="圣彼得堡"><span>圣彼得堡</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8d%97%e9%9d%9e/" title="南非"><span>南非</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e5%8d%97%e9%9d%9e/%e5%bc%80%e6%99%ae%e6%95%a6/" title="开普敦"><span>开普敦</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/" title="西班牙"><span>西班牙</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%b7%b4%e5%a1%9e%e7%bd%97%e9%82%a3/" title="巴塞罗那"><span>巴塞罗那</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%8a%a0%e8%bf%aa%e6%96%af/" title="加迪斯"><span>加迪斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e9%a9%ac%e5%be%b7%e9%87%8c/" title="马德里"><span>马德里</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e9%a9%ac%e6%8b%89%e5%8a%a0/" title="马拉加"><span>马拉加</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%86%85%e5%b0%94%e5%93%88/" title="内尔哈"><span>内尔哈</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%9c%a3%e5%a1%9e%e5%b7%b4%e6%96%af%e8%92%82%e5%ae%89/" title="圣塞巴斯蒂安"><span>圣塞巴斯蒂安</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e5%a1%9e%e7%bb%b4%e5%88%a9%e4%ba%9a/" title="塞维利亚"><span>塞维利亚</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%a5%bf%e7%8f%ad%e7%89%99/%e7%93%a6%e4%bc%a6%e8%a5%bf%e4%ba%9a/" title="瓦伦西亚"><span>瓦伦西亚</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/" title="英国"><span>英国</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/ascot/" title="Ascot"><span>Ascot</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/belfast/" title="Belfast"><span>Belfast</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e4%bc%af%e6%81%a9%e8%8c%85%e6%96%af/" title="伯恩茅斯"><span>伯恩茅斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%b8%83%e8%8e%b1%e9%a1%bf/" title="布莱顿"><span>布莱顿</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%b8%83%e9%87%8c%e6%96%af%e6%89%98/" title="布里斯托"><span>布里斯托</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%b8%83%e7%bd%97%e5%be%b7%e6%96%af%e6%b3%b0/" title="布罗德斯泰"><span>布罗德斯泰</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%89%91%e6%a1%a5/" title="剑桥"><span>剑桥</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%8d%a1%e8%bf%aa%e5%a4%ab/" title="卡迪夫"><span>卡迪夫</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e5%88%87%e6%96%af%e7%89%b9/" title="切斯特"><span>切斯特</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e8%be%be%e5%8b%92%e5%a7%86/" title="达勒姆"><span>达勒姆</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e4%bc%8a%e6%96%af%e7%89%b9%e6%9c%ac/" title="伊斯特本"><span>伊斯特本</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e7%88%b1%e4%b8%81%e5%a0%a1/" title="爱丁堡"><span>爱丁堡</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e8%82%af%e7%89%b9/" title="肯特"><span>肯特</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e9%87%8c%e5%85%b9/" title="里兹"><span>里兹</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e4%bc%a6%e6%95%a6/" title="伦敦"><span>伦敦</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%b3%b0%e6%81%a9%e6%b2%b3%e7%95%94%e7%ba%bd%e5%8d%a1%e6%96%af%e5%b0%94/" title="泰恩河畔纽卡斯尔"><span>泰恩河畔纽卡斯尔</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e7%89%9b%e6%b4%a5/" title="牛津"><span>牛津</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%9c%b4%e8%8c%a8%e8%8c%85%e6%96%af/" title="朴茨茅斯"><span>朴茨茅斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%89%98%e5%9f%ba/" title="托基"><span>托基</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%89%98%e7%89%b9%e5%b0%bc%e6%96%af/" title="托特尼斯"><span>托特尼斯</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e6%b2%83%e8%be%9b/" title="沃辛"><span>沃辛</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e8%8b%b1%e5%9b%bd/%e7%ba%a6%e5%85%8b/" title="约克"><span>约克</span></a></li></ul></li><li class="hasChildren "><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/" title="美国"><span>美国</span></a><ul class="subNav"><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%8a%b3%e5%be%b7%e4%bb%a3%e5%b0%94%e5%a0%a1/" title="劳德代尔堡"><span>劳德代尔堡</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e6%aa%80%e9%a6%99%e5%b1%b1/" title="檀香山"><span>檀香山</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e6%b4%9b%e6%9d%89%e7%9f%b6/" title="洛杉矶"><span>洛杉矶</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/malibu/" title="Malibu"><span>Malibu</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e8%bf%88%e9%98%bf%e5%af%86/" title="迈阿密"><span>迈阿密</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e7%ba%bd%e7%ba%a6/" title="纽约"><span>纽约</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%8c%97%e5%ae%89%e6%99%ae%e6%95%a6/" title="北安普敦"><span>北安普敦</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%9c%a3%e5%b7%b4%e5%b7%b4%e6%8b%89/" title="圣巴巴拉"><span>圣巴巴拉</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%9c%a3%e5%9c%b0%e4%ba%9a%e5%93%a5/" title="圣地亚哥"><span>圣地亚哥</span></a></li><li class=""><a href="/zh/%e7%9b%ae%e7%9a%84%e5%9c%b0/%e7%be%8e%e5%9b%bd/%e5%8d%8e%e7%9b%9b%e9%a1%bf/" title="华盛顿"><span>华盛顿</span></a></li></ul></li></ul></li><li class=""><a href="/zh/%e6%88%91%e4%bb%ac%e7%9a%84%e5%ad%a6%e6%a0%a1/" title="Our Schools"><span>Our Schools</span></a></li><li class=""><a href="/zh/%e6%96%b0%e9%97%bb/" title="新闻"><span>新闻</span></a></li></ul><div class="clear"></div></div></nav></div></div><div class="hero"><!--INT_SCRIPT.7b6c289ea95c58f73ab1db1b0baf93e4--></div></header>')), array('field_header' => array('tx_templavoilaplus' => array('title' => 'Header', 'eType' => 'TypoScriptObject', 'TypoScriptObjPath' => 'lib.header')), 'field_column_header' => array('tx_templavoilaplus' => array('title' => 'Content - Header', 'eType' => 'ce', 'TypoScript' => ' 10 = COA 10 { 10 =< lib.site.breadcrumb 20 =< lib.site.title } 20 < lib.contentHeader 30 = RECORDS 30 { source.current = 1 tables = tt_content stdWrap { outerWrap < lib.site.container.wrap innerWrap = <!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end--> } } ', 'oldStyleColumnNumber' => 1), 'TCEforms' => array('config' => array('type' => 'group', 'internal_type' => 'db', 'allowed' => 'tt_content', 'size' => '5', 'maxitems' => '200', 'minitems' => '0', 'multiple' => '1', 'show_thumbs' => '1'), 'label' => 'Header')), 'field_column_primary' => array('tx_templavoilaplus' => array('title' => 'Content - Primary', 'eType' => 'ce', 'TypoScript' => ' 10 < lib.content 20 = RECORDS 20 { source.current = 1 tables = tt_content stdWrap { outerWrap < lib.site.container.wrap innerWrap = <!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end--> } } ', 'oldStyleColumnNumber' => 2), 'TCEforms' => array('config' => array('type' => 'group', 'internal_type' => 'db', 'allowed' => 'tt_content', 'size' => '5', 'maxitems' => '200', 'minitems' => '0', 'multiple' => '1', 'show_thumbs' => '1'), 'label' => 'Content')), 'field_column_secondary' => array('tx_templavoilaplus' => array('title' => 'Content - Secondary', 'eType' => 'ce', 'TypoScript' => ' 10 =< lib.navigation.secondary 20 = RECORDS 20 { source { postUserFunc = Jpmschuler\\TvplusContentslide\\SlideController->main postUserFunc.field = field_column_secondary } tables = tt_content stdWrap { outerWrap < lib.site.container.wrap } } ', 'oldStyleColumnNumber' => 3), 'TCEforms' => array('config' => array('type' => 'group', 'internal_type' => 'db', 'allowed' => 'tt_content', 'size' => '5', 'maxitems' => '200', 'minitems' => '0', 'multiple' => '1', 'show_thumbs' => '1'), 'label' => 'Content')), 'field_column_footer' => array('tx_templavoilaplus' => array('title' => 'Content - Footer', 'eType' => 'ce', 'TypoScript' => ' 10 = RECORDS 10 { source.current = 1 tables = tt_content stdWrap { outerWrap < lib.site.container.wrap } } ', 'oldStyleColumnNumber' => 4), 'TCEforms' => array('config' => array('type' => 'group', 'internal_type' => 'db', 'allowed' => 'tt_content', 'size' => '5', 'maxitems' => '200', 'minitems' => '0', 'multiple' => '1', 'show_thumbs' => '1'), 'label' => 'Footer')), 'field_footer' => array('tx_templavoilaplus' => array('title' => 'Footer', 'eType' => 'TypoScriptObject', 'TypoScriptObjPath' => 'lib.footer'))), null, 'vDEF', true)
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 374

                        $TOlocalProc = $singleSheet ? $TOproc['ROOT']['el'] : $TOproc['sheets'][$sheet]['ROOT']['el'];
                        // Store the original data values before the get processed.
                        $originalDataValues = $dataValues;
                        $this->processDataValues($dataValues, $dataStruct['ROOT']['el'], $TOlocalProc, $vKey, ($this->conf['renderUnmapped'] !== 'false' ? true : $TO['MappingInfo']['ROOT']['el']));

                        // Hook: renderElement_postProcessDataValues
                        foreach ($hookObjectsArr as $hookObj) {
                            if (method_exists($hookObj, 'renderElement_postProcessDataValues')) {
at Ppi\TemplaVoilaPlus\Controller\FrontendController->renderElement(array('uid' => 817, 'pid' => 736, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_swapmode' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1615977475, 'sorting' => 12288, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 4, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 27, 'editlock' => 0, 'crdate' => 1536585918, 'cruser_id' => 2, 'title' => '爱尔兰', 'doktype' => 1, 'TSconfig' => '', 'storage_pid' => 0, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 3, 'SYS_LASTCHANGED' => 1679585065, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'tx_lluri_exclude' => 0, 'tx_llpagebanner_banner' => 0, 'tx_lltaxonomy_is_category' => 1, 'tx_lltaxonomy_categories' => 0, 'tx_lloffice_photo' => '', 'tx_lloffice_company_name' => '', 'tx_lloffice_company_unit' => '', 'tx_lloffice_street' => '', 'tx_lloffice_city' => '', 'tx_lloffice_region' => '', 'tx_lloffice_postcode' => '', 'tx_lloffice_country' => 74, 'tx_lloffice_address_format' => '', 'tx_lloffice_telephone' => '', 'tx_lloffice_fax' => '', 'tx_lloffice_email' => '', 'tx_lloffice_website' => '', 'tx_lloffice_latitude' => '', 'tx_lloffice_longitude' => '', 'backend_layout' => '0', 'backend_layout_next_level' => '0', 'tx_ll_pagetitle' => '', 'tx_ll_hidetitle' => 0, 'tx_ll_hidebreadcrumb' => 0, 'tx_ll_hidecomments' => 0, 'tx_ll_browsertitle' => '', 'tx_ll_browsertitleformat' => 0, 'tx_ll_accesskey' => '', 'tx_ll_bodyid' => '', 'tx_ll_bodyclass' => '', 'tx_llsitemap_priority' => 0.0, 'tx_llsitemap_changefreq' => 'Inherit', 'cache_tags' => '', 'tx_ll_canonical' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_templavoilaplus_ds' => '16', 'tx_templavoilaplus_to' => 18, 'tx_templavoilaplus_next_ds' => '', 'tx_templavoilaplus_next_to' => 0, 'tx_templavoilaplus_flex' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_column_header"> <value index="vDEF"></value> </field> <field index="field_column_primary"> <value index="vDEF"></value> </field> <field index="field_column_secondary"> <value index="vDEF"></value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_lloffice_country_override' => '', 'tx_ll_hidenavigationsecondary' => 0, 'tx_llpagebanner_hide' => 0, 'rowDescription' => null, 'sys_language_uid' => 8, 'l10n_source' => 817, 'l10n_state' => '{"starttime":"parent","endtime":"parent","nav_hide":"parent","url":"parent","lastUpdated":"parent","newUntil":"parent","no_search":"parent","shortcut":"parent","shortcut_mode":"parent","content_from_pid":"parent","author":"parent","author_email":"parent","media":"parent","tx_ll_hidetitle":"parent","tx_ll_hidebreadcrumb":"parent","tx_ll_hidenavigationsecondary":"parent","tx_ll_hidecomments":"parent","tx_ll_browsertitleformat":"parent","tx_ll_accesskey":"parent","tx_ll_bodyid":"parent","tx_ll_bodyclass":"parent","tx_ll_og_image":"parent","tx_lluri_exclude":"parent","tx_llpagebanner_banner":"parent","tx_llpagebanner_hide":"parent","tx_llsitemap_priority":"parent","tx_llsitemap_changefreq":"parent"}', 'l10n_diffsource' => 'a:51:{s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"nav_hide";i:0;s:3:"url";s:0:"";s:11:"lastUpdated";i:0;s:8:"newUntil";i:0;s:9:"no_search";i:3;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:16:"content_from_pid";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:5:"media";i:1;s:15:"tx_ll_hidetitle";i:0;s:20:"tx_ll_hidebreadcrumb";i:0;s:29:"tx_ll_hidenavigationsecondary";i:0;s:18:"tx_ll_hidecomments";i:0;s:24:"tx_ll_browsertitleformat";i:0;s:15:"tx_ll_accesskey";s:0:"";s:12:"tx_ll_bodyid";s:0:"";s:15:"tx_ll_bodyclass";s:0:"";s:14:"tx_ll_og_image";N;s:16:"tx_lluri_exclude";i:0;s:22:"tx_llpagebanner_banner";i:0;s:20:"tx_llpagebanner_hide";i:0;s:21:"tx_llsitemap_priority";d:0;s:23:"tx_llsitemap_changefreq";s:7:"Inherit";s:8:"TSconfig";s:0:"";s:13:"php_tree_stop";i:0;s:8:"editlock";i:0;s:6:"layout";i:0;s:8:"fe_group";s:0:"";s:16:"extendToSubpages";i:0;s:6:"target";s:0:"";s:5:"alias";s:0:"";s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:9:"mount_pid";i:0;s:11:"is_siteroot";i:0;s:12:"mount_pid_ol";i:0;s:6:"module";s:0:"";s:13:"fe_login_mode";i:0;s:8:"l18n_cfg";i:0;s:14:"backend_layout";s:1:"0";s:25:"backend_layout_next_level";s:1:"0";s:17:"tsconfig_includes";N;s:21:"tx_templavoilaplus_ds";s:2:"16";s:21:"tx_templavoilaplus_to";i:18;s:26:"tx_templavoilaplus_next_ds";s:0:"";s:26:"tx_templavoilaplus_next_to";i:0;s:23:"tx_templavoilaplus_flex";s:722:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_column_header"> <value index="vDEF"></value> </field> <field index="field_column_primary"> <value index="vDEF"></value> </field> <field index="field_column_secondary"> <value index="vDEF"></value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";}', 'slug' => null, 'legacy_overlay_uid' => 120, 'tx_ll_og_title' => '', 'tx_ll_og_description' => null, 'tx_ll_og_image' => '0', 'tx_ll_og_image_size' => 0, 'l10n_parent' => 817, 'tx_kesearch_tags' => null, 'tx_kesearch_abstract' => null, 'tx_kesearch_resultimage' => 0, '_PAGES_OVERLAY' => true, '_PAGES_OVERLAY_UID' => 1861, '_PAGES_OVERLAY_LANGUAGE' => 8, '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => 8), 'pages')
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 209
            $pageRecord['tx_templavoilaplus_ds'] = $ds;
            $pageRecord['tx_templavoilaplus_to'] = $to;
        }

        return $this->renderElement($pageRecord, 'pages');
    }

    /**
     * Will set up various stuff in the class based on input TypoScript
at Ppi\TemplaVoilaPlus\Controller\FrontendController->main_page('', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1'))))
at call_user_func_array(array(object(Ppi\TemplaVoilaPlus\Controller\FrontendController), 'main_page'), array('', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1')))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 6015
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1'))), '')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1'))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1'))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1'))), '30')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('headerData.' => array('USER', '150.' => array('userFunc' => 'LiquidLight\\Catalog\\LinkTag\\LinkTagBuilder->generateRssFeeds'), 'USER_INT', '250.' => array('userFunc' => 'LiquidLight\\Uri\\LinkTag\\LinkTagBuilder->getCanonicalAndHrefLangLinks'), 'USER', '20.' => array('userFunc' => 'tx_llfe->getLinks', 'links.' => array('manifest.' => array('rel' => 'manifest', 'href.' => array('parameter' => '1,801', 'returnLast' => 'url', 'baseURL' => '1')))), 'TEXT', '700.' => array('value' => '<script>if(navigator.serviceWorker)navigator.serviceWorker.register(\'/sw.js\', {scope:\'/\'})</script>'), 'COA', '1000.' => array('TEXT', '10.' => array('value' => '<link rel="dns-prefetch" href="https://stats.g.doubleclick.net"><link rel="preconnect" crossorigin href="https://stats.g.doubleclick.net"><link rel="dns-prefetch" href="https://www.google-analytics.com/"><link rel="preconnect" crossorigin href="https://www.google-analytics.com/">'), 'TEXT', '50.' => array('value' => '(function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');ga(\'create\', \'UA-36836536-1\', \'auto\');ga(\'require\', \'displayfeatures\');ga(\'send\', \'pageview\');', 'wrap' => '<script>|</script>')), 'TEXT', '1205.' => array('value' => '<script>if(localStorage[\'EXT:CustomFonts\'] && localStorage[\'EXT:CustomFonts\'] === \'Loaded\') {document.documentElement.className += \' fontsLoaded\';}</script>'), 'TEXT', '1210.' => array('value' => ' <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CHSVQBQ3RD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', \'G-CHSVQBQ3RD\'); </script>'), 'COA_INT', '456.' => array('HMENU', '10.' => array('special' => 'language', 'special.' => array('value' => '0, 2, 3, 4, 5, 6, 7, 8, 9', 'normalWhenNoLanguage' => '0'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'en || es || de || it || fr || pt || ru || zh || ja')), 'linkWrap' => '<link rel="alternate" hreflang="|', 'doNotLinkIt' => '1', 'after.' => array('cObject' => 'TEXT', 'cObject.' => array('stdWrap.' => array('wrap' => '" href="|" />', 'typolink.' => array('parameter.' => array('data' => 'page:uid'), 'additionalParams' => '&L=0 || &L=2 || &L=3 || &L=4 || &L=5 || &L=6 || &L=7 || &L=8 || &L=9', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))))), 'CUR' => '1', 'CUR.' => array('doNotShowLink' => '1'), 'USERDEF1' => '1', 'USERDEF1.' => array('doNotShowLink' => '1'))), 'TEXT', '20.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'page:uid'), 'additionalParams' => '&L=0', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="alternate" href="|" hreflang="x-default" />'), 'insertData' => '1'), 'TEXT', '300.' => array('value' => '<link rel="stylesheet" type="text/css" href="/typo3conf/ext/ialc/Plugin/Schools/Assets/gmap/style.css" />'), 'TEXT', '305.' => array('value' => '<script src="https://maps.google.com/maps/api/js?key=AIzaSyAvGEDm6wT0E9ioU0pQCa5iJUHcIOVsqcs" type="text/javascript"></script>')), 'typeNum' => '0', 'includeLibs.' => array('ll_fe' => 'EXT:ll_fe/class.tx_llfe.php'), 'headTag' => '<head prefix="og: http://ogp.me/ns#">', 'config.' => array('xhtml_cleaning' => '0', 'titleTagFunction' => 'tx_llfe->getTitle', 'doctype' => 'html5', 'xmlprologue' => 'none', 'headerComment' => ' Designed & Developed by Liquid Light (https://www.liquidlight.co.uk)', 'admPanel' => '0', 'additionalHeaders.' => array('20.' => array('header' => 'Permissions-Policy: interest-cohort=()'))), 'includeCSS.' => array('0-library-royalslider' => 'EXT:ll_fe/Library/RoyalSlider/css/screen.css', '0-library-royalslider.' => array('media' => 'screen'), '/assets/ialc/css/screen.css', '10.' => array('media' => 'screen'), '/assets/ialc/css/landing.css', '15.' => array('media' => 'screen'), '/assets/ialc/css/print.css', '20.' => array('media' => 'print')), 'includeJSFooter.' => array('EXT:ll_fe/Default/Assets/js/core.js', '0-library-royalslider' => 'EXT:ll_fe/Library/RoyalSlider/js/core.js', '0-library-typeahead' => 'EXT:ll_fe/Library/Typeahead/js/core.js', 'library-googleanalytics' => 'EXT:ll_fe/Library/GoogleAnalyticsUniversal/js/core.js', '/assets/ialc/js/core.js'), 'shortcutIcon' => 'assets/ialc/img/favicon.ico', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('wrap' => '<body itemscope itemtype="http://schema.org/WebPage" |>', 'TEXT', '10.' => array('data' => 'page:tx_ll_bodyid', 'noTrimWrap' => '| id="|"|', 'if.' => array('isTrue.' => array('data' => 'page:tx_ll_bodyid'))), 'TEXT', '20.' => array('data' => 'page:tx_ll_bodyclass', 'noTrimWrap' => '| class="page-destinations |"|'), 'TEXT', '30.' => array('value' => '8', 'noTrimWrap' => '| data-languageuid="|"|')), 'meta.' => array('description.' => array('data' => 'field:description // field:abstract'), 'keywords.' => array('field' => 'keywords'), 'robots' => 'NOINDEX, FOLLOW', 'robots.' => array('if.' => array('value' => '1', 'isGreaterThan.' => array('field' => 'no_search'))), 'viewport' => 'width=device-width, initial-scale=1', 'theme-color' => '#378BB8'), 'USER', '30.' => array('userFunc' => 'Ppi\\TemplaVoilaPlus\\Controller\\FrontendController->main_page', 'disableExplosivePreview' => '1', 'stdWrap.' => array('append' => 'TEXT', 'append.' => array('value' => '{LLL:EXT:ll_fe/locallang.xml:fe.offline}', 'wrap' => '<div class="userConnectionStatus"><div class="wrapper">|</div></div>', 'insertData' => '1'))), 'jsInline.' => array('TEXT', '10.' => array('value' => 'document.documentElement.className+=\' hasJs\';(function(w,d){w.errorQ=[];w.onerror=function(m,f,l){errorQ.push({m:m,f:f,l:l});return true}})(window,document);(function(w,d,u){w.readyQ=[];w.bindReadyQ=[];function p(x,y){if(x=="ready"){w.bindReadyQ.push(y);}else{w.readyQ.push(x);}};var a={ready:p,bind:p};w.$=w.jQuery=function(f){if(f===d||f===u){return a}else{p(f)}}})(window,document);')), 'includeJSFooterlibs.' => array('-9-library-jquery36' => 'EXT:ll_fe/Library/jQuery/3.6/js/core.js'), 'footerData.' => array('TEXT', '20.' => array('value' => ' <script async defer src="https://www.google.com/recaptcha/api.js"></script> <script> function timestamp() { var response = document.getElementById("g-recaptcha-response"); if (response == null || response.value.trim() == "") {var elems = JSON.parse(document.getElementsByName("captcha_settings")[0].value);elems["ts"] = JSON.stringify(new Date().getTime());document.getElementsByName("captcha_settings")[0].value = JSON.stringify(elems); } } if (document.querySelector(\'input[name="captcha_settings"]\')) { setInterval(timestamp, 500); } </script>'))))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(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->generatePageContent(object(LiquidLight\Frontend\XClass\TypoScriptFrontendController))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(LiquidLight\Frontend\XClass\TypoScriptFrontendController), null)
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $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 /usr/local/share/typo3/9.5/typo3/ext/ll_fe/Classes/Middleware/CSP.php line 25
class CSP implements MiddlewareInterface
{
 public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
 {
  $response = $handler->handle($request);

  // Get global variables
  $fe_vars = $GLOBALS['TYPO3_CONF_VARS']['FE'];
  $host = GeneralUtility::getIndpEnv('TYPO3_REQUEST_HOST');
at LiquidLight\Frontend\Middleware\CSP->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 70
                return $response;
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }
    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
     *
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79

        // Register the frontend user as aspect
        $this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f05ff539056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

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

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

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