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-center csc-textpic-above csc-textpic-above-center"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><div class="csc-textpic-center-outer"><div class="csc-textpic-center-inner"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" alt="Torquay port " src="/fileadmin/uploads/ialc/Photos/IALC_page_images/Destinations/United_Kingdom/Torquay/uk-torquay-port.jpg" width="750" height="200" /></figure></div></div></div><div class="csc-textpic-text"><h3>Learn English in Torquay, United Kingdom!</h3><p>Torquay has been a popular seaside resort on the “English Riviera” since the 19th century. It’s known for its many sandy beaches and extremely clean water. The micro-climate here makes it hot enough for sunbathing and swimming, and even allows palm trees to grow.</p><p>You might have heard of Torquay if you are a fan of the classic 1970s British TV comedy, Fawlty Towers. In the series, Basil and Sybil Fawlty run a hotel in Torquay where they deal with a bizarre array of comic situations and demanding guests. It was inspired by the real-life experience of the Monty Python team in Torquay.</p><p>Torquay’s timeless and wide appeal draws people of all ages to learn English by the beautiful seaside in a laid-back resort in one of England’s most beautiful regions. And although it is relaxed, there are plenty of things happening in Torquay, including a bustling nightlife and restaurant scene.</p></div></div><h3 class=""> Discover Torquay as you improve your English </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/d/csm_Boats_6e1b792bec.jpg" width="300" height="185" alt="" /></figure></div><div class="csc-textpic-text"><p>There are at least nine different sandy beaches in the nearby area, with wonderful names like Meadfoot Beach, Babbacombe Beach, Oddicombe Beach and Maidencombe Beach. The water quality is very high, and the beach facilities are excellent so there are unlimited opportunities for sunbathing, water sports, boat trips and beach walks in all seasons.</p><p></p></div></div><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_/b/8/csm_Blue_Gorilla__87e88e83ab.jpg" width="300" height="199" alt="" /></figure></div><div class="csc-textpic-text"><p>Admire the yachts in Torquay’s marina and explore the town’s many connections with the writer Agatha Christie on the Agatha Christie Mile. Check out the fascinating Living Coasts attraction, an excellent aquarium featuring octopuses, seals, and penguins. Nearby Woodlands Family Theme Park offers rollercoasters, fairground rides and more.</p></div></div><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_/a/d/csm_Stone_age_08d11b941a.jpg" width="300" height="200" alt="" /></figure></div><div class="csc-textpic-text"><p>Torquay is located within the UNESCO World Heritage English Riviera Geopark, which includes important archaeological sites such as the Stone Age remnants and the oldest fragments of human bone in Europe at Kent’s Cavern.</p></div></div><h3 class=""> Torquay has so much to offer! </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_/4/a/csm_redsand_cliffs_33e5e261e0.jpg" width="300" height="197" alt="" /></figure></div><div class="csc-textpic-text"><p>For shopping, take a walk along Fleet Walk and Union Street, where you’ll find a wide range of shops, from large chain stores to quirky independent boutiques.</p><p>The culinary scene in Torquay is excellent – many restaurants feature locally sourced seafood and meat in their dishes for a deliciously fresh flavour. There is ethnic food from all over the world, from Thai to Moroccan to Spanish to French to Indian. There are also many pubs, bars and clubs along the harbour.</p><p>If you love walking or hiking, there are a number of beautiful trails in the area, like the six-mile stretch of coast between pretty Teignmouth and the nature reserve at Dawlish Warren - a journey alongside red sandstone cliffs, bizarre rock formations and remote coves. You could also ride the route instead, as there is a train station that travels between Dawlish Warren and Teignmouth. Nearby Dartmoor National Park offers wonderful hiking and biking opportunities in beautiful countryside. Another enjoyable day trip takes you to Exeter, Devon’s university, and cathedral city.</p><h4>Learn English in Torquay, a delightful coastal resort in gorgeous Devon!</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="/ru/glavnaya-stranica/" itemprop="item"><span itemprop="name">Главная</span></a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/ru/lokacii/" itemprop="item"><span itemprop="name">Локации</span></a><meta itemprop="position" content="2"></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/ru/lokacii/soedinennoe-korolevstvo/" itemprop="item"><span itemprop="name">Соединенное Королевство</span></a><meta itemprop="position" content="3"></li></ol></div></div><h1><span>Торки</span></h1><!--INT_SCRIPT.73d0f45156448f47609909aaf74d4cd1--><!--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/ru/glavnaya-stranica/" 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="/ru/izbrannye/" title="Избранные"><span>Избранные</span></a></li><li class=""><a href="/ru/resursy/" title="Ресурсы"><span>Ресурсы</span></a></li><li class="hasChildren hasDropdown"><a href="/ru/o-nashey-associacii/" title="О нашей ассоциации"><span>О нашей ассоциации</span></a><ul class="subNav"><li class=""><a href="/ru/o-nashey-associacii/istoriya/" title="История"><span>История</span></a></li><li class=""><a href="/ru/o-nashey-associacii/komanda/" title="Команда"><span>Команда</span></a></li><li class="hasChildren "><a href="/ru/o-nashey-associacii/standarty-kachestva-ialc/" title="Стандарты качества IALC"><span>Стандарты качества IALC</span></a><ul class="subNav"><li class=""><a href="/ru/o-nashey-associacii/standarty-kachestva-ialc/eticheskiy-kodeks-ialc/" title="Этический кодекс IALC"><span>Этический кодекс IALC</span></a></li><li class=""><a href="/ru/o-nashey-associacii/standarty-kachestva-ialc/code-of-ethics-korean/" title="윤리강령"><span>윤리강령</span></a></li><li class=""><a href="/ru/o-nashey-associacii/standarty-kachestva-ialc/code-of-ethics-arabic/" title="مدونة الأخلاقيات"><span>مدونة الأخلاقيات</span></a></li><li class=""><a href="/ru/o-nashey-associacii/standarty-kachestva-ialc/code-of-ethics-turkish/" title="Etik Kurallar"><span>Etik Kurallar</span></a></li><li class=""><a href="/ru/o-nashey-associacii/standarty-kachestva-ialc/standarty-razmeshcheniya-ialc/" title="Стандарты размещения IALC"><span>Стандарты размещения IALC</span></a></li></ul></li><li class=""><a href="/ru/o-nashey-associacii/our-partners/" title="Our Partners"><span>Our Partners</span></a></li><li class=""><a href="/ru/o-nashey-associacii/cel-i-zadachi/" title="Цель и задачи"><span>Цель и задачи</span></a></li><li class=""><a href="/ru/o-nashey-associacii/meropriyatiya/" title="Мероприятия"><span>Мероприятия</span></a></li></ul></li><li class="hasChildren hasDropdown"><a href="/ru/svyazhites-s-nami/" title="Свяжитесь с нами" accesskey="c"><span>Свяжитесь с нами</span></a><ul class="subNav"><li class=""><a href="/ru/svyazhites-s-nami/advertise-with-ialc/" title="Advertise with IALC"><span>Advertise with IALC</span></a></li><li class="hasChildren "><a href="/ru/svyazhites-s-nami/vstupit-v-associaciyu/" title="Вступить в ассоциацию"><span>Вступить в ассоциацию</span></a><ul class="subNav"><li class=""><a href="/ru/svyazhites-s-nami/vstupit-v-associaciyu/zaprosy-na-vstuplenie/" title="Запросы на вступление"><span>Запросы на вступление</span></a></li></ul></li><li class=""><a href="/ru/svyazhites-s-nami/zzaloby/" title="Жалобы"><span>Жалобы</span></a></li></ul></li><li class=""><a href="/ru/meropriyatiya/" title="Мероприятия"><span>Мероприятия</span></a></li><li class="hasChildren homepage agentsPage"><a href="/ru/for-agents/" title="For Agents"><span>For Agents</span></a><ul class="subNav"><li class="hasChildren "><a href="/ru/for-agents/nashi-agenty-partnery/" title="Наши агенты-партнеры"><span>Наши агенты-партнеры</span></a><ul class="subNav"><li class=""><a href="/ru/for-agents/nashi-agenty-partnery/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="/ru/for-agents/agentam/" title="Агентам"><span>Агентам</span></a></li></ul></li><li class="hasChildren hasDropdown hasDropDownLogIn"><a href="/ru/chlenam/" title="Членам"><span>Членам</span></a></li></ul><div class="clear"></div></nav><!--INT_SCRIPT.6f6444113f8a8dead52c711301025354--><!--INT_SCRIPT.997c8b01344f879f124f1cf662a3687d--></div><nav class="primaryNavigation"><div class="wrapper"><ul class="navigation horizontal" role="list"><li class="homepage"><a href="/ru/glavnaya-stranica/" title="Главная страница" accesskey="h"><span>Главная страница</span></a></li><li class="findschoolfilters"><a href="/ru/nayti-shkolu/" title="Найти школу"><span>Найти школу</span></a></li><li class="page-ourschools"><a href="/ru/nashi-shkoly/" title="Наши школы"><span>Наши школы</span></a></li><li class="hasChildren "><a href="/ru/our-courses/" title="Our Courses"><span>Our Courses</span></a><ul class="subNav"><li class="findschoolfilters"><a href="/ru/our-courses/dopolnitelnye-kursy/" title="Дополнительные курсы"><span>Дополнительные курсы</span></a></li><li class=""><a href="/ru/our-courses/ialc-online/" title="IALC Online"><span>IALC Online</span></a></li><li class=""><a href="/ru/our-courses/pathway-courses/" title="Pathway Courses"><span>Pathway Courses</span></a></li><li class=""><a href="https://www.ialc.org/find-a-school/summer-centres/" title="Летние центры" rel="noopener"><span>Летние центры</span></a></li></ul></li><li class="active hasChildren "><a href="/ru/lokacii/" title="Локации" class="active"><span>Локации</span></a><ul class="subNav"><li class="hasChildren "><a href="/ru/lokacii/argentina/" title="Аргентина"><span>Аргентина</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/argentina/buenos-ayres/" title="Буэнос-Айрес"><span>Буэнос-Айрес</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/avstraliya/" title="Австралия"><span>Австралия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/avstraliya/adelaida/" title="Аделаида"><span>Аделаида</span></a></li><li class=""><a href="/ru/lokacii/avstraliya/brisben/" title="Брисбен"><span>Брисбен</span></a></li><li class=""><a href="/ru/lokacii/avstraliya/kerns/" title="Кэрнс"><span>Кэрнс</span></a></li><li class=""><a href="/ru/lokacii/avstraliya/gold-kost/" title="Голд-Кост"><span>Голд-Кост</span></a></li><li class=""><a href="/ru/lokacii/avstraliya/melburn/" title="Мельбурн"><span>Мельбурн</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/avstriya/" title="Австрия"><span>Австрия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/avstriya/vena/" title="Вена"><span>Вена</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/braziliya/" title="Бразилия"><span>Бразилия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/braziliya/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/kanada/" title="Канада"><span>Канада</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/kanada/winnipeg/" title="Winnipeg"><span>Winnipeg</span></a></li><li class=""><a href="/ru/lokacii/kanada/kalgari/" title="Калгари"><span>Калгари</span></a></li><li class=""><a href="/ru/lokacii/kanada/mississauga/" title="Mississauga"><span>Mississauga</span></a></li><li class=""><a href="/ru/lokacii/kanada/kelouna/" title="Келоуна"><span>Келоуна</span></a></li><li class=""><a href="/ru/lokacii/kanada/toronto/" title="Торонто"><span>Торонто</span></a></li><li class=""><a href="/ru/lokacii/kanada/quebec-city/" title="Québec City"><span>Québec City</span></a></li><li class=""><a href="/ru/lokacii/kanada/vankuver/" title="Ванкувер"><span>Ванкувер</span></a></li><li class=""><a href="/ru/lokacii/kanada/viktoriya/" title="Виктория"><span>Виктория</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/kitay/" title="Китай"><span>Китай</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/kitay/pekin/" title="Пекин"><span>Пекин</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/franciya/" title="Франция"><span>Франция</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/franciya/eks-an-provans/" title="Экс-ан-Прованс"><span>Экс-ан-Прованс</span></a></li><li class=""><a href="/ru/lokacii/franciya/biarric/" title="Биарриц"><span>Биарриц</span></a></li><li class=""><a href="/ru/lokacii/franciya/bordo/" title="Бордо"><span>Бордо</span></a></li><li class=""><a href="/ru/lokacii/franciya/lion/" title="Лион"><span>Лион</span></a></li><li class=""><a href="/ru/lokacii/franciya/monpele/" title="Монпелье"><span>Монпелье</span></a></li><li class=""><a href="/ru/lokacii/franciya/nicca/" title="Ницца"><span>Ницца</span></a></li><li class=""><a href="/ru/lokacii/franciya/parizh/" title="Париж"><span>Париж</span></a></li><li class=""><a href="/ru/lokacii/franciya/ruan/" title="Руан"><span>Руан</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/germaniya/" title="Германия"><span>Германия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/germaniya/berlin/" title="Берлин"><span>Берлин</span></a></li><li class=""><a href="/ru/lokacii/germaniya/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li class=""><a href="/ru/lokacii/germaniya/keln/" title="Кельн"><span>Кельн</span></a></li><li class=""><a href="/ru/lokacii/germaniya/duesseldorf/" title="Düsseldorf"><span>Düsseldorf</span></a></li><li class=""><a href="/ru/lokacii/germaniya/gamburg/" title="Гамбург"><span>Гамбург</span></a></li><li class=""><a href="/ru/lokacii/germaniya/lindau/" title="Линдау"><span>Линдау</span></a></li><li class=""><a href="/ru/lokacii/germaniya/myunhen/" title="Мюнхен"><span>Мюнхен</span></a></li><li class=""><a href="/ru/lokacii/germaniya/myunster/" title="Мюнстер"><span>Мюнстер</span></a></li><li class=""><a href="/ru/lokacii/germaniya/regensburg/" title="Регенсбург"><span>Регенсбург</span></a></li><li class=""><a href="/ru/lokacii/germaniya/shtutgart/" title="Штутгарт"><span>Штутгарт</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/irlandiya/" title="Ирландия"><span>Ирландия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/irlandiya/limerick/" title="Limerick"><span>Limerick</span></a></li><li class=""><a href="/ru/lokacii/irlandiya/brey/" title="Брей"><span>Брей</span></a></li><li class=""><a href="/ru/lokacii/irlandiya/kork/" title="Корк"><span>Корк</span></a></li><li class=""><a href="/ru/lokacii/irlandiya/dublin/" title="Дублин"><span>Дублин</span></a></li><li class=""><a href="/ru/lokacii/irlandiya/goluey/" title="Голуэй"><span>Голуэй</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/italiya/" title="Италия"><span>Италия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/italiya/bolonya/" title="Болонья"><span>Болонья</span></a></li><li class=""><a href="/ru/lokacii/italiya/florenciya/" title="Флоренция"><span>Флоренция</span></a></li><li class=""><a href="/ru/lokacii/italiya/florenciya/" title="Флоренция"><span>Флоренция</span></a></li><li class=""><a href="/ru/lokacii/italiya/milan/" title="Милан"><span>Милан</span></a></li><li class=""><a href="/ru/lokacii/italiya/rim/" title="Рим"><span>Рим</span></a></li><li class=""><a href="/ru/lokacii/italiya/neapol/" title="Неаполь"><span>Неаполь</span></a></li><li class=""><a href="/ru/lokacii/italiya/salerno/" title="Салерно"><span>Салерно</span></a></li><li class=""><a href="/ru/lokacii/italiya/siena/" title="Сиена"><span>Сиена</span></a></li><li class=""><a href="/ru/lokacii/italiya/taormina/" title="Таормина"><span>Таормина</span></a></li><li class=""><a href="/ru/lokacii/italiya/triest/" title="Триест"><span>Триест</span></a></li><li class=""><a href="/ru/lokacii/italiya/tropea/" title="Тропеа"><span>Тропеа</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/yaponiya/" title="Япония"><span>Япония</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/yaponiya/nagoyskiy/" title="Нагойский"><span>Нагойский</span></a></li><li class=""><a href="/ru/lokacii/yaponiya/tokio/" title="Токио"><span>Токио</span></a></li><li class=""><a href="/ru/lokacii/yaponiya/fukuoka/" title="Фукуока"><span>Фукуока</span></a></li><li class=""><a href="/ru/lokacii/yaponiya/kioto/" title="Киото"><span>Киото</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/dzhordan/" title="Джордан"><span>Джордан</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/dzhordan/amman/" title="Амман"><span>Амман</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/latviya/" title="Латвия"><span>Латвия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/latviya/riga/" title="Рига"><span>Рига</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/malta/" title="Мальта"><span>Мальта</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/malta/goco/" title="Гоцо"><span>Гоцо</span></a></li><li class=""><a href="/ru/lokacii/malta/sent-dzhulians/" title="Сент-Джулианс"><span>Сент-Джулианс</span></a></li><li class=""><a href="/ru/lokacii/malta/sent-pols-bey/" title="Сент-Полс-Бэй"><span>Сент-Полс-Бэй</span></a></li><li class=""><a href="/ru/lokacii/malta/valletta/" title="Валлетта"><span>Валлетта</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/novaya-zelandiya/" title="Новая Зеландия"><span>Новая Зеландия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/novaya-zelandiya/oklend/" title="Окленд"><span>Окленд</span></a></li><li class=""><a href="/ru/lokacii/novaya-zelandiya/nelson/" title="Нельсон"><span>Нельсон</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/portugaliya/" title="Португалия"><span>Португалия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/portugaliya/faru/" title="Фару"><span>Фару</span></a></li><li class=""><a href="/ru/lokacii/portugaliya/lissabon/" title="Лиссабон"><span>Лиссабон</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/rossiya/" title="Россия"><span>Россия</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/rossiya/irkutsk/" title="Иркутск"><span>Иркутск</span></a></li><li class=""><a href="/ru/lokacii/rossiya/moskva/" title="Москва"><span>Москва</span></a></li><li class=""><a href="/ru/lokacii/rossiya/sankt-peterburg/" title="Санкт-Петербург"><span>Санкт-Петербург</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/yuzhno-afrikanskaya-respublika/" title="Южно-Африканская Республика"><span>Южно-Африканская Республика</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/yuzhno-afrikanskaya-respublika/keyptaun/" title="Кейптаун"><span>Кейптаун</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/ispaniya/" title="Испания"><span>Испания</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/ispaniya/barselona/" title="Барселона"><span>Барселона</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/kadis/" title="Кадис"><span>Кадис</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/madrid/" title="Мадрид"><span>Мадрид</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/malaga/" title="Малага"><span>Малага</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/nerha/" title="Нерха"><span>Нерха</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/san-sebastyan/" title="Сан-Себастьян"><span>Сан-Себастьян</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/sevilya/" title="Севилья"><span>Севилья</span></a></li><li class=""><a href="/ru/lokacii/ispaniya/valensiya/" title="Валенсия"><span>Валенсия</span></a></li></ul></li><li class="active hasChildren "><a href="/ru/lokacii/soedinennoe-korolevstvo/" title="Соединенное Королевство" class="active"><span>Соединенное Королевство</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/ascot/" title="Ascot"><span>Ascot</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/belfast/" title="Belfast"><span>Belfast</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/bornmut/" title="Борнмут"><span>Борнмут</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/brayton/" title="Брайтон"><span>Брайтон</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/bristol/" title="Бристоль"><span>Бристоль</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/brodsteyrs/" title="Бродстейрс"><span>Бродстейрс</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/kembridzh/" title="Кембридж"><span>Кембридж</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/kardiff/" title="Кардифф"><span>Кардифф</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/chester/" title="Честер"><span>Честер</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/darem/" title="Дарем"><span>Дарем</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/istborn/" title="Истборн"><span>Истборн</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/edinburg/" title="Эдинбург"><span>Эдинбург</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/kent/" title="Кент"><span>Кент</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/lids/" title="Лидс"><span>Лидс</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/london/" title="Лондон"><span>Лондон</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/newcastle-upon-tyne/" title="Newcastle upon Tyne"><span>Newcastle upon Tyne</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/oksford/" title="Оксфорд"><span>Оксфорд</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/portsmut/" title="Портсмут"><span>Портсмут</span></a></li><li class="current active "><a href="/ru/lokacii/soedinennoe-korolevstvo/torki/" title="Торки" class="active"><span>Торки</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/totnes/" title="Totnes"><span>Totnes</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/uerting/" title="Уэртинг"><span>Уэртинг</span></a></li><li class=""><a href="/ru/lokacii/soedinennoe-korolevstvo/york/" title="Йорк"><span>Йорк</span></a></li></ul></li><li class="hasChildren "><a href="/ru/lokacii/ssha/" title="США"><span>США</span></a><ul class="subNav"><li class=""><a href="/ru/lokacii/ssha/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li class=""><a href="/ru/lokacii/ssha/fort-loderdeyl/" title="Форт-Лодердейл"><span>Форт-Лодердейл</span></a></li><li class=""><a href="/ru/lokacii/ssha/gonolulu/" title="Гонолулу"><span>Гонолулу</span></a></li><li class=""><a href="/ru/lokacii/ssha/los-andzheles/" title="Лос-Анджелес"><span>Лос-Анджелес</span></a></li><li class=""><a href="/ru/lokacii/ssha/malibu/" title="Malibu"><span>Malibu</span></a></li><li class=""><a href="/ru/lokacii/ssha/mayami/" title="Майами"><span>Майами</span></a></li><li class=""><a href="/ru/lokacii/ssha/nyu-york/" title="Нью-Йорк"><span>Нью-Йорк</span></a></li><li class=""><a href="/ru/lokacii/ssha/nortgempton/" title="Нортгемптон"><span>Нортгемптон</span></a></li><li class=""><a href="/ru/lokacii/ssha/santa-barbara/" title="Санта-Барбара"><span>Санта-Барбара</span></a></li><li class=""><a href="/ru/lokacii/ssha/san-diego/" title="Сан-Диего"><span>Сан-Диего</span></a></li><li class=""><a href="/ru/lokacii/ssha/vashington/" title="Вашингтон"><span>Вашингтон</span></a></li></ul></li></ul></li><li class=""><a href="/ru/nashi-shkoly/" title="Our Schools"><span>Our Schools</span></a></li><li class=""><a href="/ru/novosti/" title="Новости"><span>Новости</span></a></li></ul><div class="clear"></div></div></nav></div></div><div class="hero"><!--INT_SCRIPT.f187095ec2aff5ec286d58841be6c852--></div></header>'), 'field_column_secondary' => array('vDEF' => '<nav class="secondaryNavigation"><h2><a href="/ru/lokacii/">Локации</a></h2><ul class="navigation vertical"><li class="hasChildren"><a href="/ru/lokacii/argentina/" title="Аргентина"><span>Аргентина</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/argentina/buenos-ayres/" title="Буэнос-Айрес"><span>Буэнос-Айрес</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/avstraliya/" title="Австралия"><span>Австралия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/avstraliya/adelaida/" title="Аделаида"><span>Аделаида</span></a></li><li><a href="/ru/lokacii/avstraliya/brisben/" title="Брисбен"><span>Брисбен</span></a></li><li><a href="/ru/lokacii/avstraliya/kerns/" title="Кэрнс"><span>Кэрнс</span></a></li><li><a href="/ru/lokacii/avstraliya/gold-kost/" title="Голд-Кост"><span>Голд-Кост</span></a></li><li class="last"><a href="/ru/lokacii/avstraliya/melburn/" title="Мельбурн"><span>Мельбурн</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/avstriya/" title="Австрия"><span>Австрия</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/avstriya/vena/" title="Вена"><span>Вена</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/braziliya/" title="Бразилия"><span>Бразилия</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/braziliya/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/kanada/" title="Канада"><span>Канада</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/kanada/winnipeg/" title="Winnipeg"><span>Winnipeg</span></a></li><li><a href="/ru/lokacii/kanada/kalgari/" title="Калгари"><span>Калгари</span></a></li><li><a href="/ru/lokacii/kanada/mississauga/" title="Mississauga"><span>Mississauga</span></a></li><li><a href="/ru/lokacii/kanada/kelouna/" title="Келоуна"><span>Келоуна</span></a></li><li><a href="/ru/lokacii/kanada/toronto/" title="Торонто"><span>Торонто</span></a></li><li><a href="/ru/lokacii/kanada/quebec-city/" title="Québec City"><span>Québec City</span></a></li><li><a href="/ru/lokacii/kanada/vankuver/" title="Ванкувер"><span>Ванкувер</span></a></li><li class="last"><a href="/ru/lokacii/kanada/viktoriya/" title="Виктория"><span>Виктория</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/kitay/" title="Китай"><span>Китай</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/kitay/pekin/" title="Пекин"><span>Пекин</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/franciya/" title="Франция"><span>Франция</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/franciya/eks-an-provans/" title="Экс-ан-Прованс"><span>Экс-ан-Прованс</span></a></li><li><a href="/ru/lokacii/franciya/biarric/" title="Биарриц"><span>Биарриц</span></a></li><li><a href="/ru/lokacii/franciya/bordo/" title="Бордо"><span>Бордо</span></a></li><li><a href="/ru/lokacii/franciya/lion/" title="Лион"><span>Лион</span></a></li><li><a href="/ru/lokacii/franciya/monpele/" title="Монпелье"><span>Монпелье</span></a></li><li><a href="/ru/lokacii/franciya/nicca/" title="Ницца"><span>Ницца</span></a></li><li><a href="/ru/lokacii/franciya/parizh/" title="Париж"><span>Париж</span></a></li><li class="last"><a href="/ru/lokacii/franciya/ruan/" title="Руан"><span>Руан</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/germaniya/" title="Германия"><span>Германия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/germaniya/berlin/" title="Берлин"><span>Берлин</span></a></li><li><a href="/ru/lokacii/germaniya/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li><a href="/ru/lokacii/germaniya/keln/" title="Кельн"><span>Кельн</span></a></li><li><a href="/ru/lokacii/germaniya/duesseldorf/" title="Düsseldorf"><span>Düsseldorf</span></a></li><li><a href="/ru/lokacii/germaniya/gamburg/" title="Гамбург"><span>Гамбург</span></a></li><li><a href="/ru/lokacii/germaniya/lindau/" title="Линдау"><span>Линдау</span></a></li><li><a href="/ru/lokacii/germaniya/myunhen/" title="Мюнхен"><span>Мюнхен</span></a></li><li><a href="/ru/lokacii/germaniya/myunster/" title="Мюнстер"><span>Мюнстер</span></a></li><li><a href="/ru/lokacii/germaniya/regensburg/" title="Регенсбург"><span>Регенсбург</span></a></li><li class="last"><a href="/ru/lokacii/germaniya/shtutgart/" title="Штутгарт"><span>Штутгарт</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/irlandiya/" title="Ирландия"><span>Ирландия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/irlandiya/limerick/" title="Limerick"><span>Limerick</span></a></li><li><a href="/ru/lokacii/irlandiya/brey/" title="Брей"><span>Брей</span></a></li><li><a href="/ru/lokacii/irlandiya/kork/" title="Корк"><span>Корк</span></a></li><li><a href="/ru/lokacii/irlandiya/dublin/" title="Дублин"><span>Дублин</span></a></li><li class="last"><a href="/ru/lokacii/irlandiya/goluey/" title="Голуэй"><span>Голуэй</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/italiya/" title="Италия"><span>Италия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/italiya/bolonya/" title="Болонья"><span>Болонья</span></a></li><li><a href="/ru/lokacii/italiya/florenciya/" title="Флоренция"><span>Флоренция</span></a></li><li><a href="/ru/lokacii/italiya/florenciya/" title="Флоренция"><span>Флоренция</span></a></li><li><a href="/ru/lokacii/italiya/milan/" title="Милан"><span>Милан</span></a></li><li><a href="/ru/lokacii/italiya/rim/" title="Рим"><span>Рим</span></a></li><li><a href="/ru/lokacii/italiya/neapol/" title="Неаполь"><span>Неаполь</span></a></li><li><a href="/ru/lokacii/italiya/salerno/" title="Салерно"><span>Салерно</span></a></li><li><a href="/ru/lokacii/italiya/siena/" title="Сиена"><span>Сиена</span></a></li><li><a href="/ru/lokacii/italiya/taormina/" title="Таормина"><span>Таормина</span></a></li><li><a href="/ru/lokacii/italiya/triest/" title="Триест"><span>Триест</span></a></li><li class="last"><a href="/ru/lokacii/italiya/tropea/" title="Тропеа"><span>Тропеа</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/yaponiya/" title="Япония"><span>Япония</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/yaponiya/nagoyskiy/" title="Нагойский"><span>Нагойский</span></a></li><li><a href="/ru/lokacii/yaponiya/tokio/" title="Токио"><span>Токио</span></a></li><li><a href="/ru/lokacii/yaponiya/fukuoka/" title="Фукуока"><span>Фукуока</span></a></li><li class="last"><a href="/ru/lokacii/yaponiya/kioto/" title="Киото"><span>Киото</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/dzhordan/" title="Джордан"><span>Джордан</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/dzhordan/amman/" title="Амман"><span>Амман</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/latviya/" title="Латвия"><span>Латвия</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/latviya/riga/" title="Рига"><span>Рига</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/malta/" title="Мальта"><span>Мальта</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/malta/goco/" title="Гоцо"><span>Гоцо</span></a></li><li><a href="/ru/lokacii/malta/sent-dzhulians/" title="Сент-Джулианс"><span>Сент-Джулианс</span></a></li><li><a href="/ru/lokacii/malta/sent-pols-bey/" title="Сент-Полс-Бэй"><span>Сент-Полс-Бэй</span></a></li><li class="last"><a href="/ru/lokacii/malta/valletta/" title="Валлетта"><span>Валлетта</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/novaya-zelandiya/" title="Новая Зеландия"><span>Новая Зеландия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/novaya-zelandiya/oklend/" title="Окленд"><span>Окленд</span></a></li><li class="last"><a href="/ru/lokacii/novaya-zelandiya/nelson/" title="Нельсон"><span>Нельсон</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/portugaliya/" title="Португалия"><span>Португалия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/portugaliya/faru/" title="Фару"><span>Фару</span></a></li><li class="last"><a href="/ru/lokacii/portugaliya/lissabon/" title="Лиссабон"><span>Лиссабон</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/rossiya/" title="Россия"><span>Россия</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/rossiya/irkutsk/" title="Иркутск"><span>Иркутск</span></a></li><li><a href="/ru/lokacii/rossiya/moskva/" title="Москва"><span>Москва</span></a></li><li class="last"><a href="/ru/lokacii/rossiya/sankt-peterburg/" title="Санкт-Петербург"><span>Санкт-Петербург</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/yuzhno-afrikanskaya-respublika/" title="Южно-Африканская Республика"><span>Южно-Африканская Республика</span></a><ul class="navigation vertical"><li class="last"><a href="/ru/lokacii/yuzhno-afrikanskaya-respublika/keyptaun/" title="Кейптаун"><span>Кейптаун</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/ispaniya/" title="Испания"><span>Испания</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/ispaniya/barselona/" title="Барселона"><span>Барселона</span></a></li><li><a href="/ru/lokacii/ispaniya/kadis/" title="Кадис"><span>Кадис</span></a></li><li><a href="/ru/lokacii/ispaniya/madrid/" title="Мадрид"><span>Мадрид</span></a></li><li><a href="/ru/lokacii/ispaniya/malaga/" title="Малага"><span>Малага</span></a></li><li><a href="/ru/lokacii/ispaniya/nerha/" title="Нерха"><span>Нерха</span></a></li><li><a href="/ru/lokacii/ispaniya/san-sebastyan/" title="Сан-Себастьян"><span>Сан-Себастьян</span></a></li><li><a href="/ru/lokacii/ispaniya/sevilya/" title="Севилья"><span>Севилья</span></a></li><li class="last"><a href="/ru/lokacii/ispaniya/valensiya/" title="Валенсия"><span>Валенсия</span></a></li></ul></li><li class="hasChildren active"><a href="/ru/lokacii/soedinennoe-korolevstvo/" title="Соединенное Королевство" class="active"><span>Соединенное Королевство</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/soedinennoe-korolevstvo/ascot/" title="Ascot"><span>Ascot</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/belfast/" title="Belfast"><span>Belfast</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/bornmut/" title="Борнмут"><span>Борнмут</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/brayton/" title="Брайтон"><span>Брайтон</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/bristol/" title="Бристоль"><span>Бристоль</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/brodsteyrs/" title="Бродстейрс"><span>Бродстейрс</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/kembridzh/" title="Кембридж"><span>Кембридж</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/kardiff/" title="Кардифф"><span>Кардифф</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/chester/" title="Честер"><span>Честер</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/darem/" title="Дарем"><span>Дарем</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/istborn/" title="Истборн"><span>Истборн</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/edinburg/" title="Эдинбург"><span>Эдинбург</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/kent/" title="Кент"><span>Кент</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/lids/" title="Лидс"><span>Лидс</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/london/" title="Лондон"><span>Лондон</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/newcastle-upon-tyne/" title="Newcastle upon Tyne"><span>Newcastle upon Tyne</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/oksford/" title="Оксфорд"><span>Оксфорд</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/portsmut/" title="Портсмут"><span>Портсмут</span></a></li><li class="active current"><a href="/ru/lokacii/soedinennoe-korolevstvo/torki/" title="Торки" class="active current"><span>Торки</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/totnes/" title="Totnes"><span>Totnes</span></a></li><li><a href="/ru/lokacii/soedinennoe-korolevstvo/uerting/" title="Уэртинг"><span>Уэртинг</span></a></li><li class="last"><a href="/ru/lokacii/soedinennoe-korolevstvo/york/" title="Йорк"><span>Йорк</span></a></li></ul></li><li class="hasChildren"><a href="/ru/lokacii/ssha/" title="США"><span>США</span></a><ul class="navigation vertical"><li class="first"><a href="/ru/lokacii/ssha/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li><a href="/ru/lokacii/ssha/fort-loderdeyl/" title="Форт-Лодердейл"><span>Форт-Лодердейл</span></a></li><li><a href="/ru/lokacii/ssha/gonolulu/" title="Гонолулу"><span>Гонолулу</span></a></li><li><a href="/ru/lokacii/ssha/los-andzheles/" title="Лос-Анджелес"><span>Лос-Анджелес</span></a></li><li><a href="/ru/lokacii/ssha/malibu/" title="Malibu"><span>Malibu</span></a></li><li><a href="/ru/lokacii/ssha/mayami/" title="Майами"><span>Майами</span></a></li><li><a href="/ru/lokacii/ssha/nyu-york/" title="Нью-Йорк"><span>Нью-Йорк</span></a></li><li><a href="/ru/lokacii/ssha/nortgempton/" title="Нортгемптон"><span>Нортгемптон</span></a></li><li><a href="/ru/lokacii/ssha/santa-barbara/" title="Санта-Барбара"><span>Санта-Барбара</span></a></li><li><a href="/ru/lokacii/ssha/san-diego/" title="Сан-Диего"><span>Сан-Диего</span></a></li><li class="last"><a href="/ru/lokacii/ssha/vashington/" title="Вашингтон"><span>Вашингтон</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' => 752, 'pid' => 748, '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' => 1636026412, 'sorting' => 14848, 'deleted' => 0, 'perms_userid' => 2, 'perms_groupid' => 4, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 27, 'editlock' => 0, 'crdate' => 1536586172, 'cruser_id' => 2, 'title' => 'Торки', 'doktype' => 1, 'TSconfig' => '', 'storage_pid' => 0, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'tx_impexp_origuid' => 0, 'url' => '', 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 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">4874,4875,14623,14624,14625</value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> <field index="field_column_header"> <value index="vDEF">7614</value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_lloffice_country_override' => '', 'tx_ll_hidenavigationsecondary' => 0, 'tx_llpagebanner_hide' => 0, 'rowDescription' => null, 'sys_language_uid' => 7, 'l10n_source' => 752, '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:624:"<?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">4874,4875,14623,14624,14625</value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> <field index="field_column_header"> <value index="vDEF">7614</value> </field> </language> </sheet> </data></T3FlexForms>";}', 'slug' => null, 'legacy_overlay_uid' => 2817, 'tx_ll_og_title' => '', 'tx_ll_og_description' => null, 'tx_ll_og_image' => '0', 'tx_ll_og_image_size' => 0, 'l10n_parent' => 752, 'tx_kesearch_tags' => null, 'tx_kesearch_abstract' => null, 'tx_kesearch_resultimage' => 0, '_PAGES_OVERLAY' => true, '_PAGES_OVERLAY_UID' => 4558, '_PAGES_OVERLAY_LANGUAGE' => 7, '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => 7), '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' => '7', '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();
});