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) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: file_get_contents(typo3conf/ext/tt_news/res/rss_2.tmpl): failed to open stream: No such file or directory in /html/typo3/typo3conf/ext/tt_news/Classes/Plugin/TtNews.php line 4170

in /html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Error/ErrorHandler.php line 128
            E_DEPRECATED => 'PHP Runtime Deprecation Notice'
        ];
        $message = $errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }
        switch ($errorLevel) {
            case E_USER_ERROR:
            case E_RECOVERABLE_ERROR:
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'file_get_contents(typo3conf/ext/tt_news/res/rss_2.tmpl): failed to open stream: No such file or directory', '/html/typo3/typo3conf/ext/tt_news/Classes/Plugin/TtNews.php', 4170, array('fileName' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'fileContent' => '', 'file' => 'typo3conf/ext/tt_news/res/rss_2.tmpl'))
at file_get_contents('typo3conf/ext/tt_news/res/rss_2.tmpl')
in /html/typo3/typo3conf/ext/tt_news/Classes/Plugin/TtNews.php line 4170

        $fileContent = '';
        $file = $this->tsfe->tmpl->getFileName($fileName);
        if ($file != '') {
            $fileContent = file_get_contents($file);
        }

        return $fileContent;
    }
at RG\TtNews\Plugin\TtNews->getFileResource('typo3conf/ext/tt_news/res/rss_2.tmpl')
in /html/typo3/typo3conf/ext/tt_news/Classes/Plugin/TtNews.php line 803
                        break;

                    case 'rss2' :
                        $templateName = 'TEMPLATE_RSS2';
                        $this->templateCode = $this->getFileResource($this->conf['displayXML.']['rss2_tmplFile']);
                        break;

                    case 'rdf' :
                        $templateName = 'TEMPLATE_RDF';
at RG\TtNews\Plugin\TtNews->displayList()
in /html/typo3/typo3conf/ext/tt_news/Classes/Plugin/TtNews.php line 425
                case 'LIST3' :
                case 'HEADER_LIST' :
                case 'SEARCH' :
                case 'XML' :
                    $content .= $this->displayList();
                    break;
                case 'AMENU' :
                    $content .= $this->displayArchiveMenu();
                    break;
