Whoops, looks like something went wrong.

Get help in the TYPO3 Wiki

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

Find a solution for this exception in the TYPO3 wiki.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: strpos(): Empty needle in /data/home/vermeulen.nl/public_html/typo3conf/ext/abv/Classes/Utility/BrievenUserFunc.php line 87

in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Error/ErrorHandler.php line 124
            E_DEPRECATED => 'PHP Runtime Deprecation Notice'
        ];
        $message = $errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }
        switch ($errorLevel) {
            case E_USER_ERROR:
            case E_RECOVERABLE_ERROR:
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'strpos(): Empty needle', '/data/home/vermeulen.nl/public_html/typo3conf/ext/abv/Classes/Utility/BrievenUserFunc.php', 87, array('content' => array('aTagParams' => '', 'url' => '/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&tx_solr%5Bq%5D=&cHash=394fef72993e8386449771c8acad9e97', 'TYPE' => 'page', 'targetParams' => '', 'TAG' => '<a href="/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&amp;tx_solr%5Bq%5D=&amp;cHash=394fef72993e8386449771c8acad9e97">'), 'conf' => null, 'logFile' => '/data/home/vermeulen.nl/public_html/fileadmin/getLinkCorrespondentLog.txt', 'currentUri' => '/fr/brieven/19471221%20Donald%20en%20Gertrude%20Van%20der%20Meulen%20aan%20Matthijs%20Vermeulen%20en%20Thea%20Vermeulen-Diepenbrock/cat/130?cHash=ac99543863e4cb96da4cd26cd57c7e59', 'referer' => '', 'getVermeulen' => array('brief' => '842', 'cat' => '130'), 'search' => array(' ', ',', '\'', 'ç', 'è', 'ë', 'é', 'à', 'ö', 'ü', '&'), 'replace' => array('+', '%2C', '%27', '%C3%A7', '%C3%A8', '%C3%AB', '%C3%A9', '%C3%A0', '%C3%B6', '%C3%BC', '%26'), 'url' => '/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r+jr%2C+H.J.&tx_solr%5Bq%5D=&cHash=394fef72993e8386449771c8acad9e97', 'cat' => false, 'correspondentCat' => ''))
at strpos('/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r+jr%2C+H.J.&tx_solr%5Bq%5D=&cHash=394fef72993e8386449771c8acad9e97', '')
in /data/home/vermeulen.nl/public_html/typo3conf/ext/abv/Classes/Utility/BrievenUserFunc.php line 87
   //16-2 en andere accenten
   $search = array(' ',',',"'",'ç','è','ë','é','à','ö','ü','&');
   $replace = array('+','%2C','%27','%C3%A7','%C3%A8','%C3%AB','%C3%A9','%C3%A0','%C3%B6','%C3%BC','%26');
   $correspondentCat = str_replace($search, $replace, $correspondentCat);
   if (strpos($url, $correspondentCat) !== false) $tag = '<a href="' . $url . '" class="active">';
   else $tag = '<a href="' . $url . '" class="test">';//3-11-19 was class="test'.$correspondentCat.$url.'"

   $logData = 'tx_vermeulen[cat] set - correspondentCat: ' . $correspondentCat . ' uid:' . $cat['uid'] . PHP_EOL;
   //file_put_contents($logFile, $logData, FILE_APPEND);
