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"><!-- ###TITLE8c06bf9177238508da0336e952f302e6### --><!-- ###META8c06bf9177238508da0336e952f302e6### --><!-- ###CSS_LIBS8c06bf9177238508da0336e952f302e6### --><!-- ###CSS_INCLUDE8c06bf9177238508da0336e952f302e6### --><!-- ###CSS_INLINE8c06bf9177238508da0336e952f302e6### --><!-- ###JS_LIBS8c06bf9177238508da0336e952f302e6### --><!-- ###JS_INCLUDE8c06bf9177238508da0336e952f302e6### --><!-- ###JS_INLINE8c06bf9177238508da0336e952f302e6### --><!-- ###HEADERDATA8c06bf9177238508da0336e952f302e6### --></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-melsungen.de/"><img src="/typo3temp/assets/_processed_/d/2/csm_Wappen_Melsungen_1b4a0f97e0.png" width="80" height="89" class="img-responsive" alt="" ></a> <div class="archivName">Archiv Melsungen</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="/ortsteile" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Ortsteile</a><div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"><a href="/ortsteile/adelshausen" class="dropdown-item 2.NO">Adelshausen</a><a href="/ortsteile/guensterode" class="dropdown-item 2.NO">Günsterode</a><a href="/ortsteile/kehrenbach" class="dropdown-item 2.NO">Kehrenbach</a><a href="/ortsteile/kirchhof" class="dropdown-item 2.NO">Kirchhof</a><a href="/ortsteile/melsungen" class="dropdown-item 2.NO">Melsungen</a><a href="/ortsteile/obermelsungen" class="dropdown-item 2.NO">Obermelsungen</a><a href="/ortsteile/roehrenfurth" class="dropdown-item 2.NO">Röhrenfurth</a><a href="/ortsteile/schwarzenberg" class="dropdown-item 2.NO">Schwarzenberg</a><a href="/ortsteile/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></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">...</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="c1451" 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 (75) </option> <option value="LandschaftundTourismus" > Landschaft und Tourismus (9) </option> <option value="MittleresFuldatal" > Mittleres Fuldatal (1) </option> <option value="Persoenlichkeiten" > Persönlichkeiten (10) </option> <option value="PolitikundGemeinwesen" > Politik und Gemeinwesen (15) </option> <option value="Region" > Region (1) </option> <option value="ReligionundKirche" > Religion und Kirche (10) </option> <option value="Schule" > Schule (6) </option> <option value="VereineundVeranstaltungen" > Vereine und Veranstaltungen (12) </option> <option value="WirtschaftundVerkehr" > Wirtschaft und Verkehr (12) </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="c1452" 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">88 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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1932&amp;cHash=5c29663b9090b3a8db6a7a28dbfa1256" target="_self">Fritz-Bauer- und Friedrich-Stöhr-Platz</a> </h2> <div class="date"> 2019 </div> <div class="timeline-teaser"> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1932&amp;cHash=5c29663b9090b3a8db6a7a28dbfa1256">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1837&amp;cHash=60107aa0513f25bc9b075fcf38d02e4b" target="_self">&quot;Fritz Bauer - Friedrich Stöhr&quot;-Platz</a> </h2> <div class="date"> 2019 </div> <div class="timeline-teaser"> <p>Geschichtsverein Melsungen</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1837&amp;cHash=60107aa0513f25bc9b075fcf38d02e4b">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1838&amp;cHash=f80adacf96ac0cbb8f4453813cacd553" target="_self">Melsungen in Bildern von gestern und heute</a> </h2> <div class="date"> 2019 </div> <div class="timeline-teaser"> <p>Geschichtsverein Melsungen</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1838&amp;cHash=f80adacf96ac0cbb8f4453813cacd553">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1107&amp;cHash=dfb9e99e50f03714fae5031d7e213f19" target="_self">Greben, Bürgermeister und Ortsvorsteher in Röhrenfurth</a> </h2> <div class="date"> 1982 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1107&amp;cHash=dfb9e99e50f03714fae5031d7e213f19">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1382&amp;cHash=11dc47d8c0b4a291364240e738f10846" target="_self">Wahlergebnisse der Kommunalwahl 1952</a> </h2> <div class="date"> 1952 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/2/5/csm_1952-05-05_Melsunger_Tageblatt_Kommunalwahl_1952_STVO_und_Kreistag_2_6cb723c7f3.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 05.05.1952</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1382&amp;cHash=11dc47d8c0b4a291364240e738f10846">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1338&amp;cHash=3f3375cd742fcb53c5e9efac366f4274" target="_self">Festtage in Röhrenfurth und Obermelsungen</a> </h2> <div class="date"> 1950 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/f/1/csm_1950-06-19_Melsunger_Tageblatt_Sportfest_9ae985d9d9.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 19.06.1950</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1338&amp;cHash=3f3375cd742fcb53c5e9efac366f4274">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1334&amp;cHash=fbed7dc74d2369a9853be04efac83877" target="_self">16 Jahre Freiwillige Feuerwehr</a> </h2> <div class="date"> 1950 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/8/7/csm_1950-02-17_Melsunger_Tageblatt_Feuerwehr_c21cb064a0.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 17.02.1950</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1334&amp;cHash=fbed7dc74d2369a9853be04efac83877">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1337&amp;cHash=2a82436b3ad0609acf607dc36534945d" target="_self">Neue Friedhofskapelle in Röhrenfurth</a> </h2> <div class="date"> 1950 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/8/e/csm_1950-05-24_Melsunger_Tageblatt_Friedhofskapelle_88e3313aac.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 24.05.1950</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1337&amp;cHash=2a82436b3ad0609acf607dc36534945d">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1099&amp;cHash=3ed098a5b894d6cc56acc84798803b71" target="_self">Mühlen in Röhrenfurth</a> </h2> <div class="date"> 1950 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1099&amp;cHash=3ed098a5b894d6cc56acc84798803b71">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1335&amp;cHash=7d05afb229b6b5f08763e4e50abb92a7" target="_self">Aus der Geschichte eines Fuldadorfes</a> </h2> <div class="date"> 1950 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/f/3/csm_1950-04-17_Melsunger_Tageblatt_Roehrenfurth_ded2956333.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 17.04.1950</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1335&amp;cHash=7d05afb229b6b5f08763e4e50abb92a7">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1339&amp;cHash=f368cb8df9b6929069be679dc4af130c" target="_self">Friedhofskapelle Röhrenfurth</a> </h2> <div class="date"> 1950 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/e/f/csm_1950-06-30_Melsunger_Tageblatt_Friedhofskapelle_13a3f9be17.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 30.06.1950</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1339&amp;cHash=f368cb8df9b6929069be679dc4af130c">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1336&amp;cHash=26fadc732c82cb9bfc5b2c49d3937b73" target="_self">Als die Postkutsche noch fuhr</a> </h2> <div class="date"> 1950 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/b/c/csm_1950-04-25_Melsunger_Tageblatt_Geschichte_84c71fe89f.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 25.04.1950</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1336&amp;cHash=26fadc732c82cb9bfc5b2c49d3937b73">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1142&amp;cHash=87114489f3b20c7e5451d93fa24902dd" target="_self">Amtliches Kreisblatt - Wahlergebnis Kreis Melsungen zum ersten Bundestag</a> </h2> <div class="date"> 1949 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/e/1/csm_1949-08-23_Amtliches_Kreisblatt_Wahlergebnis_1d5c46a4e9.jpg" title="ALT" /> <div class="timeline-teaser"> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1142&amp;cHash=87114489f3b20c7e5451d93fa24902dd">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1332&amp;cHash=feffbe8f168649bb59fe72b337a9688a" target="_self">Bevölkerungsstatistik Januar 1949</a> </h2> <div class="date"> 1949 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/2/3/csm_1949-05-13_Amtliches_Kreisblatt_Bevoelkerungsstatistik_86a48592e1.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Amtliches Kreisblatt</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1332&amp;cHash=feffbe8f168649bb59fe72b337a9688a">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1091&amp;cHash=2ed05cc6e5aadfeb01bcb611f315f4dd" target="_self">Die Nachkriegsjahre bis 1970 Teil 2</a> </h2> <div class="date"> 1946 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1091&amp;cHash=2ed05cc6e5aadfeb01bcb611f315f4dd">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1090&amp;cHash=d99d42ffa9dc619df9f01c65701b6bc1" target="_self">Die Nachkriegsjahre bis 1970 Teil 1</a> </h2> <div class="date"> 1946 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1090&amp;cHash=d99d42ffa9dc619df9f01c65701b6bc1">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1517&amp;cHash=0dd20503cd6588227c7e22dd21c4842c" target="_self">1945 - Wie Melsungen von den Amerikanern eingenommen wird</a> </h2> <div class="date"> 1945 </div> <div class="timeline-teaser"> <p>Der Vormarsch der amerikanischen Truppen im Frühjahr 1945 verläuft in Hessen nahezu ohne Widerstand. Am Ostersamstag erreichen sie Melsungen. Was geschah dann?</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1517&amp;cHash=0dd20503cd6588227c7e22dd21c4842c">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1939&amp;cHash=d11a6f68b6e2a3208c5185e680d7f9e6" target="_self">Melsungen: Einwohnerliste 1939</a> </h2> <div class="date"> 1939 </div> <div class="timeline-teaser"> <p>Es handelt sich wohl um eine Liste der Hausbesitzer, Mieterinnen und Mieter sind nicht aufgeführt.</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1939&amp;cHash=d11a6f68b6e2a3208c5185e680d7f9e6">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1089&amp;cHash=2ef1c369f17dddf6934d41e045695b14" target="_self">Der Zweite Weltkrieg</a> </h2> <div class="date"> 1939 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1089&amp;cHash=2ef1c369f17dddf6934d41e045695b14">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1086&amp;cHash=0727a58f7ea3db9d80907ce9584bc6bb" target="_self">Die Zeit von 1933 bis 1939 Teil 1</a> </h2> <div class="date"> 1939 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1086&amp;cHash=0727a58f7ea3db9d80907ce9584bc6bb">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1128&amp;cHash=64003baa58f45ed5b4abb6fc35f4e9d3" target="_self">48 Jahre Freiwillige Feuerwehr Röhrenfurth</a> </h2> <div class="date"> 1934 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1128&amp;cHash=64003baa58f45ed5b4abb6fc35f4e9d3">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1141&amp;cHash=fd1825b1a43836800b76c67d2fcc4fc2" target="_self">Länderspiel von TSV Röhrenfurth fällt aus</a> </h2> <div class="date"> 1933 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/e/c/csm_1933-04-11_Melsunger_Tageblatt_L%25C3%25A4nderspiel_f%25C3%25A4llt_aus_dab2d4fcc6.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 11.04.1933</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1141&amp;cHash=fd1825b1a43836800b76c67d2fcc4fc2">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1139&amp;cHash=41f19f766b9995a80210144d6a5081d3" target="_self">Melsunger Tageblatt - Unfall Bürgermeister Kilian</a> </h2> <div class="date"> 1933 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/b/6/csm_1933-02-23_Melsunger_Tageblatt_Unfall_BGM_Kilian_660355592e.jpg" title="ALT" /> <div class="timeline-teaser"> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1139&amp;cHash=41f19f766b9995a80210144d6a5081d3">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1931&amp;cHash=8d24efd4159af4b86c05b27eea1482e3" target="_self">Die Machtübernahme</a> </h2> <div class="date"> 1933 </div> <div class="timeline-teaser"> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1931&amp;cHash=8d24efd4159af4b86c05b27eea1482e3">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1138&amp;cHash=7ce30fffdd891468498542397d4175b1" target="_self">JHV TSV Röhrenfurth</a> </h2> <div class="date"> 1933 </div> <img alt="ALT" width="800" height="600" src="/archive/melsungen/_processed_/9/b/csm_1933-01-17_Melsunger_Tageblatt_JHV_TSV_40892c8ca8.jpg" title="ALT" /> <div class="timeline-teaser"> <p>Melsunger Tageblatt 17.01.1933</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1138&amp;cHash=7ce30fffdd891468498542397d4175b1">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1087&amp;cHash=6e617b0b48502503378b6b43679f0391" target="_self">Die Zeit von 1933 bis 1939 Teil 2</a> </h2> <div class="date"> 1933 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1087&amp;cHash=6e617b0b48502503378b6b43679f0391">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1088&amp;cHash=44a143c563eb20b7ed9a4536c598d104" target="_self">Die Zeit von 1933 bis 1939 Teil 3</a> </h2> <div class="date"> 1933 </div> <div class="timeline-teaser"> <p>Chronik 800 Jahre</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1088&amp;cHash=44a143c563eb20b7ed9a4536c598d104">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1930&amp;cHash=032b5680334fc3fae959d885a795263e" target="_self">Adolf-Hitler-Gedenkstein</a> </h2> <div class="date"> 1933 </div> <div class="timeline-teaser"> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1930&amp;cHash=032b5680334fc3fae959d885a795263e">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1500&amp;cHash=b1a80cd4d723e5225175b08f79c14648" target="_self">Der Bartenwetzer</a> </h2> <div class="date"> 1928 </div> <div class="timeline-teaser"> <p>Viele haben einen Spitznamen - hier sogar die ganze Stadt</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1500&amp;cHash=b1a80cd4d723e5225175b08f79c14648">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?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1812&amp;cHash=41310a1fed06df7f4ab04098c3ec8968" target="_self">Der Rautendel Brunnen</a> </h2> <div class="date"> 1928 </div> <div class="timeline-teaser"> <p>Wilhelm Oskar Pracks Huldigung an eine Quellnymphe und Erinnerung an seinen Freund Gerhard Hauptmann.</p> </div> <a href="/anzeigen?tx_digitalarchiv_digitalarchivview%5Baction%5D=show&amp;tx_digitalarchiv_digitalarchivview%5Bcontroller%5D=Entry&amp;tx_digitalarchiv_digitalarchivview%5Bentry%5D=1812&amp;cHash=41310a1fed06df7f4ab04098c3ec8968">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 1 until 10 of 88</div> <div class="kesearch_pagebrowser"><ul><li><a class="current" 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 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 class="next" href="/zeit/1901-1950?tx_kesearch_pi1%5Bpage%5D=2">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_FOOTER8c06bf9177238508da0336e952f302e6### --><!-- ###JS_INCLUDE_FOOTER8c06bf9177238508da0336e952f302e6### --><!-- ###JS_INLINE_FOOTER8c06bf9177238508da0336e952f302e6### --><!-- ###FOOTERDATA8c06bf9177238508da0336e952f302e6### --></body></html>', '8c06bf9177238508da0336e952f302e6')
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();
});