Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

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

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

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

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

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

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

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

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

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

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

        return $processedFile;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                    // Various local quick-processing options:
at Ppi\TemplaVoilaPlus\Controller\FrontendController->processDataValues(array('field_column_primary' => array('vDEF' => '<!--TYPO3SEARCH_begin--><div class="divider"><hr class="ce-div" /></div><div class="box highlight" id="c7698" style=""> <div class="wrapper"> <div class="content"><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/c/csm_201510-global-village-hawaii-activities-diving_de0419f0f9.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Global Village Hawaii in the USA </h3><p>&quot;GVH is friendly and has a homey atmosphere. Every teacher has a passion for teaching English and it is easy to understand their classes. I made a lot of friends from many foreign cultures. If you come to GVH you can have an amazing experience.”</p><p>Kumiko, Japan</p><p><a href="https://www.ialc.org/find-a-school/global-village-hawaii/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/9/csm_Dilit_5_ca3585d8e3.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at DILIT in Rome, Italy </h3><p>&quot;One of the best choice that I made! If you would like to learn Italian by love, by living its culture, listening [to] its music and even using your hands like an Italian, you are in the right place.&quot;</p><p>Gunnur Ozcelik,&nbsp;Turkey</p><p><a href="https://www.ialc.org/find-a-school/dilit/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/6/csm_Malaca_Instituo_boat_trip_c5b06ac4d6.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Malaca Instituto-Club Hispanico, S.L.U. in Spain </h3><p>&quot;I came to Spain knowing a little Spanish, and left knowing a lot more. Malaca Instituto was a wonderful place to learn and practise Spanish.&quot;</p><p>Tony, UK</p><p><a href="https://www.ialc.org/find-a-school/malaca-instituto-club-hispanico-s-l-u/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/4/e/csm_Brisbane-Square-_-Casino_c78c73060a.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Langports English Language College Brisbane in Australia </h3><p>“I strongly recommend Langports Brisbane. You will not be disappointed!&quot;</p><p>Chibbi, New Caledonia</p><p><a href="https://www.ialc.org/find-a-school/langports-english-language-college-brisbane/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/3/csm_1-Global-Village-Calgary-Lifestyle-Stampede_c02c949b9f.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Global Village Calgary in Canada </h3><p>&quot;Global Village Calgary helped our family so much. My wife could learn English from the basic level to college.. I got prepared for IELTS where I got my score seven as intended. It was really worth it!”</p><p>Alex and Graciele Rispoli</p><p><a href="https://www.ialc.org/find-a-school/global-village-calgary/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/0/csm_1.e_01310863b5.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Linguadue in Milan, Italy </h3><p>&quot;At Linguadue, I found the perfect place to start my language journey.&quot;</p><p>Marcel,&nbsp;Sweden</p><p><a href="https://www.ialc.org/find-a-school/linguadue/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/d/9/csm_Inforum_1_bacfddaa62.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Inforum Education Australia in Gold Coast </h3><p>&quot;With the support of my teachers and the excellent material available, I have passed the test [Cambridge FCE] and received my certificate.&quot;</p><p>Jessica, Brazil</p><p><a href="https://www.ialc.org/find-a-school/inforum-education-australia/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/9/csm_2014-istituto-lorenzo-de-medici-students-in-classroom_353bd201e9.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Istituto Lorenzo de&#039; Medici (LdM) in Italy </h3><p>&quot;I am beyond thankful for LdM because they helped make my study abroad experience unforgettable!&quot;</p><p>Jacqueline</p><p><a href="https://www.ialc.org/find-a-school/istituto-lorenzo-de-medici-ldm/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/4/a/csm_courses_b5bf34b643.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at SACE Melbourne College of English in Australia </h3><p>&quot;My teachers are very professional and patient and they have a lot of methods of teaching. Also, my Homestay takes good care of me, just like my mom.&quot;</p><p>Wendy, China</p><p><a href="https://www.ialc.org/find-a-school/sace-melbourne-college-of-english/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/7/7/csm_EnglishinChester_localarea3_3a3ffb1eca.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at English in Chester in the UK </h3><p>&quot;The English in Chester team is excellent. Our teachers are very professional and encouraging. I definitely made the best choice! Chester is a really beautiful city and worth seeing!&quot;</p><p>Arne,&nbsp;Switzerland</p><p><a href="https://www.ialc.org/find-a-school/english-in-chester/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/c/b/csm_CIALFaro-Students_CMYK_0a8131a300.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CIAL Centro de Linguas Faro </h3><p>&quot;I was very pleasantly surprised. Great teaching method. I was happy that the teacher spoke only Portuguese with the class.&quot;</p><p>Simon, Switzerland</p><p><a href="https://www.ialc.org/find-a-school/cial-centro-de-linguas-faro/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/6/csm_2016directory-elc-boston3_050603a922.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at English Language Center - ELC Boston in the USA </h3><p>&quot;ELC is the best experience I have ever known in my life. The staff is fantastic and devoted to each student ... It`s like a second family.&quot;</p><p>Philip, France</p><p><a href="https://www.ialc.org/find-a-school/english-language-center-elc-boston/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/7/8/csm_2015directory-francesking-dublin-students_17ac1d652a.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Frances King School of English Dublin in Ireland </h3><p>&quot;When I arrived in Dublin I spoke very little English but, with the help of my teachers, I learnt a lot. The school really cares about each student.&quot;</p><p>Byeongpil Son</p><p><a href="https://www.ialc.org/find-a-school/frances-king-school-of-english-dublin/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/b/0/csm_SEA_Cultural_2_bfc96fd908.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Sydney English Academy SEA in Australia </h3><p>&quot;Everybody is happy and friendly at SEA. My teachers motivated me to improve my English outside of school as well. I’m really happy that I decided to come here—I can recommend it!&quot;</p><p>Loris, Switzerland</p><p><a href="https://www.ialc.org/find-a-school/sydney-english-academy-sea/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/c/1/csm_GVV_sup_eab4b462b7.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Global Village Victoria in Canada </h3><p>&quot;All the staff are so nice and helpful. My teachers were very experienced, supportive, and thoughtful and I enjoyed every second of their classes.&quot;</p><p>Kimi,&nbsp;Iran</p><p><a href="https://www.ialc.org/find-a-school/global-village-victoria/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/1/e/csm_2012-french-in-normandy-students-in-classroom3_0395279bf3.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at French in Normandy in France </h3><p>&quot;I really could not find anything in this experience that I wanted to change.&quot;</p><p>Christina</p><p><a href="https://www.ialc.org/find-a-school/french-in-normandy/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/d/b/csm_2015directory-excel-english-students_0a7309a92a.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Excel English in London, UK </h3><p>&quot;I have never spent such enjoyable and fruitful time before! Thank you very much. :)&quot;</p><p>Shota,&nbsp;Japan</p><p><a href="https://www.ialc.org/find-a-school/excel-english/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/9/d/csm_Cardiff_City_Hall_1_Small_620x388_fc48c2b11a.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Celtic English Academy in Wales, UK </h3><p>&quot;My experience in Cardiff and Celtic was a great experience that enriched me in all the aspects of my life. Learning English was the reason to go, but I received much more than that.&quot;</p><p>Laura,&nbsp;Colombia</p><p><a href="https://www.ialc.org/find-a-school/celtic-english-academy/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/7/b/csm_2015directory-lidendenz-moscow_ad3fa97a16.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Liden &amp; Denz Moscow in Russia </h3><p>&quot;I strongly recommend Liden &amp; Denz Moscow for its efficiency, its friendly atmosphere and the professionalism of its teachers.&quot;</p><p>Lucia Moro, Italy</p><p><a href="https://www.ialc.org/find-a-school/liden-denz-moscow/" target="_blank" rel="noopener">Find out more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/9/1/csm_Lifestyle_ae7c73c482.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Genki Japanese and Culture School Kyoto </h3><p>&quot;The atmosphere was always warm and welcoming. I learned a lot during my time there and was able to understand and speak simple Japanese very quickly.&quot;</p><p>Dragana Petrovic, Switzerland</p><p><a href="https://www.ialc.org/find-a-school/genki-japanese-and-culture-school-kyoto/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/5/csm_2014directory_wimbledon3_afd4090c30.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at WSE Wimbledon School of English in London, UK </h3><p>&quot;My English improved and the lessons were amazing with the best teachers I have ever met, with amazing qualifications and we had a wonderful relationship with them.&quot;</p><p>Sophie, Italy</p><p><a href="https://www.ialc.org/find-a-school/wse-wimbledon-school-of-english/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/d/csm_img9711e_crop3sub1_002f0fc902.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CLIC Malaga in Spain </h3><p>&quot;I went to CLIC in Málaga for three weeks and it was the best experience I have ever had! I have done languages courses before in Spain, but I liked Málaga the most!&quot;</p><p>Bonnie</p><p><a href="https://www.ialc.org/find-a-school/clic-malaga/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/7/csm_CES_Harrogate_-_OT_2_cfe74231dd.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CES Harrogate in the UK </h3><p>&quot;My teachers in CES are excellent. My weaknesses are speaking and writing and they focus on both for me.&quot;</p><p>Hyeongil Choi,&nbsp;South Korea</p><p><a href="https://www.ialc.org/find-a-school/ces-harrogate/" target="_blank" rel="noopener">Lean more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/3/7/csm_2016-bels-gozo-1_e44e8645f8.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h2 class="csc-firstHeader"> Student at BELS Gozo in Malta </h2><p>&quot;The quality of teaching is fantastic. The teachers are the best that you will find in any place!&quot;</p><p>Elena</p><p><a href="https://www.ialc.org/find-a-school/bels-gozo/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-center csc-textpic-above csc-textpic-above-center"></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/9/csm_ILI-Students-in-the-park-2_432f027436.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at International Language Institute of Massachusetts in the USA </h3><p>&nbsp;&quot;ILI is a nice and cozy place where English will stick with you. Both the staff and the professors are very friendly and patient. I definitely recommend ILI and Northampton to anyone who is thinking of an English course!&quot;</p><p>Francesco Tumbiolo,&nbsp;Italy&nbsp;</p><p><a href="https://www.ialc.org/find-a-school/international-language-institute-of-massachusetts/" target="_blank" rel="noopener">Learn more here</a>&nbsp;</p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/8/2/csm_2016directory-elc-santabarbara3_2bce22ca12.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at English Language Center - ELC Santa Barbara in the USA </h3><p>&quot;My experience at ELC has been even more interesting than I could have even imagined!&quot;</p><p>Marianna, Italy</p><p><a href="https://www.ialc.org/find-a-school/english-language-center-elc-santa-barbara/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/1/csm_acet-students3_a67077e5c1.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at ACET Active Centre of English Training in Cork, Ireland </h3><p>&quot;This is a exceptional English school the workers are very friendly and very helpful. I would like to repeat this fantastic experience. I LOVE ACET!!&quot;</p><p>Souad BK</p><p><a href="https://www.ialc.org/find-a-school/acet-active-centre-of-english-training/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/4/c/csm_Local_Area_4_555350ec55.png" width="300" height="199" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at The New England School of English NESE in the USA </h3><p>&quot;At NESE I made friends not only among the students, but also among the amazing staff. These amazing people made me feel welcome, and made me happy every day!&quot;</p><p>Gulnara Ilyassova, Kazakhstan</p><p><a href="https://www.ialc.org/find-a-school/the-new-england-school-of-english-nese/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/9/csm_2014-actilingua-reception_1d92f2e7fe.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at ActiLingua Academy in Vienna, Austria </h3><p>&quot;I really like the teachers, because they are so young and that\'s great. The lessons are brilliant.&quot;</p><p>Matja, Slovakia</p><p><a href="https://www.ialc.org/find-a-school/actilingua-academy/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/0/7/csm_2015-lacunza-spanish-school-san-sebastian-students_40193d2538.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Lacunza in Spain </h3><p>&quot;I love San Sebastian! I love its beaches, cafes and shops. The public transport was excellent as well as you can go anywhere by buses AND there are so many lovely places nearby.&quot;</p><p>Moira Dunworth, Ireland</p><p><a href="https://www.ialc.org/find-a-school/lacunza/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-center csc-textpic-above csc-textpic-above-center"></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/6/f/csm_stp_accommodation_4_4eb817fa68.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Liden &amp; Denz Irkutsk - Summer Centre in Russia </h3><p>&quot;Liden &amp; Denz have fantastic learning facilities, great teachers and the perfect atmosphere to learn Russian. Last year I stayed with them in Moscow and this year I studied in Irkutsk. Both experiences were amazing! I highly recommend them!&quot;</p><p>Peter Van de Groep, The Netherlands</p><p><a href="https://www.ialc.org/find-a-school/liden-denz-irkutsk-summer-centre/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/b/csm_2016directory-hilderstone-college-3_98caf3e563.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Hilderstone College in the UK </h3><p>&quot;I think Hilderstone College was one of the best choices of my life.&quot;</p><p>Gorkem</p><p><a href="https://www.ialc.org/find-a-school/hilderstone-college/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/5/csm_TN2_0065_df8f3704e8.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Glasgow School of English in Scotland </h3><p>&quot;Each hour in the classroom goes very quickly, and that is because the class is interesting and fun.&quot;</p><p>Julio Sanchez, Spain</p><p><a href="https://www.ialc.org/find-a-school/glasgow-school-of-english/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/c/6/csm_Galway-CI-Students-activities_9b106cdcab.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Galway Cultural Institute in Ireland </h3><p>&quot;Galway and studying English in GCI has been one of the most memorable times of my life. I was afraid that I would not like the city or the school, now I do not want the journey to end.&quot;</p><p>Sedef, Turkey</p><p><a href="https://www.ialc.org/find-a-school/galway-cultural-institute/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/4/csm_2014directory_cuenca1_1f79892391.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Estudio Sampere Cuenca in Ecuador </h3><p>&quot;The school offers a wide range of leisure activities .. and the attractions and bars are all within walking distance from the school. Cuenca is a green city with a beautiful old town.&quot;</p><p>Esther Schmid, Switzerland&nbsp;</p><p><a href="https://www.ialc.org/find-a-school/estudio-sampere-cuenca/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/3/c/csm_2015directory-londonschool-canterbury-2_58ff0e39bd.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at The London School of English Canterbury in the UK </h3><p>&quot;The quality of the courses was excellent, we were in small groups and so the personal conversation time was high. The school is in a charming elderly house in Canterbury.&quot;</p><p>Judith</p><p><a href="https://www.ialc.org/find-a-school/the-london-school-of-english-canterbury/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/d/9/csm_2016directory-alpha-b-nice-2_ac927f5f8c.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at alpha.b Institut Linguistique in Nice, France </h3><p>&quot;For me, Alpha-b was the perfect school.. The charming villa has a great location in the heart of the city with modern amenities and a lovely garden. Always friendly and flexible!&quot;</p><p>Corinne - Switzerland</p><p><a href="https://www.ialc.org/find-a-school/alpha-b-institut-linguistique/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/8/7/csm_Social_Programme_Royal_Pavilion_51a8f3dc7a.jpg" width="300" height="200" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at The English Language Centre Brighton in the UK </h3><p>&quot;Very useful for personal and professional development. Practical and fun!&quot;</p><p>Simona</p><p><a href="https://www.ialc.org/find-a-school/the-english-language-centre-brighton/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/8/a/csm__G__5987_3579f531f2.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CES Leeds in the UK </h3><p>&quot;I needed a high score in the IELTS Test and the great team of CES Leeds helped me to achieve my goals - I even got a higher mark than I needed!! Without a doubt, I recommend this wonderful school.&quot;</p><p>Lucia,&nbsp;Spain</p><p><a href="https://www.ialc.org/find-a-school/ces-leeds/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/8/f/csm_ES_Ali_L1_e2218c09fc.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Estudio Sampere Alicante in Spain </h3><p>&quot;When I arrived at Alicante for the first time, everything was beautiful. My home was close to the beach and the school. All students and teachers were just like family. I miss Alicante.&quot;</p><p>YoungJae, South Korea</p><p><a href="https://www.ialc.org/find-a-school/estudio-sampere-alicante/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/9/0/csm_dpp_LILA_081_ddbe3daee2.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at LILA* Liverpool in the UK </h3><p>&quot;Astrid and Benji .. were absolutely great teachers and I really appreciated the additional work they did because of me. .. a big THANK YOU! to all who helped me having a great time at LILA, in Liverpool and passing the CAE exam.&quot;</p><p>Markus</p><p><a href="https://www.ialc.org/find-a-school/lila-liverpool/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/d/csm_TIS-ACTIVITY-Torbay-5_ae72aa2dc3.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at TIS Torquay International School in the UK </h3><p>&quot;TIS was certainly the best choice for my English course - they gave me help and support and made my stay abroad the best possible!&quot;</p><p>Marcela, Brazil</p><p><a href="https://www.ialc.org/find-a-school/tis-torquay-international-school/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/d/e/csm_BELS-Students-in-classroom_240ed63eb6.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at BELS Malta </h3><p>“This is my fourth time learning English with BELS Juniors in Malta. Every year is different from the previous one as the school is always improving the overall experience and the leaders that work with BELS Juniors are great!”</p><p>Arkadi</p><p><a href="https://www.ialc.org/find-a-school/bels-malta/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/0/1/csm_2014directory-stclares-bardwellroad_c785e56dc2.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at St. Clare&#039;s, Oxford in the UK </h3><p>&quot;I have come to St. Clare’s five times in total. I feel really comfortable here, as the teachers are very attentive to us. I’ve really enjoyed every year I’ve been here.”</p><p>Lucia Rivero Sobreviela<br /><a href="https://www.ialc.org/find-a-school/st-clares-oxford/" target="_blank" rel="noopener">Learn more here&nbsp; </a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/4/e/csm_20151104-agent-famtrip-1_e1ea50c293.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Accademia Italiana in Salerno, Italy </h3><p>&quot;I spent 3 weeks in Salerno studying at Accademia Italiana. I chose this school because I love the Amalfi coast, and thought it would be a great base for spending time there. I was not disappointed!&quot;</p><p>Jolanta, Australia</p><p><a href="https://www.ialc.org/find-a-school/accademia-italiana/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/1/d/csm_Chill_Out_area_bacf8b2d19.jpeg" width="300" height="199" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at English in Totnes in the UK </h3><p>&quot;English in Totnes is a good and nice English school in the very centre of Totnes. I was very satisfied with my choice: they have friendly and well-prepared English teachers, they adapt the course according to your needs, they organize interesting practical extra-activities in the afternoon, very useful to learn a doing-things language and to socialize with other students and local people, and last but not least, you feel there like you are at home.&quot;</p><p>Fiorina Antonini</p><p><a href="https://www.ialc.org/find-a-school/english-in-totnes/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/0/csm_2015directory-cce-students_ebb970f56f.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Cairns College of English &amp; Business in Australia </h3><p>&quot;I’m really honored to say, Cairns College of English and Business made my dream come true!&quot;</p><p>Bella, Taiwan</p><p><a href="https://www.ialc.org/find-a-school/cairns-college-of-english-business/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/d/0/csm_hostfamily-lounge3_e28eee7421.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at BEET Language Centre in Bournemouth,UK </h3><p>“Wonderful School! A very nice place to study, engage in extra class activities and make friends all over the world!”</p><p>Paulo Sérgio Rocha,&nbsp;Brazil</p><p><a href="https://www.ialc.org/find-a-school/beet-language-centre/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/0/csm_2015directory-clic-sevilla-school_ec04e02d00.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CLIC Sevilla in Spain </h3><p>&quot;The classes have been amazing, as well as all the teachers! I would definitely recommend this school to everyone who is thinking about studying Spanish! CLIC, ¡Te echo de menos!&quot;</p><p>Jacqueline,&nbsp;The Netherlands</p><p><a href="https://www.ialc.org/find-a-school/clic-sevilla/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/b/csm_1_4d08735fdf.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at LTL Mandarin School in China </h3><p>&quot;There’s never a dull moment in China and I’ll be looking at coming back to LTL to try and achieve the HSK 6 in the future.&quot;&nbsp;</p><p>Jean Paul Lacombe</p><p><a href="https://www.ialc.org/find-a-school/ltl-mandarin-school/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/c/7/csm_2015directory-seasonal-studiocambridge-sirmichael_0e74cfec9d.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Studio Cambridge in the UK </h3><p>&quot;I recommend Studio Cambridge for all the students who would like to improve their English, meet new people all have a good time in Cambridge.&quot;</p><p>Julia</p><p><a href="https://www.ialc.org/find-a-school/studio-cambridge/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/d/csm_2015-centrofiorenza-student-activity_835906d2c9.jpg" width="300" height="188" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Centro Fiorenza in Italy </h3><p>&quot;The program is completely tailor-made to one’s individual needs and is hence very suitable even for business executives, not just for tourists. The city of Florence provides a fantastic back drop!”</p><p>Spike - The Netherlands</p><p><a href="https://www.ialc.org/find-a-school/centro-fiorenza/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/3/csm_greek-and-roman-theatre-of-taormina_cca188861b.jpg" width="300" height="158" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at BABILONIA in Taormina, Italy </h3><p>&quot;Love this school. I\'ve attended here two different summers and loved every minute.&quot;</p><p>Dorcas Herr</p><p><a href="https://www.ialc.org/find-a-school/babilonia-italian-language-school/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/6/e/csm_colon3_1c446f7ebe.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Colón Language Center in Germany </h3><p>&quot;I was very satisfied with my course as well my accommodation and I would recommend Colón Language School and Hamburg to anyone wanting to learn German.&quot;</p><p>Hiroshi, Japan</p><p><a href="https://www.ialc.org/find-a-school/colon-language-center/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/5/csm_2014directory_fl_Biarritz_school_66c5d7652d.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at France Langue Biarritz in France </h3><p>&quot;I was so happy with the school, the lovely room, the organisation, and I loved my teacher!&quot;</p><p>Kerri, Switzerland&nbsp;</p><p><a href="https://www.ialc.org/find-a-school/france-langue-biarritz/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/0/5/csm_2014news-volunteering-koala-care-centre_e73aa025ea.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Byron Bay English Language School in Australia </h3><p>&quot;I spent 10 weeks studying English in Byron Bay and it is truly paradise. The atmosphere, open friendly people and magnificent surfing beaches...a marvellous cocktail for a successful language holiday.&quot;</p><p>Remy Burri,&nbsp;Switzerland</p><p><a href="https://www.ialc.org/find-a-school/byron-bay-english-language-school/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/5/3/csm_5_2f7af138af.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Emerald Cultural Institute in Dublin, Ireland </h3><p>&quot;I’ve been developing new skills that will improve many aspects of my life. The materials will be useful in job interviews but I can see this also helping me with some challenges and adversities in my personal life. This is the characteristic that distinguishes Emerald from other schools.”&nbsp;</p><p>Dahlia,&nbsp;Brazil</p><p><a href="https://www.ialc.org/find-a-school/emerald-cultural-institute/" target="_blank" rel="noopener">Learn more here&nbsp; </a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/b/0/csm_T_LA_5_929618f7c1.png" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Taronja School in Valencia, Spain </h3><p>“Charming and welcoming – well organised and vivid at the same time. It was a great time and I would recommend it fully. I was a pure beginner and our teachers did a great job! They were attentive, creative and full of ideas to make you understand and learn Spanish :) Give it a try!&quot;</p><p>Kerstin</p><p><a href="https://www.ialc.org/find-a-school/taronja-school/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/4/5/csm_2014-piccola-universita-studenti-che-saltano-grande_eb071556ed.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Piccola Università Italiana in Italy </h3><p>&quot;I had a wonderful experience at Piccola Università Italiana in Trieste, a beautiful vibrant city. All the teachers and employees were tremendously helpful, welcoming, efficient and kind. The program was well organized, and our teachers were simply superb. It would be hard to imagine a better program, and while we were obliged to work hard, the classes were always a pleasure, and the excursions and extra curricular activities were enlightening and enjoyable. If you want to learn Italian from master teachers and have a good time doing it, you would do well to choose Piccola Università Italiana.&quot;</p><p>Kos Kostmayer, USA</p><p><a href="https://www.ialc.org/find-a-school/piccola-universita-italiana-trieste/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/5/7/csm_2014directory_englishinmargate2_261ec540b5.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at English in Margate in the UK </h3><p>&quot;I’m very happy in Margate and my host family are fantastic! The school, activities, my lessons, trips… All good.&quot;</p><p>Laura, Spain</p><p><a href="https://www.ialc.org/find-a-school/english-in-margate/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/b/a/csm_2015directory-kai-japanese-students_ca3c6d58b7.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at KAI Japanese Language School in Tokyo, Japan </h3><p>&quot;The excellent reputation of KAI’s teachers, home-made curriculum and holistic approach to language learning are what attracted me to KAI.&quot;</p><p>Alex,&nbsp;Switzerland</p><p><a href="https://www.ialc.org/find-a-school/kai-japanese-language-school/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/7/csm_2016directory-kingsway-english-centre-3_b293f9e293.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Kingsway English Centre in the UK </h3><p>&quot;The Kingsway team is fantastic, they are very attentive and treat you well from the first day. Without a doubt, I recommend it to any professional who wants to improve their English and have a great time.&quot;</p><p>MP - Spain</p><p><a href="https://www.ialc.org/find-a-school/kingsway-english-centre/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/0/9/csm_2016-eureka-spanish-madrid-students-4_906db95e21.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at EUREKA School of Spanish Language in Madrid, Spain </h3><p>&quot;I had the pleasure to study at Eureka. The school was excellent, the teachers very professional and I met a lot of nice people from all over the world. I was very happy and satisfied with all the staff and services and I can only recommend it. It was a wonderful and unique experience in a fabulous city.&quot;</p><p>Britta Elise Oberg</p><p><a href="https://www.ialc.org/find-a-school/eureka-school-of-spanish-language/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/0/5/csm_1.h_9fc0383f46.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Linguaviva in Florence, Italy </h3><p>&quot;The international environment at Linguaviva is very diverse and exciting. Everybody, from teachers and the staff to other students were very helpful and friendly. Living in Florence is a wonderful experience for those who love art, history, culture and great food!&quot;</p><p>Amanda,&nbsp;Mexico</p><p><a href="https://www.ialc.org/find-a-school/linguaviva/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/a/csm_2015directory-easyfrench-montpellier-france-students_060315d615.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at EasyFrench in Montpellier, France </h3><p>&quot;I was looking for a school with reasonable prices, small class sizes and excellent quality. EasyFrench offers all of this... and it is right in the city center of Montpellier.&quot;</p><p>Samanatha, USA</p><p><a href="https://www.ialc.org/find-a-school/easyfrench/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/3/2/csm_Bordeaux---Visit-of-the-city_a01b90fef1.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at France Langue Bordeaux in France </h3><p>&quot;I was very happy with everything. The teacher was excellent, the activities were varied, interesting and well prepared. Fantastic.&quot;</p><p>Diane, Australia</p><p><a href="https://www.ialc.org/find-a-school/france-langue-bordeaux/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/8/1/csm_2014directory_is_aix3_f96ffc3ec6.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at IS Aix-en-Provence in France </h3><p>&quot;This school offers a perfect balance between personal feeling and professional success, it’s a great place.&quot;</p><p>Roger, Germany.</p><p><a href="https://www.ialc.org/find-a-school/is-aix-en-provence/" target="_blank" rel="noopener">Learn more here.&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/6/f/csm_2014-clic-cadiz-activities_05117e15cd.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CLIC Cadiz in Spain </h3><p>&quot;Cádiz, one of the oldest cities in Western Europe and you feel from the first day at home. For me it is the ideal place to learn Spanish!&quot;</p><p>Joseph, Germany</p><p><a href="https://www.ialc.org/find-a-school/clic-cadiz/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/2/0/csm_langports-gold-coast-Image-2_80758adeac.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Langports English Language College Gold Coast in Australia </h3><p>&quot;Not only have the teachers and students become friends and family, but it was also extremely informative... The atmosphere was just unbeatable. No words.”</p><p>Chantal, Switzerland</p><p><a href="https://www.ialc.org/find-a-school/langports-english-language-college-gold-coast/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/3/2/csm_icls-the-international-center-of-language-studies_washington_d.c._1_620-388_8ae67f2e67.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at The International Centre for Language Studies (ICLS) in the US </h3><p>&quot;I came here speaking no English at all... Now I go to the University of the District of Columbia and am studying business management! I had classmates from direfent backgrounds, cultures, personalities. I felt love from the staff and the teachers, so I was excited to go to class everyday becasue I knew they were going to look after me.&quot;</p><p>Rakan, Turkey</p><p><a href="https://www.ialc.org/news/ialc-taiwan-and-japan-roadshows-successful-for-agencies-and-schools-10187/" target="_blank" rel="noopener">Learn&nbsp;more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/6/e/csm_ELC-Bristol-Students_2bd64b5677.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at The English Language Centre Bristol in the UK </h3><p>&quot;Our main teacher often gives us a 1:1 interview and gives us advice about how to improve our English. I have had a fantastic time at ELC Bristol and now I feel that I don’t want to leave here!&quot;</p><p>Hiromi, Japan</p><p><a href="https://www.ialc.org/find-a-school/the-english-language-centre-bristol/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/7/e/csm_ih-amman-ailbaba-7_d0220f22e7.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class=""> Student at Ali Baba International Center in Amman </h3><p>“To put this experience into one sentence would be to say that the month I spent in Amman was one of the best experiences of my life.”</p><p>Alvin, USA</p><p><a href="https://www.ialc.org/find-a-school/ali-baba-international-center/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/3/csm_impact_cd7d73d601.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Impact English College in Australia </h3><p>&quot;It doesn\'t matter if you know very little English or if you have an incredible proficiency, the level of professionalism, attention, respect, and the caring feeling everyone at Impact has for you, and also the many friends you are going to make here, will transform Impact into your Australian home.&quot;&nbsp;</p><p>Rafael - Brazil</p><p><a href="https://www.ialc.org/find-a-school/impact-english-college/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/6/8/csm_gls_-_berlin_-_lessons_2_resized_1_10f81d106e.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at GLS Campus Berlin in Germany </h3><p>“I just love GLS. I had a wonderful time learning German. It\'s not even a question of if I would go back, but when.”</p><p>Tiago, Brazil.</p><p><a href="https://www.ialc.org/find-a-school/gls-campus-berlin/" target="_blank" rel="noopener">Learn more&nbsp;here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/0/csm_ili_4d470c9753.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at International Language Institute of Massachusetts in the US </h3><p>&quot;I loved the classes at ILI because our teachers\' creativity always gave us new ways to practice English.&quot;&nbsp;</p><p>Yangchen, Tibet.</p><p><a href="https://www.ialc.org/find-a-school/international-language-institute-of-massachusetts/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/b/d/csm_lse_feea55db83.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at The London School of English in the UK </h3><p>&quot;I find everything so interesting; the classes, the mix within the classroom of nationality and culture, and the friendliness of everyone in the school.&quot;</p><p>Aleksandr, Russia.</p><p><a href="https://www.ialc.org/find-a-school/the-london-school-of-english/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/f/7/csm_2016directory-france-langue-paris-3_ad7eebc8a2.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at France Langue Paris in France </h3><p>&quot;There are quality and friendly teachers. The school also creates a good environment for learning [a] new language.&quot;</p><p>Zhuva Thembo</p><p><a href="https://www.ialc.org/find-a-school/france-langue-paris/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/5/1/csm_nerja_6849c0bcb9.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at the Escuela de Idiomas &quot;Nerja&quot; in Spain </h3><p>“Escuela de Idiomas “Nerja” is like a family. They have patience and joy in their work. This has brought me back every year.This joy at work and their passion allowed me to get from A1 to Level B2. 2 in 3 months.&nbsp;I can only recommend the school!”</p><p>Sandro, Switzerland.</p><p><a href="https://www.ialc.org/find-a-school/escuela-de-idiomas-nerja/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/3/csm_languages-international_99e1280a9c.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Languages International in New Zealand </h3><p>“It was a special and wonderful time for me. New Zealand is a perfect place to take English courses. I will recommend this school to people who have similar needs to mine. Actually, I have already recommended Languages International to many people, lol.”</p><p>Fiona, China</p><p><a href="https://www.ialc.org/find-a-school/languages-international-auckland/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/c/f/csm_28_mini-web_f3bb1e766f.jpg" width="300" height="160" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Institut Linguistique Adenet in Montpellier, France </h3><p>&quot;We really could improve our French in a short time. It was our first visit to Montpellier and it is a really beautiful city. Thank you ILA!&quot;</p><p>Kazuki and Takanari - Japan</p><p><a href="https://www.ialc.org/find-a-school/institut-linguistique-adenet/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/a/4/csm_ces-toronto-_18566d662c.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CES Toronto in Canada </h3><p>“Hello my name is SooYeon and I’m from Korea. I really recommend this school for three reasons. First is location, CES is located in the center of the city so you can go everywhere, such as famous landmarks like the CN Tower and the ROM, in 30 minutes. Second, you can have many friends from tons of countries.&nbsp;It’s really nice to meet people from around the world. And finally, the staff is really nice, kind and try to help us from the bottom of their hearts.”</p><p>SooYeon from Korea.</p><p><a href="https://www.ialc.org/find-a-school/ces-toronto/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/1/c/csm_agi_7a70fa2f78.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at anglo-german institute in Germany </h3><p>&quot;Being a student at the anglo-german Institute not only opened my eyes to Stuttgart and Germany, but also to the world.&nbsp;As soon as I stepped foot in the school, I knew immediately that I felt nearly “at home” and that I could really learn something special there.&nbsp;My hunch was proven right, as my education there has proven invaluable for my confidence and career in Germany and even my cultural awareness.&quot;<br /> &nbsp;</p><p>Paul H, Ireland.</p><p><a href="https://www.ialc.org/find-a-school/anglo-german-institute/" target="_blank" rel="noopener">View more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/6/f/csm_2014directory_genki_tokyo3_3954ab7c34.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Genki Japanese and Culture School Tokyo </h3><p>&quot;.. some of the kindest people I have ever met.. at GenkiJACS my skills in Japanese advanced rapidly and I was able to meet many nice people and experience the astonishing Japanese culture first hand.&quot;</p><p>Aaron - Canada</p><p><a href="https://www.ialc.org/find-a-school/genki-japanese-and-culture-school-tokyo/" target="_blank" rel="noopener">Learn more here</a></p><p></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/5/3/csm_BELS_85a9c48eb7.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at BELS Gozo in Malta </h3><p>“The quality of teaching is fantastic. The teachers are the best that you will find in any place!”</p><p><a href="https://www.ialc.org/find-a-school/bels-gozo/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/5/6/csm_ALCE_3cc1099c1f.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at ALCE Bologna in Italy </h3><p>&quot;During my time at ALCE, I have significantly improved my Italian and also my cultural knowledge of Italy. Such a beautiful experience&quot;</p><p>Santino - United Kingdom</p><p><a href="https://www.ialc.org/find-a-school/alce-accademia-lingue-e-culture-europee/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/e/1/csm_Accent-Classroom_2CMYK_e28388b0d9.jpg" width="300" height="200" alt="" /></figure></div><div class="csc-textpic-text"><p>&quot;I\'m really impressed how professional and efficient, well-structured and flexible English courses can be; compared with other experiences this is a milestone.&quot;</p><p>Steffen,&nbsp;Germany</p><p><a href="https://www.ialc.org/find-a-school/accent-international/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/d/b/csm_CIAL_7834b57140.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at CIAL Lisbon in Portgugal </h3><p>&quot;I would definitely recommend CIAL and will return soon, I hope. They successfully mix learning with fun – which is so important.”</p><p>Ian, United Kingdom</p><p><a href="https://www.ialc.org/find-a-school/cial-centro-de-linguas-lisbon/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/7/8/csm_campcan_6200e15f5f.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Campus International de Cannes in France </h3><p>&quot;A perfect place to discover the French language and La France. I hope to be able to visit you again soon and very often…”</p><p>Helena, Spain</p><p><a href="https://www.ialc.org/find-a-school/campus-international-de-cannes/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/8/3/csm_ghs_83cb9d7a52.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Good Hope Studies in South Africa </h3><p>&quot;The atmosphere here is gorgeous and the teachers and staff are just perfect, always friendly, helpful and aware and concerned about problems, actually they have become my family here, and I will always be grateful for that.”</p><p>Romina, Chile</p><p><a href="https://www.ialc.org/find-a-school/cial-centro-de-linguas-lisbon/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="divider"><hr class="ce-div" /></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/4/e/csm_1d_6d2fb7ab54.png" width="300" height="178" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Españolé in Valencia, Spain </h3><p>&quot;Teachers are super nice, open-minded and really willing to help with any problems. They are very patient in explaining all grammar rules, etc. All classes are in Spanish, which may be hard at the beginning, but with time it’s easier and helps to study.&quot;</p><p>Michal Grzemski,&nbsp;Poland</p><p><a href="https://www.ialc.org/find-a-school/espanole/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p><p></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/1/4/csm_liden_and_denz_89e4dc974a.jpg" width="300" height="187" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Liden &amp; Denz, St Petersburg in Russia </h3><p>“Perfect for any student looking for the best start to learn Russian language and culture. Appreciate the Swiss style, the long term work of management, teacher and team very much. If you aim for European standard — this should be your choice!”</p><p>Hartmut, Germany</p><p><a href="https://www.ialc.org/find-a-school/liden-denz-st-petersburg/" target="_blank" rel="noopener">Learn more here</a></p></div></div><div class="csc-textpic csc-textpic-right csc-textpic-intext csc-textpic-intext-right-nowrap csc-textpic-nowrap"><div class="csc-textpic-imagewrap" data-csc-columns="1" data-csc-images="1"><figure class="csc-textpic-image"><img loading="lazy" class="image-embed-item" src="/fileadmin/_processed_/7/9/csm_2016-easysl-malta-leisure-area-students_8c015f7375.jpg" width="300" height="198" alt="" /></figure></div><div class="csc-textpic-text"><h3 class="csc-firstHeader"> Student at Easy School of Languages in Malta </h3><p>&quot;Studying in Malta was a real unforgettable experience. I will definitely visit this nice island once again in the future.&quot;</p><p>Yukkiko</p><p><a href="https://www.ialc.org/find-a-school/easy-school-of-languages/" target="_blank" rel="noopener">Learn more here&nbsp;</a></p></div></div><div class="divider"><hr class="ce-div" /></div></div> </div></div><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_header' => array('vDEF' => '<div id="breadcrumb"><div class="wrapper"><ol itemprop="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/mt/" itemprop="item"><span itemprop="name">首页</span></a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/mt/about-us/" itemprop="item"><span itemprop="name">About us</span></a><meta itemprop="position" content="2"></li></ol></div></div><h1><span>Testimonials</span></h1><!--TYPO3SEARCH_begin--><p>Packaging quality tuition, accommodation, history, culture, and natural beauty, choose the experience of a lifetime from over 160 IALC accredited year-round and summer centres.&nbsp;</p><p>Learn from qualified professionals, practcise in real-life situations, make international friends and see the world with IALC.</p><p><strong>Read our student experiences at IALC schools and learn how you can transform your language school experience into an adventure.</strong></p><!--TYPO3SEARCH_end--><div class="clear"></div>'), 'field_column_secondary' => array('vDEF' => ''), '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/mt/" 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="/mt/favourites/" title="Favourites"><span>Favourites</span></a></li><li class=""><a href="/mt/resources/" title="Resources"><span>Resources</span></a></li><li class="active hasChildren hasDropdown"><a href="/mt/about-us/" title="About us" class="active"><span>About us</span></a><ul class="subNav"><li class=""><a href="/mt/about-us/%e6%ad%b7%e5%8f%b2/" title="歷史"><span>歷史</span></a></li><li class=""><a href="/mt/about-us/%e6%88%90%e5%93%a1/" title="成員"><span>成員</span></a></li><li class="hasChildren "><a href="/mt/about-us/ialc-%e8%b3%aa%e9%87%8f%e6%a8%99%e6%ba%96/" title="IALC 質量標準"><span>IALC 質量標準</span></a><ul class="subNav"><li class=""><a href="/mt/about-us/ialc-%e8%b3%aa%e9%87%8f%e6%a8%99%e6%ba%96/ialc-%e9%81%93%e5%be%b7%e8%a6%8f%e7%af%84/" title="IALC 道德規範"><span>IALC 道德規範</span></a></li><li class=""><a href="/mt/about-us/ialc-%e8%b3%aa%e9%87%8f%e6%a8%99%e6%ba%96/code-of-ethics-korean/" title="윤리강령"><span>윤리강령</span></a></li><li class=""><a href="/mt/about-us/ialc-%e8%b3%aa%e9%87%8f%e6%a8%99%e6%ba%96/code-of-ethics-arabic/" title="مدونة الأخلاقيات"><span>مدونة الأخلاقيات</span></a></li><li class=""><a href="/mt/about-us/ialc-%e8%b3%aa%e9%87%8f%e6%a8%99%e6%ba%96/code-of-ethics-turkish/" title="Etik Kurallar"><span>Etik Kurallar</span></a></li><li class=""><a href="/mt/about-us/ialc-%e8%b3%aa%e9%87%8f%e6%a8%99%e6%ba%96/ialc-accommodation-standards/" title="IALC Accommodation Standards"><span>IALC Accommodation Standards</span></a></li></ul></li><li class=""><a href="/mt/about-us/our-partners/" title="Our Partners"><span>Our Partners</span></a></li><li class=""><a href="/mt/about-us/%e5%ae%97%e6%97%a8%e5%92%8c%e7%9b%ae%e6%a8%99/" title="宗旨和目標"><span>宗旨和目標</span></a></li><li class="current active "><a href="/mt/about-us/testimonials/" title="Testimonials" class="active"><span>Testimonials</span></a></li></ul></li><li class="hasChildren hasDropdown"><a href="/mt/contact-us/" title="Contact us" accesskey="c"><span>Contact us</span></a><ul class="subNav"><li class=""><a href="/mt/contact-us/advertise-with-ialc/" title="Advertise with IALC"><span>Advertise with IALC</span></a></li><li class="hasChildren "><a href="/mt/contact-us/become-a-member/" title="Become a member"><span>Become a member</span></a><ul class="subNav"><li class=""><a href="/mt/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="/mt/contact-us/complaints/" title="Complaints"><span>Complaints</span></a></li></ul></li><li class=""><a href="/mt/events/" title="Events"><span>Events</span></a></li><li class="hasChildren homepage agentsPage"><a href="/mt/for-agents/" title="For Agents"><span>For Agents</span></a><ul class="subNav"><li class="hasChildren "><a href="/mt/for-agents/our-ialc-agencies/" title="Our IALC Agencies"><span>Our IALC Agencies</span></a><ul class="subNav"><li class=""><a href="/mt/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="/mt/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="/mt/members/" title="Members"><span>Members</span></a></li></ul><div class="clear"></div></nav><!--INT_SCRIPT.b05c7a7ec1bdcbb6e0a3df4cd5698fd3--><!--INT_SCRIPT.d8a2db4109ce07b900cf7ee8ad1b4654--></div><nav class="primaryNavigation"><div class="wrapper"><ul class="navigation horizontal" role="list"><li class="homepage"><a href="/mt/" title="Home" accesskey="h"><span>Home</span></a></li><li class="findschoolfilters"><a href="/mt/find-a-school/" title="Find a School"><span>Find a School</span></a></li><li class="page-ourschools"><a href="/mt/seasonal-centres/" title="Seasonal Centres"><span>Seasonal Centres</span></a></li><li class="hasChildren "><a href="/mt/our-courses/" title="Our Courses"><span>Our Courses</span></a><ul class="subNav"><li class="findschoolfilters"><a href="/mt/our-courses/experiences/" title="Experiences"><span>Experiences</span></a></li><li class=""><a href="/mt/our-courses/ialc-online/" title="IALC Online"><span>IALC Online</span></a></li><li class=""><a href="/mt/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="/mt/destinations/" title="Destinations"><span>Destinations</span></a><ul class="subNav"><li class="hasChildren "><a href="/mt/destinations/argentina/" title="Argentina"><span>Argentina</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/argentina/%e5%b8%83%e5%ae%9c%e8%ab%be%e6%96%af%e8%89%be%e5%88%a9%e6%96%af/" title="布宜諾斯艾利斯"><span>布宜諾斯艾利斯</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/australia/" title="Australia"><span>Australia</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/australia/%e9%98%bf%e5%be%b7%e8%8e%b1%e5%be%b7/" title="阿德莱德"><span>阿德莱德</span></a></li><li class=""><a href="/mt/destinations/australia/%e5%b8%83%e9%87%8c%e6%96%af%e6%9c%ac/" title="布里斯本"><span>布里斯本</span></a></li><li class=""><a href="/mt/destinations/australia/%e5%87%b1%e6%81%a9%e6%96%af/" title="凱恩斯"><span>凱恩斯</span></a></li><li class=""><a href="/mt/destinations/australia/%e9%bb%83%e9%87%91%e6%b5%b7%e5%b2%b8/" title="黃金海岸"><span>黃金海岸</span></a></li><li class=""><a href="/mt/destinations/australia/melbourne/" title="Melbourne"><span>Melbourne</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/austria/" title="Austria"><span>Austria</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/austria/%e7%b6%ad%e4%b9%9f%e7%b4%8d/" title="維也納"><span>維也納</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/brazil/" title="Brazil"><span>Brazil</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/brazil/rio-de-janeiro/" title="Rio de Janeiro"><span>Rio de Janeiro</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/canada/" title="Canada"><span>Canada</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/canada/%e6%ba%ab%e5%b0%bc%e4%bc%af/" title="溫尼伯"><span>溫尼伯</span></a></li><li class=""><a href="/mt/destinations/canada/calgary/" title="Calgary"><span>Calgary</span></a></li><li class=""><a href="/mt/destinations/canada/%e5%af%86%e8%a5%bf%e6%b2%99%e5%8a%a0/" title="密西沙加"><span>密西沙加</span></a></li><li class=""><a href="/mt/destinations/canada/%e5%9f%ba%e9%9a%86%e7%b4%8d/" title="基隆納"><span>基隆納</span></a></li><li class=""><a href="/mt/destinations/canada/%e5%a4%9a%e5%80%ab%e5%a4%9a/" title="多倫多"><span>多倫多</span></a></li><li class=""><a href="/mt/destinations/canada/%e9%ad%81%e5%8c%97%e5%85%8b/" title="魁北克"><span>魁北克</span></a></li><li class=""><a href="/mt/destinations/canada/%e6%ba%ab%e5%93%a5%e8%8f%af/" title="溫哥華"><span>溫哥華</span></a></li><li class=""><a href="/mt/destinations/canada/%e7%b6%ad%e5%a4%9a%e5%88%a9%e4%ba%9e/" title="維多利亞"><span>維多利亞</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/china/" title="China"><span>China</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/china/%e5%8c%97%e4%ba%ac/" title="北京"><span>北京</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/france/" title="France"><span>France</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/france/%e6%99%ae%e7%be%85%e6%97%ba%e6%96%af%e8%89%be%e5%85%8b%e6%96%af/" title="普羅旺斯艾克斯"><span>普羅旺斯艾克斯</span></a></li><li class=""><a href="/mt/destinations/france/%e6%af%94%e4%ba%9e%e9%87%8c%e8%8c%a8/" title="比亞里茨"><span>比亞里茨</span></a></li><li class=""><a href="/mt/destinations/france/%e6%b3%a2%e7%88%be%e5%a4%9a/" title="波爾多"><span>波爾多</span></a></li><li class=""><a href="/mt/destinations/france/%e9%87%8c%e6%98%82/" title="里昂"><span>里昂</span></a></li><li class=""><a href="/mt/destinations/france/%e8%92%99%e5%bd%bc%e5%88%a9%e5%9f%83/" title="蒙彼利埃"><span>蒙彼利埃</span></a></li><li class=""><a href="/mt/destinations/france/%e5%b0%bc%e6%96%af/" title="尼斯"><span>尼斯</span></a></li><li class=""><a href="/mt/destinations/france/%e5%b7%b4%e9%bb%8e/" title="巴黎"><span>巴黎</span></a></li><li class=""><a href="/mt/destinations/france/%e9%ad%af%e6%98%82/" title="魯昂"><span>魯昂</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/germany/" title="Germany"><span>Germany</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/germany/%e6%9f%8f%e6%9e%97/" title="柏林"><span>柏林</span></a></li><li class=""><a href="/mt/destinations/germany/bamberg/" title="Bamberg"><span>Bamberg</span></a></li><li class=""><a href="/mt/destinations/germany/%e7%a7%91%e9%9a%86/" title="科隆"><span>科隆</span></a></li><li class=""><a href="/mt/destinations/germany/%e6%9d%9c%e5%a1%9e%e7%88%be%e5%a4%9a%e5%a4%ab/" title="杜塞爾多夫"><span>杜塞爾多夫</span></a></li><li class=""><a href="/mt/destinations/germany/%e6%bc%a2%e5%a0%a1/" title="漢堡"><span>漢堡</span></a></li><li class=""><a href="/mt/destinations/germany/%e6%9e%97%e9%81%93/" title="林道"><span>林道</span></a></li><li class=""><a href="/mt/destinations/germany/%e6%85%95%e5%b0%bc%e9%bb%91/" title="慕尼黑"><span>慕尼黑</span></a></li><li class=""><a href="/mt/destinations/germany/%e6%98%8e%e6%96%af%e7%89%b9/" title="明斯特"><span>明斯特</span></a></li><li class=""><a href="/mt/destinations/germany/%e9%9b%b7%e6%a0%b9%e6%96%af%e5%a0%a1/" title="雷根斯堡"><span>雷根斯堡</span></a></li><li class=""><a href="/mt/destinations/germany/%e6%96%af%e5%9c%96%e5%8a%a0%e7%89%b9/" title="斯圖加特"><span>斯圖加特</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/ireland/" title="Ireland"><span>Ireland</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/ireland/limerick/" title="Limerick"><span>Limerick</span></a></li><li class=""><a href="/mt/destinations/ireland/%e5%b8%83%e9%9b%b7/" title="布雷"><span>布雷</span></a></li><li class=""><a href="/mt/destinations/ireland/%e7%a7%91%e5%85%8b/" title="科克"><span>科克</span></a></li><li class=""><a href="/mt/destinations/ireland/%e9%83%bd%e6%9f%8f%e6%9e%97/" title="都柏林"><span>都柏林</span></a></li><li class=""><a href="/mt/destinations/ireland/%e6%88%88%e7%88%be%e9%9f%8b/" title="戈爾韋"><span>戈爾韋</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/italy/" title="Italy"><span>Italy</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/italy/%e5%8d%9a%e6%b4%9b%e5%b0%bc%e4%ba%9e/" title="博洛尼亞"><span>博洛尼亞</span></a></li><li class=""><a href="/mt/destinations/italy/%e4%bd%9b%e7%be%85%e5%80%ab%e6%96%af/" title="佛羅倫斯"><span>佛羅倫斯</span></a></li><li class=""><a href="/mt/destinations/italy/%e5%88%a9%e5%b0%bc%e4%ba%9e%e8%ab%be/" title="利尼亞諾"><span>利尼亞諾</span></a></li><li class=""><a href="/mt/destinations/italy/%e7%b1%b3%e8%98%ad/" title="米蘭"><span>米蘭</span></a></li><li class=""><a href="/mt/destinations/italy/%e7%be%85%e9%a6%ac/" title="羅馬"><span>羅馬</span></a></li><li class=""><a href="/mt/destinations/italy/%e9%82%a3%e4%b8%8d%e5%8b%92%e6%96%af/" title="那不勒斯"><span>那不勒斯</span></a></li><li class=""><a href="/mt/destinations/italy/%e8%96%a9%e8%90%8a%e8%ab%be/" title="薩萊諾"><span>薩萊諾</span></a></li><li class=""><a href="/mt/destinations/italy/%e9%94%a1%e8%80%b6%e7%ba%b3/" title="锡耶纳"><span>锡耶纳</span></a></li><li class=""><a href="/mt/destinations/italy/%e9%99%b6%e7%88%be%e7%b1%b3%e7%b4%8d/" title="陶爾米納"><span>陶爾米納</span></a></li><li class=""><a href="/mt/destinations/italy/%e7%9a%84%e9%87%8c%e9%9b%85%e6%96%af%e7%89%b9/" title="的里雅斯特"><span>的里雅斯特</span></a></li><li class=""><a href="/mt/destinations/italy/%e7%89%b9%e7%be%85%e4%bd%a9%e4%ba%9e/" title="特羅佩亞"><span>特羅佩亞</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/japan/" title="Japan"><span>Japan</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/japan/%e5%90%8d%e5%8f%a4%e5%b1%8b/" title="名古屋"><span>名古屋</span></a></li><li class=""><a href="/mt/destinations/japan/%e6%9d%b1%e4%ba%ac/" title="東京"><span>東京</span></a></li><li class=""><a href="/mt/destinations/japan/%e7%a6%8f%e5%b2%a1/" title="福岡"><span>福岡</span></a></li><li class=""><a href="/mt/destinations/japan/%e4%ba%ac%e9%83%bd/" title="京都"><span>京都</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/jordan/" title="Jordan"><span>Jordan</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/jordan/%e5%ae%89%e6%9b%bc/" title="安曼"><span>安曼</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/latvia/" title="Latvia"><span>Latvia</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/latvia/%e9%87%8c%e5%8a%a0/" title="里加"><span>里加</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/malta/" title="Malta"><span>Malta</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/malta/%e6%88%88%e4%bd%90%e5%b3%b6/" title="戈佐島"><span>戈佐島</span></a></li><li class=""><a href="/mt/destinations/malta/%e8%81%96%e6%9c%b1%e5%88%a9%e5%ae%89%e6%96%af/" title="聖朱利安斯"><span>聖朱利安斯</span></a></li><li class=""><a href="/mt/destinations/malta/%e8%81%96%e4%bf%9d%e7%be%85%e7%81%a3/" title="聖保羅灣"><span>聖保羅灣</span></a></li><li class=""><a href="/mt/destinations/malta/%e7%93%a6%e8%90%8a%e5%a1%94/" title="瓦萊塔"><span>瓦萊塔</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/new-zealand/" title="New Zealand"><span>New Zealand</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/new-zealand/%e5%a5%a7%e5%85%8b%e8%98%ad/" title="奧克蘭"><span>奧克蘭</span></a></li><li class=""><a href="/mt/destinations/new-zealand/%e5%b0%bc%e7%88%be%e6%a3%ae/" title="尼爾森"><span>尼爾森</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/portugal/" title="Portugal"><span>Portugal</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/portugal/%e6%b3%95%e9%ad%af/" title="法魯"><span>法魯</span></a></li><li class=""><a href="/mt/destinations/portugal/%e9%87%8c%e6%96%af%e6%9c%ac/" title="里斯本"><span>里斯本</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/russia/" title="Russia"><span>Russia</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/russia/%e4%bc%8a%e7%88%be%e5%ba%ab%e8%8c%a8%e5%85%8b/" title="伊爾庫茨克"><span>伊爾庫茨克</span></a></li><li class=""><a href="/mt/destinations/russia/%e8%8e%ab%e6%96%af%e7%a7%91/" title="莫斯科"><span>莫斯科</span></a></li><li class=""><a href="/mt/destinations/russia/%e8%81%96%e5%bd%bc%e5%be%97%e5%a0%a1/" title="聖彼得堡"><span>聖彼得堡</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/south-africa/" title="South Africa"><span>South Africa</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/south-africa/%e9%96%8b%e6%99%ae%e6%95%a6/" title="開普敦"><span>開普敦</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/spain/" title="Spain"><span>Spain</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/spain/%e5%b7%b4%e5%a1%9e%e9%9a%86%e7%b4%8d/" title="巴塞隆納"><span>巴塞隆納</span></a></li><li class=""><a href="/mt/destinations/spain/%e5%8a%a0%e7%9a%84%e6%96%af/" title="加的斯"><span>加的斯</span></a></li><li class=""><a href="/mt/destinations/spain/%e9%a6%ac%e5%be%b7%e9%87%8c/" title="馬德里"><span>馬德里</span></a></li><li class=""><a href="/mt/destinations/spain/%e9%a6%ac%e6%8b%89%e5%8a%a0/" title="馬拉加"><span>馬拉加</span></a></li><li class=""><a href="/mt/destinations/spain/%e5%85%a7%e7%88%be%e5%93%88/" title="內爾哈"><span>內爾哈</span></a></li><li class=""><a href="/mt/destinations/spain/%e8%81%96%e5%a1%9e%e5%b7%b4%e6%96%af%e8%92%82%e5%ae%89/" title="聖塞巴斯蒂安"><span>聖塞巴斯蒂安</span></a></li><li class=""><a href="/mt/destinations/spain/%e5%a1%9e%e7%b6%ad%e5%88%a9%e4%ba%9e/" title="塞維利亞"><span>塞維利亞</span></a></li><li class=""><a href="/mt/destinations/spain/%e7%93%a6%e5%80%ab%e8%a5%bf%e4%ba%9e/" title="瓦倫西亞"><span>瓦倫西亞</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/united-kingdom/" title="United Kingdom"><span>United Kingdom</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/united-kingdom/ascot/" title="Ascot"><span>Ascot</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/belfast/" title="Belfast"><span>Belfast</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e4%bc%af%e6%81%a9%e8%8c%85%e6%96%af/" title="伯恩茅斯"><span>伯恩茅斯</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%b8%83%e8%90%8a%e9%a0%93/" title="布萊頓"><span>布萊頓</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%b8%83%e9%87%8c%e6%96%af%e6%89%98/" title="布里斯托"><span>布里斯托</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%b8%83%e7%be%85%e5%be%b7%e6%96%af%e6%b3%b0%e6%96%af/" title="布羅德斯泰斯"><span>布羅德斯泰斯</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%8a%8d%e6%a9%8b/" title="劍橋"><span>劍橋</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%8d%a1%e8%bf%aa%e5%a4%ab/" title="卡迪夫"><span>卡迪夫</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%88%87%e6%96%af%e7%89%b9/" title="切斯特"><span>切斯特</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e9%81%94%e5%8b%92%e5%a7%86/" title="達勒姆"><span>達勒姆</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e4%bc%8a%e6%96%af%e7%89%b9%e6%9c%ac/" title="伊斯特本"><span>伊斯特本</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e6%84%9b%e4%b8%81%e5%a0%a1/" title="愛丁堡"><span>愛丁堡</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e8%82%af%e7%89%b9/" title="肯特"><span>肯特</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%88%a9%e8%8c%b2/" title="利茲"><span>利茲</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e5%80%ab%e6%95%a6/" title="倫敦"><span>倫敦</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e7%b4%90%e5%8d%a1%e6%96%af%e7%88%be/" title="紐卡斯爾"><span>紐卡斯爾</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e7%89%9b%e6%b4%a5/" title="牛津"><span>牛津</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e6%9c%b4%e8%8c%a8%e8%8c%85%e6%96%af/" title="朴茨茅斯"><span>朴茨茅斯</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e6%89%98%e5%9f%ba/" title="托基"><span>托基</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e6%89%98%e7%89%b9%e5%b0%bc%e6%96%af/" title="托特尼斯"><span>托特尼斯</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e6%b2%83%e8%be%9b/" title="沃辛"><span>沃辛</span></a></li><li class=""><a href="/mt/destinations/united-kingdom/%e7%b4%84%e5%85%8b/" title="約克"><span>約克</span></a></li></ul></li><li class="hasChildren "><a href="/mt/destinations/usa/" title="USA"><span>USA</span></a><ul class="subNav"><li class=""><a href="/mt/destinations/usa/berkeley/" title="Berkeley"><span>Berkeley</span></a></li><li class=""><a href="/mt/destinations/usa/%e5%8b%9e%e5%be%b7%e4%bb%a3%e7%88%be%e5%a0%a1/" title="勞德代爾堡"><span>勞德代爾堡</span></a></li><li class=""><a href="/mt/destinations/usa/%e6%aa%80%e9%a6%99%e5%b1%b1/" title="檀香山"><span>檀香山</span></a></li><li class=""><a href="/mt/destinations/usa/%e6%b4%9b%e6%9d%89%e7%a3%af/" title="洛杉磯"><span>洛杉磯</span></a></li><li class=""><a href="/mt/destinations/usa/malibu/" title="Malibu"><span>Malibu</span></a></li><li class=""><a href="/mt/destinations/usa/%e9%82%81%e9%98%bf%e5%af%86/" title="邁阿密"><span>邁阿密</span></a></li><li class=""><a href="/mt/destinations/usa/%e7%b4%90%e7%b4%84/" title="紐約"><span>紐約</span></a></li><li class=""><a href="/mt/destinations/usa/%e5%8c%97%e5%ae%89%e6%99%ae%e6%95%a6/" title="北安普敦"><span>北安普敦</span></a></li><li class=""><a href="/mt/destinations/usa/%e8%81%96%e5%a1%94%e8%8a%ad%e8%8a%ad%e6%8b%89/" title="聖塔芭芭拉"><span>聖塔芭芭拉</span></a></li><li class=""><a href="/mt/destinations/usa/%e8%81%96%e5%9c%b0%e4%ba%9e%e5%93%a5/" title="聖地亞哥"><span>聖地亞哥</span></a></li><li class=""><a href="/mt/destinations/usa/%e8%8f%af%e7%9b%9b%e9%a0%93/" title="華盛頓"><span>華盛頓</span></a></li></ul></li></ul></li><li class=""><a href="/mt/our-schools/" title="Our Schools"><span>Our Schools</span></a></li><li class=""><a href="/mt/news/" title="News"><span>News</span></a></li></ul><div class="clear"></div></div></nav></div></div><div class="hero"><!--INT_SCRIPT.74d254c641fc15a777020579d5f4b944--></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' => 1540, 'pid' => 715, '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' => 1106, 'tstamp' => 1642183607, 'sorting' => 896, 'deleted' => 0, 'perms_userid' => 40, 'perms_groupid' => 4, 'perms_user' => 31, 'perms_group' => 31, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1561456560, 'cruser_id' => 40, 'title' => 'Testimonials', 'doktype' => 1, 'TSconfig' => null, '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' => 1679585065, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Testimonials', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'alias' => '', 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'tx_lluri_exclude' => 0, 'tx_llpagebanner_banner' => 1, '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' => '', 'backend_layout_next_level' => '', 'tx_ll_pagetitle' => '', 'tx_ll_hidetitle' => 0, 'tx_ll_hidebreadcrumb' => 0, 'tx_ll_hidecomments' => 0, 'tx_ll_browsertitle' => '', 'tx_ll_browsertitleformat' => 1, 'tx_ll_accesskey' => '', 'tx_ll_bodyid' => '', 'tx_ll_bodyclass' => '', 'tx_llsitemap_priority' => 0.0, 'tx_llsitemap_changefreq' => 'Inherit', 'cache_tags' => '', 'tx_ll_canonical' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_templavoilaplus_ds' => '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_primary"> <value index="vDEF">7727,7698</value> </field> <field index="field_column_header"> <value index="vDEF">7729</value> </field> <field index="field_column_secondary"> <value index="vDEF"></value> </field> <field index="field_column_footer"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'tx_lloffice_country_override' => '', 'tx_ll_hidenavigationsecondary' => 0, 'tx_llpagebanner_hide' => 0, 'rowDescription' => null, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => 'a:50:{s:7:"doktype";N;s:5:"title";N;s:15:"tx_ll_pagetitle";N;s:8:"abstract";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:16:"tx_lluri_exclude";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:11:"storage_pid";N;s:8:"TSconfig";N;s:8:"l18n_cfg";N;s:5:"media";N;s:22:"tx_llpagebanner_banner";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:21:"tx_templavoilaplus_ds";N;s:26:"tx_templavoilaplus_next_ds";N;}', 'slug' => null, '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' => '10', '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();
});