Whoops, looks like something went wrong.

(1/1) Error

Class 'Arxia\ArxTemplate\Typolink\UnableToLinkException' not found

in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3conf/ext/arx_template/Classes/Typolink/FileOrFolderLinkBuilder.php line 40
        /* CHANGED END */
        $fileOrFolderObject = $linkDetails['file'] ?: $linkDetails['folder'];
        // check if the file exists or if a / is contained (same check as in detectLinkType)
        if (!($fileOrFolderObject instanceof FileInterface) && !($fileOrFolderObject instanceof Folder)) {
            throw new UnableToLinkException(
                'File "' . $linkDetails['typoLinkParameter'] . '" did not exist, so "' . $linkText . '" was not linked.',
                1490989449,
                null,
                $linkText
at Arxia\ArxTemplate\Typolink\FileOrFolderLinkBuilder->build(array('file' => null, 'type' => 'file', 'typoLinkParameter' => 't3://file?uid=3202'), 'Chart: Online-Reichweiten der Zeitungen auf Wochen- und Monatsbasis, AGOF IF 3-2014.', '', 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'))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5162
                $this,
                $tsfe
            );
            try {
                [$this->lastTypoLinkUrl, $linkText, $target] = $linkBuilder->build($linkDetails, $linkText, $target, $conf);
                $this->lastTypoLinkTarget = htmlspecialchars($target);
                $this->lastTypoLinkLD['target'] = htmlspecialchars($target);
                $this->lastTypoLinkLD['totalUrl'] = $this->lastTypoLinkUrl;
            } catch (UnableToLinkException $e) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink('Chart: Online-Reichweiten der Zeitungen auf Wochen- und Monatsbasis, AGOF IF 3-2014.', 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'))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 2684
     * @return string The processed input value
     */
    public function stdWrap_typolink($content = '', $conf = [])
    {
        return $this->typoLink($content, $conf['typolink.']);
    }

    /**
     * wrap
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->stdWrap_typolink('Chart: Online-Reichweiten der Zeitungen auf Wochen- und Monatsbasis, AGOF IF 3-2014.', array('typolink' => null, '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')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 1694
                    $isExecuted[$functionName] = true;
                    $isExecuted[$functionProperties] = true;
                    // Call the function with the prefix stdWrap_ to make sure nobody can execute functions just by adding their name to the TS Array
                    $functionName = 'stdWrap_' . $functionName;
                    $content = $this->{$functionName}($content, $singleConf);
                } elseif ($functionType === 'boolean' && !$conf[$functionName]) {
                    $isExecuted[$functionName] = true;
                    $isExecuted[$functionProperties] = true;
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->stdWrap('Chart: Online-Reichweiten der Zeitungen auf Wochen- und Monatsbasis, AGOF IF 3-2014.', 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')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php line 44
            $content = $this->cObj->stdWrap($content, $conf['value.']);
            unset($conf['value.']);
        }
        if (!empty($conf)) {
            $content = $this->cObj->stdWrap($content, $conf);
        }
        return $content;
    }
}
at TYPO3\CMS\Frontend\ContentObject\TextContentObject->render(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')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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\TextContentObject), 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')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('TEXT', 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')))), '/parseFunc/.tags.a')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 4091
                            $contentAccum[$contentAccumP] = preg_replace('/^[ ]*' . CR . '?' . LF . '/', '', $contentAccum[$contentAccumP]);
                            $contentAccum[$contentAccumP] = preg_replace('/' . CR . '?' . LF . '[ ]*$/', '', $contentAccum[$contentAccumP]);
                        }
                        $this->data[$this->currentValKey] = $contentAccum[$contentAccumP];
                        $newInput = $this->cObjGetSingle($theName, $theConf, '/parseFunc/.tags.' . $tag[0]);
                        // fetch the content object
                        $contentAccum[$contentAccumP] = $newInput;
                        $contentAccumP++;
                        // If the TypoTag section
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->_parseFunc('Zeitungen werden auch digital als relevante Medienmarken wahrgenommen und verzeichnen jede Woche 17,5 Millionen Leser auf ihren Online-Angeboten. Zu diesem Ergebnis kommt die ZMG-Sonderauswertung der AGOF internet facts 2014-3. Die Online-Monatsreichweite der Zeitungen liegt bei 30,9 Millionen Unique User. Damit erreichen die Zeitungen online 44 Prozent der Gesamtbevölkerung. Ob im durchschnittlichen Monat oder in der durchschnittlichen Woche: Die Zeitungen sind in ihrer Gesamtheit das reichweitenstärkste Angebot im Internet – vor T-Online und Ebay. <h3>Zeitung wird intensiver gelesen</h3> Die Zeitungsseiten im Internet werden nicht nur am häufigsten gelesen, sondern auch intensiver als andere Informationsseiten. Das bestätigt die Studie „Erfolgsfaktor Zeitung: Print plus Online“ von ZMG und rheingold salon. „Die klassische Zeitungsstärken wie Glaubwürdigkeit und Gründlichkeit sind gerade auch online relevant“, erklärt Jens Lönneker, Geschäftsführer von rheingold salon. „Deswegen entscheiden sich Internetnutzer explizit für das Online-Angebot der Zeitung und informieren sich dort aktiv.“ <h3>67 Prozent Reichweite bei den 14 bis 29-Jährigen</h3> Besonders stark sind die Online-Zeitungen bei der jungen Zielgruppe. 67 Prozent der 14 bis 29-Jährigen besuchen jeden Monat die Zeitungsseiten im Internet. Das heißt, 9,9 Millionen junge Leser werden im glaubwürdigen Umfeld der Zeitung erreicht. <a target="_blank" class="download" title="Initiates file download" href="t3://file?uid=3202">Chart: Online-Reichweiten der Zeitungen auf Wochen- und Monatsbasis, AGOF IF 3-2014.</a> <a target="_blank" class="download" title="Initiates file download" href="t3://file?uid=3198">Grafik: Die reichweitenstärksten Webangebote</a>', array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('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')))), 'link.' => array('typolink.' => array('target.' => array('override' => '_top')))), 'allowTags' => 'a, abbr, acronym, address, blockquote, b, br, caption, center, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, u, ul, iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'div,p,pre,h1,h2,h3,h4,h5,h6', 'nonWrappedTag' => 'P', 'addAttributes.' => array('P.' => array('class' => '', 'class.' => array('setOnly' => 'blank'))))), 'htmlSanitize' => true, 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', '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('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'))))), '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('default' => 'table', 'always' => '1', 'list' => 'table')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1', 'callRecursive.' => array('tagStdWrap.' => array('HTMLparser.' => array('tags.' => array('blockquote.' => array()))))), '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'))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3886
                if (is_array($cfg['stdWrap.'])) {
                    $parts[$k] = $this->stdWrap($parts[$k], $cfg['stdWrap.']);
                }
            } else {
                $parts[$k] = $this->_parseFunc($parts[$k], $conf);
            }
        }
        $result = implode('', $parts);
        if ($conf['htmlSanitize']) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->parseFunc('Zeitungen werden auch digital als relevante Medienmarken wahrgenommen und verzeichnen jede Woche 17,5 Millionen Leser auf ihren Online-Angeboten. Zu diesem Ergebnis kommt die ZMG-Sonderauswertung der AGOF internet facts 2014-3. Die Online-Monatsreichweite der Zeitungen liegt bei 30,9 Millionen Unique User. Damit erreichen die Zeitungen online 44 Prozent der Gesamtbevölkerung. Ob im durchschnittlichen Monat oder in der durchschnittlichen Woche: Die Zeitungen sind in ihrer Gesamtheit das reichweitenstärkste Angebot im Internet – vor T-Online und Ebay. <h3>Zeitung wird intensiver gelesen</h3> Die Zeitungsseiten im Internet werden nicht nur am häufigsten gelesen, sondern auch intensiver als andere Informationsseiten. Das bestätigt die Studie „Erfolgsfaktor Zeitung: Print plus Online“ von ZMG und rheingold salon. „Die klassische Zeitungsstärken wie Glaubwürdigkeit und Gründlichkeit sind gerade auch online relevant“, erklärt Jens Lönneker, Geschäftsführer von rheingold salon. „Deswegen entscheiden sich Internetnutzer explizit für das Online-Angebot der Zeitung und informieren sich dort aktiv.“ <h3>67 Prozent Reichweite bei den 14 bis 29-Jährigen</h3> Besonders stark sind die Online-Zeitungen bei der jungen Zielgruppe. 67 Prozent der 14 bis 29-Jährigen besuchen jeden Monat die Zeitungsseiten im Internet. Das heißt, 9,9 Millionen junge Leser werden im glaubwürdigen Umfeld der Zeitung erreicht. <a target="_blank" class="download" title="Initiates file download" href="t3://file?uid=3202">Chart: Online-Reichweiten der Zeitungen auf Wochen- und Monatsbasis, AGOF IF 3-2014.</a> <a target="_blank" class="download" title="Initiates file download" href="t3://file?uid=3198">Grafik: Die reichweitenstärksten Webangebote</a>', array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('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')))), 'link.' => array('typolink.' => array('target.' => array('override' => '_top')))), 'allowTags' => 'a, abbr, acronym, address, blockquote, b, br, caption, center, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, u, ul, iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'div,p,pre,h1,h2,h3,h4,h5,h6', 'nonWrappedTag' => 'P', 'addAttributes.' => array('P.' => array('class' => '', 'class.' => array('setOnly' => 'blank'))))), 'htmlSanitize' => true, 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', '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('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'))))), '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('default' => 'table', 'always' => '1', 'list' => 'table')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1', 'callRecursive.' => array('tagStdWrap.' => array('HTMLparser.' => array('tags.' => array('blockquote.' => array()))))), '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'))), '< lib.parseFunc_RTE')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php line 120
        }
        $value = $renderChildrenClosure();
        $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
        $contentObject->start([]);
        $content = $contentObject->parseFunc($value, [], '< ' . $parseFuncTSPath);
        if (TYPO3_MODE === 'BE') {
            self::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlViewHelper::renderStatic(array('parseFuncTSPath' => 'lib.parseFunc_RTE'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/News_action_detail_247ecbdfc66f29f0b92539d9d61ffda0f49ebd8d.php line 2092
};
$arguments121 = array();
$arguments121['parseFuncTSPath'] = 'lib.parseFunc_RTE';

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlViewHelper::renderStatic($arguments121, $renderChildrenClosure122, $renderingContext);

$output3 .= '
   </div>

at News_action_detail_247ecbdfc66f29f0b92539d9d61ffda0f49ebd8d->{closure}()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/News_action_detail_247ecbdfc66f29f0b92539d9d61ffda0f49ebd8d.php line 2699

  ';
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

at News_action_detail_247ecbdfc66f29f0b92539d9d61ffda0f49ebd8d->section_040f06fd774092478d450774f5ba30c5da78acc8(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('content', array(), false)
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'content', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/layout_Detail_html_html_01b6d7df996261e1c99a6172e56d30e1d5bd59f3.php line 118
$arguments10['contentAs'] = NULL;
$arguments10['debug'] = true;
$arguments10['section'] = 'content';

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);

$output0 .= '
 </div>
</div>
at layout_Detail_html_html_01b6d7df996261e1c99a6172e56d30e1d5bd59f3->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 504
            $actionResult = $this->{$this->errorMethodName}();
        }

        if ($actionResult === null && $this->view instanceof ViewInterface) {
            $this->response->appendContent($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $this->response->appendContent($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $this->response->appendContent((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3conf/ext/news/Classes/Controller/NewsBaseController.php line 54
     */
    public function processRequest(RequestInterface $request, ResponseInterface $response)
    {
        try {
            parent::processRequest($request, $response);
        } catch (\Exception $exception) {
            $this->handleKnownExceptionsElseThrowAgain($exception);
        }
    }
at GeorgRinger\News\Controller\NewsBaseController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 173
     */
    public function run(string $content, array $configuration): string
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), '')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $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' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'tt_content.list.20.news_pi1')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'tt_content.list.20.news_pi1', 'news_pi1')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 7600, 'pid' => 463, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3_origuid' => 0, 'tstamp' => 1459860466, 'hidden' => 0, 'sorting' => 12, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecaption' => null, 'imagecols' => 1, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 1, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'imagecaption_position' => '', 'image_link' => null, 'image_zoom' => 0, 'image_noRows' => 0, 'image_effects' => 0, 'image_compression' => 0, 'altText' => null, 'titleText' => null, 'longdescURL' => null, 'header_layout' => '0', 'text_align' => '', 'text_face' => 0, 'text_size' => 0, 'text_color' => 0, 'text_properties' => 0, 'menu_type' => '0', 'list_type' => 'news_pi1', 'table_border' => 0, 'table_cellspacing' => 0, 'table_cellpadding' => 0, 'table_bgColor' => 0, 'select_key' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'section_frame' => 0, 'date' => 0, 'splash_layout' => '0', 'multimedia' => null, 'image_frames' => 0, 'recursive' => 0, 'imageheight' => 0, 'rte_enabled' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.orderBy"> <value index="vDEF"></value> </field> <field index="settings.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.dateField"> <value index="vDEF">datetime</value> </field> <field index="settings.categories"> <value index="vDEF">3</value> </field> <field index="settings.categoryConjunction"> <value index="vDEF">0</value> </field> <field index="settings.includeSubCategories"> <value index="vDEF">0</value> </field> <field index="settings.archiveRestriction"> <value index="vDEF"></value> </field> <field index="settings.timeRestriction"> <value index="vDEF"></value> </field> <field index="settings.timeRestrictionHigh"> <value index="vDEF"></value> </field> <field index="settings.topNewsRestriction"> <value index="vDEF"></value> </field> <field index="settings.startingpoint"> <value index="vDEF">143</value> </field> <field index="settings.recursive"> <value index="vDEF">0</value> </field> <field index="settings.backPid"> <value index="vDEF"></value> </field> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="switchableControllerActions"> <value index="vDEF">News-&gt;detail</value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF">463</value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF">91</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.offset"> <value index="vDEF"></value> </field> <field index="settings.tags"> <value index="vDEF"></value> </field> <field index="settings.hidePagination"> <value index="vDEF">0</value> </field> <field index="settings.topNewsFirst"> <value index="vDEF">0</value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="template"> <language index="lDEF"> <field index="settings.media.maxWidth"> <value index="vDEF"></value> </field> <field index="settings.media.maxHeight"> <value index="vDEF"></value> </field> <field index="settings.cropMaxCharacters"> <value index="vDEF"></value> </field> <field index="settings.templateLayout"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:26:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:9:"subheader";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:6:"layout";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:9:"css_class";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:37:"tx_arxtemplatezmg_disable_img_submenu";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:10:"categories";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'tx_templavoila_ds' => '', 'tx_templavoila_to' => 0, 'tx_templavoila_flex' => null, 'tx_templavoila_pito' => 0, 't3ver_move_id' => 0, 'crdate' => 1449239418, 'cruser_id' => 52, 'tx_imagemapwizard_links' => '', 'file_collections' => null, 'filelink_sorting' => '', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'css_class' => 0, 'tx_news_related_news' => 0, 'news_ttnewsimport_new_id' => 0, 'tx_mask_accordion' => 0, 'tx_mask_tabs' => 0, 'tx_mask_carousel' => 0, 'tx_mask_box' => 0, 'tx_mask_textalign' => null, 'tx_mask_socialshare' => 0, 'tx_mask_imagebox' => 0, 'tx_mask_imgwidth' => null, 'tx_mask_imgheight' => null, 'tx_mask_linktext' => null, 'tx_mask_link' => null, 'tx_mask_linktype' => null, 'tx_mask_content_parent' => 0, 'tx_mask_links' => 0, 'tx_mask_title' => null, 'tx_mask_text' => null, 'tx_mask_linktitle' => null, 'tx_mask_homeboxes' => 0, 'tx_mask_image' => 0, 'tx_mask_size' => null, 'tx_mask_leftcolumn' => null, 'tx_mask_rightcolumn' => null, 'tx_mask_firstcolumn' => null, 'tx_mask_secondcolumn' => null, 'tx_mask_addcontent' => 0, 'tx_mask_steps' => 0, 'tx_mask_seminars' => 0, 'tx_mask_picture' => 0, 'tx_mask_description' => null, 'tx_mask_addtools' => 0, 'tx_mask_buttontext' => null, 'tx_mask_actionlink' => null, 'tx_mask_details' => null, 'tx_mask_notes' => null, 'tx_mask_alltools' => null, 'tx_mask_addaccordion' => 0, 'tx_mask_addacordion' => 0, 'tx_mask_toolslinktitle' => null, 'tx_mask_toolslink' => null, 'tx_mask_addtool' => 0, 'tx_mask_info' => null, 'tx_mask_type' => null, 'tx_mask_linkheader' => null, 'tx_mask_downloadlink' => null, 'tx_mask_downloadimage' => 0, 'tx_mask_formid' => null, 'tx_arxtemplatezmg_disable_img_submenu' => 0, 'rowDescription' => null, 'editlock' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'filelink_sorting_direction' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'gridelements_shortcut_page_order_by' => 0, 'tx_generic_gallery_predefined' => null, 'tx_generic_gallery_items' => 0, 'tx_generic_gallery_images' => null, 'tx_generic_gallery_collection' => 0), 'typoscriptObjectPath' => 'tt_content.list.20.news_pi1', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/Standard_action_list_6f5b1ab658fb907dc2547aa00eca382180749268.php line 74
$array11 = array (
);$arguments7['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array11);
$arguments7['table'] = 'tt_content';
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
    ';
return $output6;
at Standard_action_list_6f5b1ab658fb907dc2547aa00eca382180749268->{closure}()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/Standard_action_list_6f5b1ab658fb907dc2547aa00eca382180749268.php line 99
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Standard_action_list_6f5b1ab658fb907dc2547aa00eca382180749268->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/layout_Default_html_17443ce9dd79293a8a9bcfa14ad00e6a391abba0.php line 1171
     ),
     $renderingContext
    );

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments47, $renderChildrenClosure48, $renderingContext);