at Albertvanderveen\Abv\Utility\BrievenUserFunc->getLinkCorrespondent(array('aTagParams' => '', 'url' => '/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&tx_solr%5Bq%5D=&cHash=394fef72993e8386449771c8acad9e97', 'TYPE' => 'page', 'targetParams' => '', 'TAG' => '<a href="/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&amp;tx_solr%5Bq%5D=&amp;cHash=394fef72993e8386449771c8acad9e97">'), null)
at call_user_func_array(array(object(Albertvanderveen\Abv\Utility\BrievenUserFunc), 'getLinkCorrespondent'), array(array('aTagParams' => '', 'url' => '/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&tx_solr%5Bq%5D=&cHash=394fef72993e8386449771c8acad9e97', 'TYPE' => 'page', 'targetParams' => '', 'TAG' => '<a href="/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&amp;tx_solr%5Bq%5D=&amp;cHash=394fef72993e8386449771c8acad9e97">'), null))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5969
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent', null, array('aTagParams' => '', 'url' => '/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&tx_solr%5Bq%5D=&cHash=394fef72993e8386449771c8acad9e97', 'TYPE' => 'page', 'targetParams' => '', 'TAG' => '<a href="/fr/brieven?tx_solr%5Bfilter%5D%5B0%5D=van%3AAd%C3%A8r%20jr%2C%20H.J.&amp;tx_solr%5Bq%5D=&amp;cHash=394fef72993e8386449771c8acad9e97">'))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5522

        // Call user function:
        if ($conf['userFunc'] ?? false) {
            $finalTagParts['TAG'] = $finalAnchorTag;
            $finalAnchorTag = $this->callUserFunction($conf['userFunc'], $conf['userFunc.'], $finalTagParts);
        }

        // Hook: Call post processing function for link rendering:
        $_params = [
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink('Adèr jr, H.J.', array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 2665
     * @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('Adèr jr, H.J.', array('typolink' => null, 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 1637
                    $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('Adèr jr, H.J.', array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php line 43
            $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('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('TEXT', array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent')), '10')
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        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('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'renderObj')
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 94
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'))
in /data/home/vermeulen.nl/public_html/typo3conf/ext/frontend_editing/Classes/Hook/ContentObjectRendererHook.php line 46
        if (!$contentObject) {
            return '';
        }

        $content = $pObject->render($contentObject, $conf);

        // If content found or not tt_content with colPos is fetched or not in
        // frontend_editing context than return the content.
        if ($content
at TYPO3\CMS\FrontendEditing\Hook\ContentObjectRendererHook->cObjGetSingleExt('CONTENT', array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), '5', object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                        $this->cObjHookObjectsArr[$name] = GeneralUtility::makeInstance($this->cObjHookObjectsRegistry[$name]);
                    }
                    $hookObj = $this->cObjHookObjectsArr[$name];
                    if (method_exists($hookObj, 'cObjGetSingleExt')) {
                        $content .= $hookObj->cObjGetSingleExt($name, $conf, $TSkey, $this);
                        $hooked = true;
                    }
                }
                if (!$hooked) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), '5')
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        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('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'), 'variables.contentMain')
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
            if (is_array($cObjType)) {
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.'], 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:abv/Resources/Private/Templates/|.html'))), 'partialRootPath' => 'EXT:abv/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:abv/Resources/Private/Layouts/', 'variables.' => array('contentMain' => 'COA', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'), 'contentRight' => 'CONTENT', 'contentRight.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentLeft' => 'COA', 'contentLeft.' => array('COA', '10.' => array('HMENU', '10.' => array('special' => 'language', 'special.' => array('value' => '0,1,2,3', 'normalWhenNoLanguage' => '0'), 'wrap' => '<ul class="language-menu hidden-md-down">|</ul>', 'addQueryString' => '1', 'addQueryString.' => array('method' => 'GET', 'exclude' => 'cHash, no_cache, id, FE_SESSION_KEY, L'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE')), 'ACT' => '1', 'ACT.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE'), 'ATagParams' => 'class="active"'))), 'wrap' => '<nav>|</nav>', 'COA', '20.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'Correspondenten', 'wrap' => '<li class="nav-item nav-header">|</li>'), 'HMENU', '20.' => array('special' => 'userfunction', 'special.' => array('userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->makeMenuArray'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))), 'stdWrap.' => array('dataWrap' => '<ul class="alfabet">|</ul>')), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '16'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<ul class="leftnav">|</ul>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))))), 'TEXT', '20.' => array('value' => 'MATTHIJS VERMEULEN', 'wrap' => '<h1>|</h1>'), 'TEXT', '30.' => array('value' => 'Componist, schrijver en denker', 'wrap' => '<h2>|</h2>'), 'HMENU', '40.' => array('special' => 'list', 'special.' => array('value' => '23,5'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="subnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"'))), 'COA_INT', '50.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('filelist' => 'fileadmin/random/|jpg,png,gif|ext|r|1', 'listNum' => 'rand')))), 'HMENU', '60.' => array('special' => 'list', 'special.' => array('value' => '25,26'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="bottomnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"')))), 'contentMiddle' => 'CONTENT', 'contentMiddle.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentExtra' => 'CONTENT', 'contentExtra.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3', 'languageField' => 'sys_language_uid')), 'pageImage' => 'FILES', 'pageImage.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page: uid'), 'listNum' => '0', 'data' => 'levelfield: -1, tx_abv_sectionimage, slide', 'treatIdAsReference' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('file.' => array('width' => '196m', 'import.' => array('data' => 'file:current:uid'), 'crop.' => array('data' => 'file:current:crop'), 'treatIdAsReference' => '1'), 'value.' => array('data' => 'file:current:uid'), 'wrap' => '|*||,|*||')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4', 'languageField' => 'sys_language_uid')), 'contentCta' => 'CONTENT', 'contentCta.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11', 'languageField' => 'sys_language_uid')), 'siteTitle' => 'TEXT', 'siteTitle.' => array('value' => 'Matthijs Vermeulen'), 'reserverenPage' => 'TEXT', 'reserverenPage.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('value' => '{$pages.reserveren}', 'equals.' => array('data' => 'TSFE:id'))))), 'settings.' => array('socialMedia.' => array('facebook' => '{$socialMedia.facebook}', 'instagram' => '{$socialMedia.instagram}', 'twitter' => '{$socialMedia.twitter}', 'youtube' => '{$socialMedia.youtube}', 'pinterest' => '{$socialMedia.pinterest}'), 'extensionName' => 'abv', 'homePage' => '1')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 101
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:abv/Resources/Private/Templates/|.html'))), 'partialRootPath' => 'EXT:abv/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:abv/Resources/Private/Layouts/', 'variables.' => array('contentMain' => 'COA', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'), 'contentRight' => 'CONTENT', 'contentRight.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentLeft' => 'COA', 'contentLeft.' => array('COA', '10.' => array('HMENU', '10.' => array('special' => 'language', 'special.' => array('value' => '0,1,2,3', 'normalWhenNoLanguage' => '0'), 'wrap' => '<ul class="language-menu hidden-md-down">|</ul>', 'addQueryString' => '1', 'addQueryString.' => array('method' => 'GET', 'exclude' => 'cHash, no_cache, id, FE_SESSION_KEY, L'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE')), 'ACT' => '1', 'ACT.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE'), 'ATagParams' => 'class="active"'))), 'wrap' => '<nav>|</nav>', 'COA', '20.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'Correspondenten', 'wrap' => '<li class="nav-item nav-header">|</li>'), 'HMENU', '20.' => array('special' => 'userfunction', 'special.' => array('userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->makeMenuArray'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))), 'stdWrap.' => array('dataWrap' => '<ul class="alfabet">|</ul>')), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '16'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<ul class="leftnav">|</ul>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))))), 'TEXT', '20.' => array('value' => 'MATTHIJS VERMEULEN', 'wrap' => '<h1>|</h1>'), 'TEXT', '30.' => array('value' => 'Componist, schrijver en denker', 'wrap' => '<h2>|</h2>'), 'HMENU', '40.' => array('special' => 'list', 'special.' => array('value' => '23,5'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="subnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"'))), 'COA_INT', '50.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('filelist' => 'fileadmin/random/|jpg,png,gif|ext|r|1', 'listNum' => 'rand')))), 'HMENU', '60.' => array('special' => 'list', 'special.' => array('value' => '25,26'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="bottomnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"')))), 'contentMiddle' => 'CONTENT', 'contentMiddle.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentExtra' => 'CONTENT', 'contentExtra.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3', 'languageField' => 'sys_language_uid')), 'pageImage' => 'FILES', 'pageImage.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page: uid'), 'listNum' => '0', 'data' => 'levelfield: -1, tx_abv_sectionimage, slide', 'treatIdAsReference' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('file.' => array('width' => '196m', 'import.' => array('data' => 'file:current:uid'), 'crop.' => array('data' => 'file:current:crop'), 'treatIdAsReference' => '1'), 'value.' => array('data' => 'file:current:uid'), 'wrap' => '|*||,|*||')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4', 'languageField' => 'sys_language_uid')), 'contentCta' => 'CONTENT', 'contentCta.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11', 'languageField' => 'sys_language_uid')), 'siteTitle' => 'TEXT', 'siteTitle.' => array('value' => 'Matthijs Vermeulen'), 'reserverenPage' => 'TEXT', 'reserverenPage.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('value' => '{$pages.reserveren}', 'equals.' => array('data' => 'TSFE:id'))))), 'settings.' => array('socialMedia.' => array('facebook' => '{$socialMedia.facebook}', 'instagram' => '{$socialMedia.instagram}', 'twitter' => '{$socialMedia.twitter}', 'youtube' => '{$socialMedia.youtube}', 'pinterest' => '{$socialMedia.pinterest}'), 'extensionName' => 'abv', 'homePage' => '1')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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\FluidTemplateContentObject), array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:abv/Resources/Private/Templates/|.html'))), 'partialRootPath' => 'EXT:abv/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:abv/Resources/Private/Layouts/', 'variables.' => array('contentMain' => 'COA', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'), 'contentRight' => 'CONTENT', 'contentRight.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentLeft' => 'COA', 'contentLeft.' => array('COA', '10.' => array('HMENU', '10.' => array('special' => 'language', 'special.' => array('value' => '0,1,2,3', 'normalWhenNoLanguage' => '0'), 'wrap' => '<ul class="language-menu hidden-md-down">|</ul>', 'addQueryString' => '1', 'addQueryString.' => array('method' => 'GET', 'exclude' => 'cHash, no_cache, id, FE_SESSION_KEY, L'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE')), 'ACT' => '1', 'ACT.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE'), 'ATagParams' => 'class="active"'))), 'wrap' => '<nav>|</nav>', 'COA', '20.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'Correspondenten', 'wrap' => '<li class="nav-item nav-header">|</li>'), 'HMENU', '20.' => array('special' => 'userfunction', 'special.' => array('userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->makeMenuArray'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))), 'stdWrap.' => array('dataWrap' => '<ul class="alfabet">|</ul>')), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '16'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<ul class="leftnav">|</ul>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))))), 'TEXT', '20.' => array('value' => 'MATTHIJS VERMEULEN', 'wrap' => '<h1>|</h1>'), 'TEXT', '30.' => array('value' => 'Componist, schrijver en denker', 'wrap' => '<h2>|</h2>'), 'HMENU', '40.' => array('special' => 'list', 'special.' => array('value' => '23,5'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="subnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"'))), 'COA_INT', '50.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('filelist' => 'fileadmin/random/|jpg,png,gif|ext|r|1', 'listNum' => 'rand')))), 'HMENU', '60.' => array('special' => 'list', 'special.' => array('value' => '25,26'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="bottomnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"')))), 'contentMiddle' => 'CONTENT', 'contentMiddle.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentExtra' => 'CONTENT', 'contentExtra.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3', 'languageField' => 'sys_language_uid')), 'pageImage' => 'FILES', 'pageImage.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page: uid'), 'listNum' => '0', 'data' => 'levelfield: -1, tx_abv_sectionimage, slide', 'treatIdAsReference' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('file.' => array('width' => '196m', 'import.' => array('data' => 'file:current:uid'), 'crop.' => array('data' => 'file:current:crop'), 'treatIdAsReference' => '1'), 'value.' => array('data' => 'file:current:uid'), 'wrap' => '|*||,|*||')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4', 'languageField' => 'sys_language_uid')), 'contentCta' => 'CONTENT', 'contentCta.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11', 'languageField' => 'sys_language_uid')), 'siteTitle' => 'TEXT', 'siteTitle.' => array('value' => 'Matthijs Vermeulen'), 'reserverenPage' => 'TEXT', 'reserverenPage.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('value' => '{$pages.reserveren}', 'equals.' => array('data' => 'TSFE:id'))))), 'settings.' => array('socialMedia.' => array('facebook' => '{$socialMedia.facebook}', 'instagram' => '{$socialMedia.instagram}', 'twitter' => '{$socialMedia.twitter}', 'youtube' => '{$socialMedia.youtube}', 'pinterest' => '{$socialMedia.pinterest}'), 'extensionName' => 'abv', 'homePage' => '1')))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:abv/Resources/Private/Templates/|.html'))), 'partialRootPath' => 'EXT:abv/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:abv/Resources/Private/Layouts/', 'variables.' => array('contentMain' => 'COA', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'), 'contentRight' => 'CONTENT', 'contentRight.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentLeft' => 'COA', 'contentLeft.' => array('COA', '10.' => array('HMENU', '10.' => array('special' => 'language', 'special.' => array('value' => '0,1,2,3', 'normalWhenNoLanguage' => '0'), 'wrap' => '<ul class="language-menu hidden-md-down">|</ul>', 'addQueryString' => '1', 'addQueryString.' => array('method' => 'GET', 'exclude' => 'cHash, no_cache, id, FE_SESSION_KEY, L'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE')), 'ACT' => '1', 'ACT.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE'), 'ATagParams' => 'class="active"'))), 'wrap' => '<nav>|</nav>', 'COA', '20.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'Correspondenten', 'wrap' => '<li class="nav-item nav-header">|</li>'), 'HMENU', '20.' => array('special' => 'userfunction', 'special.' => array('userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->makeMenuArray'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))), 'stdWrap.' => array('dataWrap' => '<ul class="alfabet">|</ul>')), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '16'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<ul class="leftnav">|</ul>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))))), 'TEXT', '20.' => array('value' => 'MATTHIJS VERMEULEN', 'wrap' => '<h1>|</h1>'), 'TEXT', '30.' => array('value' => 'Componist, schrijver en denker', 'wrap' => '<h2>|</h2>'), 'HMENU', '40.' => array('special' => 'list', 'special.' => array('value' => '23,5'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="subnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"'))), 'COA_INT', '50.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('filelist' => 'fileadmin/random/|jpg,png,gif|ext|r|1', 'listNum' => 'rand')))), 'HMENU', '60.' => array('special' => 'list', 'special.' => array('value' => '25,26'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="bottomnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"')))), 'contentMiddle' => 'CONTENT', 'contentMiddle.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentExtra' => 'CONTENT', 'contentExtra.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3', 'languageField' => 'sys_language_uid')), 'pageImage' => 'FILES', 'pageImage.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page: uid'), 'listNum' => '0', 'data' => 'levelfield: -1, tx_abv_sectionimage, slide', 'treatIdAsReference' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('file.' => array('width' => '196m', 'import.' => array('data' => 'file:current:uid'), 'crop.' => array('data' => 'file:current:crop'), 'treatIdAsReference' => '1'), 'value.' => array('data' => 'file:current:uid'), 'wrap' => '|*||,|*||')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4', 'languageField' => 'sys_language_uid')), 'contentCta' => 'CONTENT', 'contentCta.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11', 'languageField' => 'sys_language_uid')), 'siteTitle' => 'TEXT', 'siteTitle.' => array('value' => 'Matthijs Vermeulen'), 'reserverenPage' => 'TEXT', 'reserverenPage.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('value' => '{$pages.reserveren}', 'equals.' => array('data' => 'TSFE:id'))))), 'settings.' => array('socialMedia.' => array('facebook' => '{$socialMedia.facebook}', 'instagram' => '{$socialMedia.instagram}', 'twitter' => '{$socialMedia.twitter}', 'youtube' => '{$socialMedia.youtube}', 'pinterest' => '{$socialMedia.pinterest}'), 'extensionName' => 'abv', 'homePage' => '1')), '10')
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        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('flexslider2' => 'EXT:bootstrap_grids/Resources/Public/Flexslider2/flexslider.css', 'slickcarousel' => 'EXT:slickcarousel/Resources/Public/Css/slick.min.css', 'tx-fs-media-gallery' => '', 'slickcarousel.' => array('forceOnTop' => '1'), 'fancybox' => 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css', 'fancybox.' => array('external' => '1', 'media' => 'screen'), 'all' => 'EXT:abv/Resources/Public/Css/all.css', 'vermeulen' => '', 'colorbox' => 'EXT:abv/Resources/Public/Css/colorbox.css'), 'includeJSFooterlibs.' => array('flexslider2' => 'EXT:bootstrap_grids/Resources/Public/Flexslider2/jquery.flexslider-min.js', 'slick' => 'EXT:slickcarousel/Resources/Public/JavaScript/slick.min.js', 'progressbar' => 'EXT:slickcarousel/Resources/Public/JavaScript/progressbar.min.js'), 'headerData.' => array('TEXT', '250.' => array('value' => '<meta http-equiv="X-UA-Compatible" content="IE=edge" />'), 'TEXT', '300.' => array('value' => '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">'), 'TEXT', '400.' => array('value' => '<link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/apple-touch-icon.png?v=pgl8vqrovR"><link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/favicon-32x32.png?v=pgl8vqrovR"><link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/favicon-16x16.png?v=pgl8vqrovR"><link rel="manifest" href="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/site.webmanifest?v=pgl8vqrovR"><link rel="mask-icon" href="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/safari-pinned-tab.svg?v=pgl8vqrovR" color="#cfc63e"><link rel="shortcut icon" href="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/favicon.ico?v=pgl8vqrovR"><meta name="apple-mobile-web-app-title" content="Matthijs Vermeulen"><meta name="application-name" content="Matthijs Vermeulen"><meta name="msapplication-TileColor" content="#da532c"><meta name="msapplication-config" content="/typo3conf/ext/abv/Resources/Public/Icons/Favicon/browserconfig.xml?v=pgl8vqrovR"><meta name="theme-color" content="#ffffff">')), 'includeCSS' => 'COA', 'includeJS.' => array('jquery' => '', 'jqueryui' => '', 'jqueryui_touch' => '', 'tether' => '', 'bootstrap' => '', 'fancybox' => '', 'site' => '', 'ajquery' => 'https://code.jquery.com/jquery-3.2.1.slim.min.js', 'ajquery.' => array('external' => '1', 'integrity' => 'sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN', 'crossorigin' => 'anonymous'), 'bpopper' => 'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js', 'bpopper.' => array('external' => '1', 'integrity' => 'sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh', 'crossorigin' => 'anonymous'), 'cbootstrap' => 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js', 'cbootstrap.' => array('external' => '1', 'integrity' => 'sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ', 'crossorigin' => 'anonymous'), 'dfancybox' => 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js', 'dfancybox.' => array('external' => '1'), 'esite' => 'EXT:abv/Resources/Public/JavaScript/site.js'), 'includeJSFooter.' => array(), 'meta.' => array('keywords' => '', 'keywords.' => array('override.' => array('field' => 'keywords')), 'description' => '', 'description.' => array('override.' => array('field' => 'description')), 'viewport' => 'width=device-width, initial-scale=1.0'), 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|'))), 'TEXT', '20.' => array('data' => 'field:uid', 'noTrimWrap' => '| pageid_||'), 'HMENU', '30.' => array('special' => 'rootline', 'special.' => array('range' => '1|1'), 'includeNotInMenu' => '1', 'stdWrap.' => array('noTrimWrap' => '| | |'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('linkWrap' => '|', 'ATagBeforeWrap' => '0', 'doNotLinkIt' => '1', 'stdWrap.' => array('htmlSpecialChars' => '0', 'cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('field' => 'title', 'stdWrap.' => array('replacement.' => array('10.' => array('search' => '# #i', 'replace' => '_', 'useRegExp' => '1'), '20.' => array('search' => '#\'#i', 'replace' => '_', 'useRegExp' => '1'))))))))), 'wrap' => '<body class="|">'), 'FLUIDTEMPLATE', '10.' => array('file.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'levelfield:-2,backend_layout_next_level,slide', 'override.' => array('field' => 'backend_layout'), 'split.' => array('token' => 'pagets__', '1.' => array('current' => '1', 'wrap' => '|')), 'wrap' => 'EXT:abv/Resources/Private/Templates/|.html'))), 'partialRootPath' => 'EXT:abv/Resources/Private/Partials/', 'layoutRootPath' => 'EXT:abv/Resources/Private/Layouts/', 'variables.' => array('contentMain' => 'COA', 'contentMain.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=0', 'languageField' => 'sys_language_uid'), 'CONTENT', '5.' => array('table' => 'sys_category', 'select.' => array('pidInList' => '6', 'where' => '(title LIKE ###letter### AND parent=4 AND uid <> 613)', 'orderBy' => 'title', 'markers.' => array('letter.' => array('data' => 'GP:tx_vermeulen|letter', 'wrap' => '|%', 'stdWrap.' => array('preUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLetter')))), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br />', 'typolink.' => array('parameter' => '16', 'additionalParams.' => array('wrap' => '&tx_solr[q]=&tx_solr[filter][0]=van:|', 'data' => 'field:title', 'stdWrap.' => array('postUserFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->preProcessTitle')), 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getLinkCorrespondent'))), 'wrap' => '<div class="col-24 col-md-8">|</div>'), 'COA', '20.' => array('if.' => array('isFalse.' => array('data' => 'GP:tx_vermeulen|brief')), 'USER', '10.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Solr', 'pluginName' => 'pi_results', 'vendorName' => 'ApacheSolrForTypo3', 'controller' => 'Search', 'action' => 'results', 'switchableControllerActions.' => array('Search.' => array('results')), 'view.' => array('pluginNamespace' => 'tx_solr', 'templateRootPaths.' => array('EXT:solr/Resources/Private/Templates/', 'EXT:abv/Resources/Private/Extensions/solr/Templates/'), 'partialRootPaths.' => array('EXT:solr/Resources/Private/Partials/', 'EXT:abv/Resources/Private/Extensions/solr/Partials/'), 'layoutRootPaths.' => array('EXT:solr/Resources/Private/Layouts/', 'EXT:abv/Resources/Private/Extensions/solr/Layouts/'), 'templateFiles.' => array('results' => 'ResultsCorrespondent', 'results.' => array('availableTemplates.' => array('default.' => array('label' => 'Default Searchresults Template', 'file' => 'Results'), 'vermeulen.' => array('label' => 'Vermeulen Searchresults Template', 'file' => 'ResultsVermeulen'), 'vermeulenCols.' => array('label' => 'Vermeulen Search and results in cols', 'file' => 'SearchVermeulenCols'), 'menu.' => array('label' => 'Menu Vermeulen', 'file' => 'MenuVermeulen'))))), 'search.' => array('targetPage' => '22', 'query.' => array('sortBy' => 'date_tDateS asc,titleExact asc'), 'results.' => array('resultsHighlighting' => '0', 'siteHighlighting' => '0', 'resultsPerPage' => '1000', 'resultsPerPageSwitchOptions' => '1000', 'showDocumentScoreAnalysis' => '0'))), 'wrap' => '<div class="col-24 col-md-16">|</div>'), 'COA', '30.' => array('CONTENT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'table' => 'tt_content', 'select.' => array('pidInList' => '22', 'where' => 'uid = ###brief###', 'markers.' => array('brief.' => array('data' => 'GP:tx_vermeulen|brief', 'intval' => '1')))), 'COA_INT', '20.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'vorige', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVorige')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vermeulen|brief')), 'value' => 'volgende', 'typolink.' => array('parameter' => '1', 'userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->getVolgende')), 'wrap' => '<div class="col-24 col-md-6 niet_wit"></div><div class="col-24 col-md-18">|</div>'), 'wrap' => '<div class="col-24 col-md-16"><div class="row">|</div></div>', 'stdWrap' => ''), 'wrap' => '<div class="row">|</div>'), 'contentRight' => 'CONTENT', 'contentRight.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentLeft' => 'COA', 'contentLeft.' => array('COA', '10.' => array('HMENU', '10.' => array('special' => 'language', 'special.' => array('value' => '0,1,2,3', 'normalWhenNoLanguage' => '0'), 'wrap' => '<ul class="language-menu hidden-md-down">|</ul>', 'addQueryString' => '1', 'addQueryString.' => array('method' => 'GET', 'exclude' => 'cHash, no_cache, id, FE_SESSION_KEY, L'), 'TMENU', '1.' => array('noBlur' => '1', 'NO' => '1', 'NO.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE')), 'ACT' => '1', 'ACT.' => array('linkWrap' => '<li>|</li>|*|&nbsp;&#124;&nbsp;<li>|</li>', 'stdWrap.' => array('override' => 'NL || EN || FR || DE'), 'ATagParams' => 'class="active"'))), 'wrap' => '<nav>|</nav>', 'COA', '20.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'Correspondenten', 'wrap' => '<li class="nav-item nav-header">|</li>'), 'HMENU', '20.' => array('special' => 'userfunction', 'special.' => array('userFunc' => 'Albertvanderveen\\Abv\\Utility\\BrievenUserFunc->makeMenuArray'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))), 'stdWrap.' => array('dataWrap' => '<ul class="alfabet">|</ul>')), 'HMENU', '20.' => array('special' => 'directory', 'special.' => array('value' => '16'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<ul class="leftnav">|</ul>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>')))))), 'TEXT', '20.' => array('value' => 'MATTHIJS VERMEULEN', 'wrap' => '<h1>|</h1>'), 'TEXT', '30.' => array('value' => 'Componist, schrijver en denker', 'wrap' => '<h2>|</h2>'), 'HMENU', '40.' => array('special' => 'list', 'special.' => array('value' => '23,5'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="subnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"'))), 'COA_INT', '50.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('filelist' => 'fileadmin/random/|jpg,png,gif|ext|r|1', 'listNum' => 'rand')))), 'HMENU', '60.' => array('special' => 'list', 'special.' => array('value' => '25,26'), 'includeNotInMenu' => '1', 'TMENU', '1.' => array('stdWrap.' => array('dataWrap' => '<nav class="bottomnav"><ul class="nav">|</ul></nav>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1">|</li>'), 'ATagParams' => 'class="nav-link"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '|', 'wrapItemAndSub.' => array('dataWrap' => '<li class="nav-item level-1 active">|</li>'), 'ATagParams' => 'class="nav-link"')))), 'contentMiddle' => 'CONTENT', 'contentMiddle.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2', 'languageField' => 'sys_language_uid')), 'contentExtra' => 'CONTENT', 'contentExtra.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3', 'languageField' => 'sys_language_uid')), 'pageImage' => 'FILES', 'pageImage.' => array('references.' => array('table' => 'pages', 'uid.' => array('data' => 'page: uid'), 'listNum' => '0', 'data' => 'levelfield: -1, tx_abv_sectionimage, slide', 'treatIdAsReference' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('file.' => array('width' => '196m', 'import.' => array('data' => 'file:current:uid'), 'crop.' => array('data' => 'file:current:crop'), 'treatIdAsReference' => '1'), 'value.' => array('data' => 'file:current:uid'), 'wrap' => '|*||,|*||')), 'contentSlider' => 'CONTENT', 'contentSlider.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4', 'languageField' => 'sys_language_uid')), 'contentCta' => 'CONTENT', 'contentCta.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=11', 'languageField' => 'sys_language_uid')), 'siteTitle' => 'TEXT', 'siteTitle.' => array('value' => 'Matthijs Vermeulen'), 'reserverenPage' => 'TEXT', 'reserverenPage.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('value' => '{$pages.reserveren}', 'equals.' => array('data' => 'TSFE:id'))))), 'settings.' => array('socialMedia.' => array('facebook' => '{$socialMedia.facebook}', 'instagram' => '{$socialMedia.instagram}', 'twitter' => '{$socialMedia.twitter}', 'youtube' => '{$socialMedia.youtube}', 'pinterest' => '{$socialMedia.pinterest}'), 'extensionName' => 'abv', 'homePage' => '1'))))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/home/vermeulen.nl/public_html/typo3conf/ext/typoscript_rendering/Classes/Middleware/TypoScriptRenderingMiddleware.php line 43
    {
        $frontendController = $GLOBALS['TSFE'];
        $requestedContentType = $frontendController->config['config']['contentType'] ?? self::defaultContentType;
        if (!$frontendController->isGeneratePage() || !isset($request->getQueryParams()[self::argumentNamespace])) {
            return $this->amendContentType($handler->handle($request), $requestedContentType);
        }
        $this->ensureRequiredEnvironment();

        $frontendController->config['config']['debug'] = 0;
at Helhum\TyposcriptRendering\Middleware\TypoScriptRenderingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/home/vermeulen.nl/public_html/typo3conf/ext/solr/Classes/Middleware/PageIndexerFinisher.php line 54
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
            $pageIndexResponse = $pageIndexerRequestHandler->getResponse();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 53
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/home/vermeulen.nl/public_html/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditingAspect.php line 51
                'visibility',
                GeneralUtility::makeInstance(VisibilityAspect::class, true, $showHiddenItems)
            );
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingAspect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/home/vermeulen.nl/public_html/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditingInitiator.php line 50
            $GLOBALS['TSFE']->displayFieldEditIcons = 1;
            // Disable cHash check when browsing the frontend in frontend editing
            $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = false;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }
    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
     *
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $simulatingGroup = $this->simulateUserGroup($request);
            $GLOBALS['TSFE']->fePreview = ((int)($simulatingDate || $simulatingGroup));
        }

        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/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79

        // Register the frontend user as aspect
        $this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/home/vermeulen.nl/public_html/typo3conf/ext/solr/Classes/Middleware/PageIndexerInitialization.php line 77
            $pageIndexerRequestHandler->run();

        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fce91e92056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

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

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /data/typo3sources/typo3_src-9.5.17/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /data/typo3sources/typo3_src-9.5.17/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /data/typo3sources/typo3_src-9.5.17/index.php line 25
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});