Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

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

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

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

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

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

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

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

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

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

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

        return $processedFile;
    }

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

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

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject), array('file.' => array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'), 'stdWrap.' => array('required' => '1', 'wrap' => 'background-image: url(/|);')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('IMG_RESOURCE', array('file.' => array('import' => 'uploads/tx_templavoila/', 'import.' => array('current' => '1', 'listNum' => '0'), 'maxW' => '1400', 'params' => '-strip -quality 85% -sampling-factor 2x2,1x1,1x1'), 'stdWrap.' => array('required' => '1', 'wrap' => 'background-image: url(/|);')), 'TemplaVoila_Proc.10')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet('r', 'S')
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 659
                                }
                            }

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

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

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

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

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

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

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

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

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), '10')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject), array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), '10')
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject), array('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')))
in /usr/local/share/typo3/9.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('COA', '10.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4051', 'pidInList' => '472')), 'wrap' => '<div class="newsletterFooter">|</div>'), 'COA', '20.' => array('CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '6257', 'pidInList' => '472')), 'wrap' => '<div class="partnersFooter">|</div>'), 'COA', '30.' => array('< lib.navigation.footer', 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('uidInList' => '4035', 'pidInList' => '472')), 'wrap' => '<div class="upperFooter"><div class="container">|</div></div>'), 'COA', '40.' => array('< lib.site.copyright', '< lib.site.credits', 'wrap' => '<div class="lowerFooter"><div class="container">|</div></div>'), 'stdWrap.' => array('wrap' => '<footer>|</footer>')), 'TemplaVoila_ProcObjPath--lib*footer.')
in /usr/local/share/typo3/9.5/typo3/ext/templavoilaplus/Classes/Controller/FrontendController.php line 663
                            $dataValues[$key][$valueKey] = $cObj->cObjGet($tsparserObj->setup, 'TemplaVoila_Proc.');
                        }
                        if (trim($LP[$key]['TypoScriptObjPath'])) {
                            list($name, $conf) = $tsparserObj->getVal(trim($LP[$key]['TypoScriptObjPath']), $GLOBALS['TSFE']->tmpl->setup);
                            $dataValues[$key][$valueKey] = $cObj->cObjGetSingle($name, $conf, 'TemplaVoila_ProcObjPath--' . str_replace('.', '*', $LP[$key]['TypoScriptObjPath']) . '.');
                        }
                    }

                    // Various local quick-processing options:
at Ppi\TemplaVoilaPlus\Controller\FrontendController->processDataValues(array('field_column_header' => array('vDEF' => '<div id="breadcrumb"><div class="wrapper"><ol itemprop="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/" itemprop="item"><span itemprop="name">Home</span></a><meta itemprop="position" content="1"></li></ol></div></div><h1><span>Our schools</span></h1><!--TYPO3SEARCH_begin--><p>All IALC member schools have been <a href="https://www.ialc.org/about-us/ialc-quality-standards/" target="_blank" rel="noopener">accredited by IALC</a> and offer an immense range of courses for all levels, ages, needs and interests and both quality assured and boutique, providing guaranteed professionalism, personal attention and an exceptional learning experience.</p><p>Many of our schools are now also offering<strong> online language courses</strong> so students can learn from&nbsp;the same experienced teachers&nbsp;via virtual classrooms in either small interactive groups or one-to-one lessons. See the full list of schools offering online classes&nbsp;here.&nbsp;</p><h4>Discover our global community of quality language schools...</h4><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_primary' => array('vDEF' => '<!--TYPO3SEARCH_begin--><div class="pages select"><label for="countrySelector">Select a country to take a closer look:</label><select name="countrySelector" class="jsSchoolsMapCountrySelector"><option value="" selected>Please select</option><option>Argentina</option><option>Australia</option><option>Austria</option><option>Brazil</option><option>Canada</option><option>China</option><option>France</option><option>Germany</option><option>Ireland</option><option>Italy</option><option>Japan</option><option>Jordan</option><option>Latvia</option><option>Malta</option><option>New Zealand</option><option>Portugal</option><option>Russia</option><option>South Africa</option><option>Spain</option><option>United Kingdom</option><option>USA</option></select></div><div><div id="map" style="width: 1104px; height: 407px;"></div></div><script type="text/javascript"> // document.addEventListener("DOMContentLoaded", (event) => { // let cities = [...document.querySelectorAll(\'.mapCities\')].map(el => el.innerText); // console.log(cities); // }); var locations = [ ["Ali Baba International Center", 32.015667, 35.867213, 1, "Amman", "Jordan"], ["LTL Language School", 39.912689, 116.475662, 2, "Beijing", "China"], ["Cairns College of English & Business", -16.923248, 145.776266, 11, "Cairns", "Australia"], ["Impact English College", -37.816232, 144.955212, 57, "Melbourne", "Australia"], ["Impact English College Brisbane", -27.465971, 153.030058, 58, "Brisbane", "Australia"], ["Langports English Language College Brisbane", -27.467883, 153.019146, 65, "Brisbane", "Australia"], ["Langports English Language College Gold Coast", -28.004640, 153.428134, 66, "Gold Coast", "Australia"], ["SACE South Australian College of English", -34.925860, 138.597594, 72, "Adelaide", "Australia"], ["CES Toronto", 43.654901, -79.385202, 25, "Toronto", "Canada"], ["CES Toronto Junior Program", 43.65501700219578, -79.347015, 26, "Toronto", "Canada"], ["CES Vancouver", 49.28439, -123.10872, 27, "Vancouver", "Canada"], ["Global Village Calgary", 51.04765138253282, -114.07825563794142, 51, "Calgary", "Canada"], ["Global Village Victoria", 48.426227, -123.366636, 53, "Victoria", "Canada"], ["Heartland International English School Mississauga", 43.567887, -79.663314, 55, "Mississauga", "Canada"], ["Heartland International English School Winnipeg", , , 56, "Winnipeg", "Canada"], ["VanWest College Kelowna", 49.884788, -119.492363, 88, "Kelowna", "Canada"], ["VanWest College Vancouver", 49.281610, -123.126943, 89, "Vancouver", "Canada"], ["ACET Active Centre of English Training", 51.902241, -8.469424, 3, "Cork", "Ireland"], ["Apollo Cork – Junior Residential Centre", 51.895265147040796, -8.49565477636446, 4, "Cork", "Ireland"], ["Apollo Dublin – Junior Host Family Centre", 53.379121183980786, -6.094438950556225, 5, "Dublin", "Ireland"], ["Apollo Language Centre", 53.3355872837472, -6.248942201671999, 6, "Dublin", "Ireland"], ["Apollo Limerick – Junior Residential Centre", 52.675109887742, -8.571534824833098, 7, "Limerick", "Ireland"], ["Atlas Language School Dublin", 53.3304, -6.2647, 8, "Dublin", "Ireland"], ["CES Dublin", 53.344060, -6.263511, 15, "Dublin", "Ireland"], ["CES Mercy College Junior Summer Centre", 53.38634098402221, -6.199578984659938, 21, "Dublin", "Ireland"], ["CES St Pauls College Junior Summer Centre", 53.37542738490431, -6.194512371651239, 24, "Dublin", "Ireland"], ["ECI Alexandra College, Summer Centre", 53.311110751874274,, -6.24829431609418, 34, "Dublin", "Ireland"], ["ECI St. Raphaela\'s School, Summer Centre", 53.28261543696764, -6.2048329116811125, 38, "Dublin", "Ireland"], ["ECI Trinity Hall, Summer Centre", 53.3124236167533, -6.262082716094102, 39, "Dublin", "Ireland"], ["Emerald Cultural Institute", 53.313625, -6.259086, 41, "Dublin", "Ireland"], ["Frances King School of English Dublin Summer Centre", 53.2802505533934, -6.102006916058555, 48, "Dublin", "Ireland"], ["Galway Cultural Institute", 53.262849, -9.071383, 50, "Galway", "Ireland"], ["PACE Language Institute", 53.208851, -6.115217, 71, "Bray", "Ireland"], ["Atlas Language School Malta", 35.9261, 14.4803, 9, "St Julians", "Malta"], ["Easy School of Languages", 35.895845, 14.512752, 33, "Valletta", "Malta"], ["ESE European School of English", 35.923369, 14.491134, 46, "St Julians", "Malta"], ["ETI Executive Training Institute", 35.923350, 14.491176, 47, "St Julians", "Malta"], ["Languages International Auckland", -36.849490, 174.768880, 67, "Auckland", "New Zealand"], ["Nelson English Centre", -41.275086, 173.283043, 70, "Nelson", "New Zealand"], ["Good Hope Studies", -33.976144, 18.470459, 54, "Cape Town", "South Africa"], ["Converse International School of Languages", 32.716162070716926, -117.15865685986742, 30, "San Diego", "USA"], ["Converse International School of Languages - Global Leadership Summer Program - Pepperdine University", 34.0415, -118.708005, 31, "Malibu", "USA"], ["Converse International School of Languages - Global Leadership Summer Program - UC BERKELEY", 122.2595, 37.8702, 32, "Berkeley", "USA"], ["English Outdoors", 40.963619, -73.990442, 44, "New York", "USA"], ["English Outdoors – Juniors / Seasonal (July-August)", 40.699786761715856, -73.98754030196575, 45, "New York", "USA"], ["Global Village Hawaii", 21.293651, -157.842676, 52, "Honolulu", "USA"], ["International Center for Language Studies", 38.904849, -77.033928, 59, "Washington", "USA"], ["International Language Institute of Massachusetts", 42.316934, -72.634146, 63, "Northampton", "USA"], ["TLA Summer Program - Los Angeles", 34.16287202479158, -119.04354886779076, 84, "Los Angeles", "USA"], ["TLA Summer Program - Miami", 25.923343970731118, -80.2564271403275, 85, "Miami", "USA"], ["TLA Summer Program - New York City", 40.615802368657185, -74.0944252493854, 86, "New York", "USA"], ["TLA The Language Academy", 26.120385, -80.142969, 87, "Fort Lauderdale", "USA"], ["BEET Language Centre", 50.733692, -1.859607, 10, "Bournemouth", "United Kingdom"], ["Cambridge Academy of English", 52.241104, 0.081048, 12, "Cambridge", "United Kingdom"], ["Celtic English Academy", 51.48646863921367, -3.1747490015939746, 13, "Cardiff", "United Kingdom"], ["Celtic English Academy - Junior Summer Programme", 51.486315, -3.17474900000002, 14, "Cardiff", "United Kingdom"], ["CES Edinburgh", 55.949996, -3.217479, 16, "Edinburgh", "United Kingdom"], ["CES Edinburgh Junior Summer Centre", 55.95009262890913, -3.2175822162303187, 17, "Edinburgh", "United Kingdom"], ["CES Junior Centre at Swarthmore Education Centre/Leeds City College University Centre", , , 18, "Leeds", "United Kingdom"], ["CES Leeds", 53.797675, -1.551655, 19, "Leeds", "United Kingdom"], ["CES London", 51.411453, -0.208604, 20, "London", "United Kingdom"], ["CES Oxford", 51.747112, -1.138218, 22, "Oxford", "United Kingdom"], ["CES Oxford Ruskin Summer Centre", 51.76656170408809, -1.2171956390605307, 23, "Oxford", "United Kingdom"], ["CES Worthing", 50.814940, -0.374409, 28, "Worthing", "United Kingdom"], ["CES Worthing Junior Summer School", 50.81506289723372, -0.37450210355435737, 29, "Worthing", "United Kingdom"], ["ECI Cobham Hall, Summer Centre", 51.39539874122, 0.41897536072104413, 35, "Kent", "United Kingdom"], ["ECI Rose Bruford College, Summer Centre", 0.10765273104008632, 51.43878270009792,, 36, "London", "United Kingdom"], ["ECI St. George\'s Ascot, Summer Centre", 51.40862607781633, -0.6673578875585255, 37, "Ascot", "United Kingdom"], ["ELC Chester", 53.190305, -2.897286, 40, "Chester", "United Kingdom"], ["English in Totnes", 50.431450, -3.687056, 42, "Totnes", "United Kingdom"], ["English in York", 53.960498, -1.076544, 43, "York", "United Kingdom"], ["Frances King School of English London", 51.494614, -0.182513, 49, "London", "United Kingdom"], ["International House Belfast", 54.586315680358226, -5.927887800953916, 60, "Belfast", "United Kingdom"], ["International House Durham Summer Centre", 54.77129950156009, -1.581958030304726, 61, "Durham", "United Kingdom"], ["International House Newcastle", 54.974066, -1.617909, 62, "Newcastle upon Tyne", "United Kingdom"], ["InTuition Languages", , , 64, "London", "United Kingdom"], ["LSI Portsmouth", 50.795265, -1.095110, 68, "Portsmouth", "United Kingdom"], ["Melton College York", 53.954123, -1.104065, 69, "York", "United Kingdom"], ["Southbourne School of English", 50.729674, -1.813809, 73, "Bournemouth", "United Kingdom"], ["Studio Cambridge", 52.194967, 0.133702, 74, "Cambridge", "United Kingdom"], ["Studio Cambridge Sir Christopher - Summer Centre", 52.1999, 0.1113, 75, "Cambridge", "United Kingdom"], ["Studio Cambridge Sir Edward Ely - Summer Centre", 52.39888779156662, 0.26179836960382225, 76, "Cambridge", "United Kingdom"], ["Studio Cambridge Sir Laurence - Summer Centre", 52.2054, 0.1132, 77, "Cambridge", "United Kingdom"], ["Studio Cambridge Sir Michael - Summer Centre", 52.1951, 0.1313, 78, "Cambridge", "United Kingdom"], ["The English Language Centre Brighton", 50.827279, -0.164001, 79, "Brighton", "United Kingdom"], ["The English Language Centre Bristol", 51.465056, -2.613495, 80, "Bristol", "United Kingdom"], ["The English Language Centre Eastbourne", 50.766985, 0.286794, 81, "Eastbourne", "United Kingdom"], ["The London School of English", 51.505125, -0.211255, 82, "London", "United Kingdom"], ["TIS Torquay International School", 50.470425, -3.531770, 83, "Torquay", "United Kingdom"], ["Wimbledon School of English Junior Summer Centre", 51.214466012785294, -0.9272648304407605, 90, "London", "United Kingdom"], ["WSE Wimbledon School of English", 51.420378, -0.211104, 91, "London", "United Kingdom"], ["Edu-inter French School", 46.79546580476346, -71.23267593060045, 96, "Québec City", "Canada"], ["Edu-inter French School Junior Summer Centre", 46.79541952666797, -71.23264383179986, 97, "Québec City", "Canada"], ["Accent Francais", 43.60810412279821, 3.8799919846376145, 92, "Montpellier", "France"], ["Accent Francais - Junior Summer Centre", 43.60810412279821, 3.8799919846376145, 93, "Montpellier", "France"], ["alpha.b Institut Linguistique", 43.700875, 7.265134, 94, "Nice", "France"], ["EasyFrench", 43.607484, 3.877193, 95, "Montpellier", "France"], ["Etoile Institut de Langue", 48.85261503663773, 2.3261926983760457, 98, "Paris", "France"], ["French In Normandy IH Rouen", 49.420022, 1.079521, 99, "Rouen", "France"], ["Institut Linguistique Adenet", 43.607686, 3.877282, 100, "Montpellier", "France"], ["IS Aix-en-Provence", 43.526502, 5.463062, 101, "Aix-en-Provence", "France"], ["Les Ateliers FL Biarritz", 43.476832, -1.560217, 102, "Biarritz", "France"], ["Les Ateliers FL Bordeaux", 44.844893, -0.579707, 103, "Bordeaux", "France"], ["Les Ateliers FL Lyon", 45.880754, 4.841175, 104, "Lyon", "France"], ["Les Ateliers FL Nice", 43.715768, 7.257579, 105, "Nice", "France"], ["Les Ateliers FL Paris", 48.851748, 2.347348, 106, "Paris", "France"], ["ActiLingua Academy", 48.195740, 16.383761, 107, "Vienna", "Austria"], ["anglo-german institute", 48.779643, 9.177079, 108, "Stuttgart", "Germany"], ["BWS Germanlingua Berlin", 52.520723, 13.388482, 109, "Berlin", "Germany"], ["BWS Germanlingua Cologne", 50.941955, 6.940693, 110, "Cologne", "Germany"], ["BWS Germanlingua Munich", 48.136220, 11.570002, 111, "Munich", "Germany"], ["Colon Language Center", 53.557506, 9.990264, 112, "Hamburg", "Germany"], ["Dialoge – Bodensee Sprachschule GmbH", 47.544612, 9.681334, 113, "Lindau", "Germany"], ["GLS German Language School Berlin", 52.537127, 13.408574, 114, "Berlin", "Germany"], ["GLS Munich Adventure Summer Camp - Summer Centre", 47.66716500312427, 11.87732816523963, 115, "Munich", "Germany"], ["GLS Munich Castle Summer Camp - Summer Centre", 48.06005211598316, 11.529217440607532, 116, "Munich", "Germany"], ["GLS Munich Young & Fun Summer Camp", 47.6919113017421, 11.88855826943103, 117, "Munich", "Germany"], ["GoAcademy ! Summer Camp for YL", 51.231091090408924, 6.802492583831899, 118, "Düsseldorf", "Germany"], ["GoAcademy! Sprachschule Düsseldorf", 51.23129264355485, 6.802406754177209, 119, "Düsseldorf", "Germany"], ["Horizonte", 49.018597, 12.093456, 120, "Regensburg", "Germany"], ["Kapito Sprachschule", 51.960370, 7.634523, 121, "Münster", "Germany"], ["Sprachinstitut TREFFPUNKT", , , 122, "Bamberg", "Germany"], ["Accademia Italiana", 40.677421, 14.760873, 123, "Salerno", "Italy"], ["Accademia Italiana Napoli", 40.84037855707835, 14.248409611452933, 124, "Naples", "Italy"], ["ALCE Accademia Lingue e Culture Europee", 44.485534, 11.355287, 125, "Bologna", "Italy"], ["BABILONIA – Italian Language School", 37.852952, 15.289526, 126, "Taormina", "Italy"], ["Dante Alighieri Siena – Learning Italy", 43.314534712845834,, 11.32851364070437, 127, "Siena", "Italy"], ["DILIT", 41.903683, 12.505467, 128, "Rome", "Italy"], ["Linguadue", 45.45199431727714, 9.169683140516472, 129, "Milan", "Italy"], ["Linguaviva", 43.777729, 11.249794, 130, "Florence", "Italy"], ["Linguaviva Summer School for Juniors Lignano", 45.48099551886807, 9.210924698190693, 131, "Lignano", "Italy"], ["Piccola Universita Italiana Trieste", 45.647955, 13.765589, 132, "Trieste", "Italy"], ["Piccola Universita Italiana Tropea", 38.678815920875294, 15.89704295564563, 133, "Tropea", "Italy"], ["Genki Japanese and Culture School Fukuoka", 33.590640, 130.424897, 134, "Fukuoka City", "Japan"], ["Genki Japanese and Culture School Kyoto", 35.000415, 135.768232, 135, "Kyoto", "Japan"], ["Genki Japanese and Culture School Nagoya", 35.17230593065479, 136.88537359787148, 136, "Nagoya", "Japan"], ["Genki Japanese and Culture School Tokyo", 35.693157, 139.705947, 137, "Tokyo", "Japan"], ["KAI Japanese Language School", 35.701114, 139.703685, 138, "Tokyo", "Japan"], ["Caminhos Language Centre", -22.98188008410301,, -43.20074737298887, 139, "Rio de Janeiro", "Brazil"], ["CIAL Centro de Linguas Faro", 37.019422, -7.927614, 140, "Faro", "Portugal"], ["CIAL Centro de Linguas Lisbon", 38.731659, -9.143846, 141, "Lisbon", "Portugal"], ["Liden & Denz Riga", 56.951803657040514, 24.121532707105754, 144, "Riga", "Latvia"], ["Liden & Denz Irkutsk", 52.28213132431708, 104.28514715155922, 142, "Irkutsk", "Russia"], ["Liden & Denz Moscow", 55.772122, 37.580064, 143, "Moscow", "Russia"], ["Liden & Denz St Petersburg", 59.935965, 30.334032, 145, "St Petersburg", "Russia"], ["Expanish Buenos Aires", -34.602408, -58.371175, 152, "Buenos Aires", "Argentina"], ["CLIC Cadiz", 36.523437, -6.285044, 146, "Cadiz", "Spain"], ["CLIC Malaga", 36.721813, -4.421446, 147, "Malaga", "Spain"], ["CLIC Seville", 37.389546, -5.995617, 148, "Seville", "Spain"], ["Escuela de Idiomas Nerja", 36.748489, -3.875341, 149, "Nerja", "Spain"], ["Españolé", 39.47674455914804, -0.3795788596767081, 150, "Valencia", "Spain"], ["Expanish Barcelona", 41.396556, 2.162820, 151, "Barcelona", "Spain"], ["Expanish Madrid", 40.42469476521697, -3.681887288484178, 153, "Madrid", "Spain"], ["Expanish Málaga", 36.72180069575618, -4.420081022793005, 154, "Malaga", "Spain"], ["Expanish Malaga - Juniors / Seasonal (July)", , , 155, "Malaga", "Spain"], ["Lacunza", 43.315520, -1.975127, 156, "San Sebastian", "Spain"], ["Malaca Instituto-Club Hispanico, S.L.U.", 36.726008, -4.382720, 157, "Malaga", "Spain"], ["Taronja School", 39.468380, -0.375813, 158, "Valencia", "Spain"], ]; var map = new google.maps.Map(document.getElementById(\'map\'), { zoom: 2, center: new google.maps.LatLng(52.5069386, 13.2599276), mapId: "DEMO_MAP_ID" }); var infowindow = new google.maps.InfoWindow(); var marker, i; for (i = 0; i < locations.length; i++) { marker = new google.maps.Marker({ position: new google.maps.LatLng(locations[i][1], locations[i][2]), title: locations[i][0] + \' | \' + locations[i][4] + \', \' + locations[i][5], map: map, }); }</script><div id="schoolsBox" class="box group"><div class="wrapper"><div class="content"><div class="block"><div class="wrapper"><div class="title"><h4>Arabic in Jordan</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/ali-baba-international-center/">Ali Baba International Center</a><small>Amman, Jordan</small></p></li><div class="mapCities" style="display: none;">Amman</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Chinese in China</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/ltl-language-school/">LTL Language School</a><small>Beijing, China</small></p></li><div class="mapCities" style="display: none;">Beijing</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in Australia</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/cairns-college-of-english-business/">Cairns College of English & Business</a><small>Cairns, Australia</small></p></li><div class="mapCities" style="display: none;">Cairns</div><li><p><a href="/find-a-school/impact-english-college/">Impact English College</a><small>Melbourne, Australia</small></p></li><div class="mapCities" style="display: none;">Melbourne</div><li><p><a href="/find-a-school/impact-english-college-brisbane/">Impact English College Brisbane</a><small>Brisbane, Australia</small></p></li><div class="mapCities" style="display: none;">Brisbane</div><li><p><a href="/find-a-school/langports-english-language-college-brisbane/">Langports English Language College Brisbane</a><small>Brisbane, Australia</small></p></li><div class="mapCities" style="display: none;">Brisbane</div><li><p><a href="/find-a-school/langports-english-language-college-gold-coast/">Langports English Language College Gold Coast</a><small>Gold Coast, Australia</small></p></li><div class="mapCities" style="display: none;">Gold Coast</div><li><p><a href="/find-a-school/sace-south-australian-college-of-english/">SACE South Australian College of English</a><small>Adelaide, Australia</small></p></li><div class="mapCities" style="display: none;">Adelaide</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in Canada</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/ces-toronto/">CES Toronto</a><small>Toronto, Canada</small></p></li><div class="mapCities" style="display: none;">Toronto</div><li><p><a href="/find-a-school/ces-toronto-junior-program/">CES Toronto Junior Program</a><small>Toronto, Canada</small></p></li><div class="mapCities" style="display: none;">Toronto</div><li><p><a href="/find-a-school/ces-vancouver/">CES Vancouver</a><small>Vancouver, Canada</small></p></li><div class="mapCities" style="display: none;">Vancouver</div><li><p><a href="/find-a-school/global-village-calgary/">Global Village Calgary</a><small>Calgary, Canada</small></p></li><div class="mapCities" style="display: none;">Calgary</div><li><p><a href="/find-a-school/global-village-victoria/">Global Village Victoria</a><small>Victoria, Canada</small></p></li><div class="mapCities" style="display: none;">Victoria</div><li><p><a href="/find-a-school/heartland-international-english-school-mississauga/">Heartland International English School Mississauga</a><small>Mississauga, Canada</small></p></li><div class="mapCities" style="display: none;">Mississauga</div><li><p><a href="/find-a-school/heartland-international-english-school-winnipeg/">Heartland International English School Winnipeg</a><small>Winnipeg, Canada</small></p></li><div class="mapCities" style="display: none;">Winnipeg</div><li><p><a href="/find-a-school/vanwest-college-kelowna/">VanWest College Kelowna</a><small>Kelowna, Canada</small></p></li><div class="mapCities" style="display: none;">Kelowna</div><li><p><a href="/find-a-school/vanwest-college-vancouver/">VanWest College Vancouver</a><small>Vancouver, Canada</small></p></li><div class="mapCities" style="display: none;">Vancouver</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in Ireland</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/acet-active-centre-of-english-training/">ACET Active Centre of English Training</a><small>Cork, Ireland</small></p></li><div class="mapCities" style="display: none;">Cork</div><li><p><a href="/find-a-school/apollo-cork-junior-residential-centre/">Apollo Cork – Junior Residential Centre</a><small>Cork, Ireland</small></p></li><div class="mapCities" style="display: none;">Cork</div><li><p><a href="/find-a-school/apollo-dublin-junior-host-family-centre/">Apollo Dublin – Junior Host Family Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/apollo-language-centre/">Apollo Language Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/apollo-limerick-junior-residential-centre/">Apollo Limerick – Junior Residential Centre</a><small>Limerick, Ireland</small></p></li><div class="mapCities" style="display: none;">Limerick</div><li><p><a href="/find-a-school/atlas-language-school-dublin/">Atlas Language School Dublin</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/ces-dublin/">CES Dublin</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/ces-mercy-college-junior-summer-centre/">CES Mercy College Junior Summer Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/ces-st-pauls-college-junior-summer-centre/">CES St Pauls College Junior Summer Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/eci-alexandra-college-summer-centre/">ECI Alexandra College, Summer Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/eci-st-raphaelas-school-summer-centre/">ECI St. Raphaela\'s School, Summer Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/eci-trinity-hall-summer-centre/">ECI Trinity Hall, Summer Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/emerald-cultural-institute/">Emerald Cultural Institute</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/frances-king-school-of-english-dublin-summer-centre/">Frances King School of English Dublin Summer Centre</a><small>Dublin, Ireland</small></p></li><div class="mapCities" style="display: none;">Dublin</div><li><p><a href="/find-a-school/galway-cultural-institute/">Galway Cultural Institute</a><small>Galway, Ireland</small></p></li><div class="mapCities" style="display: none;">Galway</div><li><p><a href="/find-a-school/pace-language-institute/">PACE Language Institute</a><small>Bray, Ireland</small></p></li><div class="mapCities" style="display: none;">Bray</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in Malta</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/atlas-language-school-malta/">Atlas Language School Malta</a><small>St Julians, Malta</small></p></li><div class="mapCities" style="display: none;">St Julians</div><li><p><a href="/find-a-school/easy-school-of-languages/">Easy School of Languages</a><small>Valletta, Malta</small></p></li><div class="mapCities" style="display: none;">Valletta</div><li><p><a href="/find-a-school/ese-european-school-of-english/">ESE European School of English</a><small>St Julians, Malta</small></p></li><div class="mapCities" style="display: none;">St Julians</div><li><p><a href="/find-a-school/eti-executive-training-institute/">ETI Executive Training Institute</a><small>St Julians, Malta</small></p></li><div class="mapCities" style="display: none;">St Julians</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in New Zealand</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/languages-international-auckland/">Languages International Auckland</a><small>Auckland, New Zealand</small></p></li><div class="mapCities" style="display: none;">Auckland</div><li><p><a href="/find-a-school/nelson-english-centre/">Nelson English Centre</a><small>Nelson, New Zealand</small></p></li><div class="mapCities" style="display: none;">Nelson</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in South Africa</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/good-hope-studies/">Good Hope Studies</a><small>Cape Town, South Africa</small></p></li><div class="mapCities" style="display: none;">Cape Town</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in USA</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/converse-international-school-of-languages/">Converse International School of Languages</a><small>San Diego, USA</small></p></li><div class="mapCities" style="display: none;">San Diego</div><li><p><a href="/find-a-school/converse-international-school-of-languages-global-leadership-summer-program-pepperdine-university/">Converse International School of Languages - Global Leadership Summer Program - Pepperdine University</a><small>Malibu, USA</small></p></li><div class="mapCities" style="display: none;">Malibu</div><li><p><a href="/find-a-school/converse-international-school-of-languages-global-leadership-summer-program-uc-berkeley/">Converse International School of Languages - Global Leadership Summer Program - UC BERKELEY</a><small>Berkeley, USA</small></p></li><div class="mapCities" style="display: none;">Berkeley</div><li><p><a href="/find-a-school/english-outdoors/">English Outdoors</a><small>New York, USA</small></p></li><div class="mapCities" style="display: none;">New York</div><li><p><a href="/find-a-school/english-outdoors-juniors-seasonal-july-august/">English Outdoors – Juniors / Seasonal (July-August)</a><small>New York, USA</small></p></li><div class="mapCities" style="display: none;">New York</div><li><p><a href="/find-a-school/global-village-hawaii/">Global Village Hawaii</a><small>Honolulu, USA</small></p></li><div class="mapCities" style="display: none;">Honolulu</div><li><p><a href="/find-a-school/international-center-for-language-studies/">International Center for Language Studies</a><small>Washington, USA</small></p></li><div class="mapCities" style="display: none;">Washington</div><li><p><a href="/find-a-school/international-language-institute-of-massachusetts/">International Language Institute of Massachusetts</a><small>Northampton, USA</small></p></li><div class="mapCities" style="display: none;">Northampton</div><li><p><a href="/find-a-school/tla-summer-program-los-angeles/">TLA Summer Program - Los Angeles</a><small>Los Angeles, USA</small></p></li><div class="mapCities" style="display: none;">Los Angeles</div><li><p><a href="/find-a-school/tla-summer-program-miami/">TLA Summer Program - Miami</a><small>Miami, USA</small></p></li><div class="mapCities" style="display: none;">Miami</div><li><p><a href="/find-a-school/tla-summer-program-new-york-city/">TLA Summer Program - New York City</a><small>New York, USA</small></p></li><div class="mapCities" style="display: none;">New York</div><li><p><a href="/find-a-school/tla-the-language-academy/">TLA The Language Academy</a><small>Fort Lauderdale, USA</small></p></li><div class="mapCities" style="display: none;">Fort Lauderdale</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>English in United Kingdom</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/beet-language-centre/">BEET Language Centre</a><small>Bournemouth, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Bournemouth</div><li><p><a href="/find-a-school/cambridge-academy-of-english/">Cambridge Academy of English</a><small>Cambridge, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cambridge</div><li><p><a href="/find-a-school/celtic-english-academy/">Celtic English Academy</a><small>Cardiff, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cardiff</div><li><p><a href="/find-a-school/celtic-english-academy-junior-summer-programme/">Celtic English Academy - Junior Summer Programme</a><small>Cardiff, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cardiff</div><li><p><a href="/find-a-school/ces-edinburgh/">CES Edinburgh</a><small>Edinburgh, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Edinburgh</div><li><p><a href="/find-a-school/ces-edinburgh-junior-summer-centre/">CES Edinburgh Junior Summer Centre</a><small>Edinburgh, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Edinburgh</div><li><p><a href="/find-a-school/ces-junior-centre-at-swarthmore-education-centre-leeds-city-college-university-centre/">CES Junior Centre at Swarthmore Education Centre/Leeds City College University Centre</a><small>Leeds, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Leeds</div><li><p><a href="/find-a-school/ces-leeds/">CES Leeds</a><small>Leeds, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Leeds</div><li><p><a href="/find-a-school/ces-london/">CES London</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div><li><p><a href="/find-a-school/ces-oxford/">CES Oxford</a><small>Oxford, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Oxford</div><li><p><a href="/find-a-school/ces-oxford-ruskin-summer-centre/">CES Oxford Ruskin Summer Centre</a><small>Oxford, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Oxford</div><li><p><a href="/find-a-school/ces-worthing/">CES Worthing</a><small>Worthing, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Worthing</div><li><p><a href="/find-a-school/ces-worthing-junior-summer-school/">CES Worthing Junior Summer School</a><small>Worthing, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Worthing</div><li><p><a href="/find-a-school/eci-cobham-hall-summer-centre/">ECI Cobham Hall, Summer Centre</a><small>Kent, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Kent</div><li><p><a href="/find-a-school/eci-rose-bruford-college-summer-centre/">ECI Rose Bruford College, Summer Centre</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div><li><p><a href="/find-a-school/eci-st-georges-ascot-summer-centre/">ECI St. George\'s Ascot, Summer Centre</a><small>Ascot, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Ascot</div><li><p><a href="/find-a-school/elc-chester/">ELC Chester</a><small>Chester, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Chester</div><li><p><a href="/find-a-school/english-in-totnes/">English in Totnes</a><small>Totnes, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Totnes</div><li><p><a href="/find-a-school/english-in-york/">English in York</a><small>York, United Kingdom</small></p></li><div class="mapCities" style="display: none;">York</div><li><p><a href="/find-a-school/frances-king-school-of-english-london/">Frances King School of English London</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div><li><p><a href="/find-a-school/international-house-belfast/">International House Belfast</a><small>Belfast, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Belfast</div><li><p><a href="/find-a-school/international-house-durham-summer-centre/">International House Durham Summer Centre</a><small>Durham, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Durham</div><li><p><a href="/find-a-school/international-house-newcastle/">International House Newcastle</a><small>Newcastle upon Tyne, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Newcastle upon Tyne</div><li><p><a href="/find-a-school/intuition-languages/">InTuition Languages</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div><li><p><a href="/find-a-school/lsi-portsmouth/">LSI Portsmouth</a><small>Portsmouth, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Portsmouth</div><li><p><a href="/find-a-school/melton-college-york/">Melton College York</a><small>York, United Kingdom</small></p></li><div class="mapCities" style="display: none;">York</div><li><p><a href="/find-a-school/southbourne-school-of-english/">Southbourne School of English</a><small>Bournemouth, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Bournemouth</div><li><p><a href="/find-a-school/studio-cambridge/">Studio Cambridge</a><small>Cambridge, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cambridge</div><li><p><a href="/find-a-school/studio-cambridge-sir-christopher-summer-centre/">Studio Cambridge Sir Christopher - Summer Centre</a><small>Cambridge, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cambridge</div><li><p><a href="/find-a-school/studio-cambridge-sir-edward-ely-summer-centre/">Studio Cambridge Sir Edward Ely - Summer Centre</a><small>Cambridge, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cambridge</div><li><p><a href="/find-a-school/studio-cambridge-sir-laurence-summer-centre/">Studio Cambridge Sir Laurence - Summer Centre</a><small>Cambridge, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cambridge</div><li><p><a href="/find-a-school/studio-cambridge-sir-michael-summer-centre/">Studio Cambridge Sir Michael - Summer Centre</a><small>Cambridge, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Cambridge</div><li><p><a href="/find-a-school/the-english-language-centre-brighton/">The English Language Centre Brighton</a><small>Brighton, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Brighton</div><li><p><a href="/find-a-school/the-english-language-centre-bristol/">The English Language Centre Bristol</a><small>Bristol, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Bristol</div><li><p><a href="/find-a-school/the-english-language-centre-eastbourne/">The English Language Centre Eastbourne</a><small>Eastbourne, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Eastbourne</div><li><p><a href="/find-a-school/the-london-school-of-english/">The London School of English</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div><li><p><a href="/find-a-school/tis-torquay-international-school/">TIS Torquay International School</a><small>Torquay, United Kingdom</small></p></li><div class="mapCities" style="display: none;">Torquay</div><li><p><a href="/find-a-school/wimbledon-school-of-english-junior-summer-centre/">Wimbledon School of English Junior Summer Centre</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div><li><p><a href="/find-a-school/wse-wimbledon-school-of-english/">WSE Wimbledon School of English</a><small>London, United Kingdom</small></p></li><div class="mapCities" style="display: none;">London</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>French in Canada</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/edu-inter-french-school/">Edu-inter French School</a><small>Québec City, Canada</small></p></li><div class="mapCities" style="display: none;">Québec City</div><li><p><a href="/find-a-school/edu-inter-french-school-junior-summer-centre/">Edu-inter French School Junior Summer Centre</a><small>Québec City, Canada</small></p></li><div class="mapCities" style="display: none;">Québec City</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>French in France</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/accent-francais/">Accent Francais</a><small>Montpellier, France</small></p></li><div class="mapCities" style="display: none;">Montpellier</div><li><p><a href="/find-a-school/accent-francais-junior-summer-centre/">Accent Francais - Junior Summer Centre</a><small>Montpellier, France</small></p></li><div class="mapCities" style="display: none;">Montpellier</div><li><p><a href="/find-a-school/alpha-b-institut-linguistique/">alpha.b Institut Linguistique</a><small>Nice, France</small></p></li><div class="mapCities" style="display: none;">Nice</div><li><p><a href="/find-a-school/easyfrench/">EasyFrench</a><small>Montpellier, France</small></p></li><div class="mapCities" style="display: none;">Montpellier</div><li><p><a href="/find-a-school/etoile-institut-de-langue/">Etoile Institut de Langue</a><small>Paris, France</small></p></li><div class="mapCities" style="display: none;">Paris</div><li><p><a href="/find-a-school/french-in-normandy-ih-rouen/">French In Normandy IH Rouen</a><small>Rouen, France</small></p></li><div class="mapCities" style="display: none;">Rouen</div><li><p><a href="/find-a-school/institut-linguistique-adenet/">Institut Linguistique Adenet</a><small>Montpellier, France</small></p></li><div class="mapCities" style="display: none;">Montpellier</div><li><p><a href="/find-a-school/is-aix-en-provence/">IS Aix-en-Provence</a><small>Aix-en-Provence, France</small></p></li><div class="mapCities" style="display: none;">Aix-en-Provence</div><li><p><a href="/find-a-school/les-ateliers-fl-biarritz/">Les Ateliers FL Biarritz</a><small>Biarritz, France</small></p></li><div class="mapCities" style="display: none;">Biarritz</div><li><p><a href="/find-a-school/les-ateliers-fl-bordeaux/">Les Ateliers FL Bordeaux</a><small>Bordeaux, France</small></p></li><div class="mapCities" style="display: none;">Bordeaux</div><li><p><a href="/find-a-school/les-ateliers-fl-lyon/">Les Ateliers FL Lyon</a><small>Lyon, France</small></p></li><div class="mapCities" style="display: none;">Lyon</div><li><p><a href="/find-a-school/les-ateliers-fl-nice/">Les Ateliers FL Nice</a><small>Nice, France</small></p></li><div class="mapCities" style="display: none;">Nice</div><li><p><a href="/find-a-school/les-ateliers-fl-paris/">Les Ateliers FL Paris</a><small>Paris, France</small></p></li><div class="mapCities" style="display: none;">Paris</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>German in Austria</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/actilingua-academy/">ActiLingua Academy</a><small>Vienna, Austria</small></p></li><div class="mapCities" style="display: none;">Vienna</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>German in Germany</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/anglo-german-institute/">anglo-german institute</a><small>Stuttgart, Germany</small></p></li><div class="mapCities" style="display: none;">Stuttgart</div><li><p><a href="/find-a-school/bws-germanlingua-berlin/">BWS Germanlingua Berlin</a><small>Berlin, Germany</small></p></li><div class="mapCities" style="display: none;">Berlin</div><li><p><a href="/find-a-school/bws-germanlingua-cologne/">BWS Germanlingua Cologne</a><small>Cologne, Germany</small></p></li><div class="mapCities" style="display: none;">Cologne</div><li><p><a href="/find-a-school/bws-germanlingua-munich/">BWS Germanlingua Munich</a><small>Munich, Germany</small></p></li><div class="mapCities" style="display: none;">Munich</div><li><p><a href="/find-a-school/colon-language-center/">Colon Language Center</a><small>Hamburg, Germany</small></p></li><div class="mapCities" style="display: none;">Hamburg</div><li><p><a href="/find-a-school/dialoge-bodensee-sprachschule-gmbh/">Dialoge – Bodensee Sprachschule GmbH</a><small>Lindau, Germany</small></p></li><div class="mapCities" style="display: none;">Lindau</div><li><p><a href="/find-a-school/gls-german-language-school-berlin/">GLS German Language School Berlin</a><small>Berlin, Germany</small></p></li><div class="mapCities" style="display: none;">Berlin</div><li><p><a href="/find-a-school/gls-munich-adventure-summer-camp-summer-centre/">GLS Munich Adventure Summer Camp - Summer Centre</a><small>Munich, Germany</small></p></li><div class="mapCities" style="display: none;">Munich</div><li><p><a href="/find-a-school/gls-munich-castle-summer-camp-summer-centre/">GLS Munich Castle Summer Camp - Summer Centre</a><small>Munich, Germany</small></p></li><div class="mapCities" style="display: none;">Munich</div><li><p><a href="/find-a-school/gls-munich-young-fun-summer-camp/">GLS Munich Young & Fun Summer Camp</a><small>Munich, Germany</small></p></li><div class="mapCities" style="display: none;">Munich</div><li><p><a href="/find-a-school/goacademy-summer-camp-for-yl/">GoAcademy ! Summer Camp for YL</a><small>Düsseldorf, Germany</small></p></li><div class="mapCities" style="display: none;">Düsseldorf</div><li><p><a href="/find-a-school/goacademy-sprachschule-duesseldorf/">GoAcademy! Sprachschule Düsseldorf</a><small>Düsseldorf, Germany</small></p></li><div class="mapCities" style="display: none;">Düsseldorf</div><li><p><a href="/find-a-school/horizonte/">Horizonte</a><small>Regensburg, Germany</small></p></li><div class="mapCities" style="display: none;">Regensburg</div><li><p><a href="/find-a-school/kapito-sprachschule/">Kapito Sprachschule</a><small>Münster, Germany</small></p></li><div class="mapCities" style="display: none;">Münster</div><li><p><a href="/find-a-school/sprachinstitut-treffpunkt/">Sprachinstitut TREFFPUNKT</a><small>Bamberg, Germany</small></p></li><div class="mapCities" style="display: none;">Bamberg</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Italian in Italy</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/accademia-italiana/">Accademia Italiana</a><small>Salerno, Italy</small></p></li><div class="mapCities" style="display: none;">Salerno</div><li><p><a href="/find-a-school/accademia-italiana-napoli/">Accademia Italiana Napoli</a><small>Naples, Italy</small></p></li><div class="mapCities" style="display: none;">Naples</div><li><p><a href="/find-a-school/alce-accademia-lingue-e-culture-europee/">ALCE Accademia Lingue e Culture Europee</a><small>Bologna, Italy</small></p></li><div class="mapCities" style="display: none;">Bologna</div><li><p><a href="/find-a-school/babilonia-italian-language-school/">BABILONIA – Italian Language School</a><small>Taormina, Italy</small></p></li><div class="mapCities" style="display: none;">Taormina</div><li><p><a href="/find-a-school/dante-alighieri-siena-learning-italy/">Dante Alighieri Siena – Learning Italy</a><small>Siena, Italy</small></p></li><div class="mapCities" style="display: none;">Siena</div><li><p><a href="/find-a-school/dilit/">DILIT</a><small>Rome, Italy</small></p></li><div class="mapCities" style="display: none;">Rome</div><li><p><a href="/find-a-school/linguadue/">Linguadue</a><small>Milan, Italy</small></p></li><div class="mapCities" style="display: none;">Milan</div><li><p><a href="/find-a-school/linguaviva/">Linguaviva</a><small>Florence, Italy</small></p></li><div class="mapCities" style="display: none;">Florence</div><li><p><a href="/find-a-school/linguaviva-summer-school-for-juniors-lignano/">Linguaviva Summer School for Juniors Lignano</a><small>Lignano, Italy</small></p></li><div class="mapCities" style="display: none;">Lignano</div><li><p><a href="/find-a-school/piccola-universita-italiana-trieste/">Piccola Universita Italiana Trieste</a><small>Trieste, Italy</small></p></li><div class="mapCities" style="display: none;">Trieste</div><li><p><a href="/find-a-school/piccola-universita-italiana-tropea/">Piccola Universita Italiana Tropea</a><small>Tropea, Italy</small></p></li><div class="mapCities" style="display: none;">Tropea</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Japanese in Japan</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/genki-japanese-and-culture-school-fukuoka/">Genki Japanese and Culture School Fukuoka</a><small>Fukuoka City, Japan</small></p></li><div class="mapCities" style="display: none;">Fukuoka City</div><li><p><a href="/find-a-school/genki-japanese-and-culture-school-kyoto/">Genki Japanese and Culture School Kyoto</a><small>Kyoto, Japan</small></p></li><div class="mapCities" style="display: none;">Kyoto</div><li><p><a href="/find-a-school/genki-japanese-and-culture-school-nagoya/">Genki Japanese and Culture School Nagoya</a><small>Nagoya, Japan</small></p></li><div class="mapCities" style="display: none;">Nagoya</div><li><p><a href="/find-a-school/genki-japanese-and-culture-school-tokyo/">Genki Japanese and Culture School Tokyo</a><small>Tokyo, Japan</small></p></li><div class="mapCities" style="display: none;">Tokyo</div><li><p><a href="/find-a-school/kai-japanese-language-school/">KAI Japanese Language School</a><small>Tokyo, Japan</small></p></li><div class="mapCities" style="display: none;">Tokyo</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Portuguese in Brazil</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/caminhos-language-centre/">Caminhos Language Centre</a><small>Rio de Janeiro, Brazil</small></p></li><div class="mapCities" style="display: none;">Rio de Janeiro</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Portuguese in Portugal</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/cial-centro-de-linguas-faro/">CIAL Centro de Linguas Faro</a><small>Faro, Portugal</small></p></li><div class="mapCities" style="display: none;">Faro</div><li><p><a href="/find-a-school/cial-centro-de-linguas-lisbon/">CIAL Centro de Linguas Lisbon</a><small>Lisbon, Portugal</small></p></li><div class="mapCities" style="display: none;">Lisbon</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Russian in Latvia</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/liden-denz-riga/">Liden & Denz Riga</a><small>Riga, Latvia</small></p></li><div class="mapCities" style="display: none;">Riga</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Russian in Russia</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/liden-denz-irkutsk/">Liden & Denz Irkutsk</a><small>Irkutsk, Russia</small></p></li><div class="mapCities" style="display: none;">Irkutsk</div><li><p><a href="/find-a-school/liden-denz-moscow/">Liden & Denz Moscow</a><small>Moscow, Russia</small></p></li><div class="mapCities" style="display: none;">Moscow</div><li><p><a href="/find-a-school/liden-denz-st-petersburg/">Liden & Denz St Petersburg</a><small>St Petersburg, Russia</small></p></li><div class="mapCities" style="display: none;">St Petersburg</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Spanish in Argentina</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/expanish-buenos-aires/">Expanish Buenos Aires</a><small>Buenos Aires, Argentina</small></p></li><div class="mapCities" style="display: none;">Buenos Aires</div></ul></div></div></div></div></div><div class="block"><div class="wrapper"><div class="title"><h4>Spanish in Spain</h4></div><div class="content"><div class="tx-llcatalog-pi"><div class="schools list simple"><ul><li><p><a href="/find-a-school/clic-cadiz/">CLIC Cadiz</a><small>Cadiz, Spain</small></p></li><div class="mapCities" style="display: none;">Cadiz</div><li><p><a href="/find-a-school/clic-malaga/">CLIC Malaga</a><small>Malaga, Spain</small></p></li><div class="mapCities" style="display: none;">Malaga</div><li><p><a href="/find-a-school/clic-seville/">CLIC Seville</a><small>Seville, Spain</small></p></li><div class="mapCities" style="display: none;">Seville</div><li><p><a href="/find-a-school/escuela-de-idiomas-nerja/">Escuela de Idiomas Nerja</a><small>Nerja, Spain</small></p></li><div class="mapCities" style="display: none;">Nerja</div><li><p><a href="/find-a-school/espanole/">Españolé</a><small>Valencia, Spain</small></p></li><div class="mapCities" style="display: none;">Valencia</div><li><p><a href="/find-a-school/expanish-barcelona/">Expanish Barcelona</a><small>Barcelona, Spain</small></p></li><div class="mapCities" style="display: none;">Barcelona</div><li><p><a href="/find-a-school/expanish-madrid/">Expanish Madrid</a><small>Madrid, Spain</small></p></li><div class="mapCities" style="display: none;">Madrid</div><li><p><a href="/find-a-school/expanish-malaga/">Expanish Málaga</a><small>Malaga, Spain</small></p></li><div class="mapCities" style="display: none;">Malaga</div><li><p><a href="/find-a-school/expanish-malaga-juniors-seasonal-july/">Expanish Malaga - Juniors / Seasonal (July)</a><small>Malaga, Spain</small></p></li><div class="mapCities" style="display: none;">Malaga</div><li><p><a href="/find-a-school/lacunza/">Lacunza</a><small>San Sebastian, Spain</small></p></li><div class="mapCities" style="display: none;">San Sebastian</div><li><p><a href="/find-a-school/malaca-instituto-club-hispanico-s-l-u/">Malaca Instituto-Club Hispanico, S.L.U.</a><small>Malaga, Spain</small></p></li><div class="mapCities" style="display: none;">Malaga</div><li><p><a href="/find-a-school/taronja-school/">Taronja School</a><small>Valencia, Spain</small></p></li><div class="mapCities" style="display: none;">Valencia</div></ul></div></div></div></div></div></div></div></div><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_footer' => array('vDEF' => '<div class="clear"></div>'), 'field_header' => array('vDEF' => '<header><div class="headWrapper container"><div id="logo"><div class="wrapper"><a href="https://www.ialc.org/" 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="/favourites/" title="Favourites"><span>Favourites</span></a></li><li class=""><a href="/resources/" title="Resources"><span>Resources</span></a></li><li class="hasChildren hasDropdown"><a href="/about-us/" title="About us"><span>About us</span></a><ul class="subNav"><li class=""><a href="/about-us/history/" title="History"><span>History</span></a></li><li class=""><a href="/about-us/team/" title="Team"><span>Team</span></a></li><li class="hasChildren "><a href="/about-us/ialc-quality-standards/" title="IALC Quality Standards"><span>IALC Quality Standards</span></a><ul class="subNav"><li class=""><a href="/about-us/ialc-quality-standards/ialc-code-of-ethics/" title="IALC Code of Ethics"><span>IALC Code of Ethics</span></a></li><li class=""><a href="/about-us/ialc-quality-standards/code-of-ethics-korean/" title="윤리강령"><span>윤리강령</span></a></li><li class=""><a href="/about-us/ialc-quality-standards/code-of-ethics-arabic/" title="مدونة الأخلاقيات"><span>مدونة الأخلاقيات</span></a></li><li class=""><a href="/about-us/ialc-quality-standards/code-of-ethics-turkish/" title="Etik Kurallar"><span>Etik Kurallar</span></a></li><li class=""><a href="/about-us/ialc-quality-standards/ialc-accommodation-standards/" title="IALC Accommodation Standards"><span>IALC Accommodation Standards</span></a></li></ul></li><li class=""><a href="/about-us/our-partners/" title="Our Partners"><span>Our Partners</span></a></li><li class=""><a href="/about-us/purpose-and-aims/" title="Purpose and Aims"><span>Purpose and Aims</span></a></li><li class=""><a href="/about-us/testimonials/" title="Testimonials"><span>Testimonials</span></a></li></ul></li><li class="hasChildren hasDropdown"><a href="/contact-us/" title="Contact us" accesskey="c"><span>Contact us</span></a><ul class="subNav"><li class=""><a href="/contact-us/advertise-with-ialc/" title="Advertise with IALC"><span>Advertise with IALC</span></a></li><li class="hasChildren "><a href="/contact-us/become-a-member/" title="Become a member"><span>Become a member</span></a><ul class="subNav"><li class=""><a href="/contact-us/become-a-member/ialc-membership-enquiries/" title="IALC Membership enquiries"><span>IALC Membership enquiries</span></a></li></ul></li><li class=""><a href="/contact-us/complaints/" title="Complaints"><span>Complaints</span></a></li></ul></li><li class=""><a href="/events/" title="Events"><span>Events</span></a></li><li class="hasChildren homepage agentsPage"><a href="/for-agents/" title="For Agents"><span>For Agents</span></a><ul class="subNav"><li class="hasChildren "><a href="/for-agents/our-ialc-agencies/" title="Our IALC Agencies"><span>Our IALC Agencies</span></a><ul class="subNav"><li class=""><a href="/for-agents/our-ialc-agencies/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="/for-agents/ialc-agency-area/" title="IALC Agency Area"><span>IALC Agency Area</span></a></li></ul></li><li class="hasChildren hasDropdown hasDropDownLogIn"><a href="/members/" title="Members"><span>Members</span></a></li></ul><div class="clear"></div></nav><!--INT_SCRIPT.a0b8fd2d26567d171c3355e4e15b8fa1--><!--INT_SCRIPT.9244435454b3b67e7bea073f9c0bf181--></div><nav class="primaryNavigation"><div class="wrapper"><ul class="navigation horizontal" role="list"><li class="homepage"><a href="/" title="Home" accesskey="h"><span>Home</span></a></li><li class="findschoolfilters"><a href="/find-a-school/" title="Find a School"><span>Find a School</span></a></li><li class="page-ourschools"><a href="/seasonal-centres/" title="Seasonal Centres"><span>Seasonal Centres</span></a></li><li class="hasChildren "><a href="/our-courses/" title="Our Courses"><span>Our Courses</span></a><ul class="subNav"><li class="findschoolfilters"><a href="/our-courses/experiences/" title="Experiences"><span>Experiences</span></a></li><li class=""><a href="/our-courses/ialc-online/" title="IALC Online"><span>IALC Online</span></a></li><li class=""><a href="/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="Summer Centres" rel="noopener"><span>Summer Centres</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/" title="Destinations"><span>Destinations</span></a><ul class="subNav"><li class="hasChildren "><a href="/destinations/argentina/" title="Argentina"><span>Argentina</span></a><ul class="subNav"><li class=""><a href="/destinations/argentina/buenos-aires/" title="Buenos Aires"><span>Buenos Aires</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/australia/" title="Australia"><span>Australia</span></a><ul class="subNav"><li class=""><a href="/destinations/australia/adelaide/" title="Adelaide"><span>Adelaide</span></a></li><li class=""><a href="/destinations/australia/brisbane/" title="Brisbane"><span>Brisbane</span></a></li><li class=""><a href="/destinations/australia/cairns/" title="Cairns"><span>Cairns</span></a></li><li class=""><a href="/destinations/australia/gold-coast/" title="Gold Coast"><span>Gold Coast</span></a></li><li class=""><a href="/destinations/australia/melbourne/" title="Melbourne"><span>Melbourne</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/austria/" title="Austria"><span>Austria</span></a><ul class="subNav"><li class=""><a href="/destinations/austria/vienna/" title="Vienna"><span>Vienna</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/brazil/" title="Brazil"><span>Brazil</span></a><ul class="subNav"><li class=""><a href="/destinations/brazil/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/canada/" title="Canada"><span>Canada</span></a><ul class="subNav"><li class=""><a href="/destinations/canada/winnipeg/" title="Winnipeg"><span>Winnipeg</span></a></li><li class=""><a href="/destinations/canada/calgary/" title="Calgary"><span>Calgary</span></a></li><li class=""><a href="/destinations/canada/mississauga/" title="Mississauga"><span>Mississauga</span></a></li><li class=""><a href="/destinations/canada/kelowna/" title="Kelowna"><span>Kelowna</span></a></li><li class=""><a href="/destinations/canada/toronto/" title="Toronto"><span>Toronto</span></a></li><li class=""><a href="/destinations/canada/quebec-city/" title="Québec City"><span>Québec City</span></a></li><li class=""><a href="/destinations/canada/vancouver/" title="Vancouver"><span>Vancouver</span></a></li><li class=""><a href="/destinations/canada/victoria/" title="Victoria"><span>Victoria</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/china/" title="China"><span>China</span></a><ul class="subNav"><li class=""><a href="/destinations/china/beijing/" title="Beijing"><span>Beijing</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/france/" title="France"><span>France</span></a><ul class="subNav"><li class=""><a href="/destinations/france/aix-en-provence/" title="Aix-en-Provence"><span>Aix-en-Provence</span></a></li><li class=""><a href="/destinations/france/biarritz/" title="Biarritz"><span>Biarritz</span></a></li><li class=""><a href="/destinations/france/bordeaux/" title="Bordeaux"><span>Bordeaux</span></a></li><li class=""><a href="/destinations/france/lyon/" title="Lyon"><span>Lyon</span></a></li><li class=""><a href="/destinations/france/montpellier/" title="Montpellier"><span>Montpellier</span></a></li><li class=""><a href="/destinations/france/nice/" title="Nice"><span>Nice</span></a></li><li class=""><a href="/destinations/france/paris/" title="Paris"><span>Paris</span></a></li><li class=""><a href="/destinations/france/rouen/" title="Rouen"><span>Rouen</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/germany/" title="Germany"><span>Germany</span></a><ul class="subNav"><li class=""><a href="/destinations/germany/berlin/" title="Berlin"><span>Berlin</span></a></li><li class=""><a href="/destinations/germany/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li class=""><a href="/destinations/germany/cologne/" title="Cologne"><span>Cologne</span></a></li><li class=""><a href="/destinations/germany/duesseldorf/" title="Düsseldorf"><span>Düsseldorf</span></a></li><li class=""><a href="/destinations/germany/hamburg/" title="Hamburg"><span>Hamburg</span></a></li><li class=""><a href="/destinations/germany/lindau/" title="Lindau"><span>Lindau</span></a></li><li class=""><a href="/destinations/germany/munich/" title="Munich"><span>Munich</span></a></li><li class=""><a href="/destinations/germany/muenster/" title="Münster"><span>Münster</span></a></li><li class=""><a href="/destinations/germany/regensburg/" title="Regensburg"><span>Regensburg</span></a></li><li class=""><a href="/destinations/germany/stuttgart/" title="Stuttgart"><span>Stuttgart</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/ireland/" title="Ireland"><span>Ireland</span></a><ul class="subNav"><li class=""><a href="/destinations/ireland/limerick/" title="Limerick"><span>Limerick</span></a></li><li class=""><a href="/destinations/ireland/bray/" title="Bray"><span>Bray</span></a></li><li class=""><a href="/destinations/ireland/cork/" title="Cork"><span>Cork</span></a></li><li class=""><a href="/destinations/ireland/dublin/" title="Dublin"><span>Dublin</span></a></li><li class=""><a href="/destinations/ireland/galway/" title="Galway"><span>Galway</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/italy/" title="Italy"><span>Italy</span></a><ul class="subNav"><li class=""><a href="/destinations/italy/bologna/" title="Bologna"><span>Bologna</span></a></li><li class=""><a href="/destinations/italy/florence/" title="Florence"><span>Florence</span></a></li><li class=""><a href="/destinations/italy/lignano/" title="Lignano"><span>Lignano</span></a></li><li class=""><a href="/destinations/italy/milan/" title="Milan"><span>Milan</span></a></li><li class=""><a href="/destinations/italy/rome/" title="Rome"><span>Rome</span></a></li><li class=""><a href="/destinations/italy/naples/" title="Naples"><span>Naples</span></a></li><li class=""><a href="/destinations/italy/salerno/" title="Salerno"><span>Salerno</span></a></li><li class=""><a href="/destinations/italy/siena/" title="Siena"><span>Siena</span></a></li><li class=""><a href="/destinations/italy/taormina/" title="Taormina"><span>Taormina</span></a></li><li class=""><a href="/destinations/italy/trieste/" title="Trieste"><span>Trieste</span></a></li><li class=""><a href="/destinations/italy/tropea/" title="Tropea"><span>Tropea</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/japan/" title="Japan"><span>Japan</span></a><ul class="subNav"><li class=""><a href="/destinations/japan/nagoya/" title="Nagoya"><span>Nagoya</span></a></li><li class=""><a href="/destinations/japan/tokyo/" title="Tokyo"><span>Tokyo</span></a></li><li class=""><a href="/destinations/japan/fukuoka-city/" title="Fukuoka City"><span>Fukuoka City</span></a></li><li class=""><a href="/destinations/japan/kyoto/" title="Kyoto"><span>Kyoto</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/jordan/" title="Jordan"><span>Jordan</span></a><ul class="subNav"><li class=""><a href="/destinations/jordan/amman/" title="Amman"><span>Amman</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/latvia/" title="Latvia"><span>Latvia</span></a><ul class="subNav"><li class=""><a href="/destinations/latvia/riga/" title="Riga"><span>Riga</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/malta/" title="Malta"><span>Malta</span></a><ul class="subNav"><li class=""><a href="/destinations/malta/gozo/" title="Gozo"><span>Gozo</span></a></li><li class=""><a href="/destinations/malta/st-julians/" title="St Julians"><span>St Julians</span></a></li><li class=""><a href="/destinations/malta/st-pauls-bay/" title="St Pauls Bay"><span>St Pauls Bay</span></a></li><li class=""><a href="/destinations/malta/valletta/" title="Valletta"><span>Valletta</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/new-zealand/" title="New Zealand"><span>New Zealand</span></a><ul class="subNav"><li class=""><a href="/destinations/new-zealand/auckland/" title="Auckland"><span>Auckland</span></a></li><li class=""><a href="/destinations/new-zealand/nelson/" title="Nelson"><span>Nelson</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/portugal/" title="Portugal"><span>Portugal</span></a><ul class="subNav"><li class=""><a href="/destinations/portugal/faro/" title="Faro"><span>Faro</span></a></li><li class=""><a href="/destinations/portugal/lisbon/" title="Lisbon"><span>Lisbon</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/russia/" title="Russia"><span>Russia</span></a><ul class="subNav"><li class=""><a href="/destinations/russia/irkutsk/" title="Irkutsk"><span>Irkutsk</span></a></li><li class=""><a href="/destinations/russia/moscow/" title="Moscow"><span>Moscow</span></a></li><li class=""><a href="/destinations/russia/st-petersburg/" title="St Petersburg"><span>St Petersburg</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/south-africa/" title="South Africa"><span>South Africa</span></a><ul class="subNav"><li class=""><a href="/destinations/south-africa/cape-town/" title="Cape Town"><span>Cape Town</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/spain/" title="Spain"><span>Spain</span></a><ul class="subNav"><li class=""><a href="/destinations/spain/barcelona/" title="Barcelona"><span>Barcelona</span></a></li><li class=""><a href="/destinations/spain/cadiz/" title="Cadiz"><span>Cadiz</span></a></li><li class=""><a href="/destinations/spain/madrid/" title="Madrid"><span>Madrid</span></a></li><li class=""><a href="/destinations/spain/malaga/" title="Malaga"><span>Malaga</span></a></li><li class=""><a href="/destinations/spain/nerja/" title="Nerja"><span>Nerja</span></a></li><li class=""><a href="/destinations/spain/san-sebastian/" title="San Sebastian"><span>San Sebastian</span></a></li><li class=""><a href="/destinations/spain/seville/" title="Seville"><span>Seville</span></a></li><li class=""><a href="/destinations/spain/valencia/" title="Valencia"><span>Valencia</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/united-kingdom/" title="United Kingdom"><span>United Kingdom</span></a><ul class="subNav"><li class=""><a href="/destinations/united-kingdom/ascot/" title="Ascot"><span>Ascot</span></a></li><li class=""><a href="/destinations/united-kingdom/belfast/" title="Belfast"><span>Belfast</span></a></li><li class=""><a href="/destinations/united-kingdom/bournemouth/" title="Bournemouth"><span>Bournemouth</span></a></li><li class=""><a href="/destinations/united-kingdom/brighton/" title="Brighton"><span>Brighton</span></a></li><li class=""><a href="/destinations/united-kingdom/bristol/" title="Bristol"><span>Bristol</span></a></li><li class=""><a href="/destinations/united-kingdom/broadstairs/" title="Broadstairs"><span>Broadstairs</span></a></li><li class=""><a href="/destinations/united-kingdom/cambridge/" title="Cambridge"><span>Cambridge</span></a></li><li class=""><a href="/destinations/united-kingdom/cardiff/" title="Cardiff"><span>Cardiff</span></a></li><li class=""><a href="/destinations/united-kingdom/chester/" title="Chester"><span>Chester</span></a></li><li class=""><a href="/destinations/united-kingdom/durham/" title="Durham"><span>Durham</span></a></li><li class=""><a href="/destinations/united-kingdom/eastbourne/" title="Eastbourne"><span>Eastbourne</span></a></li><li class=""><a href="/destinations/united-kingdom/edinburgh/" title="Edinburgh"><span>Edinburgh</span></a></li><li class=""><a href="/destinations/united-kingdom/kent/" title="Kent"><span>Kent</span></a></li><li class=""><a href="/destinations/united-kingdom/leeds/" title="Leeds"><span>Leeds</span></a></li><li class=""><a href="/destinations/united-kingdom/london/" title="London"><span>London</span></a></li><li class=""><a href="/destinations/united-kingdom/newcastle-upon-tyne/" title="Newcastle upon Tyne"><span>Newcastle upon Tyne</span></a></li><li class=""><a href="/destinations/united-kingdom/oxford/" title="Oxford"><span>Oxford</span></a></li><li class=""><a href="/destinations/united-kingdom/portsmouth/" title="Portsmouth"><span>Portsmouth</span></a></li><li class=""><a href="/destinations/united-kingdom/torquay/" title="Torquay"><span>Torquay</span></a></li><li class=""><a href="/destinations/united-kingdom/totnes/" title="Totnes"><span>Totnes</span></a></li><li class=""><a href="/destinations/united-kingdom/worthing/" title="Worthing"><span>Worthing</span></a></li><li class=""><a href="/destinations/united-kingdom/york/" title="York"><span>York</span></a></li></ul></li><li class="hasChildren "><a href="/destinations/usa/" title="USA"><span>USA</span></a><ul class="subNav"><li class=""><a href="/destinations/usa/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li class=""><a href="/destinations/usa/fort-lauderdale/" title="Fort Lauderdale"><span>Fort Lauderdale</span></a></li><li class=""><a href="/destinations/usa/honolulu/" title="Honolulu"><span>Honolulu</span></a></li><li class=""><a href="/destinations/usa/los-angeles/" title="Los Angeles"><span>Los Angeles</span></a></li><li class=""><a href="/destinations/usa/malibu/" title="Malibu"><span>Malibu</span></a></li><li class=""><a href="/destinations/usa/miami/" title="Miami"><span>Miami</span></a></li><li class=""><a href="/destinations/usa/new-york/" title="New York"><span>New York</span></a></li><li class=""><a href="/destinations/usa/northampton/" title="Northampton"><span>Northampton</span></a></li><li class=""><a href="/destinations/usa/santa-barbara/" title="Santa Barbara"><span>Santa Barbara</span></a></li><li class=""><a href="/destinations/usa/san-diego/" title="San Diego"><span>San Diego</span></a></li><li class=""><a href="/destinations/usa/washington/" title="Washington"><span>Washington</span></a></li></ul></li></ul></li><li class=""><a href="/our-schools/" title="Our Schools"><span>Our Schools</span></a></li><li class=""><a href="/news/" title="News"><span>News</span></a></li></ul><div class="clear"></div></div></nav></div></div><div class="hero"><!--INT_SCRIPT.70325fa9a603ce94338d2a607543289b--></div></header>')), array('field_header' => array('tx_templavoilaplus' => array('title' => 'Header', 'eType' => 'TypoScriptObject', 'TypoScriptObjPath' => 'lib.header')), 'field_column_header' => array('tx_templavoilaplus' => array('title' => 'Content - Header', 'eType' => 'ce', 'TypoScript' => ' 10 = COA 10 { 10 =< lib.site.breadcrumb 20 =< lib.site.title } 20 = RECORDS 20 { 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 = RECORDS 10 { source.current = 1 tables = tt_content stdWrap { outerWrap < lib.site.container.wrap innerWrap = <!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end--> } } 30 < lib.content ', '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_footer' => array('tx_templavoilaplus' => array('title' => 'Content - Footer', 'eType' => 'ce', 'TypoScript' => ' 10 = RECORDS 10 { source { postUserFunc = Jpmschuler\\TvplusContentslide\\SlideController->main postUserFunc.field = field_column_footer } 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' => 1081, 'pid' => 25, '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' => 1707759508, 'sorting' => 14, 'deleted' => 0, 'perms_userid' => 38, 'perms_groupid' => 4, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1512129459, 'cruser_id' => 38, 'title' => 'Our schools', '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' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1707759508, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 1, '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' => 0, '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' => 'page-ourschools', 'tx_llsitemap_priority' => 0.0, 'tx_llsitemap_changefreq' => 'Inherit', 'cache_tags' => '', 'tx_ll_canonical' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_templavoilaplus_ds' => '15', 'tx_templavoilaplus_to' => 17, 'tx_templavoilaplus_next_ds' => '', 'tx_templavoilaplus_next_to' => 0, 'tx_templavoilaplus_flex' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_column_header"> <value index="vDEF">5449</value> </field> <field index="field_column_primary"> <value index="vDEF">5450</value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_lloffice_country_override' => '', 'tx_ll_hidenavigationsecondary' => 0, 'tx_llpagebanner_hide' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:53:{s:7:"doktype";N;s:5:"title";N;s:15:"tx_ll_pagetitle";N;s:8:"abstract";N;s:4:"slug";N;s:5:"media";N;s:22:"tx_llpagebanner_banner";N;s:11:"storage_pid";N;s:8:"nav_hide";N;s:15:"tx_ll_hidetitle";N;s:20:"tx_ll_hidebreadcrumb";N;s:29:"tx_ll_hidenavigationsecondary";N;s:18:"tx_ll_hidecomments";N;s:20:"tx_llpagebanner_hide";N;s:18:"tx_ll_browsertitle";N;s:24:"tx_ll_browsertitleformat";N;s:15:"tx_ll_canonical";N;s:11:"description";N;s:8:"keywords";N;s:5:"alias";N;s:9:"nav_title";N;s:21:"tx_llsitemap_priority";N;s:23:"tx_llsitemap_changefreq";N;s:14:"tx_ll_og_title";N;s:20:"tx_ll_og_description";N;s:19:"tx_ll_og_image_size";N;s:14:"tx_ll_og_image";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:16:"extendToSubpages";N;s:13:"fe_login_mode";N;s:21:"tx_templavoilaplus_to";N;s:26:"tx_templavoilaplus_next_to";N;s:9:"no_search";N;s:6:"target";N;s:10:"cache_tags";N;s:13:"cache_timeout";N;s:11:"is_siteroot";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:16:"content_from_pid";N;s:15:"tx_ll_accesskey";N;s:12:"tx_ll_bodyid";N;s:15:"tx_ll_bodyclass";N;s:24:"tx_lltaxonomy_categories";N;s:25:"tx_lltaxonomy_is_category";N;s:16:"tx_kesearch_tags";N;s:20:"tx_kesearch_abstract";N;s:23:"tx_kesearch_resultimage";N;s:21:"tx_templavoilaplus_ds";N;s:26:"tx_templavoilaplus_next_ds";N;}', 'slug' => '/our-schools', 'legacy_overlay_uid' => 0, 'tx_ll_og_title' => '', 'tx_ll_og_description' => null, 'tx_ll_og_image' => '0', 'tx_ll_og_image_size' => 0, 'l10n_parent' => 0, 'tx_kesearch_tags' => null, 'tx_kesearch_abstract' => null, 'tx_kesearch_resultimage' => 0), '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="|"|', 'if.' => array('isTrue.' => array('data' => 'page:tx_ll_bodyclass'))), 'TEXT', '30.' => array('value' => '0', '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();
});