$output3 .= '
                ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_17443ce9dd79293a8a9bcfa14ad00e6a391abba0->{closure}()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/layout_Default_html_17443ce9dd79293a8a9bcfa14ad00e6a391abba0.php line 1693
        ';
return $output67;
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_17443ce9dd79293a8a9bcfa14ad00e6a391abba0->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:zmg_base/Resources/Private/Templates/Extensions/FluidStyledContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:zmg_base/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:zmg_base/Resources/Private/Layouts/Extensions/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" rel="gallery-{contentObjectData.uid}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'variables.' => array('whiteBox' => 'CASE', 'whiteBox.' => array('key.' => array('field' => 'colPos'), 'TEXT', '1.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))), 'TEXT', '2.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))))), '20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:zmg_base/Resources/Private/Templates/Extensions/FluidStyledContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:zmg_base/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:zmg_base/Resources/Private/Layouts/Extensions/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" rel="gallery-{contentObjectData.uid}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'variables.' => array('whiteBox' => 'CASE', 'whiteBox.' => array('key.' => array('field' => 'colPos'), 'TEXT', '1.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))), 'TEXT', '2.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))))), '20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:zmg_base/Resources/Private/Templates/Extensions/FluidStyledContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:zmg_base/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:zmg_base/Resources/Private/Layouts/Extensions/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" rel="gallery-{contentObjectData.uid}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'variables.' => array('whiteBox' => 'CASE', 'whiteBox.' => array('key.' => array('field' => 'colPos'), 'TEXT', '1.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))), 'TEXT', '2.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))))), '20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))), 'lib.contentElement')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:zmg_base/Resources/Private/Templates/Extensions/FluidStyledContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:zmg_base/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:zmg_base/Resources/Private/Layouts/Extensions/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" rel="gallery-{contentObjectData.uid}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'variables.' => array('whiteBox' => 'CASE', 'whiteBox.' => array('key.' => array('field' => 'colPos'), 'TEXT', '1.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))), 'TEXT', '2.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))))), '20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))), 'list')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_jumbotron' => '< lib.maskContentElement', 'mask_jumbotron.' => array('templateName' => 'Jumbotron.html'), 'mask_graybanner' => '< lib.maskContentElement', 'mask_graybanner.' => array('templateName' => 'Graybanner.html'), 'mask_twocolumnsbox' => '< lib.maskContentElement', 'mask_twocolumnsbox.' => array('templateName' => 'Twocolumnsbox.html'), 'mask_sociallinks' => '< lib.maskContentElement', 'mask_sociallinks.' => array('templateName' => 'Sociallinks.html'), 'mask_newstwocolumns' => '< lib.maskContentElement', 'mask_newstwocolumns.' => array('templateName' => 'Newstwocolumns.html'), 'mask_steps' => '< lib.maskContentElement', 'mask_steps.' => array('templateName' => 'Steps.html'), 'mask_seminars' => '< lib.maskContentElement', 'mask_seminars.' => array('templateName' => 'Seminars.html'), 'mask_planungstools' => '< lib.maskContentElement', 'mask_planungstools.' => array('templateName' => 'Planungstools.html'), 'mask_singleplanandbook' => '< lib.maskContentElement', 'mask_singleplanandbook.' => array('templateName' => 'Singleplanandbook.html'), 'mask_calltoaction' => '< lib.maskContentElement', 'mask_calltoaction.' => array('templateName' => 'Calltoaction.html'), 'mask_contactbox' => '< lib.maskContentElement', 'mask_contactbox.' => array('templateName' => 'Contactbox.html'), 'mask_downloadlist' => '< lib.maskContentElement', 'mask_downloadlist.' => array('templateName' => 'Downloadlist.html'), 'mask_publicationaccordion' => '< lib.maskContentElement', 'mask_publicationaccordion.' => array('templateName' => 'Publicationaccordion.html'), 'mask_homebox' => '< lib.maskContentElement', 'mask_homebox.' => array('templateName' => 'Homebox.html'), 'mask_newsletterlink' => '< lib.maskContentElement', 'mask_newsletterlink.' => array('templateName' => 'Newsletterlink.html'), 'list.' => array('20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings.' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'includeSubCategories' => '0', 'analytics.' => array('social.' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'link.' => array('typesOpeningInNewWindow' => '2', 'hrDate' => '0', 'hrDate.' => array('day' => 'j', 'month' => 'n', 'year' => 'Y'), 'skipControllerAndAction' => '0'), 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'disqusLocale' => 'en', 'demandClass' => '', 'interfaces.' => array('media.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3Html5,GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3,GeorgRinger\\News\\MediaRenderer\\Video\\Quicktime,GeorgRinger\\News\\MediaRenderer\\Video\\File,GeorgRinger\\News\\MediaRenderer\\Video\\Youtube,GeorgRinger\\News\\MediaRenderer\\Video\\Vimeo,GeorgRinger\\News\\MediaRenderer\\Video\\Videosites'), 'falMedia.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Video\\Fal')), 'mediaRenderer.' => array('youtube.' => array('additionalParams' => '')), 'search.' => array('fields' => 'teaser,title,bodytext'), 'detail.' => array('errorHandling' => 'pageNotFoundHandler', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showSocialShareButtons' => '1', 'disqusShortname' => '', 'media.' => array('image.' => array('maxWidth' => '282', 'maxHeight' => '', 'lightbox.' => array('enabled' => '{$styles.content.imgtext.linkWrap.lightboxEnabled}', 'class' => '{$styles.content.imgtext.linkWrap.lightboxCssClass}', 'width' => '{$styles.content.imgtext.linkWrap.width}', 'height' => '{$styles.content.imgtext.linkWrap.height}', 'rel' => 'lightbox[myImageSet]')), 'video.' => array('width' => '282', 'height' => '300'))), 'list.' => array('media.' => array('image.' => array('maxWidth' => '100', 'maxHeight' => '100'), 'dummyImage' => 'typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png'), 'paginate.' => array('itemsPerPage' => '10', 'insertAbove' => '1', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '3'), 'rss.' => array('channel.' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'relatedFiles.' => array('fileSizeLabels' => '', 'download.' => array('labelStdWrap.' => array('cObject' => 'TEXT', 'htmlSpecialChars' => '1'))), 'opengraph.' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'region' => '', 'postal-code' => '', 'country-name' => ''), 'singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'new,edit,hide,delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'), 'outerWrap' => '<div style="clear:both"></div>|'), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '400.' => array('value' => '<div id="c{field:uid}" class="csc-default white-box small-img">|</div>', 'insertData' => '1')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '30.' => array('if.' => array('value' => '3', 'equals.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '530', '1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" data-rel="gallery-{field:uid}"')))))), 'list' => '< lib.contentElement', 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), 'wrap' => '<div class="t3_content_container table-responsive">|</div>'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:zmg_base/Resources/Private/Templates/Extensions/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:zmg_base/Resources/Private/Partials/Extensions/Gridelements/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'variables.' => array('background_image' => 'FILES', 'background_image.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'pi_flexform_background_image'), 'renderObj' => 'TEXT', 'renderObj.' => array('data' => 'file:current:publicUrl')))), 'mailform.' => array('20.' => array('stdWrap.' => array('wrap' => '<div class="form-area"> | </div>'))), 'menu_type_boxed' => '< lib.contentElement', 'menu_type_boxed.' => array('templateName' => 'Submenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'as' => 'imageContent', 'selectFields' => 'uid', 'pidInList.' => array('field' => 'uid'), 'where' => 'CType IN ("textpic", "image") AND tx_arxtemplatezmg_disable_img_submenu = 0', 'languageField' => 'sys_language_uid', 'max' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'as' => 'description', 'selectFields' => 'bodytext', 'pidInList.' => array('field' => 'uid'), 'where' => 'bodytext > \'\' AND colPos < 2', 'languageField' => 'sys_language_uid', 'max' => '1')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'lib.' => array('stdheader.' => array('TEXT', '2.' => array('field' => 'subheader', 'wrap' => '<span class="subheader">|</span>', 'if.' => array('isTrue.' => array('field' => 'subheader')))))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_jumbotron' => '< lib.maskContentElement', 'mask_jumbotron.' => array('templateName' => 'Jumbotron.html'), 'mask_graybanner' => '< lib.maskContentElement', 'mask_graybanner.' => array('templateName' => 'Graybanner.html'), 'mask_twocolumnsbox' => '< lib.maskContentElement', 'mask_twocolumnsbox.' => array('templateName' => 'Twocolumnsbox.html'), 'mask_sociallinks' => '< lib.maskContentElement', 'mask_sociallinks.' => array('templateName' => 'Sociallinks.html'), 'mask_newstwocolumns' => '< lib.maskContentElement', 'mask_newstwocolumns.' => array('templateName' => 'Newstwocolumns.html'), 'mask_steps' => '< lib.maskContentElement', 'mask_steps.' => array('templateName' => 'Steps.html'), 'mask_seminars' => '< lib.maskContentElement', 'mask_seminars.' => array('templateName' => 'Seminars.html'), 'mask_planungstools' => '< lib.maskContentElement', 'mask_planungstools.' => array('templateName' => 'Planungstools.html'), 'mask_singleplanandbook' => '< lib.maskContentElement', 'mask_singleplanandbook.' => array('templateName' => 'Singleplanandbook.html'), 'mask_calltoaction' => '< lib.maskContentElement', 'mask_calltoaction.' => array('templateName' => 'Calltoaction.html'), 'mask_contactbox' => '< lib.maskContentElement', 'mask_contactbox.' => array('templateName' => 'Contactbox.html'), 'mask_downloadlist' => '< lib.maskContentElement', 'mask_downloadlist.' => array('templateName' => 'Downloadlist.html'), 'mask_publicationaccordion' => '< lib.maskContentElement', 'mask_publicationaccordion.' => array('templateName' => 'Publicationaccordion.html'), 'mask_homebox' => '< lib.maskContentElement', 'mask_homebox.' => array('templateName' => 'Homebox.html'), 'mask_newsletterlink' => '< lib.maskContentElement', 'mask_newsletterlink.' => array('templateName' => 'Newsletterlink.html'), 'list.' => array('20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings.' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'includeSubCategories' => '0', 'analytics.' => array('social.' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'link.' => array('typesOpeningInNewWindow' => '2', 'hrDate' => '0', 'hrDate.' => array('day' => 'j', 'month' => 'n', 'year' => 'Y'), 'skipControllerAndAction' => '0'), 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'disqusLocale' => 'en', 'demandClass' => '', 'interfaces.' => array('media.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3Html5,GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3,GeorgRinger\\News\\MediaRenderer\\Video\\Quicktime,GeorgRinger\\News\\MediaRenderer\\Video\\File,GeorgRinger\\News\\MediaRenderer\\Video\\Youtube,GeorgRinger\\News\\MediaRenderer\\Video\\Vimeo,GeorgRinger\\News\\MediaRenderer\\Video\\Videosites'), 'falMedia.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Video\\Fal')), 'mediaRenderer.' => array('youtube.' => array('additionalParams' => '')), 'search.' => array('fields' => 'teaser,title,bodytext'), 'detail.' => array('errorHandling' => 'pageNotFoundHandler', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showSocialShareButtons' => '1', 'disqusShortname' => '', 'media.' => array('image.' => array('maxWidth' => '282', 'maxHeight' => '', 'lightbox.' => array('enabled' => '{$styles.content.imgtext.linkWrap.lightboxEnabled}', 'class' => '{$styles.content.imgtext.linkWrap.lightboxCssClass}', 'width' => '{$styles.content.imgtext.linkWrap.width}', 'height' => '{$styles.content.imgtext.linkWrap.height}', 'rel' => 'lightbox[myImageSet]')), 'video.' => array('width' => '282', 'height' => '300'))), 'list.' => array('media.' => array('image.' => array('maxWidth' => '100', 'maxHeight' => '100'), 'dummyImage' => 'typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png'), 'paginate.' => array('itemsPerPage' => '10', 'insertAbove' => '1', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '3'), 'rss.' => array('channel.' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'relatedFiles.' => array('fileSizeLabels' => '', 'download.' => array('labelStdWrap.' => array('cObject' => 'TEXT', 'htmlSpecialChars' => '1'))), 'opengraph.' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'region' => '', 'postal-code' => '', 'country-name' => ''), 'singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'new,edit,hide,delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'), 'outerWrap' => '<div style="clear:both"></div>|'), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '400.' => array('value' => '<div id="c{field:uid}" class="csc-default white-box small-img">|</div>', 'insertData' => '1')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '30.' => array('if.' => array('value' => '3', 'equals.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '530', '1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" data-rel="gallery-{field:uid}"')))))), 'list' => '< lib.contentElement', 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), 'wrap' => '<div class="t3_content_container table-responsive">|</div>'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:zmg_base/Resources/Private/Templates/Extensions/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:zmg_base/Resources/Private/Partials/Extensions/Gridelements/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'variables.' => array('background_image' => 'FILES', 'background_image.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'pi_flexform_background_image'), 'renderObj' => 'TEXT', 'renderObj.' => array('data' => 'file:current:publicUrl')))), 'mailform.' => array('20.' => array('stdWrap.' => array('wrap' => '<div class="form-area"> | </div>'))), 'menu_type_boxed' => '< lib.contentElement', 'menu_type_boxed.' => array('templateName' => 'Submenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'as' => 'imageContent', 'selectFields' => 'uid', 'pidInList.' => array('field' => 'uid'), 'where' => 'CType IN ("textpic", "image") AND tx_arxtemplatezmg_disable_img_submenu = 0', 'languageField' => 'sys_language_uid', 'max' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'as' => 'description', 'selectFields' => 'bodytext', 'pidInList.' => array('field' => 'uid'), 'where' => 'bodytext > \'\' AND colPos < 2', 'languageField' => 'sys_language_uid', 'max' => '1')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'lib.' => array('stdheader.' => array('TEXT', '2.' => array('field' => 'subheader', 'wrap' => '<span class="subheader">|</span>', 'if.' => array('isTrue.' => array('field' => 'subheader')))))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_jumbotron' => '< lib.maskContentElement', 'mask_jumbotron.' => array('templateName' => 'Jumbotron.html'), 'mask_graybanner' => '< lib.maskContentElement', 'mask_graybanner.' => array('templateName' => 'Graybanner.html'), 'mask_twocolumnsbox' => '< lib.maskContentElement', 'mask_twocolumnsbox.' => array('templateName' => 'Twocolumnsbox.html'), 'mask_sociallinks' => '< lib.maskContentElement', 'mask_sociallinks.' => array('templateName' => 'Sociallinks.html'), 'mask_newstwocolumns' => '< lib.maskContentElement', 'mask_newstwocolumns.' => array('templateName' => 'Newstwocolumns.html'), 'mask_steps' => '< lib.maskContentElement', 'mask_steps.' => array('templateName' => 'Steps.html'), 'mask_seminars' => '< lib.maskContentElement', 'mask_seminars.' => array('templateName' => 'Seminars.html'), 'mask_planungstools' => '< lib.maskContentElement', 'mask_planungstools.' => array('templateName' => 'Planungstools.html'), 'mask_singleplanandbook' => '< lib.maskContentElement', 'mask_singleplanandbook.' => array('templateName' => 'Singleplanandbook.html'), 'mask_calltoaction' => '< lib.maskContentElement', 'mask_calltoaction.' => array('templateName' => 'Calltoaction.html'), 'mask_contactbox' => '< lib.maskContentElement', 'mask_contactbox.' => array('templateName' => 'Contactbox.html'), 'mask_downloadlist' => '< lib.maskContentElement', 'mask_downloadlist.' => array('templateName' => 'Downloadlist.html'), 'mask_publicationaccordion' => '< lib.maskContentElement', 'mask_publicationaccordion.' => array('templateName' => 'Publicationaccordion.html'), 'mask_homebox' => '< lib.maskContentElement', 'mask_homebox.' => array('templateName' => 'Homebox.html'), 'mask_newsletterlink' => '< lib.maskContentElement', 'mask_newsletterlink.' => array('templateName' => 'Newsletterlink.html'), 'list.' => array('20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings.' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'includeSubCategories' => '0', 'analytics.' => array('social.' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'link.' => array('typesOpeningInNewWindow' => '2', 'hrDate' => '0', 'hrDate.' => array('day' => 'j', 'month' => 'n', 'year' => 'Y'), 'skipControllerAndAction' => '0'), 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'disqusLocale' => 'en', 'demandClass' => '', 'interfaces.' => array('media.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3Html5,GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3,GeorgRinger\\News\\MediaRenderer\\Video\\Quicktime,GeorgRinger\\News\\MediaRenderer\\Video\\File,GeorgRinger\\News\\MediaRenderer\\Video\\Youtube,GeorgRinger\\News\\MediaRenderer\\Video\\Vimeo,GeorgRinger\\News\\MediaRenderer\\Video\\Videosites'), 'falMedia.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Video\\Fal')), 'mediaRenderer.' => array('youtube.' => array('additionalParams' => '')), 'search.' => array('fields' => 'teaser,title,bodytext'), 'detail.' => array('errorHandling' => 'pageNotFoundHandler', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showSocialShareButtons' => '1', 'disqusShortname' => '', 'media.' => array('image.' => array('maxWidth' => '282', 'maxHeight' => '', 'lightbox.' => array('enabled' => '{$styles.content.imgtext.linkWrap.lightboxEnabled}', 'class' => '{$styles.content.imgtext.linkWrap.lightboxCssClass}', 'width' => '{$styles.content.imgtext.linkWrap.width}', 'height' => '{$styles.content.imgtext.linkWrap.height}', 'rel' => 'lightbox[myImageSet]')), 'video.' => array('width' => '282', 'height' => '300'))), 'list.' => array('media.' => array('image.' => array('maxWidth' => '100', 'maxHeight' => '100'), 'dummyImage' => 'typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png'), 'paginate.' => array('itemsPerPage' => '10', 'insertAbove' => '1', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '3'), 'rss.' => array('channel.' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'relatedFiles.' => array('fileSizeLabels' => '', 'download.' => array('labelStdWrap.' => array('cObject' => 'TEXT', 'htmlSpecialChars' => '1'))), 'opengraph.' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'region' => '', 'postal-code' => '', 'country-name' => ''), 'singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'new,edit,hide,delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'), 'outerWrap' => '<div style="clear:both"></div>|'), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '400.' => array('value' => '<div id="c{field:uid}" class="csc-default white-box small-img">|</div>', 'insertData' => '1')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '30.' => array('if.' => array('value' => '3', 'equals.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '530', '1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" data-rel="gallery-{field:uid}"')))))), 'list' => '< lib.contentElement', 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), 'wrap' => '<div class="t3_content_container table-responsive">|</div>'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:zmg_base/Resources/Private/Templates/Extensions/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:zmg_base/Resources/Private/Partials/Extensions/Gridelements/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'variables.' => array('background_image' => 'FILES', 'background_image.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'pi_flexform_background_image'), 'renderObj' => 'TEXT', 'renderObj.' => array('data' => 'file:current:publicUrl')))), 'mailform.' => array('20.' => array('stdWrap.' => array('wrap' => '<div class="form-area"> | </div>'))), 'menu_type_boxed' => '< lib.contentElement', 'menu_type_boxed.' => array('templateName' => 'Submenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'as' => 'imageContent', 'selectFields' => 'uid', 'pidInList.' => array('field' => 'uid'), 'where' => 'CType IN ("textpic", "image") AND tx_arxtemplatezmg_disable_img_submenu = 0', 'languageField' => 'sys_language_uid', 'max' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'as' => 'description', 'selectFields' => 'bodytext', 'pidInList.' => array('field' => 'uid'), 'where' => 'bodytext > \'\' AND colPos < 2', 'languageField' => 'sys_language_uid', 'max' => '1')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'lib.' => array('stdheader.' => array('TEXT', '2.' => array('field' => 'subheader', 'wrap' => '<span class="subheader">|</span>', 'if.' => array('isTrue.' => array('field' => 'subheader')))))), 'tt_content')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_jumbotron' => '< lib.maskContentElement', 'mask_jumbotron.' => array('templateName' => 'Jumbotron.html'), 'mask_graybanner' => '< lib.maskContentElement', 'mask_graybanner.' => array('templateName' => 'Graybanner.html'), 'mask_twocolumnsbox' => '< lib.maskContentElement', 'mask_twocolumnsbox.' => array('templateName' => 'Twocolumnsbox.html'), 'mask_sociallinks' => '< lib.maskContentElement', 'mask_sociallinks.' => array('templateName' => 'Sociallinks.html'), 'mask_newstwocolumns' => '< lib.maskContentElement', 'mask_newstwocolumns.' => array('templateName' => 'Newstwocolumns.html'), 'mask_steps' => '< lib.maskContentElement', 'mask_steps.' => array('templateName' => 'Steps.html'), 'mask_seminars' => '< lib.maskContentElement', 'mask_seminars.' => array('templateName' => 'Seminars.html'), 'mask_planungstools' => '< lib.maskContentElement', 'mask_planungstools.' => array('templateName' => 'Planungstools.html'), 'mask_singleplanandbook' => '< lib.maskContentElement', 'mask_singleplanandbook.' => array('templateName' => 'Singleplanandbook.html'), 'mask_calltoaction' => '< lib.maskContentElement', 'mask_calltoaction.' => array('templateName' => 'Calltoaction.html'), 'mask_contactbox' => '< lib.maskContentElement', 'mask_contactbox.' => array('templateName' => 'Contactbox.html'), 'mask_downloadlist' => '< lib.maskContentElement', 'mask_downloadlist.' => array('templateName' => 'Downloadlist.html'), 'mask_publicationaccordion' => '< lib.maskContentElement', 'mask_publicationaccordion.' => array('templateName' => 'Publicationaccordion.html'), 'mask_homebox' => '< lib.maskContentElement', 'mask_homebox.' => array('templateName' => 'Homebox.html'), 'mask_newsletterlink' => '< lib.maskContentElement', 'mask_newsletterlink.' => array('templateName' => 'Newsletterlink.html'), 'list.' => array('20.' => array('sr_feuser_register_pi1' => '< plugin.tx_srfeuserregister_pi1', 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'aoe_special_subjects_pi1' => '< plugin.tx_aoespecialsubjects_pi1', 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'genericgallery_pi1' => 'USER', 'genericgallery_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GenericGallery', 'pluginName' => 'Pi1'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'pmchart_zmgchart' => 'USER', 'pmchart_zmgchart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PmChart', 'pluginName' => 'Zmgchart'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView')), 'templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list')))), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings.' => array('cssFile' => 'EXT:news/Resources/Public/Css/news-basic.css', 'displayDummyIfNoMedia' => '1', 'format' => 'html', 'overrideFlexformSettingsIfEmpty' => 'cropMaxCharacters,dateField,timeRestriction,orderBy,orderDirection,backPid,listPid,startingpoint,recursive,list.paginate.itemsPerPage,list.paginate.templatePath', 'includeSubCategories' => '0', 'analytics.' => array('social.' => array('facebookLike' => '1', 'facebookShare' => '1', 'twitter' => '1')), 'detailPidDetermination' => 'flexform, categories, default', 'defaultDetailPid' => '0', 'dateField' => 'datetime', 'link.' => array('typesOpeningInNewWindow' => '2', 'hrDate' => '0', 'hrDate.' => array('day' => 'j', 'month' => 'n', 'year' => 'Y'), 'skipControllerAndAction' => '0'), 'cropMaxCharacters' => '150', 'orderBy' => 'datetime', 'orderDirection' => 'desc', 'topNewsFirst' => '0', 'orderByAllowed' => 'sorting,author,uid,title,teaser,author,tstamp,crdate,datetime,categories.title', 'facebookLocale' => 'en_US', 'googlePlusLocale' => 'en', 'disqusLocale' => 'en', 'demandClass' => '', 'interfaces.' => array('media.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3Html5,GeorgRinger\\News\\MediaRenderer\\Audio\\Mp3,GeorgRinger\\News\\MediaRenderer\\Video\\Quicktime,GeorgRinger\\News\\MediaRenderer\\Video\\File,GeorgRinger\\News\\MediaRenderer\\Video\\Youtube,GeorgRinger\\News\\MediaRenderer\\Video\\Vimeo,GeorgRinger\\News\\MediaRenderer\\Video\\Videosites'), 'falMedia.' => array('video' => 'GeorgRinger\\News\\MediaRenderer\\Video\\Fal')), 'mediaRenderer.' => array('youtube.' => array('additionalParams' => '')), 'search.' => array('fields' => 'teaser,title,bodytext'), 'detail.' => array('errorHandling' => 'pageNotFoundHandler', 'checkPidOfNewsRecord' => '0', 'registerProperties' => 'keywords,title', 'showSocialShareButtons' => '1', 'disqusShortname' => '', 'media.' => array('image.' => array('maxWidth' => '282', 'maxHeight' => '', 'lightbox.' => array('enabled' => '{$styles.content.imgtext.linkWrap.lightboxEnabled}', 'class' => '{$styles.content.imgtext.linkWrap.lightboxCssClass}', 'width' => '{$styles.content.imgtext.linkWrap.width}', 'height' => '{$styles.content.imgtext.linkWrap.height}', 'rel' => 'lightbox[myImageSet]')), 'video.' => array('width' => '282', 'height' => '300'))), 'list.' => array('media.' => array('image.' => array('maxWidth' => '100', 'maxHeight' => '100'), 'dummyImage' => 'typo3conf/ext/news/Resources/Public/Images/dummy-preview-image.png'), 'paginate.' => array('itemsPerPage' => '10', 'insertAbove' => '1', 'insertBelow' => '1', 'templatePath' => '', 'prevNextHeaderTags' => '1', 'maximumNumberOfLinks' => '3'), 'rss.' => array('channel.' => array('title' => 'Dummy Title', 'description' => '', 'language' => 'en-gb', 'copyright' => 'TYPO3 News', 'generator' => 'TYPO3 EXT:news', 'link' => 'http://example.com'))), 'relatedFiles.' => array('fileSizeLabels' => '', 'download.' => array('labelStdWrap.' => array('cObject' => 'TEXT', 'htmlSpecialChars' => '1'))), 'opengraph.' => array('site_name' => '', 'type' => 'article', 'admins' => '', 'email' => '', 'phone_number' => '', 'fax_number' => '', 'latitude' => '', 'longitude' => '', 'street-address' => '', 'locality' => '', 'region' => '', 'postal-code' => '', 'country-name' => ''), 'singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1')))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'new,edit,hide,delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'), 'outerWrap' => '<div style="clear:both"></div>|'), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '400.' => array('value' => '<div id="c{field:uid}" class="csc-default white-box small-img">|</div>', 'insertData' => '1')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '30.' => array('if.' => array('value' => '3', 'equals.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('maxW' => '530', '1.' => array('imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" data-rel="gallery-{field:uid}"')))))), 'list' => '< lib.contentElement', 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table'))), 'wrap' => '<div class="t3_content_container table-responsive">|</div>'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '200', 'columnSpacing' => '23', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:zmg_base/Resources/Private/Templates/Extensions/Gridelements/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/', 'EXT:zmg_base/Resources/Private/Partials/Extensions/Gridelements/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children'))), 'variables.' => array('background_image' => 'FILES', 'background_image.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'pi_flexform_background_image'), 'renderObj' => 'TEXT', 'renderObj.' => array('data' => 'file:current:publicUrl')))), 'mailform.' => array('20.' => array('stdWrap.' => array('wrap' => '<div class="form-area"> | </div>'))), 'menu_type_boxed' => '< lib.contentElement', 'menu_type_boxed.' => array('templateName' => 'Submenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'as' => 'imageContent', 'selectFields' => 'uid', 'pidInList.' => array('field' => 'uid'), 'where' => 'CType IN ("textpic", "image") AND tx_arxtemplatezmg_disable_img_submenu = 0', 'languageField' => 'sys_language_uid', 'max' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'as' => 'description', 'selectFields' => 'bodytext', 'pidInList.' => array('field' => 'uid'), 'where' => 'bodytext > \'\' AND colPos < 2', 'languageField' => 'sys_language_uid', 'max' => '1')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'lib.' => array('stdheader.' => array('TEXT', '2.' => array('field' => 'subheader', 'wrap' => '<span class="subheader">|</span>', 'if.' => array('isTrue.' => array('field' => 'subheader')))))), '')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1'))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1'))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1'))), '20')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        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('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject), array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1')))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1')))), 'lib.dynamicContent')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('maskContentElement.' => array('templateRootPaths.' => array('typo3conf/ext/zmg_base/Resources/Private/Templates/Extensions/Mask/Content/Standard/'), 'partialRootPaths.' => array('typo3conf/ext/zmg_base/Resources/Private/Mask/Frontend/Partials/', 'EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:zmg_base/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('typo3conf/ext/zmg_base/Resources/Private/Mask/Frontend/Layouts/', 'EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:zmg_base/Resources/Private/Layouts/Extensions/FluidStyledContent/'), 'dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor'), 'variables.' => array('whiteBox' => 'CASE', 'whiteBox.' => array('key.' => array('field' => 'colPos'), 'TEXT', '1.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))), 'TEXT', '2.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType'))))))), 'dp_cookieconsent' => 'FLUIDTEMPLATE', 'dp_cookieconsent.' => array('file' => 'EXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html', 'templateName' => 'Cookie', 'templateRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Layouts/', ''), 'settings.' => array('url' => '1925', 'target' => '_blank', 'theme' => 'edgeless', 'position' => 'bottom-right', 'type' => 'info', 'revokable' => 'true', 'reloadOnRevoke' => 'false', 'checkboxes.' => array('statistics' => 'false', 'marketing' => 'false'), 'overlay.' => array('notice' => 'true', 'box.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#4A82BA', 'text' => '#fff')), 'palette.' => array('popup.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#4A82BA', 'text' => '#fff'))), 'dataProcessing.' => array('DirkPersky\\DpCookieconsent\\DataProcessing\\CookieScriptsProcessor', '10.' => array('as' => 'dp_cookie_scripts', 'pid' => ''))), 'tx_mask.' => array('content' => 'RECORDS', 'content.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'maskContentElement' => 'FLUIDTEMPLATE', 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:zmg_base/Resources/Private/Templates/Extensions/FluidStyledContent/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:zmg_base/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:zmg_base/Resources/Private/Layouts/Extensions/FluidStyledContent/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="swipebox" rel="gallery-{contentObjectData.uid}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'variables.' => array('whiteBox' => 'CASE', 'whiteBox.' => array('key.' => array('field' => 'colPos'), 'TEXT', '1.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType')))), 'TEXT', '2.' => array('value' => 'white-box', 'override' => 'csc-default', 'override.' => array('if.' => array('value' => 'menu_abstact,menu_categorized_content,menu_categorized_pages,menu_pages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_subpages,menu_type_overview,menu_type_boxed', 'isInList.' => array('field' => 'CType'))))))), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('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')))), 'link.' => array('typolink.' => array('target.' => array('override' => '_top')))), 'allowTags' => 'a, abbr, acronym, address, blockquote, b, br, caption, center, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, u, ul, iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('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')))), 'link.' => array('typolink.' => array('target.' => array('override' => '_top')))), 'allowTags' => 'a, abbr, acronym, address, blockquote, b, br, caption, center, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strike, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, u, ul, iframe', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'div,p,pre,h1,h2,h3,h4,h5,h6', 'nonWrappedTag' => 'P', 'addAttributes.' => array('P.' => array('class' => '', 'class.' => array('setOnly' => 'blank'))))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', '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('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'))))), '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('default' => 'table', 'always' => '1', 'list' => 'table')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1', 'callRecursive.' => array('tagStdWrap.' => array('HTMLparser.' => array('tags.' => array('blockquote.' => array()))))), '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'))), 'tt_content.' => array('shortcut.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'))), 'fluidContent.' => array('templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/Content/', 'EXT:arx_template/Resources/Private/Templates/Extensions/FluidStyledContent/Content/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:arx_template/Resources/Private/Partials/Extensions/FluidStyledContent/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:arx_template/Resources/Private/Layouts/Extensions/FluidStyledContent/')), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<ol class="breadcrumb" vocab="http://schema.org/" typeof="BreadcrumbList">|</ol>', 'TEXT', '5.' => array(), 'COA', '10.' => array('TEXT', '10.' => array('data' => 'LLL:EXT:zmg_base/Resources/Private/Language/locallang.xlf:misc.home', 'stdWrap.' => array(), 'typolink.' => array('wrap' => '<li class="breadcrumb-item first">|</li>', 'parameter' => '1371')), 'HMENU', '20.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'includeNotInMenu' => '0', 'excludeDoktypes' => '5', 'TMENU', '1.' => array('NO.' => array('stdWrap.' => array('wrap' => '<span property="name">|</span>', 'htmlSpecialChars' => '1'), 'before.' => array('cObject' => 'LOAD_REGISTER', 'cObject.' => array('tempN.' => array('data' => 'register:L1N', 'wrap' => '|+1'), 'L1N.' => array('data' => 'register:tempN', 'prioriCalc' => '1'))), 'wrapItemAndSub' => '<li class="breadcrumb-item" property="itemListElement" typeof="ListItem">|</li> |*| <li class="breadcrumb-item" property="itemListElement" typeof="ListItem">|</li> |*| <li class="breadcrumb-item last" property="itemListElement" typeof="ListItem">|</li>', 'linkWrap' => '|<meta property="position" content="{register:L1N}">', 'ATagParams' => 'property="item" typeof="WebPage"', 'allStdWrap.' => array('insertData' => '1')), 'CUR.' => array('stdWrap.' => array('wrap' => '<span property="name">|</span>', 'htmlSpecialChars' => '1'), 'before.' => array('cObject' => 'LOAD_REGISTER', 'cObject.' => array('tempN.' => array('data' => 'register:L1N', 'wrap' => '|+1'), 'L1N.' => array('data' => 'register:tempN', 'prioriCalc' => '1'))), 'wrapItemAndSub' => '<li class="breadcrumb-item active" property="itemListElement" typeof="ListItem">|</li>', 'linkWrap' => '|<meta property="position" content="{register:L1N}">', 'ATagParams' => 'property="item" typeof="WebPage"', 'allStdWrap.' => array('insertData' => '1'), 'doNotLinkIt' => '1'))), 'RECORDS', '30.' => array('dontCheckPid' => '1', 'tables' => 'tx_news_domain_model_news', 'source.' => array('data' => 'GP:tx_news_pi1|news // GP:tx_news_pi1|news_preview'), 'conf.' => array('tx_news_domain_model_news' => 'TEXT', 'tx_news_domain_model_news.' => array('field' => 'title', 'dataWrap' => '<li title="{field:title} ({LLL:EXT:{$stratis.var.pathLanguage}locallang_typoscript.xlf:menus.currentSection})">|</li>'))))), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1')))), 'dynamicContentSlide' => 'COA', 'dynamicContentSlide.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos={register:colPos}', 'where.' => array('insertData' => '1')))), 'copyright' => 'TEXT', 'copyright.' => array('value' => 'Copyright © 2015 Arxia. All rights reserved.'), 'footerText' => 'RECORDS', 'footerText.' => array('source' => '20', 'tables' => 'tt_content', 'dontCheckPid' => '1'), 'partners' => 'RECORDS', 'partners.' => array('source' => '69', 'tables' => 'tt_content', 'dontCheckPid' => '1'), 'social' => 'RECORDS', 'social.' => array('source' => '24', 'tables' => 'tt_content', 'dontCheckPid' => '1'), 'topMenu' => 'COA', 'topMenu.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '18'), 'entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '<nav role="navigation" class="submenu"><ul>|</ul></nav>', 'expAll' => '1', 'noBlur' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li class="active">|</li>|*|<li>|</li>', 'stdWrap.' => array('wrap' => '|&nbsp;<i class="fa fa-angle-right"></i>')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<li class="active">|</li>|*|<li>|</li>', 'stdWrap.' => array('wrap' => '|&nbsp;<i class="fa fa-angle-right"></i>')), 'CUR' => '1', 'CUR.' => array('allWrap' => '<li class="active">|</li>|*|<li>|</li>', 'stdWrap.' => array('wrap' => '|&nbsp;<i class="fa fa-angle-right"></i>'))))), 'socialMenu' => 'COA', 'socialMenu.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '24'), 'entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '<ul class="social-networks">|</ul>', 'expAll' => '1', 'noBlur' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li class="facebook">|</li>||<li class="twitter">|</li>||<li class="instagram">|</li>||<li class="youtube">|</li>||<li class="issuu">|</li>', 'doNotLinkIt' => '1', 'stdWrap.' => array('wrap' => ' <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-facebook" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 22"><title>facebook</title><path d="M0 7.3h2.6V5.1c0-1 0-2.5.8-3.4.8-1 2-1.7 4-1.7 3.2 0 4.6.4 4.6.4l-.6 3.4s-1.1-.3-2.1-.3-1.9.3-1.9 1.2v2.6h4.1l-.3 3.3H7.4V22H2.6V10.6H0V7.3z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-twitter" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 20"><title>twitter</title><path d="M21.3 3.1c.9-.7 1.7-1.5 2-2.7-1 .5-1.9.9-3.1 1.2-3.1-3.6-9.6-.6-8.4 4.6C7 5.8 4.1 3.6 1.6.9.2 3.1 1.5 6.7 3 7.6c-.8-.1-1.5-.3-2-.6.1 2.9 1.7 4.2 3.7 5.1-.6.1-1.5.1-2 0 .7 2 2.1 3.3 4.6 3.6-1.7 1.4-4.3 2.2-7.3 2 2.4 1.5 4.9 2.5 8.7 2.2 7.6-.4 12.9-6.9 12.9-15 .9-.7 2-1.7 2.4-2.6-.8.4-1.7.6-2.7.8z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-instagram" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 25 25"><title>instagram</title><path d="M24.1.9c-.7-.6-1.4-.9-2.3-.9H3.2C2.3 0 1.6.3.9.9.3 1.6 0 2.3 0 3.2v18.6c0 .9.3 1.6.9 2.3.7.6 1.4.9 2.3.9h18.6c.9 0 1.6-.3 2.3-.9.6-.6.9-1.4.9-2.3V3.2c0-.9-.3-1.6-.9-2.3zM9 9c1-.9 2.2-1.4 3.5-1.4 1.4 0 2.6.5 3.6 1.4 1 .9 1.5 2.1 1.5 3.4 0 1.3-.5 2.5-1.5 3.4-1 .9-2.2 1.4-3.6 1.4s-2.6-.5-3.5-1.4c-1-.9-1.5-2.1-1.5-3.4C7.5 11.1 8 10 9 9zm13.2 12.1c0 .3-.1.5-.3.7-.2.2-.4.3-.7.3H3.8c-.3 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.7V10.6h2.3c-.2.7-.3 1.4-.3 2.1 0 2.1.8 3.9 2.3 5.3 1.5 1.5 3.3 2.2 5.5 2.2 1.4 0 2.7-.3 3.9-1 1.2-.7 2.1-1.6 2.8-2.7.7-1.2 1-2.4 1-3.8 0-.7-.1-1.4-.3-2.1h2.2v10.5zm0-14.5c0 .3-.1.6-.3.8-.2.2-.5.3-.8.3h-2.8c-.3 0-.6-.1-.8-.3-.2-.2-.3-.5-.3-.8V3.9c0-.3.1-.6.3-.8.2-.2.5-.3.8-.3H21c.3 0 .6.1.8.3.2.2.3.5.3.8v2.7z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-youtube" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21 25"><title>youtube</title><path d="M17.2 11.9H3.8C1.7 11.9 0 14 0 16.6v3.8C0 22.9 1.7 25 3.8 25h13.3c2.1 0 3.8-2.1 3.8-4.7v-3.8c.1-2.5-1.6-4.6-3.7-4.6zM6.6 14.8H5.4v7.5H4.2v-7.5H3v-1.3h3.7v1.3zm3.5 7.5h-1v-.7c-.2.3-.4.5-.6.6-.2.1-.4.2-.6.2-.2 0-.4-.1-.6-.3-.1-.2-.2-.5-.2-.9v-5.4h1.1v5c0 .2 0 .3.1.3 0 .1.1.1.2.1s.2 0 .3-.1l.3-.3v-4.9h1.1l-.1 6.4zM14 21c0 .5-.1.8-.2 1.1-.2.2-.4.4-.7.4-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.4v.5h-1.1v-8.8H12v2.8c.1-.2.3-.3.5-.4.2-.1.3-.2.5-.2.3 0 .6.1.8.4s.3.7.3 1.2C14 17.4 14 21 14 21zm3.7-1.8h-2v1.2c0 .3 0 .6.1.7.1.1.2.2.4.2s.3-.1.4-.2c.1-.1.1-.4.1-.7v-.3h1.1v.3c0 .7-.1 1.2-.4 1.5-.3.3-.7.5-1.2.5s-.9-.2-1.1-.5c-.3-.4-.4-.8-.4-1.5v-2.9c0-.6.2-1 .5-1.4.3-.4.7-.5 1.2-.5s.9.2 1.1.5c.3.3.4.8.4 1.4v1.7zm-1.6-2.4c-.2 0-.3.1-.4.2-.1.1-.1.3-.1.6v.7h.9v-.7c0-.3 0-.5-.1-.6 0-.1-.1-.2-.3-.2zm-3.6 0c-.1 0-.2 0-.2.1-.1 0-.1.1-.2.2v4c.1.1.2.2.3.2.1 0 .2.1.3.1.1 0 .2 0 .3-.1.1-.1.1-.2.1-.4v-3.3c0-.2 0-.4-.1-.5-.3-.2-.4-.3-.5-.3zM5.6 9.7h1.3v-4L8.5 0H7.1l-.8 3.9h-.1L5.3 0H4l1.6 5.8v3.9zm4.7.1c.5 0 1-.2 1.3-.5.3-.3.5-.8.5-1.4V4.2c0-.5-.2-1-.5-1.3-.3-.3-.7-.5-1.2-.5s-1 .2-1.3.5c-.3.3-.5.7-.5 1.3v3.7c0 .6.2 1.1.5 1.4.3.4.7.5 1.2.5zm-.5-5.7c0-.2 0-.3.1-.4.1-.1.2-.1.4-.1s.3 0 .4.1c.1.1.1.2.1.4V8c0 .2 0 .3-.1.5-.1.1-.2.2-.4.2s-.3-.1-.4-.2c0-.2-.1-.3-.1-.5V4.1zm4.1 5.7c.2 0 .5-.1.7-.2.2-.2.5-.4.7-.7v.8h1.2V2.5h-1.2v5.4c-.1.2-.2.3-.4.4-.1.1-.2.2-.3.2-.1 0-.2 0-.2-.1s-.1-.2-.1-.4V2.5H13v6c0 .4.1.7.2 1 .2.2.4.3.7.3z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-issuu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 23 23"><title>issuu</title><path d="M11.6 5.6c-3.2 0-5.9 2.6-5.9 5.8 0 3.2 2.6 5.9 5.8 5.9 3.2 0 5.9-2.6 5.9-5.8.1-3.2-2.5-5.9-5.8-5.9zm0 8.8c-1.6 0-2.9-1.4-2.9-3s1.4-2.9 3-2.9 2.9 1.4 2.9 3c-.1 1.6-1.4 2.9-3 2.9z"/><path d="M11.5 0H0v11.5C0 17.9 5.1 23 11.5 23S23 17.9 23 11.5 17.9 0 11.5 0zm0 19.4c-4.4 0-8-3.7-7.9-8.1 0-4.4 3.7-8 8.1-7.9 4.4 0 8 3.7 7.9 8.1-.1 4.4-3.7 7.9-8.1 7.9z"/></svg></a>', 'insertData' => '1')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<li class="facebook">|</li>||<li class="twitter">|</li>||<li class="instagram">|</li>||<li class="youtube">|</li>||<li class="issuu">|</li>', 'doNotLinkIt' => '1', 'stdWrap.' => array('wrap' => ' <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-facebook" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 22"><title>facebook</title><path d="M0 7.3h2.6V5.1c0-1 0-2.5.8-3.4.8-1 2-1.7 4-1.7 3.2 0 4.6.4 4.6.4l-.6 3.4s-1.1-.3-2.1-.3-1.9.3-1.9 1.2v2.6h4.1l-.3 3.3H7.4V22H2.6V10.6H0V7.3z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-twitter" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 20"><title>twitter</title><path d="M21.3 3.1c.9-.7 1.7-1.5 2-2.7-1 .5-1.9.9-3.1 1.2-3.1-3.6-9.6-.6-8.4 4.6C7 5.8 4.1 3.6 1.6.9.2 3.1 1.5 6.7 3 7.6c-.8-.1-1.5-.3-2-.6.1 2.9 1.7 4.2 3.7 5.1-.6.1-1.5.1-2 0 .7 2 2.1 3.3 4.6 3.6-1.7 1.4-4.3 2.2-7.3 2 2.4 1.5 4.9 2.5 8.7 2.2 7.6-.4 12.9-6.9 12.9-15 .9-.7 2-1.7 2.4-2.6-.8.4-1.7.6-2.7.8z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-instagram" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 25 25"><title>instagram</title><path d="M24.1.9c-.7-.6-1.4-.9-2.3-.9H3.2C2.3 0 1.6.3.9.9.3 1.6 0 2.3 0 3.2v18.6c0 .9.3 1.6.9 2.3.7.6 1.4.9 2.3.9h18.6c.9 0 1.6-.3 2.3-.9.6-.6.9-1.4.9-2.3V3.2c0-.9-.3-1.6-.9-2.3zM9 9c1-.9 2.2-1.4 3.5-1.4 1.4 0 2.6.5 3.6 1.4 1 .9 1.5 2.1 1.5 3.4 0 1.3-.5 2.5-1.5 3.4-1 .9-2.2 1.4-3.6 1.4s-2.6-.5-3.5-1.4c-1-.9-1.5-2.1-1.5-3.4C7.5 11.1 8 10 9 9zm13.2 12.1c0 .3-.1.5-.3.7-.2.2-.4.3-.7.3H3.8c-.3 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.7V10.6h2.3c-.2.7-.3 1.4-.3 2.1 0 2.1.8 3.9 2.3 5.3 1.5 1.5 3.3 2.2 5.5 2.2 1.4 0 2.7-.3 3.9-1 1.2-.7 2.1-1.6 2.8-2.7.7-1.2 1-2.4 1-3.8 0-.7-.1-1.4-.3-2.1h2.2v10.5zm0-14.5c0 .3-.1.6-.3.8-.2.2-.5.3-.8.3h-2.8c-.3 0-.6-.1-.8-.3-.2-.2-.3-.5-.3-.8V3.9c0-.3.1-.6.3-.8.2-.2.5-.3.8-.3H21c.3 0 .6.1.8.3.2.2.3.5.3.8v2.7z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-youtube" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21 25"><title>youtube</title><path d="M17.2 11.9H3.8C1.7 11.9 0 14 0 16.6v3.8C0 22.9 1.7 25 3.8 25h13.3c2.1 0 3.8-2.1 3.8-4.7v-3.8c.1-2.5-1.6-4.6-3.7-4.6zM6.6 14.8H5.4v7.5H4.2v-7.5H3v-1.3h3.7v1.3zm3.5 7.5h-1v-.7c-.2.3-.4.5-.6.6-.2.1-.4.2-.6.2-.2 0-.4-.1-.6-.3-.1-.2-.2-.5-.2-.9v-5.4h1.1v5c0 .2 0 .3.1.3 0 .1.1.1.2.1s.2 0 .3-.1l.3-.3v-4.9h1.1l-.1 6.4zM14 21c0 .5-.1.8-.2 1.1-.2.2-.4.4-.7.4-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.4v.5h-1.1v-8.8H12v2.8c.1-.2.3-.3.5-.4.2-.1.3-.2.5-.2.3 0 .6.1.8.4s.3.7.3 1.2C14 17.4 14 21 14 21zm3.7-1.8h-2v1.2c0 .3 0 .6.1.7.1.1.2.2.4.2s.3-.1.4-.2c.1-.1.1-.4.1-.7v-.3h1.1v.3c0 .7-.1 1.2-.4 1.5-.3.3-.7.5-1.2.5s-.9-.2-1.1-.5c-.3-.4-.4-.8-.4-1.5v-2.9c0-.6.2-1 .5-1.4.3-.4.7-.5 1.2-.5s.9.2 1.1.5c.3.3.4.8.4 1.4v1.7zm-1.6-2.4c-.2 0-.3.1-.4.2-.1.1-.1.3-.1.6v.7h.9v-.7c0-.3 0-.5-.1-.6 0-.1-.1-.2-.3-.2zm-3.6 0c-.1 0-.2 0-.2.1-.1 0-.1.1-.2.2v4c.1.1.2.2.3.2.1 0 .2.1.3.1.1 0 .2 0 .3-.1.1-.1.1-.2.1-.4v-3.3c0-.2 0-.4-.1-.5-.3-.2-.4-.3-.5-.3zM5.6 9.7h1.3v-4L8.5 0H7.1l-.8 3.9h-.1L5.3 0H4l1.6 5.8v3.9zm4.7.1c.5 0 1-.2 1.3-.5.3-.3.5-.8.5-1.4V4.2c0-.5-.2-1-.5-1.3-.3-.3-.7-.5-1.2-.5s-1 .2-1.3.5c-.3.3-.5.7-.5 1.3v3.7c0 .6.2 1.1.5 1.4.3.4.7.5 1.2.5zm-.5-5.7c0-.2 0-.3.1-.4.1-.1.2-.1.4-.1s.3 0 .4.1c.1.1.1.2.1.4V8c0 .2 0 .3-.1.5-.1.1-.2.2-.4.2s-.3-.1-.4-.2c0-.2-.1-.3-.1-.5V4.1zm4.1 5.7c.2 0 .5-.1.7-.2.2-.2.5-.4.7-.7v.8h1.2V2.5h-1.2v5.4c-.1.2-.2.3-.4.4-.1.1-.2.2-.3.2-.1 0-.2 0-.2-.1s-.1-.2-.1-.4V2.5H13v6c0 .4.1.7.2 1 .2.2.4.3.7.3z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-issuu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 23 23"><title>issuu</title><path d="M11.6 5.6c-3.2 0-5.9 2.6-5.9 5.8 0 3.2 2.6 5.9 5.8 5.9 3.2 0 5.9-2.6 5.9-5.8.1-3.2-2.5-5.9-5.8-5.9zm0 8.8c-1.6 0-2.9-1.4-2.9-3s1.4-2.9 3-2.9 2.9 1.4 2.9 3c-.1 1.6-1.4 2.9-3 2.9z"/><path d="M11.5 0H0v11.5C0 17.9 5.1 23 11.5 23S23 17.9 23 11.5 17.9 0 11.5 0zm0 19.4c-4.4 0-8-3.7-7.9-8.1 0-4.4 3.7-8 8.1-7.9 4.4 0 8 3.7 7.9 8.1-.1 4.4-3.7 7.9-8.1 7.9z"/></svg></a>', 'insertData' => '1')), 'CUR' => '1', 'CUR.' => array('allWrap' => '<li class="facebook">|</li>||<li class="twitter">|</li>||<li class="instagram">|</li>||<li class="youtube">|</li>||<li class="issuu">|</li>', 'doNotLinkIt' => '1', 'stdWrap.' => array('wrap' => ' <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-facebook" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 22"><title>facebook</title><path d="M0 7.3h2.6V5.1c0-1 0-2.5.8-3.4.8-1 2-1.7 4-1.7 3.2 0 4.6.4 4.6.4l-.6 3.4s-1.1-.3-2.1-.3-1.9.3-1.9 1.2v2.6h4.1l-.3 3.3H7.4V22H2.6V10.6H0V7.3z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-twitter" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 20"><title>twitter</title><path d="M21.3 3.1c.9-.7 1.7-1.5 2-2.7-1 .5-1.9.9-3.1 1.2-3.1-3.6-9.6-.6-8.4 4.6C7 5.8 4.1 3.6 1.6.9.2 3.1 1.5 6.7 3 7.6c-.8-.1-1.5-.3-2-.6.1 2.9 1.7 4.2 3.7 5.1-.6.1-1.5.1-2 0 .7 2 2.1 3.3 4.6 3.6-1.7 1.4-4.3 2.2-7.3 2 2.4 1.5 4.9 2.5 8.7 2.2 7.6-.4 12.9-6.9 12.9-15 .9-.7 2-1.7 2.4-2.6-.8.4-1.7.6-2.7.8z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-instagram" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 25 25"><title>instagram</title><path d="M24.1.9c-.7-.6-1.4-.9-2.3-.9H3.2C2.3 0 1.6.3.9.9.3 1.6 0 2.3 0 3.2v18.6c0 .9.3 1.6.9 2.3.7.6 1.4.9 2.3.9h18.6c.9 0 1.6-.3 2.3-.9.6-.6.9-1.4.9-2.3V3.2c0-.9-.3-1.6-.9-2.3zM9 9c1-.9 2.2-1.4 3.5-1.4 1.4 0 2.6.5 3.6 1.4 1 .9 1.5 2.1 1.5 3.4 0 1.3-.5 2.5-1.5 3.4-1 .9-2.2 1.4-3.6 1.4s-2.6-.5-3.5-1.4c-1-.9-1.5-2.1-1.5-3.4C7.5 11.1 8 10 9 9zm13.2 12.1c0 .3-.1.5-.3.7-.2.2-.4.3-.7.3H3.8c-.3 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.7V10.6h2.3c-.2.7-.3 1.4-.3 2.1 0 2.1.8 3.9 2.3 5.3 1.5 1.5 3.3 2.2 5.5 2.2 1.4 0 2.7-.3 3.9-1 1.2-.7 2.1-1.6 2.8-2.7.7-1.2 1-2.4 1-3.8 0-.7-.1-1.4-.3-2.1h2.2v10.5zm0-14.5c0 .3-.1.6-.3.8-.2.2-.5.3-.8.3h-2.8c-.3 0-.6-.1-.8-.3-.2-.2-.3-.5-.3-.8V3.9c0-.3.1-.6.3-.8.2-.2.5-.3.8-.3H21c.3 0 .6.1.8.3.2.2.3.5.3.8v2.7z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-youtube" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21 25"><title>youtube</title><path d="M17.2 11.9H3.8C1.7 11.9 0 14 0 16.6v3.8C0 22.9 1.7 25 3.8 25h13.3c2.1 0 3.8-2.1 3.8-4.7v-3.8c.1-2.5-1.6-4.6-3.7-4.6zM6.6 14.8H5.4v7.5H4.2v-7.5H3v-1.3h3.7v1.3zm3.5 7.5h-1v-.7c-.2.3-.4.5-.6.6-.2.1-.4.2-.6.2-.2 0-.4-.1-.6-.3-.1-.2-.2-.5-.2-.9v-5.4h1.1v5c0 .2 0 .3.1.3 0 .1.1.1.2.1s.2 0 .3-.1l.3-.3v-4.9h1.1l-.1 6.4zM14 21c0 .5-.1.8-.2 1.1-.2.2-.4.4-.7.4-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.4v.5h-1.1v-8.8H12v2.8c.1-.2.3-.3.5-.4.2-.1.3-.2.5-.2.3 0 .6.1.8.4s.3.7.3 1.2C14 17.4 14 21 14 21zm3.7-1.8h-2v1.2c0 .3 0 .6.1.7.1.1.2.2.4.2s.3-.1.4-.2c.1-.1.1-.4.1-.7v-.3h1.1v.3c0 .7-.1 1.2-.4 1.5-.3.3-.7.5-1.2.5s-.9-.2-1.1-.5c-.3-.4-.4-.8-.4-1.5v-2.9c0-.6.2-1 .5-1.4.3-.4.7-.5 1.2-.5s.9.2 1.1.5c.3.3.4.8.4 1.4v1.7zm-1.6-2.4c-.2 0-.3.1-.4.2-.1.1-.1.3-.1.6v.7h.9v-.7c0-.3 0-.5-.1-.6 0-.1-.1-.2-.3-.2zm-3.6 0c-.1 0-.2 0-.2.1-.1 0-.1.1-.2.2v4c.1.1.2.2.3.2.1 0 .2.1.3.1.1 0 .2 0 .3-.1.1-.1.1-.2.1-.4v-3.3c0-.2 0-.4-.1-.5-.3-.2-.4-.3-.5-.3zM5.6 9.7h1.3v-4L8.5 0H7.1l-.8 3.9h-.1L5.3 0H4l1.6 5.8v3.9zm4.7.1c.5 0 1-.2 1.3-.5.3-.3.5-.8.5-1.4V4.2c0-.5-.2-1-.5-1.3-.3-.3-.7-.5-1.2-.5s-1 .2-1.3.5c-.3.3-.5.7-.5 1.3v3.7c0 .6.2 1.1.5 1.4.3.4.7.5 1.2.5zm-.5-5.7c0-.2 0-.3.1-.4.1-.1.2-.1.4-.1s.3 0 .4.1c.1.1.1.2.1.4V8c0 .2 0 .3-.1.5-.1.1-.2.2-.4.2s-.3-.1-.4-.2c0-.2-.1-.3-.1-.5V4.1zm4.1 5.7c.2 0 .5-.1.7-.2.2-.2.5-.4.7-.7v.8h1.2V2.5h-1.2v5.4c-.1.2-.2.3-.4.4-.1.1-.2.2-.3.2-.1 0-.2 0-.2-.1s-.1-.2-.1-.4V2.5H13v6c0 .4.1.7.2 1 .2.2.4.3.7.3z"/></svg></a>|| <a title="{field:title}" target="_blank" href="http://{field:url}"><span class="hidden">|</span><svg class="icon icon-issuu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 23 23"><title>issuu</title><path d="M11.6 5.6c-3.2 0-5.9 2.6-5.9 5.8 0 3.2 2.6 5.9 5.8 5.9 3.2 0 5.9-2.6 5.9-5.8.1-3.2-2.5-5.9-5.8-5.9zm0 8.8c-1.6 0-2.9-1.4-2.9-3s1.4-2.9 3-2.9 2.9 1.4 2.9 3c-.1 1.6-1.4 2.9-3 2.9z"/><path d="M11.5 0H0v11.5C0 17.9 5.1 23 11.5 23S23 17.9 23 11.5 17.9 0 11.5 0zm0 19.4c-4.4 0-8-3.7-7.9-8.1 0-4.4 3.7-8 8.1-7.9 4.4 0 8 3.7 7.9 8.1-.1 4.4-3.7 7.9-8.1 7.9z"/></svg></a>', 'insertData' => '1'))))), 'subMenu' => 'HMENU', 'subMenu.' => array('entryLevel' => '1', 'TMENU', '1.' => array('expAll' => '1', 'wrap' => '<div class="list-group">|</div>', 'NO.' => array('wrapItemAndSub' => '|', 'ATagParams' => 'class="list-group-item"'), 'CUR.' => array('wrapItemAndSub' => '|', 'ATagParams' => 'class="list-group-item active"', 'allWrap' => '|'), 'CUR' => '1', 'CURIFSUB' => '1', 'CURIFSUB.' => array('wrapItemAndSub' => '|', 'allWrap' => '|', 'ATagParams' => 'class="list-group-item active"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'ATagParams' => 'class="list-group-item active"')), 'TMENU', '2.' => array('wrap' => '<div class="list-group">|</div>', 'NO.' => array('wrapItemAndSub' => '|', 'ATagParams' => 'class="list-group-item"'), 'CUR.' => array('wrapItemAndSub' => '|', 'ATagParams' => 'class="list-group-item active"'), 'CUR' => '1')), 'newscolumn' => 'CONTENT', 'newscolumn.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1758', 'orderBy' => 'sorting')), 'logo' => 'COA', 'logo.' => array('IMAGE', '10.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/logo.png', 'altText' => 'Die Zeitungen', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="desktop-logo"')), 'wrap' => ''), 'IMAGE', '20.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/logo-tablet.png', 'altText' => 'Die Zeitungen', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="tablet-logo"')), 'wrap' => ''), 'IMAGE', '30.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/logo-mobile.png', 'altText' => 'Die Zeitungen', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="mobile-logo"')), 'wrap' => '')), 'logoHome' => 'COA', 'logoHome.' => array('IMAGE', '10.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/logo.png', 'altText' => 'Die Zeitungen', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="desktop-logo"')), 'wrap' => '<h1>|</h1>'), 'IMAGE', '20.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/logo-tablet.png', 'altText' => 'Die Zeitungen', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="tablet-logo"')), 'wrap' => '<h1>|</h1>'), 'IMAGE', '30.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/logo-mobile.png', 'altText' => 'Die Zeitungen', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="mobile-logo"')), 'wrap' => '<h1>|</h1>')), 'search' => 'COA_INT', 'search.' => array('IMAGE', '10.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/search-icon.png', 'file.' => array('width' => '26c', 'height' => '25c'), 'altText' => 'Search', 'wrap' => '<li><a href="#" class="menu-search">|</a>'), 'TEXT', '20.' => array('typolink.' => array('parameter' => '82', 'returnLast' => 'url'), 'wrap' => '<form action="|" method="post" id="search" class="top-menu-search">'), 'COA', '30.' => array('wrap' => '|', 'TEXT', '10.' => array('data' => 'GPvar : tx_kesearch_pi1 |sword', 'wrap' => '<p class="psearch"><span id="pspan"></span><input name="tx_kesearch_pi1[sword]" title="Suche:" value="|" id="sword" type="text" placeholder="Suche nach..."/></p>'), 'COA', '20.' => array('wrap' => '|', 'TEXT', '10.' => array('value' => '<input id="kesearchpagenumber" type="hidden" name="tx_kesearch_pi1[page]" value="1">'), 'TEXT', '20.' => array('value' => '<input id="resetFilters" type="hidden" name="tx_kesearch_pi1[resetFilters]" value="0">'), 'TEXT', '30.' => array('value' => '<input class="button" name="submit" type="submit" value="Suche:" />'))), 'wrap' => '| </form></li>'), 'footerLogo' => 'COA', 'footerLogo.' => array('IMAGE', '10.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/footer-logo-bdzv2.png', 'file.' => array('height' => '93'), 'altText' => 'Die Zeitungen Footer Logo', 'stdWrap.' => array('typolink.' => array('parameter' => 'http://www.bdzv.de/', 'title' => 'Bundesverband Deutscher Zeitungsverleger e.V.', 'ATagParams' => 'class="desktop-logo footer-logo--bdzv"', 'extTarget' => '_blank')), 'wrap' => ''), 'IMAGE', '20.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/footer-logo.png', 'file.' => array('height' => '59c'), 'altText' => 'Die Zeitungen Footer Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1371', 'title' => 'Die Zeitungen', 'ATagParams' => 'class="desktop-logo footer-logo--diezeitungen"')), 'wrap' => ''), 'IMAGE', '30.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/footer-logo-awards.png', 'altText' => 'Die Zeitungen Awards', 'stdWrap.' => array('typolink.' => array('parameter' => 'http://awards.die-zeitungen.de/', 'title' => 'Die Zeitungen Awards Website', 'ATagParams' => 'class="desktop-logo footer-logo--awards"', 'extTarget' => '_blank')), 'wrap' => ''), 'IMAGE', '40.' => array('file' => 'EXT:zmg_base/Resources/Public/Images/WebSite/footer-logo-zmg.png', 'file.' => array('width' => '155'), 'altText' => 'Zmg Footer Logo', 'stdWrap.' => array('typolink.' => array('parameter' => 'http://www.zmg.de/ueber-uns/', 'title' => 'Zmg', 'ATagParams' => 'class="desktop-logo footer-logo--zmg"', 'extTarget' => '_blank')), 'wrap' => '')), 'footerMenuSocial' => 'CONTENT', 'footerMenuSocial.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1747', 'orderBy' => 'sorting')), 'footerContact' => 'CONTENT', 'footerContact.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1745', 'orderBy' => 'sorting')), 'footerNewsletter' => 'CONTENT', 'footerNewsletter.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1746', 'orderBy' => 'sorting')), 'pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title', 'wrap' => '<h1>|</h1>'), 'stdheader.' => array('3.' => array('headerClass.' => array('cObject.' => array('CASE', '30.' => array('key.' => array('field' => 'layout'), 'TEXT', '100.' => array('noTrimWrap' => '| |headline-primary|'), 'TEXT', '200.' => array('noTrimWrap' => '| |headline-lightgray|'), 'TEXT', '300.' => array('noTrimWrap' => '| |headline-darkgray|')))))), 'mainMenu' => 'HMENU', 'mainMenu.' => array('entryLevel' => '0', 'excludeUidList' => '278,96,1593,268,1572,1371', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array('data' => 'TSFE:page|uid'), 'equals.' => array('field' => 'shortcut')))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="active-page"'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="active-page"')), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array('data' => 'TSFE:page|uid'), 'equals.' => array('field' => 'shortcut')))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="active-page"'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="active-page"'), 'wrap' => '<div class="dropdown-menu-container"><ul class="ddown-menu">|</ul></div>'), 'TMENU', '3.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array('data' => 'TSFE:page|uid'), 'equals.' => array('field' => 'shortcut')))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="active-page"'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="active">|</li>', 'ATagParams' => 'class="active-page"'), 'wrap' => '<ul class="ddown-menu">|</ul>')), 'footerMenu' => 'HMENU', 'footerMenu.' => array('special' => 'directory', 'special.' => array('value' => '1742'), 'wrap' => '<ul class="footer-line-menu">|</ul>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array('data' => 'TSFE:page|uid'), 'equals.' => array('field' => 'shortcut')))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="active">|</li>'))), 'footerMenuTopics' => 'COA', 'footerMenuTopics.' => array('TEXT', '10.' => array('value' => 'Themen', 'wrap' => '<p class="headline">|</p>'), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '1743'), 'wrap' => '<ul class="footer-themes">|</ul>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li>|</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>'))))), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="active">|</li>'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="active">|</li>')))), 'socialmedia.' => array('title' => 'TEXT', 'title.' => array('data' => 'page : title', 'stdWrap.' => array('rawUrlEncode' => '1')), 'url' => 'TEXT', 'url.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL', 'stdWrap.' => array('rawUrlEncode' => '1')))), 'lib.dynamicContent', 'dynamicContent')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => 1, 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/Standard_action_index_a79a347c8ed2168e3a2c997047ed018afb9dc29f.php line 280
$arguments37['currentValueKey'] = NULL;
$arguments37['table'] = '';
$arguments37['typoscriptObjectPath'] = 'lib.dynamicContent';
$arguments37['data'] = 1;
$renderChildrenClosure38 = ($arguments37['data'] !== null) ? function() use ($arguments37) { return $arguments37['data']; } : $renderChildrenClosure38;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments37, $renderChildrenClosure38, $renderingContext);
};
$arguments35 = array();
$arguments35['value'] = NULL;
$arguments35['name'] = NULL;
at Standard_action_index_a79a347c8ed2168e3a2c997047ed018afb9dc29f->{closure}()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/ViewHelpers/VariableViewHelper.php line 57
        array $arguments,
        \Closure $renderChildrenClosure,
        RenderingContextInterface $renderingContext
    ) {
        $value = $renderChildrenClosure();
        $renderingContext->getVariableProvider()->add($arguments['name'], $value);
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic(array('value' => null, 'name' => 'content-1'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/Standard_action_index_a79a347c8ed2168e3a2c997047ed018afb9dc29f.php line 287
$arguments35['value'] = NULL;
$arguments35['name'] = NULL;
$arguments35['name'] = 'content-1';
$renderChildrenClosure36 = ($arguments35['value'] !== null) ? function() use ($arguments35) { return $arguments35['value']; } : $renderChildrenClosure36;
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments35, $renderChildrenClosure36, $renderingContext)]);

