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_primary' => array('vDEF' => '<!--TYPO3SEARCH_begin--><div class="csc-textpic csc-textpic-left csc-textpic-above csc-textpic-above-left"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" alt="Australia Gold Coast" src="/fileadmin/uploads/ialc/Photos/IALC_page_images/Destinations/Australia/Gold_Coast/australia-gold-coast.jpg" width="750" height="200" /></figure></div><div class="csc-textpic-text"><h3>Learn English in Gold Coast, Australia!</h3><p>Live a laid-back lifestyle while learning English on the sunny and beautiful Gold Coast of Australia.</p><p>The Gold Coast of Australia is one of the most popular metropolitan regions in the country. Visitors come from all over the world to enjoy the beaches, theme parks, rainforests, surfing, and year-round sunshine. Living and studying English in this lovely part of the world, you’ll enjoy hip restaurants and bars, excellent shopping, lovely cafes, water sports, golf, tennis, culture and more, as you experience the enviable Australian way of life!</p></div></div><h3 class=""> Explore Gold Coast </h3><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/8/csm_seaside-people_-walking_5baeaee389.jpg" width="300" height="200" alt="" /></figure></div><div class="csc-textpic-text"><p>While it’s the long sandy beaches and surfing that have made the Gold Coast most famous, inland lies a lush hinterland waiting to be explored. You can visit the World heritage rainforest ecosystems at Springbrook and Laminton, see an ancient volcano or cuddle a koala at the Currumbin Wildlife Sanctuary. You could also take a walk along the O’Reilly’s Tree Top Walkway, which features nine suspension bridges through the Lamington National Park forest canopy, home to rare birds and rainforest.</p><p>The Gold Coast stretches along the coast and has an intricate system of inland canals and waterways. Its people are friendly, laid back and welcoming and you’ll make new friends inside and outside your college.</p></div></div><h3 class=""> Enjoy student life on the Gold Coast </h3><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/0/f/csm_Gold_Coast_-_full_view_50a04e5496.jpg" width="300" height="200" alt="" /></figure></div><div class="csc-textpic-text"><p>If you want to spend the day on the beach, there are 57 kilometres of coastline along the Gold Coast! If you want to take a lesson and learn how to catch a wave you can head to iconic Surfer’s Paradise for some instruction. You can also enjoy many other water sports, including paddle boarding and jet skiing. Or you can simply relax on the beach with a good book or your homework, enjoying the Gold Coast sunshine.</p><p>The Gold Coast is well-known for its theme parks and there are several to choose from. Some of the best include Wet N Wild Waterpark, Sea World, Dreamworld, and Warner Bros Movie World.</p><p>There is also some high quality, challenging and scenic golf courses on the Gold Coast. Why not try a round of golf at one of these excellent courses, such as Palmer Gold Coast, Sanctuary Cove, the RACV Royal Pines Resort or Parkwood International.</p></div></div><h3 class=""> Everything from vintage markets to a lively night life </h3><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/uploads/ialc/Photos/IALC_page_images/Destinations/Australia/Gold_Coast/Copy_of_Copy_of_Night_Market_008_RET_HRC_resized.jpg" width="250" height="168" alt="" /></figure></div><div class="csc-textpic-text"><p>The Gold Coast has many cool markets, where you can find trendy vintage clothes, like the Village Markets that takes place every Sunday at Burleigh Heads. Carrara Markets is another great place to browse. It has some 500 stalls selling a variety of items, and there’s also live entertainment on the weekends. For a range of great bargains, head to Harbour Town outlet mall, or visit Pacific Fair Shopping Centre for some stylish clothing finds.</p><p>And as you’d expect from a region with year-round sunshine that welcomes over 10 million tourists a year, the Gold Coast has a lively night scene with cafes, bars, and clubs for all tastes.</p><h4>Learn English in Gold Coast and enjoy the beaches, rainforests, surfing, and year-round sunshine!</h4></div></div><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_footer' => array('vDEF' => '<div class="clear"></div>'), '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="/fr/accueil/" itemprop="item"><span itemprop="name">Sommaire</span></a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/fr/destinations/" itemprop="item"><span itemprop="name">Destinations</span></a><meta itemprop="position" content="2"></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/fr/destinations/australie/" itemprop="item"><span itemprop="name">Australie</span></a><meta itemprop="position" content="3"></li></ol></div></div><h1><span>Gold Coast</span></h1><!--INT_SCRIPT.997c8c44b3441313def6b674d23cf9c4--><!--TYPO3SEARCH_begin--><!--TYPO3SEARCH_end--><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/fr/accueil/" 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="/fr/favoris/" title="Favoris"><span>Favoris</span></a></li><li class=""><a href="/fr/ressources/" title="Ressources"><span>Ressources</span></a></li><li class="hasChildren hasDropdown"><a href="/fr/a-propos/" title="À propos"><span>À propos</span></a><ul class="subNav"><li class=""><a href="/fr/a-propos/l%e2%80%99historique/" title="L’historique"><span>L’historique</span></a></li><li class=""><a href="/fr/a-propos/l%e2%80%99equipe/" title="L’équipe"><span>L’équipe</span></a></li><li class="hasChildren "><a href="/fr/a-propos/standards-de-qualite-ialc/" title="Standards de qualité IALC"><span>Standards de qualité IALC</span></a><ul class="subNav"><li class=""><a href="/fr/a-propos/standards-de-qualite-ialc/le-code-de-deontologie-ialc/" title="Le code de déontologie IALC"><span>Le code de déontologie IALC</span></a></li><li class=""><a href="/fr/a-propos/standards-de-qualite-ialc/code-of-ethics-korean/" title="윤리강령"><span>윤리강령</span></a></li><li class=""><a href="/fr/a-propos/standards-de-qualite-ialc/code-of-ethics-arabic/" title="مدونة الأخلاقيات"><span>مدونة الأخلاقيات</span></a></li><li class=""><a href="/fr/a-propos/standards-de-qualite-ialc/code-of-ethics-turkish/" title="Etik Kurallar"><span>Etik Kurallar</span></a></li><li class=""><a href="/fr/a-propos/standards-de-qualite-ialc/standards-d%e2%80%99hebergement-ialc/" title="Standards d’hébergement IALC"><span>Standards d’hébergement IALC</span></a></li></ul></li><li class=""><a href="/fr/a-propos/our-partners/" title="Our Partners"><span>Our Partners</span></a></li><li class=""><a href="/fr/a-propos/objectifs-et-finalites/" title="Objectifs et finalités"><span>Objectifs et finalités</span></a></li><li class=""><a href="/fr/a-propos/evenements/" title="Évènements"><span>Évènements</span></a></li></ul></li><li class="hasChildren hasDropdown"><a href="/fr/contact/" title="Contact" accesskey="c"><span>Contact</span></a><ul class="subNav"><li class=""><a href="/fr/contact/advertise-with-ialc/" title="Advertise with IALC"><span>Advertise with IALC</span></a></li><li class="hasChildren "><a href="/fr/contact/devenir-membre/" title="Devenir membre"><span>Devenir membre</span></a><ul class="subNav"><li class=""><a href="/fr/contact/devenir-membre/demandes-d%e2%80%99adhesion/" title="Demandes d’adhésion"><span>Demandes d’adhésion</span></a></li></ul></li><li class=""><a href="/fr/contact/reclamations/" title="Réclamations"><span>Réclamations</span></a></li></ul></li><li class=""><a href="/fr/evenements/" title="Évènements"><span>Évènements</span></a></li><li class="hasChildren homepage agentsPage"><a href="/fr/for-agents/" title="For Agents"><span>For Agents</span></a><ul class="subNav"><li class="hasChildren "><a href="/fr/for-agents/nos-agents-partenaires/" title="Nos agents partenaires"><span>Nos agents partenaires</span></a><ul class="subNav"><li class=""><a href="/fr/for-agents/nos-agents-partenaires/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="/fr/for-agents/agents/" title="Agents"><span>Agents</span></a></li></ul></li><li class="hasChildren hasDropdown hasDropDownLogIn"><a href="/fr/membres/" title="Membres"><span>Membres</span></a></li></ul><div class="clear"></div></nav><!--INT_SCRIPT.f87a298bce2085ae4a4728875185e35b--><!--INT_SCRIPT.2fa7f8c3dfb5540214ad9fc416fee70d--></div><nav class="primaryNavigation"><div class="wrapper"><ul class="navigation horizontal" role="list"><li class="homepage"><a href="/fr/accueil/" title="Accueil" accesskey="h"><span>Accueil</span></a></li><li class="findschoolfilters"><a href="/fr/trouver-une-ecole/" title="Trouver une école"><span>Trouver une école</span></a></li><li class="page-ourschools"><a href="/fr/nos-ecoles/" title="Nos écoles"><span>Nos écoles</span></a></li><li class="hasChildren "><a href="/fr/our-courses/" title="Our Courses"><span>Our Courses</span></a><ul class="subNav"><li class="findschoolfilters"><a href="/fr/our-courses/experiences/" title="Expériences"><span>Expériences</span></a></li><li class=""><a href="/fr/our-courses/ialc-online/" title="IALC Online"><span>IALC Online</span></a></li><li class=""><a href="/fr/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="Centres d’été" rel="noopener"><span>Centres d’été</span></a></li></ul></li><li class="active hasChildren "><a href="/fr/destinations/" title="Destinations" class="active"><span>Destinations</span></a><ul class="subNav"><li class="hasChildren "><a href="/fr/destinations/argentine/" title="Argentine"><span>Argentine</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/argentine/buenos-aires/" title="Buenos Aires"><span>Buenos Aires</span></a></li></ul></li><li class="active hasChildren "><a href="/fr/destinations/australie/" title="Australie" class="active"><span>Australie</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/australie/adelaide/" title="Adélaïde"><span>Adélaïde</span></a></li><li class=""><a href="/fr/destinations/australie/brisbane/" title="Brisbane"><span>Brisbane</span></a></li><li class=""><a href="/fr/destinations/australie/cairns/" title="Cairns"><span>Cairns</span></a></li><li class="current active "><a href="/fr/destinations/australie/gold-coast/" title="Gold Coast" class="active"><span>Gold Coast</span></a></li><li class=""><a href="/fr/destinations/australie/melbourne/" title="Melbourne"><span>Melbourne</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/autriche/" title="Autriche"><span>Autriche</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/autriche/vienne/" title="Vienne"><span>Vienne</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/bresil/" title="Brésil"><span>Brésil</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/bresil/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/canada/" title="Canada"><span>Canada</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/canada/winnipeg/" title="Winnipeg"><span>Winnipeg</span></a></li><li class=""><a href="/fr/destinations/canada/calgary/" title="Calgary"><span>Calgary</span></a></li><li class=""><a href="/fr/destinations/canada/mississauga/" title="Mississauga"><span>Mississauga</span></a></li><li class=""><a href="/fr/destinations/canada/kelowna/" title="Kelowna"><span>Kelowna</span></a></li><li class=""><a href="/fr/destinations/canada/toronto/" title="Toronto"><span>Toronto</span></a></li><li class=""><a href="/fr/destinations/canada/quebec-city/" title="Québec City"><span>Québec City</span></a></li><li class=""><a href="/fr/destinations/canada/vancouver/" title="Vancouver"><span>Vancouver</span></a></li><li class=""><a href="/fr/destinations/canada/victoria/" title="Victoria"><span>Victoria</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/chine/" title="Chine"><span>Chine</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/chine/beijing/" title="Beijing"><span>Beijing</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/france/" title="France"><span>France</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/france/aix-en-provence/" title="Aix-en-Provence"><span>Aix-en-Provence</span></a></li><li class=""><a href="/fr/destinations/france/biarritz/" title="Biarritz"><span>Biarritz</span></a></li><li class=""><a href="/fr/destinations/france/bordeaux/" title="Bordeaux"><span>Bordeaux</span></a></li><li class=""><a href="/fr/destinations/france/lyon/" title="Lyon"><span>Lyon</span></a></li><li class=""><a href="/fr/destinations/france/montpellier/" title="Montpellier"><span>Montpellier</span></a></li><li class=""><a href="/fr/destinations/france/nice/" title="Nice"><span>Nice</span></a></li><li class=""><a href="/fr/destinations/france/paris/" title="Paris"><span>Paris</span></a></li><li class=""><a href="/fr/destinations/france/rouen/" title="Rouen"><span>Rouen</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/allemagne/" title="Allemagne"><span>Allemagne</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/allemagne/berlin/" title="Berlin"><span>Berlin</span></a></li><li class=""><a href="/fr/destinations/allemagne/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li class=""><a href="/fr/destinations/allemagne/cologne/" title="Cologne"><span>Cologne</span></a></li><li class=""><a href="/fr/destinations/allemagne/duesseldorf/" title="Düsseldorf"><span>Düsseldorf</span></a></li><li class=""><a href="/fr/destinations/allemagne/hambourg/" title="Hambourg"><span>Hambourg</span></a></li><li class=""><a href="/fr/destinations/allemagne/lindau/" title="Lindau"><span>Lindau</span></a></li><li class=""><a href="/fr/destinations/allemagne/munich/" title="Munich"><span>Munich</span></a></li><li class=""><a href="/fr/destinations/allemagne/munster/" title="Munster"><span>Munster</span></a></li><li class=""><a href="/fr/destinations/allemagne/regensburg/" title="Regensburg"><span>Regensburg</span></a></li><li class=""><a href="/fr/destinations/allemagne/stuttgart/" title="Stuttgart"><span>Stuttgart</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/irlande/" title="Irlande"><span>Irlande</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/irlande/limerick/" title="Limerick"><span>Limerick</span></a></li><li class=""><a href="/fr/destinations/irlande/bray/" title="Bray"><span>Bray</span></a></li><li class=""><a href="/fr/destinations/irlande/cork/" title="Cork"><span>Cork</span></a></li><li class=""><a href="/fr/destinations/irlande/dublin/" title="Dublin"><span>Dublin</span></a></li><li class=""><a href="/fr/destinations/irlande/galway/" title="Galway"><span>Galway</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/italie/" title="Italie"><span>Italie</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/italie/bologne/" title="Bologne"><span>Bologne</span></a></li><li class=""><a href="/fr/destinations/italie/florence/" title="Florence"><span>Florence</span></a></li><li class=""><a href="/fr/destinations/italie/lignano/" title="Lignano"><span>Lignano</span></a></li><li class=""><a href="/fr/destinations/italie/milan/" title="Milan"><span>Milan</span></a></li><li class=""><a href="/fr/destinations/italie/rome/" title="Rome"><span>Rome</span></a></li><li class=""><a href="/fr/destinations/italie/naples/" title="Naples"><span>Naples</span></a></li><li class=""><a href="/fr/destinations/italie/salerne/" title="Salerne"><span>Salerne</span></a></li><li class=""><a href="/fr/destinations/italie/siena/" title="Siena"><span>Siena</span></a></li><li class=""><a href="/fr/destinations/italie/taormina/" title="Taormina"><span>Taormina</span></a></li><li class=""><a href="/fr/destinations/italie/trieste/" title="Trieste"><span>Trieste</span></a></li><li class=""><a href="/fr/destinations/italie/tropea/" title="Tropea"><span>Tropea</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/japon/" title="Japon"><span>Japon</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/japon/nagoya/" title="Nagoya"><span>Nagoya</span></a></li><li class=""><a href="/fr/destinations/japon/tokyo/" title="Tokyo"><span>Tokyo</span></a></li><li class=""><a href="/fr/destinations/japon/fukuoka-city/" title="Fukuoka City"><span>Fukuoka City</span></a></li><li class=""><a href="/fr/destinations/japon/kyoto/" title="Kyoto"><span>Kyoto</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/jourdain/" title="Jourdain"><span>Jourdain</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/jourdain/amman/" title="Amman"><span>Amman</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/lettonie/" title="Lettonie"><span>Lettonie</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/lettonie/riga/" title="Riga"><span>Riga</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/malte/" title="Malte"><span>Malte</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/malte/gozo/" title="Gozo"><span>Gozo</span></a></li><li class=""><a href="/fr/destinations/malte/st-julians/" title="St Julians"><span>St Julians</span></a></li><li class=""><a href="/fr/destinations/malte/saint-pauls-bay/" title="Saint-Paul\'s Bay"><span>Saint-Paul\'s Bay</span></a></li><li class=""><a href="/fr/destinations/malte/la-valette/" title="La Valette"><span>La Valette</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/nouvelle-zelande/" title="Nouvelle-Zélande"><span>Nouvelle-Zélande</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/nouvelle-zelande/auckland/" title="Auckland"><span>Auckland</span></a></li><li class=""><a href="/fr/destinations/nouvelle-zelande/nelson/" title="Nelson"><span>Nelson</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/portugal/" title="Portugal"><span>Portugal</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/portugal/faro/" title="Faro"><span>Faro</span></a></li><li class=""><a href="/fr/destinations/portugal/lisbonne/" title="Lisbonne"><span>Lisbonne</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/russie/" title="Russie"><span>Russie</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/russie/irkoutsk/" title="Irkoutsk"><span>Irkoutsk</span></a></li><li class=""><a href="/fr/destinations/russie/moscou/" title="Moscou"><span>Moscou</span></a></li><li class=""><a href="/fr/destinations/russie/saint-petersbourg/" title="Saint-Pétersbourg"><span>Saint-Pétersbourg</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/afrique-du-sud/" title="Afrique du Sud"><span>Afrique du Sud</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/afrique-du-sud/le-cap/" title="Le Cap"><span>Le Cap</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/espagne/" title="Espagne"><span>Espagne</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/espagne/barcelone/" title="Barcelone"><span>Barcelone</span></a></li><li class=""><a href="/fr/destinations/espagne/cadix/" title="Cadix"><span>Cadix</span></a></li><li class=""><a href="/fr/destinations/espagne/madrid/" title="Madrid"><span>Madrid</span></a></li><li class=""><a href="/fr/destinations/espagne/malaga/" title="Malaga"><span>Malaga</span></a></li><li class=""><a href="/fr/destinations/espagne/nerja/" title="Nerja"><span>Nerja</span></a></li><li class=""><a href="/fr/destinations/espagne/saint-sebastien/" title="Saint-Sébastien"><span>Saint-Sébastien</span></a></li><li class=""><a href="/fr/destinations/espagne/seville/" title="Séville"><span>Séville</span></a></li><li class=""><a href="/fr/destinations/espagne/valence/" title="Valence"><span>Valence</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/royaume-uni/" title="Royaume-Uni"><span>Royaume-Uni</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/royaume-uni/ascot/" title="Ascot"><span>Ascot</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/belfast/" title="Belfast"><span>Belfast</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/bournemouth/" title="Bournemouth"><span>Bournemouth</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/brighton/" title="Brighton"><span>Brighton</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/bristol/" title="Bristol"><span>Bristol</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/broadstairs/" title="Broadstairs"><span>Broadstairs</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/cambridge/" title="Cambridge"><span>Cambridge</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/cardiff/" title="Cardiff"><span>Cardiff</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/chester/" title="Chester"><span>Chester</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/durham/" title="Durham"><span>Durham</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/eastbourne/" title="Eastbourne"><span>Eastbourne</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/edimbourg/" title="Édimbourg"><span>Édimbourg</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/kent/" title="Kent"><span>Kent</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/leeds/" title="Leeds"><span>Leeds</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/londres/" title="Londres"><span>Londres</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/newcastle-upon-tyne/" title="Newcastle upon Tyne"><span>Newcastle upon Tyne</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/oxford/" title="Oxford"><span>Oxford</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/portsmouth/" title="Portsmouth"><span>Portsmouth</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/torquay/" title="Torquay"><span>Torquay</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/totnes/" title="Totnes"><span>Totnes</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/worthing/" title="Worthing"><span>Worthing</span></a></li><li class=""><a href="/fr/destinations/royaume-uni/york/" title="York"><span>York</span></a></li></ul></li><li class="hasChildren "><a href="/fr/destinations/etats-unis/" title="États-Unis"><span>États-Unis</span></a><ul class="subNav"><li class=""><a href="/fr/destinations/etats-unis/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li class=""><a href="/fr/destinations/etats-unis/fort-lauderdale/" title="Fort Lauderdale"><span>Fort Lauderdale</span></a></li><li class=""><a href="/fr/destinations/etats-unis/honolulu/" title="Honolulu"><span>Honolulu</span></a></li><li class=""><a href="/fr/destinations/etats-unis/los-angeles/" title="Los Angeles"><span>Los Angeles</span></a></li><li class=""><a href="/fr/destinations/etats-unis/malibu/" title="Malibu"><span>Malibu</span></a></li><li class=""><a href="/fr/destinations/etats-unis/miami/" title="Miami"><span>Miami</span></a></li><li class=""><a href="/fr/destinations/etats-unis/new-york/" title="New York"><span>New York</span></a></li><li class=""><a href="/fr/destinations/etats-unis/northampton/" title="Northampton"><span>Northampton</span></a></li><li class=""><a href="/fr/destinations/etats-unis/santa-barbara/" title="Santa Barbara"><span>Santa Barbara</span></a></li><li class=""><a href="/fr/destinations/etats-unis/san-diego/" title="San Diego"><span>San Diego</span></a></li><li class=""><a href="/fr/destinations/etats-unis/washington/" title="Washington"><span>Washington</span></a></li></ul></li></ul></li><li class=""><a href="/fr/nos-ecoles/" title="Our Schools"><span>Our Schools</span></a></li><li class=""><a href="/fr/actualites/" title="Actualités"><span>Actualités</span></a></li></ul><div class="clear"></div></div></nav></div></div><div class="hero"><!--INT_SCRIPT.1e1fc4d40ebd309027697f2217f439fe--></div></header>'), 'field_column_secondary' => array('vDEF' => '<nav class="secondaryNavigation"><h2><a href="/fr/destinations/">Destinations</a></h2><ul class="navigation vertical"><li class="hasChildren"><a href="/fr/destinations/argentine/" title="Argentine"><span>Argentine</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/argentine/buenos-aires/" title="Buenos Aires"><span>Buenos Aires</span></a></li></ul></li><li class="hasChildren active"><a href="/fr/destinations/australie/" title="Australie" class="active"><span>Australie</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/australie/adelaide/" title="Adélaïde"><span>Adélaïde</span></a></li><li><a href="/fr/destinations/australie/brisbane/" title="Brisbane"><span>Brisbane</span></a></li><li><a href="/fr/destinations/australie/cairns/" title="Cairns"><span>Cairns</span></a></li><li class="active current"><a href="/fr/destinations/australie/gold-coast/" title="Gold Coast" class="active current"><span>Gold Coast</span></a></li><li class="last"><a href="/fr/destinations/australie/melbourne/" title="Melbourne"><span>Melbourne</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/autriche/" title="Autriche"><span>Autriche</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/autriche/vienne/" title="Vienne"><span>Vienne</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/bresil/" title="Brésil"><span>Brésil</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/bresil/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/canada/" title="Canada"><span>Canada</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/canada/winnipeg/" title="Winnipeg"><span>Winnipeg</span></a></li><li><a href="/fr/destinations/canada/calgary/" title="Calgary"><span>Calgary</span></a></li><li><a href="/fr/destinations/canada/mississauga/" title="Mississauga"><span>Mississauga</span></a></li><li><a href="/fr/destinations/canada/kelowna/" title="Kelowna"><span>Kelowna</span></a></li><li><a href="/fr/destinations/canada/toronto/" title="Toronto"><span>Toronto</span></a></li><li><a href="/fr/destinations/canada/quebec-city/" title="Québec City"><span>Québec City</span></a></li><li><a href="/fr/destinations/canada/vancouver/" title="Vancouver"><span>Vancouver</span></a></li><li class="last"><a href="/fr/destinations/canada/victoria/" title="Victoria"><span>Victoria</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/chine/" title="Chine"><span>Chine</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/chine/beijing/" title="Beijing"><span>Beijing</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/france/" title="France"><span>France</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/france/aix-en-provence/" title="Aix-en-Provence"><span>Aix-en-Provence</span></a></li><li><a href="/fr/destinations/france/biarritz/" title="Biarritz"><span>Biarritz</span></a></li><li><a href="/fr/destinations/france/bordeaux/" title="Bordeaux"><span>Bordeaux</span></a></li><li><a href="/fr/destinations/france/lyon/" title="Lyon"><span>Lyon</span></a></li><li><a href="/fr/destinations/france/montpellier/" title="Montpellier"><span>Montpellier</span></a></li><li><a href="/fr/destinations/france/nice/" title="Nice"><span>Nice</span></a></li><li><a href="/fr/destinations/france/paris/" title="Paris"><span>Paris</span></a></li><li class="last"><a href="/fr/destinations/france/rouen/" title="Rouen"><span>Rouen</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/allemagne/" title="Allemagne"><span>Allemagne</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/allemagne/berlin/" title="Berlin"><span>Berlin</span></a></li><li><a href="/fr/destinations/allemagne/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li><a href="/fr/destinations/allemagne/cologne/" title="Cologne"><span>Cologne</span></a></li><li><a href="/fr/destinations/allemagne/duesseldorf/" title="Düsseldorf"><span>Düsseldorf</span></a></li><li><a href="/fr/destinations/allemagne/hambourg/" title="Hambourg"><span>Hambourg</span></a></li><li><a href="/fr/destinations/allemagne/lindau/" title="Lindau"><span>Lindau</span></a></li><li><a href="/fr/destinations/allemagne/munich/" title="Munich"><span>Munich</span></a></li><li><a href="/fr/destinations/allemagne/munster/" title="Munster"><span>Munster</span></a></li><li><a href="/fr/destinations/allemagne/regensburg/" title="Regensburg"><span>Regensburg</span></a></li><li class="last"><a href="/fr/destinations/allemagne/stuttgart/" title="Stuttgart"><span>Stuttgart</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/irlande/" title="Irlande"><span>Irlande</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/irlande/limerick/" title="Limerick"><span>Limerick</span></a></li><li><a href="/fr/destinations/irlande/bray/" title="Bray"><span>Bray</span></a></li><li><a href="/fr/destinations/irlande/cork/" title="Cork"><span>Cork</span></a></li><li><a href="/fr/destinations/irlande/dublin/" title="Dublin"><span>Dublin</span></a></li><li class="last"><a href="/fr/destinations/irlande/galway/" title="Galway"><span>Galway</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/italie/" title="Italie"><span>Italie</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/italie/bologne/" title="Bologne"><span>Bologne</span></a></li><li><a href="/fr/destinations/italie/florence/" title="Florence"><span>Florence</span></a></li><li><a href="/fr/destinations/italie/lignano/" title="Lignano"><span>Lignano</span></a></li><li><a href="/fr/destinations/italie/milan/" title="Milan"><span>Milan</span></a></li><li><a href="/fr/destinations/italie/rome/" title="Rome"><span>Rome</span></a></li><li><a href="/fr/destinations/italie/naples/" title="Naples"><span>Naples</span></a></li><li><a href="/fr/destinations/italie/salerne/" title="Salerne"><span>Salerne</span></a></li><li><a href="/fr/destinations/italie/siena/" title="Siena"><span>Siena</span></a></li><li><a href="/fr/destinations/italie/taormina/" title="Taormina"><span>Taormina</span></a></li><li><a href="/fr/destinations/italie/trieste/" title="Trieste"><span>Trieste</span></a></li><li class="last"><a href="/fr/destinations/italie/tropea/" title="Tropea"><span>Tropea</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/japon/" title="Japon"><span>Japon</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/japon/nagoya/" title="Nagoya"><span>Nagoya</span></a></li><li><a href="/fr/destinations/japon/tokyo/" title="Tokyo"><span>Tokyo</span></a></li><li><a href="/fr/destinations/japon/fukuoka-city/" title="Fukuoka City"><span>Fukuoka City</span></a></li><li class="last"><a href="/fr/destinations/japon/kyoto/" title="Kyoto"><span>Kyoto</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/jourdain/" title="Jourdain"><span>Jourdain</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/jourdain/amman/" title="Amman"><span>Amman</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/lettonie/" title="Lettonie"><span>Lettonie</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/lettonie/riga/" title="Riga"><span>Riga</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/malte/" title="Malte"><span>Malte</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/malte/gozo/" title="Gozo"><span>Gozo</span></a></li><li><a href="/fr/destinations/malte/st-julians/" title="St Julians"><span>St Julians</span></a></li><li><a href="/fr/destinations/malte/saint-pauls-bay/" title="Saint-Paul\'s Bay"><span>Saint-Paul\'s Bay</span></a></li><li class="last"><a href="/fr/destinations/malte/la-valette/" title="La Valette"><span>La Valette</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/nouvelle-zelande/" title="Nouvelle-Zélande"><span>Nouvelle-Zélande</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/nouvelle-zelande/auckland/" title="Auckland"><span>Auckland</span></a></li><li class="last"><a href="/fr/destinations/nouvelle-zelande/nelson/" title="Nelson"><span>Nelson</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/portugal/" title="Portugal"><span>Portugal</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/portugal/faro/" title="Faro"><span>Faro</span></a></li><li class="last"><a href="/fr/destinations/portugal/lisbonne/" title="Lisbonne"><span>Lisbonne</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/russie/" title="Russie"><span>Russie</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/russie/irkoutsk/" title="Irkoutsk"><span>Irkoutsk</span></a></li><li><a href="/fr/destinations/russie/moscou/" title="Moscou"><span>Moscou</span></a></li><li class="last"><a href="/fr/destinations/russie/saint-petersbourg/" title="Saint-Pétersbourg"><span>Saint-Pétersbourg</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/afrique-du-sud/" title="Afrique du Sud"><span>Afrique du Sud</span></a><ul class="navigation vertical"><li class="last"><a href="/fr/destinations/afrique-du-sud/le-cap/" title="Le Cap"><span>Le Cap</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/espagne/" title="Espagne"><span>Espagne</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/espagne/barcelone/" title="Barcelone"><span>Barcelone</span></a></li><li><a href="/fr/destinations/espagne/cadix/" title="Cadix"><span>Cadix</span></a></li><li><a href="/fr/destinations/espagne/madrid/" title="Madrid"><span>Madrid</span></a></li><li><a href="/fr/destinations/espagne/malaga/" title="Malaga"><span>Malaga</span></a></li><li><a href="/fr/destinations/espagne/nerja/" title="Nerja"><span>Nerja</span></a></li><li><a href="/fr/destinations/espagne/saint-sebastien/" title="Saint-Sébastien"><span>Saint-Sébastien</span></a></li><li><a href="/fr/destinations/espagne/seville/" title="Séville"><span>Séville</span></a></li><li class="last"><a href="/fr/destinations/espagne/valence/" title="Valence"><span>Valence</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/royaume-uni/" title="Royaume-Uni"><span>Royaume-Uni</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/royaume-uni/ascot/" title="Ascot"><span>Ascot</span></a></li><li><a href="/fr/destinations/royaume-uni/belfast/" title="Belfast"><span>Belfast</span></a></li><li><a href="/fr/destinations/royaume-uni/bournemouth/" title="Bournemouth"><span>Bournemouth</span></a></li><li><a href="/fr/destinations/royaume-uni/brighton/" title="Brighton"><span>Brighton</span></a></li><li><a href="/fr/destinations/royaume-uni/bristol/" title="Bristol"><span>Bristol</span></a></li><li><a href="/fr/destinations/royaume-uni/broadstairs/" title="Broadstairs"><span>Broadstairs</span></a></li><li><a href="/fr/destinations/royaume-uni/cambridge/" title="Cambridge"><span>Cambridge</span></a></li><li><a href="/fr/destinations/royaume-uni/cardiff/" title="Cardiff"><span>Cardiff</span></a></li><li><a href="/fr/destinations/royaume-uni/chester/" title="Chester"><span>Chester</span></a></li><li><a href="/fr/destinations/royaume-uni/durham/" title="Durham"><span>Durham</span></a></li><li><a href="/fr/destinations/royaume-uni/eastbourne/" title="Eastbourne"><span>Eastbourne</span></a></li><li><a href="/fr/destinations/royaume-uni/edimbourg/" title="Édimbourg"><span>Édimbourg</span></a></li><li><a href="/fr/destinations/royaume-uni/kent/" title="Kent"><span>Kent</span></a></li><li><a href="/fr/destinations/royaume-uni/leeds/" title="Leeds"><span>Leeds</span></a></li><li><a href="/fr/destinations/royaume-uni/londres/" title="Londres"><span>Londres</span></a></li><li><a href="/fr/destinations/royaume-uni/newcastle-upon-tyne/" title="Newcastle upon Tyne"><span>Newcastle upon Tyne</span></a></li><li><a href="/fr/destinations/royaume-uni/oxford/" title="Oxford"><span>Oxford</span></a></li><li><a href="/fr/destinations/royaume-uni/portsmouth/" title="Portsmouth"><span>Portsmouth</span></a></li><li><a href="/fr/destinations/royaume-uni/torquay/" title="Torquay"><span>Torquay</span></a></li><li><a href="/fr/destinations/royaume-uni/totnes/" title="Totnes"><span>Totnes</span></a></li><li><a href="/fr/destinations/royaume-uni/worthing/" title="Worthing"><span>Worthing</span></a></li><li class="last"><a href="/fr/destinations/royaume-uni/york/" title="York"><span>York</span></a></li></ul></li><li class="hasChildren"><a href="/fr/destinations/etats-unis/" title="États-Unis"><span>États-Unis</span></a><ul class="navigation vertical"><li class="first"><a href="/fr/destinations/etats-unis/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li><a href="/fr/destinations/etats-unis/fort-lauderdale/" title="Fort Lauderdale"><span>Fort Lauderdale</span></a></li><li><a href="/fr/destinations/etats-unis/honolulu/" title="Honolulu"><span>Honolulu</span></a></li><li><a href="/fr/destinations/etats-unis/los-angeles/" title="Los Angeles"><span>Los Angeles</span></a></li><li><a href="/fr/destinations/etats-unis/malibu/" title="Malibu"><span>Malibu</span></a></li><li><a href="/fr/destinations/etats-unis/miami/" title="Miami"><span>Miami</span></a></li><li><a href="/fr/destinations/etats-unis/new-york/" title="New York"><span>New York</span></a></li><li><a href="/fr/destinations/etats-unis/northampton/" title="Northampton"><span>Northampton</span></a></li><li><a href="/fr/destinations/etats-unis/santa-barbara/" title="Santa Barbara"><span>Santa Barbara</span></a></li><li><a href="/fr/destinations/etats-unis/san-diego/" title="San Diego"><span>San Diego</span></a></li><li class="last"><a href="/fr/destinations/etats-unis/washington/" title="Washington"><span>Washington</span></a></li></ul></li></ul><div class="clear"></div></nav><div class="clear"></div>')), 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' => 867, 'pid' => 863, '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' => 32, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 4, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 27, 'editlock' => 0, 'crdate' => 1536585963, 'cruser_id' => 2, 'title' => 'Gold Coast', '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' => 0, '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_primary"> <value index="vDEF">4219,7014,7017,7016,7015,7019</value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> <field index="field_column_header"> <value index="vDEF">7516</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_lloffice_country_override' => '', 'tx_ll_hidenavigationsecondary' => 0, 'tx_llpagebanner_hide' => 0, 'rowDescription' => null, 'sys_language_uid' => 5, 'l10n_source' => 867, '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:0;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:0:"";s:21:"tx_templavoilaplus_to";i:0;s:26:"tx_templavoilaplus_next_ds";s:0:"";s:26:"tx_templavoilaplus_next_to";i:0;s:23:"tx_templavoilaplus_flex";s:626:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_column_primary"> <value index="vDEF">4219,7014,7017,7016,7015,7019</value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> <field index="field_column_header"> <value index="vDEF">7516</value> </field> </language> </sheet> </data></T3FlexForms>";}', 'slug' => null, 'legacy_overlay_uid' => 512, 'tx_ll_og_title' => '', 'tx_ll_og_description' => null, 'tx_ll_og_image' => '0', 'tx_ll_og_image_size' => 0, 'l10n_parent' => 867, 'tx_kesearch_tags' => null, 'tx_kesearch_abstract' => null, 'tx_kesearch_resultimage' => 0, '_PAGES_OVERLAY' => true, '_PAGES_OVERLAY_UID' => 2253, '_PAGES_OVERLAY_LANGUAGE' => 5, '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => 5), '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' => '5', '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();
});