Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1635268969 TYPO3\CMS\Core\Resource\Exception\InvalidFileException

"EXT:ke_search/res/ke_search_pi1.css" is expected to be in public directory, but is not

in /html/typo3/vendor/typo3/cms-core/Classes/Utility/PathUtility.php line 106
        $absoluteFilePath = GeneralUtility::getFileAbsFileName($resourcePath);
        if (!str_contains($resourcePath, 'Resources/Public')) {
            if (!str_starts_with($absoluteFilePath, Environment::getPublicPath())) {
                // This will be thrown in Composer mode, when extension are installed in vendor folder
                throw new InvalidFileException(sprintf('"%s" is expected to be in public directory, but is not', $resourcePath), 1635268969);
            }
            trigger_error(sprintf('Public resource "%s" is not in extension\'s Resources/Public folder. This is deprecated and will not be supported any more in future TYPO3 versions.', $resourcePath), E_USER_DEPRECATED);
        }

at TYPO3\CMS\Core\Utility\PathUtility::getPublicResourceWebPath('EXT:ke_search/res/ke_search_pi1.css', false)
in /html/typo3/vendor/typo3/cms-core/Classes/Page/PageRenderer.php line 2761
     */
    protected function getStreamlinedFileName($file, $prepareForOutput = true)
    {
        if (PathUtility::isExtensionPath($file)) {
            $file = Environment::getPublicPath() . '/' . PathUtility::getPublicResourceWebPath($file, false);
            // as the path is now absolute, make it "relative" to the current script to stay compatible
            $file = PathUtility::getRelativePathTo($file) ?? '';
            $file = rtrim($file, '/');
        } else {
at TYPO3\CMS\Core\Page\PageRenderer->getStreamlinedFileName('EXT:ke_search/res/ke_search_pi1.css', true)
in /html/typo3/vendor/typo3/cms-core/Classes/Page/PageRenderer.php line 2319
     */
    private function createCssTag(array $properties, string $file): string
    {
        $includeInline = $properties['inline'] ?? false;
        $file = $this->getStreamlinedFileName($file, !$includeInline);
        if ($includeInline && @is_file($file)) {
            $tag = $this->createInlineCssTagFromFile($file, $properties);
        } else {
            $tagAttributes = [];
at TYPO3\CMS\Core\Page\PageRenderer->createCssTag(array('file' => 'EXT:ke_search/res/ke_search_pi1.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => '', 'excludeFromConcatenation' => false, 'splitChar' => '|', 'inline' => false, 'tagAttributes' => array()), 'EXT:ke_search/res/ke_search_pi1.css')
in /html/typo3/vendor/typo3/cms-core/Classes/Page/PageRenderer.php line 2302
    {
        $cssFiles = '';
        if (!empty($this->cssFiles)) {
            foreach ($this->cssFiles as $file => $properties) {
                $tag = $this->createCssTag($properties, $file);
                if ($properties['forceOnTop'] ?? false) {
                    $cssFiles = $tag . $cssFiles;
                } else {
                    $cssFiles .= $tag;
at TYPO3\CMS\Core\Page\PageRenderer->renderCssFiles()
in /html/typo3/vendor/typo3/cms-core/Classes/Page/PageRenderer.php line 1993
            $this->doCompress();
        }
        $this->executeRenderPostTransformHook();
        $cssLibs = $this->renderCssLibraries();
        $cssFiles = $this->renderCssFiles();
        $cssInline = $this->renderCssInline();
        [$jsLibs, $jsFooterLibs] = $this->renderAdditionalJavaScriptLibraries();
        [$jsFiles, $jsFooterFiles] = $this->renderJavaScriptFiles();
        [$jsInline, $jsFooterInline] = $this->renderInlineJavaScript();
at TYPO3\CMS\Core\Page\PageRenderer->renderJavaScriptAndCss()
in /html/typo3/vendor/typo3/cms-core/Classes/Page/PageRenderer.php line 1933
     */
    public function renderJavaScriptAndCssForProcessingOfUncachedContentObjects($cachedPageContent, $substituteHash)
    {
        $this->prepareRendering();
        [$jsLibs, $jsFiles, $jsFooterFiles, $cssLibs, $cssFiles, $jsInline, $cssInline, $jsFooterInline, $jsFooterLibs] = $this->renderJavaScriptAndCss();
        $title = $this->title ? str_replace('|', htmlspecialchars($this->title), $this->titleTag) : '';
        $markerArray = [
            '<!-- ###TITLE' . $substituteHash . '### -->' => $title,
            '<!-- ###CSS_LIBS' . $substituteHash . '### -->' => $cssLibs,
at TYPO3\CMS\Core\Page\PageRenderer->renderJavaScriptAndCssForProcessingOfUncachedContentObjects('<!DOCTYPE html><html lang="de" dir="ltr" class="no-js"><head><meta charset="utf-8"><!-- build by sitepackagebuilder.com This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2024 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at https://typo3.org/--><link rel="icon" href="/_assets/e9a66ec02bc8db4dcc48b5512e73123b/Icons/favicon.ico" type="image/vnd.microsoft.icon"><!-- ###TITLE6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###META6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###CSS_LIBS6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###CSS_INCLUDE6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###CSS_INLINE6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###JS_LIBS6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###JS_INCLUDE6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###JS_INLINE6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###HEADERDATA6082fbcbf6aa4c089a9332ac1c5f23eb### --></head><body class="gmm-base"> <div id="headerContainer" class="container-fluid bg-white fixed-top"> <div class="container"> <div class="header row"> <div id="logoContainer" class="col-md-4 col-sm-5 col-7"> <a href="https://www.archiv-spangenberg.de/"><img src="/typo3temp/assets/_processed_/8/f/csm_gemeinde_spangenberg_wappen_1cb0ea9b20.png" width="80" height="86" class="img-responsive" alt="" ></a> <div class="archivName">Archiv Spangenberg</div> </div> <div id="archivLogoContainer" class="offset-md-5 col-md-3 col-sm-5 col-5 align-bottom"> <a href="https://archive-mittleres-fuldatal.de/" target="_blank" rel="noreferrer"><img src="/typo3temp/assets/_processed_/a/e/csm_logo_archive_mft_ea15930ad9.jpg" width="210" height="70" class="img-responsive" alt="" ></a> </div> </div> <div class="row"> <nav class="col-md-12 main-menu navbar navbar-expand-lg navbar-light align-top justify-content-center"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul id="main-menu" class="navbar-nav"><li class="nav-item" NO><a href="/suche/" class="nav-link">Suche</a></li><li class="nav-item dropdown IFSUB"><a href="/spangenberg/" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Spangenberg</a><div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"><a href="/spangenberg/bergheim/" class="dropdown-item 2.NO">Bergheim</a><a href="/spangenberg/bischofferode/" class="dropdown-item 2.NO">Bischofferode</a><a href="/spangenberg/elbersdorf-und-kaltenbach/" class="dropdown-item 2.NO">Elbersdorf und Kaltenbach</a><a href="/spangenberg/herlefeld/" class="dropdown-item 2.NO">Herlefeld</a><a href="/spangenberg/landefeld/" class="dropdown-item 2.NO">Landefeld</a><a href="/spangenberg/metzebach/" class="dropdown-item 2.NO">Metzebach</a><a href="/spangenberg/moershausen/" class="dropdown-item 2.NO">Mörshausen</a><a href="/spangenberg/nausis/" class="dropdown-item 2.NO">Nausis</a><a href="/spangenberg/pfieffe/" class="dropdown-item 2.NO">Pfieffe</a><a href="/spangenberg/schnellrode/" class="dropdown-item 2.NO">Schnellrode</a><a href="/spangenberg/spangenberg/" class="dropdown-item 2.NO">Spangenberg</a><a href="/spangenberg/vockerode-dinkelberg/" class="dropdown-item 2.NO">Vockerode-Dinkelberg</a><a href="/spangenberg/weidelbach/" class="dropdown-item 2.NO">Weidelbach</a><a href="/spangenberg/mittleres-fuldatal/" class="dropdown-item 2.NO">Mittleres Fuldatal</a></div></li><li class="nav-item dropdown IFSUB"><a href="/zeit/" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Zeit</a><div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"><a href="/zeit/vor-500-vor-und-fruehgeschichte/" class="dropdown-item 2.NO">Vor 500 | Vor- und Frühgeschichte</a><a href="/zeit/501-1500-mittelalter/" class="dropdown-item 2.NO">501 - 1500 | Mittelalter</a><a href="/zeit/1501-1800-fruehe-neuzeit/" class="dropdown-item 2.NO">1501 - 1800 | Frühe Neuzeit</a><a href="/zeit/1801-1900-beginn-neuzeit/" class="dropdown-item 2.NO">1801 - 1900 | Beginn Neuzeit</a><a href="/zeit/1901-1950/" class="dropdown-item 2.NO">1901 - 1950</a><a href="/zeit/1951-2000/" class="dropdown-item 2.NO">1951 - 2000</a><a href="/zeit/ab-2001/" class="dropdown-item 2.NO">ab 2001</a></div></li><li class="nav-item dropdown IFSUB"><a href="/themen/" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Themen</a><div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"><a href="/themen/historisches/" class="dropdown-item 2.NO">Historisches</a><a href="/themen/landschaft-tourismus/" class="dropdown-item 2.NO">Landschaft & Tourismus</a><a href="/themen/persoenlichkeiten/" class="dropdown-item 2.NO">Persönlichkeiten</a><a href="/themen/politik-gemeinwesen/" class="dropdown-item 2.NO">Politik & Gemeinwesen</a><a href="/themen/region/" class="dropdown-item 2.NO">Region</a><a href="/themen/religion-kirche/" class="dropdown-item 2.NO">Religion & Kirche</a><a href="/themen/schule/" class="dropdown-item 2.NO">Schule</a><a href="/themen/vereine-veranstaltungen/" class="dropdown-item 2.NO">Vereine & Veranstaltungen</a><a href="/themen/wirtschaft-verkehr/" class="dropdown-item 2.NO">Wirtschaft & Verkehr</a><a href="/themen/schloss/" class="dropdown-item 2.NO">Schloss</a></div></li><li class="nav-item dropdown IFSUB"><a href="/archive/" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Zu den Archiven</a><div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"><a href="https://www.archiv-felsberg.de" class="dropdown-item 2.NO">Archiv Felsberg</a><a href="https://www.archiv-guxhagen.de" class="dropdown-item 2.NO">Archiv Guxhagen</a><a href="https://www.archiv-koerle.de" class="dropdown-item 2.NO">Archiv Körle</a><a href="https://www.archiv-malsfeld.de" class="dropdown-item 2.NO">Archiv Malsfeld</a><a href="https://www.archiv-melsungen.de" class="dropdown-item 2.NO">Archiv Melsungen</a><a href="https://www.archiv-morschen.de" class="dropdown-item 2.NO">Archiv Morschen</a><a href="https://www.archiv-spangenberg.de" class="dropdown-item 2.NO">Archiv Spangenberg</a></div></li></ul> <div class="searchbox-container searchbox-sm"><form method="get" id="form_kesearch_searchfield" name="form_kesearch_searchfield" action="/suche/"> <input type="text" id="ke_search_searchfield_sword" name="tx_kesearch_pi1[sword]" placeholder="Suchbegriff" /> <input type="submit" id="ke_search_searchfield_submit" alt="Find" /></form></div> </div> </nav> </div> </div> </div> <!--SLIDER START--> <div id="sliderContainer" class="container-fluid"> </div> <!--SLIDER END--> <!--CONTENT START--> <div id="contentContainer"> <section class="container no-bg "> <div class="row"> <div id="c1441" class="frame frame-default frame-type-list frame-layout-0"> <header> <h2 class=""> 1901 - 1950 </h2> </header> <div class="tx-kesearch-pi1"> <form method="get" id="form_kesearch_pi1" name="form_kesearch_pi1" action="/zeit/1901-1950/"> <fieldset class="kesearch_searchbox"> <div class="kesearchbox"> <input type="search" id="ke_search_sword" name="tx_kesearch_pi1[sword]" value="" placeholder="Suchbegriff" minlength="4" /> <div class="clearer">&nbsp;</div> </div> <input id="kesearchpagenumber" type="hidden" name="tx_kesearch_pi1[page]" value="1" /> <input id="resetFilters" type="hidden" name="tx_kesearch_pi1[resetFilters]" value="0" /> <div id="kesearch_filters"> <select id="filter_2" name="tx_kesearch_pi1[filter_2]" > <option value="">Thema</option> <option value="Historisches" > Historisches (147) </option> <option value="LandschaftundTourismus" > Landschaft und Tourismus (22) </option> <option value="Persoenlichkeiten" > Persönlichkeiten (48) </option> <option value="PolitikundGemeinwesen" > Politik und Gemeinwesen (27) </option> <option value="Region" > Region (9) </option> <option value="ReligionundKirche" > Religion und Kirche (33) </option> <option value="Schule" > Schule (42) </option> <option value="VereineundVeranstaltungen" > Vereine und Veranstaltungen (64) </option> <option value="WirtschaftundVerkehr" > Wirtschaft und Verkehr (41) </option> </select></div> <span class="resetbutt"><a href="/zeit/1901-1950/" class="resetButton"><span>Eingaben löschen</span></a></span> <span class="submitbutt"><input type="submit" value="Finden" /></span> </fieldset> </form></div> </div> <div id="c1442" class="frame frame-default frame-type-list frame-layout-0"> <div class="tx-kesearch-pi1"> <!-- ===================== Partials/ResultRows.html GMM--><div class="clearer"></div><div id="kesearch_num_results">209 results:</div><!-- ===================== Partials/Sorting.html--><div id="kesearch_results"> <section class="timeline"> <div class="container"> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/verbandsfest-des-jungfrauenvereins/" target="_self">Verbandsfest des Jungfrauenvereins</a> </h2> <div class="date"> 1912 </div> <div class="timeline-teaser"> <p>In Spangenberg gab es auch einen Jungfrauenverein. Am 3. Juli 1912 wurde ein Verbandsfest dieses Vereins abgehalten. Die Spangenberger Zeitung berichtete hierüber.</p><p>Nach einem Inserat aus der Spangenb</p> </div> <a href="/anzeigen/verbandsfest-des-jungfrauenvereins/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/postkarte-eines-forstschuelers/" target="_self">Postkarte eines Forstschülers</a> </h2> <div class="date"> 1911 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/0/c/csm_Bild_PostkForstsch_9ca04342d3.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Am 7. September 1911 schrieb der Fortschüler Polte eine Postkarte an einen Freund in Halle a.d. Saale.</p><p>Die Postkarte wurde uns von Herrn Karl-Heinz Anacker freundlicherweise zur Verfügung gestellt.</p> </div> <a href="/anzeigen/postkarte-eines-forstschuelers/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/3036/" target="_self">Spangenberger Zeitungen 1911</a> </h2> <div class="date"> 1911 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/9/5/csm_1911_sp_historisch_spbgzeit_vor_2bbef81a0c.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Datei öffnen und Hinweis ansehen</p> </div> <a href="/anzeigen/3036/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/historische-aquarellbilder-von-1911-an-der-esse/" target="_self">Historische Aquarellbilder von 1911 an der Esse</a> </h2> <div class="date"> 1911 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/1/7/csm_19110000_ed_historisch_aquarellessevor_ce93442b45.jpg" title="ALT" /> <div class="timeline-teaser"> <p>gemalt von W. Munsch</p> </div> <a href="/anzeigen/historische-aquarellbilder-von-1911-an-der-esse/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/2680/" target="_self">Spangenberger Zeitungen Jahrgang 1910 (I)</a> </h2> <div class="date"> 1910 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/9/a/csm_logo1_SpbgZeitalt_1b7f345c9f.png" title="ALT" /> <div class="timeline-teaser"> <p>Teil I mit den Nrn. 1 bis 99</p> </div> <a href="/anzeigen/2680/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/2681/" target="_self">Spangenberger Zeitungen Jahrgang 1910 II</a> </h2> <div class="date"> 1910 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/9/a/csm_logo1_SpbgZeitalt_1b7f345c9f.png" title="ALT" /> <div class="timeline-teaser"> <p>Teil II, Ausgaben Nr. 100 bis Jahresende</p> </div> <a href="/anzeigen/2681/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/1399/" target="_self">Haus Ecke Burgstraße / Klosterstraße (Haus der Begegnung)</a> </h2> <div class="date"> 1910 </div> <div class="timeline-teaser"> <p>Hier eine Aufnahme des historischen Gebäudes Ecke Burgstraße / Klosterstraße, in welchem einst Margarethe von der Saale wohnte. Das Bild entstand wohl im Anfang des letzten Jahrhunderts. Zu diese Zeit</p> </div> <a href="/anzeigen/1399/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/historische-aufnahme-haus-alheimer-strasse-10/" target="_self">Historische Aufnahme Haus Alheimer Straße 10</a> </h2> <div class="date"> 1910 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/2/a/csm_1910000_na_historisch_alheimerstr10_4d272f351b.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Die Aufnahme zeigt eine historische Aufnahme des Wohnhauses Alheimer Straße 10 in Nausis, aufgenommen ca. 1910. Vor dem Haus stehend der Schreinermeister Heinrich Deist sen. mit Ehefrau Dorothea geb. </p> </div> <a href="/anzeigen/historische-aufnahme-haus-alheimer-strasse-10/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/panoramaaufnahme-ca-1910/" target="_self">Panoramaaufnahme ca. 1910</a> </h2> <div class="date"> 1910 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/b/9/csm_ed_pano_vor_d7de6d8fad.jpg" title="ALT" /> <div class="timeline-teaser"> <p>.</p> </div> <a href="/anzeigen/panoramaaufnahme-ca-1910/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/600-jahrfeier-1909/" target="_self">600 Jahrfeier 1909</a> </h2> <div class="date"> 1909 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/6/c/csm_1909_sp_grussvor_212d7bc3dd.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Grußadresse ehemaliger Spangenberger</p> </div> <a href="/anzeigen/600-jahrfeier-1909/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/2838/" target="_self">Adam Sieberts Märchen von Spangenberg</a> </h2> <div class="date"> 1909 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/8/c/csm_19090000_sp_historisch_maerchen_adsiebert_vor344_8790045f4d.jpg" title="ALT" /> <div class="timeline-teaser"> <p>geschrieben 1909</p> </div> <a href="/anzeigen/2838/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/1700/" target="_self">600 Jahre Stadtrechte Postkarte</a> </h2> <div class="date"> 1909 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/3/2/csm_19090000_sp_historisch_postkartevorschau_16c5aeff63.jpg" title="ALT" /> <div class="timeline-teaser"> <p>.</p> </div> <a href="/anzeigen/1700/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/600-jahre-stadtrechte-jubilaeum-wanderfuehrer/" target="_self">600 Jahre Stadtrechte, Jubiläum, Wanderführer</a> </h2> <div class="date"> 1909 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/8/b/csm_19090000_sp_historisch_postkarte_f9eb353b26.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Stadtjubiläum 1909</p> </div> <a href="/anzeigen/600-jahre-stadtrechte-jubilaeum-wanderfuehrer/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/laienspielschar-welche1909-zum-ersten-mal-kuno-und-else-auffuehrten/" target="_self">Laienspielschar, welche1909 zum ersten Mal Kuno und Else aufführten</a> </h2> <div class="date"> 1909 </div> <div class="timeline-teaser"> <p>Hier ein Foto der Laienspielschar, gebildet von einigen Einwohnern Spangenbergs, welche 1909 das von Karl Engelhard verfasste Sagenspiel um Kuno und Else aufführten.</p><p>Die Namen der Spieler konnten wei</p> </div> <a href="/anzeigen/laienspielschar-welche1909-zum-ersten-mal-kuno-und-else-auffuehrten/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/stadt-erzielt-erloes-aus-obstversteigerung/" target="_self">Stadt erzielt Erlös aus Obstversteigerung</a> </h2> <div class="date"> 1908 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/d/5/csm_Fruehobstvor_d88c635117.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Obstersteigerung</p> </div> <a href="/anzeigen/stadt-erzielt-erloes-aus-obstversteigerung/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/spangenberger-zeitungen-jahrgang-1908/" target="_self">Spangenberger Zeitungen Jahrgang 1908</a> </h2> <div class="date"> 1908 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/9/a/csm_logo1_SpbgZeitalt_1b7f345c9f.png" title="ALT" /> <div class="timeline-teaser"> <p>.</p> </div> <a href="/anzeigen/spangenberger-zeitungen-jahrgang-1908/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/gebaeude-gastwirtschaft-stoehr-und-stadtresidenz/" target="_self">Gebäude Gastwirtschaft Stöhr und Stadtresidenz</a> </h2> <div class="date"> 1907 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/6/8/csm_St%25C3%25B6hrStadtresidenzvor_2d1810cf12.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Verkauf der beiden Häuser im Jahr 1907</p> </div> <a href="/anzeigen/gebaeude-gastwirtschaft-stoehr-und-stadtresidenz/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/neuverpachtung-der-jagd/" target="_self">Neuverpachtung der Jagd</a> </h2> <div class="date"> 1907 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/6/f/csm_Jagdverpvor_5c8e714c72.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Bekanntmachung im Melsunger Kreisanzeiger</p> </div> <a href="/anzeigen/neuverpachtung-der-jagd/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/steinbruch/" target="_self">Steinbruch</a> </h2> <div class="date"> 1907 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/e/5/csm_19070530_sp_wirtschaft_anz_steinbruchheberer_vor_8689a78b60.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Waldemar Heberer</p> </div> <a href="/anzeigen/steinbruch/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/glockenkloeppel-gestohlen/" target="_self">Glockenklöppel gestohlen</a> </h2> <div class="date"> 1907 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/b/0/csm_19070000_pf_kirche_vor_b29f7eeb8b.jpg" title="ALT" /> <div class="timeline-teaser"> <p>die Pfieffer konnten nicht mehr läuten</p> </div> <a href="/anzeigen/glockenkloeppel-gestohlen/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/haus-im-tal-frueher-nr-23-heute-nr-1/" target="_self">Haus Im Tal früher Nr. 23 heute Nr. 1</a> </h2> <div class="date"> 1907 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/b/a/csm_19070000_sch_kuehlborn_haus1_vor_4c918fbcb6.jpg" title="ALT" /> <div class="timeline-teaser"> <p>ca. 1907</p> </div> <a href="/anzeigen/haus-im-tal-frueher-nr-23-heute-nr-1/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/konfirmationsurkunde-martha-reinhard/" target="_self">Konfirmationsurkunde Martha Reinhard</a> </h2> <div class="date"> 1905 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/6/9/csm_19050430_he_kirche_Konfi_mreinhard_vor_d965bd8064.jpg" title="ALT" /> <div class="timeline-teaser"> <p>wurde 1905 konfirmiert</p> </div> <a href="/anzeigen/konfirmationsurkunde-martha-reinhard/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/2264/" target="_self">Kalenderbild 1904</a> </h2> <div class="date"> 1904 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/7/5/csm_19040000_sp_kalender_vorschau_86c45779bd.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Reproduktion aus 1974</p> </div> <a href="/anzeigen/2264/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/herlefelder-schulklasse-gruppenbild/" target="_self">Herlefelder Schulklasse Gruppenbild</a> </h2> <div class="date"> 1903 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/f/e/csm_19030000_he_schulklasse_guppe_vor_257ac7e890.jpg" title="ALT" /> <div class="timeline-teaser"> <p>aus dem Jahr 1903</p> </div> <a href="/anzeigen/herlefelder-schulklasse-gruppenbild/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/herlefelder-schule-bild-einer-schulklasse/" target="_self">Herlefelder Schule, Bild einer Schulklasse</a> </h2> <div class="date"> 1903 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/c/2/csm_19030000_he_schulklasse_vor_b6b8caebda.jpg" title="ALT" /> <div class="timeline-teaser"> <p>aus dem Jahr 1903</p> </div> <a href="/anzeigen/herlefelder-schule-bild-einer-schulklasse/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/kuno-und-else-ein-singspiel/" target="_self">Kuno und Else ein Singspiel</a> </h2> <div class="date"> 1902 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/6/d/csm_19020906_sp__historisches_liebsquelle_bild_1a2f711673.jpg" title="ALT" /> <div class="timeline-teaser"> <p>.</p> </div> <a href="/anzeigen/kuno-und-else-ein-singspiel/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/einfuehrung-von-schulaerztlichen-untersuchungen/" target="_self">Einführung von Schulärztlichen Untersuchungen</a> </h2> <div class="date"> 1900-1925 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/a/c/csm_1920_pf_foto_klassenfoto_2eb31c9e5f.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Geschichte des Schularztes</p><p>Ende des 19.Jahrhunderts wurden in Deutschland die ersten Schulärzte eingestellt. Kurze Zeit später wurden sie mit den Einschulungsuntersuchungen betraut, in der sie unter </p> </div> <a href="/anzeigen/einfuehrung-von-schulaerztlichen-untersuchungen/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/brauchtum-in-spangenberg-und-umgebung/" target="_self">Brauchtum in Spangenberg und Umgebung</a> </h2> <div class="date"> 1700 </div> <div class="timeline-teaser"> <p>Brauchtum in Spangenberg und Umgebung</p> </div> <a href="/anzeigen/brauchtum-in-spangenberg-und-umgebung/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInLeft"> <h2> <a href="/anzeigen/wappen-der-familie-kuehlborn/" target="_self">Wappen der Familie Kühlborn</a> </h2> <div class="date"> 1690 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/f/0/csm_00000000_sch_persoenlichkeiten_kuehlbornwappen_vor_4739339fb8.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Auszug aus der Hessischen Wappenrolle</p> </div> <a href="/anzeigen/wappen-der-familie-kuehlborn/">Mehr</a> </div> </div> <!-- ===================== Partials/ResultRow.html GMM--> <div class="timeline-item"> <div class="timeline-img"> </div> <div class="timeline-content js--fadeInRight"> <h2> <a href="/anzeigen/die-buergerglocke-in-der-stadtkirche/" target="_self">Die Bürgerglocke in der Stadtkirche</a> </h2> <div class="date"> 1616 </div> <img alt="ALT" width="800" height="600" src="/archive/spangenberg/_processed_/e/0/csm_16160000_sp_kirche_buerger_vor_01c80f1a98.jpg" title="ALT" /> <div class="timeline-teaser"> <p>gegossen 1616</p> </div> <a href="/anzeigen/die-buergerglocke-in-der-stadtkirche/">Mehr</a> </div> </div> </div> </section></div><div id="kesearch_pagebrowser_bottom"> <!-- ===================== Partials/PageBrowser.html--> <div class="pages_total"> <div class="result_txt">Search results 41 until 50 of 209</div> <div class="kesearch_pagebrowser"><ul><li><a class="prev" href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=4">vorherige</a></li><li><a href="/zeit/1901-1950/">1</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=2">2</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=3">3</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=4">4</a></li><li><a class="current" href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=5">5</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=6">6</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=7">7</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=8">8</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=9">9</a></li><li><a href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=10">10</a></li><li><a class="next" href="/zeit/1901-1950/?tx_kesearch_pi1%5Bpage%5D=6">nächste</a></li></ul></div> </div></div> </div> </div> </div> </section> </div> <!--CONTENT END--> <!--CONTENT START--> <div id="homeBottomContentContainer" class="container"> <div class="row"> <div class="offset-1 col-sm-10"> </div> </div> </div> <!--CONTENT END--> <!--MAP START--> <div id="mapContainer" class="container-fluid"> <div class="row"> <div class="col-sm-12"> </div> </div> </div> <!--MAP END--> <!--FOOTER--> <div class="container-fluid bg-darkgrey"> <footer id="footerContainer" class="container"> <div class="row footer"> <div class="col-sm-5 impressum"> <ul class="footer-nav nav"><li class="nav-item"><a href="/footer/impressum/" class="first">Impressum</a></li><li class="nav-item"><a href="/footer/datenschutz/" class="last">Datenschutz</a></li></ul> </div> <div class="col-sm-4 forderung"><img src="/typo3temp/assets/_processed_/b/6/csm_logo_foerderung-neu_d8c60d074b.jpg" width="600" height="160" class="img-responsive" alt="" ></div> <div class="col-sm-3 gmm"><a href="https://www.g-m-m.de/home/" target="_blank" rel="noreferrer"><img src="/typo3temp/assets/_processed_/e/9/csm_gmm_logo_600_789ef5ea9f.png" width="210" height="47" class="img-responsive" alt="" ></a></div> </div> </footer> </div> <!--FOOTER END--><!-- ###JS_LIBS_FOOTER6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###JS_INCLUDE_FOOTER6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###JS_INLINE_FOOTER6082fbcbf6aa4c089a9332ac1c5f23eb### --><!-- ###FOOTERDATA6082fbcbf6aa4c089a9332ac1c5f23eb### --></body></html>', '6082fbcbf6aa4c089a9332ac1c5f23eb')
in /html/typo3/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2235
            [
                implode(LF, $this->additionalHeaderData),
                implode(LF, $this->additionalFooterData),
            ],
            $this->pageRenderer->renderJavaScriptAndCssForProcessingOfUncachedContentObjects($this->content, $this->config['INTincScript_ext']['divKey'])
        );
        // Replace again, because header and footer data and page renderer replacements may introduce additional placeholders (see #44825)
        $this->recursivelyReplaceIntPlaceholdersInContent($request);
        $this->setAbsRefPrefix();
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 175
                    'prefixWithAbsRefPrefix'
                );
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript($request);
            $this->timeTracker->pull();
        }

        // Create a default Response object and add headers and body to it
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyHeaders.php line 51
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        // return early in case CSP shall not be used
        if (!$this->features->isFeatureEnabled('security.frontend.enforceContentSecurityPolicy')) {
            return $handler->handle($request);
        }
        // make sure, the nonce value is set before processing the remaining middlewares
        $request = $request->withAttribute('nonce', $this->requestId->nonce);
        $response = $handler->handle($request);
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyHeaders->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 44
        // 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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 41
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelRenderer.php line 42
     * Render the admin panel if activated
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 42
     * Adds the content length
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            $context = $GLOBALS['TSFE']->getContext();
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/fluidtypo3/vhs/Classes/Middleware/AssetInclusion.php line 19
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 93
                $controller->getPageAccessFailureReasons(PageAccessFailureReasons::INVALID_EXTERNAL_URL)
            );
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 58

        // Set new request which now has the frontend.typoscript attribute
        $GLOBALS['TYPO3_REQUEST'] = $request;

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 112
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 113
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 87
                $this->context->setAspect('visibility', $newAspect);
            }
        }

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

    protected function checkIfRootlineRequiresPreview(int $pageId): bool
    {
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-adminpanel/Classes/Middleware/SqlLogging.php line 53
                    break;
                }
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 102
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 63

                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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-adminpanel/Classes/Middleware/AdminPanelInitiator.php line 51
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/ContentSecurityPolicyReporter.php line 42
            // @todo create report, then call persist, then dispatch new event
            $this->persistCspReport($scope, $request);
            return new NullResponse();
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\ContentSecurityPolicyReporter->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 90
                $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 68
        );

        // If the matched redirect is found, resolve it, and check further
        if (!is_array($matchedRedirect)) {
            return $handler->handle($request);
        }
        $url = $this->redirectService->getTargetUrl($matchedRedirect, $request);
        if ($url === null) {
            return $handler->handle($request);
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 72
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerInitialization.php line 62
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->initialize($pageIndexerRequest);
        }

        $response = $handler->handle($request);
        if ($pageIndexerRequestHandler instanceof PageIndexerRequestHandler && $pageIndexerRequest instanceof PageIndexerRequest) {
            $pageIndexResponse = $pageIndexerRequestHandler->shutdown($pageIndexerRequest);

            $body = new Stream('php://temp', 'rw');
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 79
                $request = $request->withAttribute('noCache', true);
            }
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Middleware/RequestTokenMiddleware.php line 71
            $this->securityAspect->setReceivedRequestToken(false);
            $this->logger->debug('Could not resolve request token', ['exception' => $exception]);
        }

        $response = $handler->handle($request);
        return $this->enrichResponseWithCookie($request, $response);
    }

    protected function resolveNoncePool(ServerRequestInterface $request): NoncePool
at TYPO3\CMS\Core\Middleware\RequestTokenMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 51
        ) {
            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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 53
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 48
    {
        $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(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 41
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/fluidtypo3/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 46
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 162

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:128$4c->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 70
     * Invoke the middleware stack
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 80

    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-frontend/Classes/Http/Application.php line 59
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 92
     * Set up the application and shut it down afterwards
     */
    final public function run()
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        $this->sendResponse($response);
    }
}
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/typo3/public/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/typo3/public/index.php line 21
call_user_func(static function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});