$output0 .= '
    ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at Standard_action_index_a79a347c8ed2168e3a2c997047ed018afb9dc29f->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), false)
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/var/cache/code/fluid_template/layout_Default_html_9d684c68af963a964c258ec785bfb264e9dacb8b.php line 86
$arguments4['contentAs'] = NULL;
$arguments4['debug'] = true;
$arguments4['section'] = 'Main';

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output0 .= '
';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_9d684c68af963a964c258ec785bfb264e9dacb8b->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 108

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/HomepageDieZeitungen.html', 'insertData' => '1'), 'TEXT', '2.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/TwoCol.html', 'insertData' => '1'), 'TEXT', '3.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/NotFound.html', 'insertData' => '1'), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Default.html', 'insertData' => '1'), 'TEXT', '21.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/ContentPagesDieZeitungen.html', 'insertData' => '1'), 'TEXT', '22.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-ListDieZeitungen.html', 'insertData' => '1'), 'TEXT', '23.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-SingleDieZeitungen.html', 'insertData' => '1'), 'TEXT', '24.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Argument.html', 'insertData' => '1')))), 'partialRootPath' => 'EXT:zmg_base/Resources/Private/Partials/Page/', 'layoutRootPath' => 'EXT:zmg_base/Resources/Private/Layouts/Page/', 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'logoFile' => 'TEXT', 'logoFile.' => array('value' => 'EXT:zmg_base/Resources/Public/Images/FrontEnd/Logos/logo.png'), 'logoHeight' => 'TEXT', 'logoHeight.' => array('value' => '112c'), 'logoWidth' => 'TEXT', 'logoWidth.' => array('value' => '446c'), 'copyrightText' => 'TEXT', 'copyrightText.' => array('value' => '{$page.copyright}')), 'partialRootPaths.' => array('EXT:zmg_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:zmg_base/Resources/Private/Layouts/Page/')))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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(MASK\Mask\Fluid\FluidTemplateContentObject), array('file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/HomepageDieZeitungen.html', 'insertData' => '1'), 'TEXT', '2.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/TwoCol.html', 'insertData' => '1'), 'TEXT', '3.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/NotFound.html', 'insertData' => '1'), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Default.html', 'insertData' => '1'), 'TEXT', '21.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/ContentPagesDieZeitungen.html', 'insertData' => '1'), 'TEXT', '22.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-ListDieZeitungen.html', 'insertData' => '1'), 'TEXT', '23.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-SingleDieZeitungen.html', 'insertData' => '1'), 'TEXT', '24.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Argument.html', 'insertData' => '1')))), 'partialRootPath' => 'EXT:zmg_base/Resources/Private/Partials/Page/', 'layoutRootPath' => 'EXT:zmg_base/Resources/Private/Layouts/Page/', 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'logoFile' => 'TEXT', 'logoFile.' => array('value' => 'EXT:zmg_base/Resources/Public/Images/FrontEnd/Logos/logo.png'), 'logoHeight' => 'TEXT', 'logoHeight.' => array('value' => '112c'), 'logoWidth' => 'TEXT', 'logoWidth.' => array('value' => '446c'), 'copyrightText' => 'TEXT', 'copyrightText.' => array('value' => '{$page.copyright}')), 'partialRootPaths.' => array('EXT:zmg_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:zmg_base/Resources/Private/Layouts/Page/')))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/HomepageDieZeitungen.html', 'insertData' => '1'), 'TEXT', '2.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/TwoCol.html', 'insertData' => '1'), 'TEXT', '3.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/NotFound.html', 'insertData' => '1'), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Default.html', 'insertData' => '1'), 'TEXT', '21.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/ContentPagesDieZeitungen.html', 'insertData' => '1'), 'TEXT', '22.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-ListDieZeitungen.html', 'insertData' => '1'), 'TEXT', '23.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-SingleDieZeitungen.html', 'insertData' => '1'), 'TEXT', '24.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Argument.html', 'insertData' => '1')))), 'partialRootPath' => 'EXT:zmg_base/Resources/Private/Partials/Page/', 'layoutRootPath' => 'EXT:zmg_base/Resources/Private/Layouts/Page/', 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'logoFile' => 'TEXT', 'logoFile.' => array('value' => 'EXT:zmg_base/Resources/Public/Images/FrontEnd/Logos/logo.png'), 'logoHeight' => 'TEXT', 'logoHeight.' => array('value' => '112c'), 'logoWidth' => 'TEXT', 'logoWidth.' => array('value' => '446c'), 'copyrightText' => 'TEXT', 'copyrightText.' => array('value' => '{$page.copyright}')), 'partialRootPaths.' => array('EXT:zmg_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:zmg_base/Resources/Private/Layouts/Page/')), '10')
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        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('includeCSS.' => array('dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/css/dp_cookieconsent.css', 'jquery_css' => 'EXT:aoe_special_subjects/res/css/jquery-ui-1.8.18.custom.css', 'pm_chart_main' => 'EXT:pm_chart/Resources/Public/css/pm_chart_main.css', 'boostrapTheme' => '', 'fontAwesome' => 'http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', 'main' => 'EXT:zmg_base/Resources/Public/Css/WebSite/main.css', 'femanagerMain' => 'EXT:femanager/Resources/Public/Css/Main.css', 'sol' => 'EXT:zmg_base/Resources/Public/Css/WebSite/ladda-themeless.min.css', 'ladda' => 'EXT:zmg_base/Resources/Public/Css/WebSite/sol.css'), 'includeJSFooter.' => array('dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/JavaScript/dp_cookieconsent.js', 'cartjs' => 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.3.0/Chart.min.js', 'cartjs.' => array('external' => '1'), 'handlebarsjs' => 'https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.6/handlebars.min.js', 'handlebarsjs.' => array('external' => '1'), 'pm_chart_selectmenu' => 'EXT:pm_chart/Resources/Public/js/chart_selectmenu.js', 'pm_cart' => 'EXT:pm_chart/Resources/Public/js/chart.js', 'femanagerValidation' => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js', 'femanager' => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js', 'datepicker-config' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/datepicker_config.js'), 'headerData.' => array('657.' => array('10.' => array('stdWrap.' => array('replacement.' => array('10.' => array('search' => '<script', 'replace' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain"'), '20.' => array('search' => 'src=', 'replace' => 'data-src='))))), 'COA', '998.' => array('COA', '10.' => array('wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>', 'required' => '1')), 'TEXT', '156.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'forceAbsoluteUrl' => '1', 'returnLast' => 'url', 'addQueryString' => '1'), 'wrap' => '<link rel="canonical" href="|" />'), 'TEXT', '805.' => array('value' => '<meta name="google-site-verification" content="_aO4LqeHolv9tWPHvEGtyD6DRI2zeI9g8y8tpB_GQo0" />'), 'TEXT', '7777.' => array('value' => '<meta name="google-site-verification" content="o16TESTuMeWFjLsy-7yLqjrEUikCfx_rZhk7fZHX4IQ" />'), 'FLUIDTEMPLATE', '7778.' => array('file' => 'EXT:zmg_base/Resources/Private/Templates/Tracking/gtm.html', 'variables.' => array('code' => 'TEXT', 'code.' => array('value' => 'GTM-W3J4LFL'))), 'FLUIDTEMPLATE', '1669814607.' => array('file' => 'EXT:zmg_base/Resources/Private/Templates/Tracking/Matomo.html'), 'FILE', '8000.' => array('file' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/noscript.html')), 'footerData.' => array('COA', '998.' => array('FLUIDTEMPLATE', '20.' => array('file' => 'EXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html', 'templateName' => 'Cookie', 'templateRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Layouts/', ''), 'settings.' => array('url' => '1925', 'target' => '_blank', 'theme' => 'edgeless', 'position' => 'bottom-right', 'type' => 'info', 'revokable' => 'true', 'reloadOnRevoke' => 'false', 'checkboxes.' => array('statistics' => 'false', 'marketing' => 'false'), 'overlay.' => array('notice' => 'true', 'box.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#4A82BA', 'text' => '#fff')), 'palette.' => array('popup.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#4A82BA', 'text' => '#fff'))), 'dataProcessing.' => array('DirkPersky\\DpCookieconsent\\DataProcessing\\CookieScriptsProcessor', '10.' => array('as' => 'dp_cookie_scripts', 'pid' => ''))))), 'jsInline.' => array(), 'includeJS.' => array('jqueryuimin' => 'EXT:aoe_special_subjects/res/js/jquery-ui-1.8.18.custom.min.js', 'datapickerjs' => 'EXT:aoe_special_subjects/res/js/datapicker.en.js', 'jquery_jstree' => 'EXT:aoe_special_subjects/res/js/jquery.jstree.js', 'toolsjs' => 'EXT:aoe_special_subjects/res/js/tools.js', 'bundesland_filter' => 'EXT:aoe_special_subjects/res/js/regional-filter.js', 'themen_filter' => 'EXT:aoe_special_subjects/res/js/themen-filter.js', 'title_filter' => 'EXT:aoe_special_subjects/res/js/title-filter.js'), 'typeNum' => '0', 'shortcutIcon' => 'EXT:zmg_base/Resources/Public/Images/WebSite/site-icons/favicon.png', 'headTag' => ' <link rel="apple-touch-icon" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-precomposed.png"> <link rel="apple-touch-icon" sizes="72x72" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon" sizes="76x76" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-76x76-precomposed.png"> <link rel="apple-touch-icon" sizes="114x114" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon" sizes="120x120" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-120x120-precomposed.png"> <link rel="apple-touch-icon" sizes="144x144" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-144x144-precomposed.png"> <link rel="apple-touch-icon" sizes="152x152" href="typo3conf/ext/zmg_base/Resources/Public/Images/WebSite/site-icons/apple-touch-icon-152x152-precomposed.png"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="x-dns-prefetch-control" content="off">', 'FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/HomepageDieZeitungen.html', 'insertData' => '1'), 'TEXT', '2.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/TwoCol.html', 'insertData' => '1'), 'TEXT', '3.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/NotFound.html', 'insertData' => '1'), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Default.html', 'insertData' => '1'), 'TEXT', '21.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/ContentPagesDieZeitungen.html', 'insertData' => '1'), 'TEXT', '22.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-ListDieZeitungen.html', 'insertData' => '1'), 'TEXT', '23.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/PlanAndBook-SingleDieZeitungen.html', 'insertData' => '1'), 'TEXT', '24.' => array('value' => 'EXT:zmg_base/Resources/Private/Templates/Page/Argument.html', 'insertData' => '1')))), 'partialRootPath' => 'EXT:zmg_base/Resources/Private/Partials/Page/', 'layoutRootPath' => 'EXT:zmg_base/Resources/Private/Layouts/Page/', 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'logoFile' => 'TEXT', 'logoFile.' => array('value' => 'EXT:zmg_base/Resources/Public/Images/FrontEnd/Logos/logo.png'), 'logoHeight' => 'TEXT', 'logoHeight.' => array('value' => '112c'), 'logoWidth' => 'TEXT', 'logoWidth.' => array('value' => '446c'), 'copyrightText' => 'TEXT', 'copyrightText.' => array('value' => '{$page.copyright}')), 'partialRootPaths.' => array('EXT:zmg_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:zmg_base/Resources/Private/Layouts/Page/')), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1, maximum-scale=1', 'robots' => 'index,follow', 'google' => 'notranslate', 'description' => '', 'description.' => array('override.' => array('field' => 'description')), 'author' => '', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => '', 'keywords.' => array('override.' => array('field' => 'keywords')), 'mobile-web-app-capable' => 'yes', 'apple-mobile-web-app-status-bar-style' => 'black', 'apple-mobile-web-app-title' => 'SportDE_TV'), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('field' => 'uid', 'wrap' => '<body id="page-|" class="die-zeitungen">'), 'includeJSlibs.' => array(), 'includeJSFooterlibs.' => array('bootstrap' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/vendor/bootstrap.min.js', 'main' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/main.js', 'jQueryLocal' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/jQueryLocal.js'), 'config.' => array('linkVars' => 'L', 'disablePrefixComment' => '1'), 'includeJSLibs.' => array('modernizr' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/vendor/modernizr-2.8.3-respond-1.4.2.min.js', 'modernizr.' => array('forceOnTop' => '1'), 'jQueryHeader' => 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.js', 'jQueryHeader.' => array('forceOnTop' => '1'), 'sol' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/sol.js', 'swipebox' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/vendor/jquery.swipebox.min.js', 'panzoom' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/panzoom.js', 'rwdImageMap' => 'EXT:zmg_base/Resources/Public/JavaScript/WebSite/jquery.rwdImageMaps.min.js', 'createjs' => 'https://code.createjs.com/createjs-2015.11.26.min.js', 'createjs.' => array('external' => '1'))))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @return string
     */
    protected function generatePageBodyContent(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->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // 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 /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3conf/ext/dp_cookieconsent/Classes/Middleware/PlainRenderingMiddleware.php line 30
    {
        $frontendController = $GLOBALS['TSFE'];
        // check for default handling
        if (!$frontendController->isGeneratePage() || !isset($request->getQueryParams()[self::namespace])) {
            return $handler->handle($request);
        }
        // prepare rendering overwrite
        $frontendController->config['config']['debug'] = 0;
        $frontendController->config['config']['disableAllHeaderCode'] = 1;
at DirkPersky\DpCookieconsent\Middleware\PlainRenderingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @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(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

        return $handler->handle($request);
    }

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3conf/ext/pm_proxy/Classes/Middleware/Proxy.php line 62
        } catch (Exception $e) {

        }

        return $handler->handle($request);
    }

    protected function getBody($res, $path, $methode, $body, $headers, $cookie) {
        $content = 'something went wrong';
at Pagemachine\PmProxy\Middleware\Proxy->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$1f7->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /usr/www/users/dievzr/die-zeitungen.de/releases/26/web/index.php line 26
call_user_func(function () {
    $classLoader = require dirname(__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();
});