at RG\TtNews\Plugin\TtNews->main_news('', array('userFunc' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20'))
at call_user_func_array(array(object(RG\TtNews\Plugin\TtNews), 'main_news'), array('', array('userFunc' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*), 'parseFunc.' => array(*DEEP NESTED ARRAY*)), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array(*DEEP NESTED ARRAY*))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array(*DEEP NESTED ARRAY*)))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*), 'parseFunc.' => array(*DEEP NESTED ARRAY*)), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array(*DEEP NESTED ARRAY*))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array(*DEEP NESTED ARRAY*)))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*), 'parseFunc.' => array(*DEEP NESTED ARRAY*)), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array(*DEEP NESTED ARRAY*))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array(*DEEP NESTED ARRAY*)))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20')))
in /html/typo3/typo3_src-9.5.31/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('RG\\TtNews\\Plugin\\TtNews->main_news', array('userFunc' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20'), '')
in /html/typo3/typo3_src-9.5.31/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' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20'))
in /html/typo3/typo3_src-9.5.31/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' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20'))
in /html/typo3/typo3_src-9.5.31/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' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array(*DEEP NESTED ARRAY*), 'title.' => array(*DEEP NESTED ARRAY*), 'ATagParams.' => array(*DEEP NESTED ARRAY*), 'target.' => array(*DEEP NESTED ARRAY*), 'extTarget.' => array(*DEEP NESTED ARRAY*)))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array(*DEEP NESTED ARRAY*)))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array(*DEEP NESTED ARRAY*))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20'), '10')
in /html/typo3/typo3_src-9.5.31/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('typeNum' => '100', 'config.' => array('disableAllHeaderCode' => '1', 'additionalHeaders' => 'Content-type:text/xml', 'xhtml_cleaning' => '0', 'no_cache' => '1'), 'USER', '10.' => array('userFunc' => 'RG\\TtNews\\Plugin\\TtNews->main_news', 'enableConfigValidation' => '1', 'stdWrap.' => array('wrap' => ''), 'templateFile' => 'fileadmin/extensions/tt-news/tt_news_v3_template.html', 'recursive' => '2', 'dontUsePidList' => '0', 'excludeAlreadyDisplayedNews' => '1', 'singlePid' => '21', 'code' => '', 'limit' => '7', 'latestLimit' => '3', 'backPid' => '3', 'dontUseBackPid' => '1', 'enableOptionSplit' => '1', 'altLayoutsOptionSplit' => '', 'alternatingLayouts' => '', 'pageTypoLink.' => array('parameter.' => array('current' => '1')), 'allowCaching' => '1', 'ignoreEnableFields.' => array('starttime' => '0', 'endtime' => '0'), 'useMultiPageSingleView' => '0', 'maxWordsInSingleView' => '0', 'appendSViewPBtoContent' => '0', 'useParagraphAsPagebreak' => '0', 'displaySingle.' => array('age_stdWrap.' => array('age' => '1', 'wrap' => '|<br />'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'title_stdWrap.' => array('wrap' => ''), 'author_stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'author_email')), 'wrap' => '|<br />', 'required' => '1'), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'category_stdWrap.' => array('wrap' => '|<br />'), 'email_stdWrap.' => array('setContentToCurrent' => '1', 'typolink.' => array('parameter.' => array('current' => '1'))), 'subheader_stdWrap.' => array('wrap' => '<h2>|</h2>', 'trim' => '1', 'required' => '1', 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*), 'parseFunc.' => array(*DEEP NESTED ARRAY*)), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array(*DEEP NESTED ARRAY*))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array(*DEEP NESTED ARRAY*)))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'content_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'), 'addAttributes.' => array())), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*), 'parseFunc.' => array(*DEEP NESTED ARRAY*)), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array(*DEEP NESTED ARRAY*))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array(*DEEP NESTED ARRAY*)))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'addInfo_stdWrap.' => array('wrap' => '<div class="news-single-additional-info"> | </div>'), 'links_stdWrap.' => array('wrap' => '<dl class="news-single-links">|</dl>'), 'linksHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'linksItem_stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;', 'wrap' => '<dd>|</dd>'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*), 'parseFunc.' => array(*DEEP NESTED ARRAY*)), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array(*DEEP NESTED ARRAY*))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array(*DEEP NESTED ARRAY*))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array(*DEEP NESTED ARRAY*)))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1')))), 'nextPrevRecSortingField' => 'datetime', 'reversePrevNextOrder' => '0', 'showTitleAsPrevNextLink' => '1', 'prevLinkTitle_stdWrap.' => array('wrap' => ''), 'prevLinkLabel_stdWrap.' => array('wrap' => '&lt;&nbsp;|'), 'prevLink_stdWrap.' => array('wrap' => ''), 'nextLinkTitle_stdWrap.' => array('wrap' => ''), 'nextLinkLabel_stdWrap.' => array('wrap' => '|&nbsp;&gt;'), 'nextLink_stdWrap.' => array('wrap' => '<div style="float:right;">|</div>'), 'imageCount' => '10', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '<div class="news-single-img"> | </div>', 'imageMarkerOptionSplit' => '', 'caption_stdWrap.' => array('trim' => '1', 'required' => '', 'wrap' => '', 'dataWrap' => '<p class="news-single-imgcaption" style="width:{TSFE:lastImageInfo|0}px;">|</p>'), 'image.' => array('file.' => array('maxW' => '240', 'maxH' => '180'), 'wrap' => '', 'imageLinkWrap' => '1', 'imageLinkWrap.' => array('enable' => '1', 'bodyTag' => '<body bgColor="#ffffff" style="margin:0;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600', 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '1', 'expand' => '0,0')))), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'textNewsAge_stdWrap.' => array('wrap' => ''), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'title_stdWrap.' => array('wrap' => ''), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '230 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'append' => 'TEXT', 'append.' => array('data' => 'register:newsMoreLink', 'wrap' => '<span class="news-list-morelink">|</span>', 'if.' => array('isTrue.' => array('field' => 'bodytext'))), 'outerWrap' => '<p>|</p>'), 'author_stdWrap.' => array('wrap' => ''), 'preAuthor_stdWrap.' => array('noTrimWrap' => '|| |'), 'imageCount' => '1', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-list-category"> | </div>'), 'imgAltTextField' => 'imagecaption', 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'listImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '120', 'maxH' => '90'), 'imageLinkWrap' => '1', 'noImage_stdWrap.' => array('wrap' => ''))), 'latestWithCatSelector' => '0', 'displayArchivedInLatest' => '0', 'displayLatest.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), 'usePiBasePagebrowser' => '1', 'pageBrowser.' => array('maxPages' => '7', 'showResultCount' => '1', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '1', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-list-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'singleViewPageBrowser.' => array('maxPages' => '10', 'showResultCount' => '0', 'showPBrowserText' => '0', 'dontLinkActivePage' => '1', 'showFirstLast' => '1', 'pagefloat' => 'center', 'showRange' => '0', 'hscText' => '1', 'showResultsNumbersWrap' => '|', 'browseBoxWrap' => '<div class="news-single-browse">|</div>', 'showResultsWrap' => '<div class="showResultsWrap">|</div>', 'browseLinksWrap' => '<div class="browseLinksWrap">|</div>', 'disabledLinkWrap' => '<span class="disabledLinkWrap">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<span class="activeLinkWrap">|</span>', 'activeLinkWrap.' => array('stdWrap.' => array('wrap' => '<span class="activeLinkWrap">|</span>'))), 'categoryMode' => '0', 'categorySelection' => '', 'useSubCategories' => '1', 'ignoreUseSubcategoriesForAndSelection' => '1', 'displaySubCategories' => '0', 'showRelatedNewsByCategory' => '0', 'useSPidFromCategory' => '0', 'useSPidFromCategoryRecusive' => '1', 'categoryDivider' => ',', 'categoryDivider_stdWrap.' => array('noTrimWrap' => '|| |'), 'catTextMode' => '1', 'catImageMode' => '1', 'catImageMaxWidth' => '25', 'catImageMaxHeight' => '25', 'maxCatImages' => '10', 'maxCatTexts' => '10', 'catOrderBy' => '', 'catSelectorTargetPid' => '', 'catmenuWithArchiveParams' => '0', 'displayCatMenu.' => array('catPidList' => '', 'recursive' => '', 'mode' => 'ajaxtree', 'includePrototypeJS' => '1', 'showNewsCountForCategories' => '0', 'expandable' => '1', 'expandAll' => '0', 'expandFirst' => '1', 'catmenu_stdWrap.' => array('wrap' => '<div class="news-catmenu">|</div>'), 'catmenuHeader_stdWrap.' => array('wrap' => '<p class="news-catmenu-header">|</p>'), 'hideCatmenuHeader' => '0', 'catmenuIconMode' => '0', 'catmenuIconPath' => '', 'catmenuIconFile' => 'EXT:tt_news/res/arrow.gif', 'catmenuIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuNoRootIcon' => '0', 'insertDescrAsTitle' => '1', 'catmenuRootIconFile' => '', 'catmenuRootIconFile.' => array('width' => '18', 'height' => '16'), 'catmenuItem_ACT_stdWrap.' => array('wrap' => '<div class="news-catmenu-ACT">|</div>'), 'catmenuItem_NO_stdWrap.' => array('wrap' => '<div class="news-catmenu-NO">|</div>'), 'catmenuLevel1_stdWrap.' => array('wrap' => '<div class="level1">|</div>'), 'catmenuLevel2_stdWrap.' => array('wrap' => '<div class="level2">|</div>'), 'catmenuLevel3_stdWrap.' => array('wrap' => '<div class="level3">|</div>'), 'catmenuLevel4_stdWrap.' => array('wrap' => '<div class="level4">|</div>')), 'catRootline.' => array('showCatRootline' => '0', 'catRootline_stdWrap.' => array('wrap' => '<div class="news-catRootline">|</div>'), 'linkTitles' => '1', 'title_stdWrap.' => array('wrap' => ''), 'divider' => '&nbsp;&gt;&nbsp;'), 'archiveMode' => 'month', 'archive' => '0', 'emptyArchListAtStart' => '0', 'useHRDates' => '1', 'useHRDatesSingle' => '0', 'useHRDatesSingleWithoutDay' => '0', 'archiveTypoLink.' => array('parameter' => '0'), 'datetimeDaysToArchive' => '0', 'enableArchiveDate' => '1', 'amenuStart' => '-4 years', 'amenuEnd' => 'now', 'reverseAMenu' => '1', 'archiveMenuNoEmpty' => '1', 'redirectNoTranslToList' => '0', 'ignoreNewsWithoutDatetimeInAmenu' => '1', 'disableCategoriesInAmenuLinks' => '0', 'amenuWithCatSelector' => '1', 'showYearHeadersInAmenu' => '1', 'archiveYear_stdWrap.' => array('wrap' => '<li class="news-amenu-item-year">|</li>'), 'archiveTitleCObject' => 'COA', 'archiveTitleCObject.' => array('TEXT', '10.' => array('field' => 'start', 'strftime' => '%B %Y', 'wrap' => '')), 'archiveActiveMarkerContent' => 'class="amenu-act"', 'newsFiles_stdWrap.' => array('wrap' => '<dl class="news-single-files">|</dl>'), 'newsFilesHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'newsFiles.' => array('path' => 'uploads/media/', 'icon' => '1', 'size' => '1', 'size.' => array('bytes' => '1'), 'jumpurl' => '0', 'stdWrap.' => array('wrap' => '<dd>|</dd>')), 'useBidirectionalRelations' => '1', 'usePagesRelations' => '1', 'related_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'tmp.' => array('IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'getRelatedCObject' => 'COA', 'getRelatedCObject.' => array('groupBy' => '', 'orderBy' => 'datetime desc', 'CASE', '10.' => array('key.' => array('field' => 'type'), 'default' => 'COA', 'default.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/ext_icon.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter' => '21', 'additionalParams.' => array('data' => 'register:newsAddParams'), 'useCacheHash' => '1')), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '1.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_article.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'page'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')), 'COA', '2.' => array('wrap' => '<dd> | </dd>', 'IMAGE', '5.' => array('file' => 'EXT:tt_news/res/tt_news_exturl.gif', 'file.' => array('width' => '18', 'height' => '16'), 'wrap' => '| &nbsp;'), 'TEXT', '10.' => array('field' => 'title', 'typolink.' => array('parameter.' => array('field' => 'ext_url'))), 'TEXT', '20.' => array('field' => 'datetime', 'strftime' => '%d.%m.%Y %H:%M', 'wrap' => '&nbsp;-&nbsp; |')))), 'displayRelated.' => array('noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('age_stdWrap.' => array('age' => '1'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'time_stdWrap.' => array('strftime' => '%H:%M'), 'caption_stdWrap.' => array('if.' => array('directReturn' => '0')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext'), 'outerWrap' => '<p>|</p>'), 'imageCount' => '1', 'imgAltTextField' => 'imagecaption', 'imageWrapIfAny' => '', 'category_stdWrap.' => array('wrap' => '<div class="news-latest-category"> | </div>'), 'categoryItem_stdWrap.' => array('wrap' => ''), 'linkTitleField' => 'title', 'linkTitleField.' => array('wrap' => ''), 'linkAltField' => 'short', 'linkAltField.' => array('wrap' => ''), 'latestImageMode' => 'resize2max', 'image.' => array('file.' => array('maxW' => '60', 'maxH' => '40'), 'imageLinkWrap' => '1', 'stdWrap.' => array('spaceAfter' => '0'))), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => ''))), '_LOCAL_LANG.' => array('de.' => array()), 'compatVersion' => '3.0.0', 'relatedByCategory_stdWrap.' => array('wrap' => '<dl class="news-single-related">|</dl>'), 'relatedByCategoryHeader_stdWrap.' => array('wrap' => '<dt>|</dt>'), 'wrap2.' => array('wrap' => '<dd>|</dd>'), 'relNewsByCategory.' => array('code' => 'list', 'categoryMode' => '1', 'noPageBrowser' => '1', 'limit' => '15', 'noNewsToListMsg_stdWrap.' => array('wrap' => ''), 'displayList.' => array('time_stdWrap.' => array('strftime' => '%H:%M'), 'date_stdWrap.' => array('strftime' => '%d.%m.%Y'), 'title_stdWrap.' => array('crop' => '55|...')), '_LOCAL_LANG.' => array('de.' => array('noNewsToListMsg' => ''), 'en.' => array('noNewsToListMsg' => '')), 'altMainMarkers.' => array('TEMPLATE_LIST' => 'TEMPLATE_CAT_RELATED', 'TEMPLATE_LIST.' => array('wrap' => '### | ###'))), 'searchPid' => '', 'emptySearchAtStart' => '1', 'substitutePagetitle' => '1', 'noNewsToListMsg_stdWrap.' => array('wrap' => '<p>|</p>'), 'archiveEmptyMsg_stdWrap.' => array('wrap' => ''), 'searchEmptyMsg_stdWrap.' => array('wrap' => ''), 'noNewsIdMsg_stdWrap.' => array('wrap' => ''), 'showLangLabels' => '0', 'showFlags' => '0', 'defLangLabel' => 'English', 'defLangImage' => 'uk.gif', 'flagPath' => 'media/flags/flag_', 'flagImage.' => array('file.' => array('maxW' => '16')), 'displayXML.' => array('rss091_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rss_0_91.tmpl', 'rss2_tmplFile' => 'typo3conf/ext/tt_news/res/rss_2.tmpl', 'rdf_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/rdf.tmpl', 'atom03_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_0_3.tmpl', 'atom1_tmplFile' => 'EXT:tt_news/Resources/Private/Templates/Rss/atom_1_0.tmpl', 'xmlFormat' => 'rss2', 'xmlTitle' => 'Verband Reale Bildung', 'xmlLink' => 'http://www.example.com/', 'xmlDesc' => 'Aktuelles', 'xmlLang' => 'de', 'xmlIcon' => 'EXT:tt_news/ext_icon.gif', 'xmlLimit' => '10', 'xmlCaching' => '1', 'title_stdWrap.' => array('htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1')), 'subheader_stdWrap.' => array('stripHtml' => '1', 'htmlSpecialChars' => '1', 'htmlSpecialChars.' => array('preserveEntities' => '1'), 'crop' => '100 | ... | 1', 'ifEmpty.' => array('field' => 'bodytext')), 'xmlLastBuildDate' => '1'), 'defaultCode' => 'XML', 'pid_list' => '20')))
in /html/typo3/typo3_src-9.5.31/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(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/typo3/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 166
            $this->timeTracker->push($controller->sPre, 'PAGE');

            // 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));
            }

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056))
in /html/typo3/typo3_src-9.5.31/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/html/typo3/typo3_src-9.5.31/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0xf7efa056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.31/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 /html/typo3/typo3_src-9.5.31/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 /html/typo3/typo3_src-9.5.31/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 /html/typo3/typo3_src-9.5.31/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 /html/typo3/typo3_src-9.5.31/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 /html/typo3/typo3_src-9.5.31/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();
});