Whoops, looks like something went wrong.

(1/3) Doctrine\DBAL\Exception\DeadlockException

An exception occurred while executing 'DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN ('pageId_2078')': Deadlock found when trying to get lock; try restarting transaction

in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 51
    public function convertException($message, DeprecatedDriverException $exception)
    {
        switch ($exception->getErrorCode()) {
            case '1213':
                return new DeadlockException($message, $exception);

            case '1205':
                return new LockWaitTimeoutException($message, $exception);

at Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception occurred while executing \'DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')\':Deadlock found when trying to get lock; try restarting transaction', object(Doctrine\DBAL\Driver\Mysqli\Exception\StatementError))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 182
            return $driverEx;
        }

        if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {
            return $driver->convertException($msg, $driverEx);
        }

        return new Exception($msg, 0, $driverEx);
    }
at Doctrine\DBAL\DBALException::wrapException(object(Doctrine\DBAL\Driver\Mysqli\Driver), object(Doctrine\DBAL\Driver\Mysqli\Exception\StatementError), 'An exception occurred while executing \'DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')\':Deadlock found when trying to get lock; try restarting transaction')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 159
        }

        $msg .= ":\n\n" . $driverEx->getMessage();

        return self::wrapException($driver, $driverEx, $msg);
    }

    /**
     * @deprecated
at Doctrine\DBAL\DBALException::driverExceptionDuringQuery(object(Doctrine\DBAL\Driver\Mysqli\Driver), object(Doctrine\DBAL\Driver\Mysqli\Exception\StatementError), 'DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')', array())
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 2226
            Exception::driverExceptionDuringQuery(
                $this->_driver,
                $e,
                $sql,
                $this->resolveParams($params, $types)
            )
        );
    }

at Doctrine\DBAL\Connection->handleExceptionDuringQuery(object(Doctrine\DBAL\Driver\Mysqli\Exception\StatementError), 'DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')', array(), array())
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1313
                $stmt = $connection->query($sql);
            }
        } catch (Throwable $e) {
            $this->handleExceptionDuringQuery(
                $e,
                $sql,
                $params,
                $types
            );
at Doctrine\DBAL\Connection->executeQuery('DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 299
                'DELETE tags2, cache1'
                . ' FROM ' . $this->tagsTable . ' AS tags1'
                . ' JOIN ' . $this->tagsTable . ' AS tags2 ON tags1.identifier = tags2.identifier'
                . ' JOIN ' . $this->cacheTable . ' AS cache1 ON tags1.identifier = cache1.identifier'
                . ' WHERE tags1.tag IN (' . implode(',', $quotedTagList) . ')'
            );
        } else {
            $queryBuilder = $connection->createQueryBuilder();
            $result = $queryBuilder->select('identifier')
at TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend->flushByTags(array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/Frontend/AbstractFrontend.php line 132
                throw new \InvalidArgumentException('"' . $tag . '" is not a valid tag for a cache entry.', 1233057360);
            }
        }
        if ($this->backend instanceof TaggableBackendInterface) {
            $this->backend->flushByTags($tags);
        }
    }

    /**
at TYPO3\CMS\Core\Cache\Frontend\AbstractFrontend->flushByTags(array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/CacheManager.php line 252
            throw new NoSuchCacheGroupException('No cache in the specified group \'' . $groupIdentifier . '\'', 1390337130);
        }
        foreach ($this->cacheGroups[$groupIdentifier] as $cacheIdentifier) {
            if (isset($this->caches[$cacheIdentifier])) {
                $this->caches[$cacheIdentifier]->flushByTags($tags);
            }
        }
    }

at TYPO3\CMS\Core\Cache\CacheManager->flushCachesInGroupByTags('pages', array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Service/CacheService.php line 77
            }
            $tags = array_map(static function ($item) {
                return 'pageId_' . $item;
            }, $pageIdsToClear);
            $this->cacheManager->flushCachesInGroupByTags('pages', $tags);
        }
    }

    /**
at TYPO3\CMS\Extbase\Service\CacheService->clearPageCache(array(2078))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Service/CacheService.php line 104
            while (!$this->pageIdStack->isEmpty()) {
                $pageIds[] = (int)$this->pageIdStack->pop();
            }
            $pageIds = array_values(array_unique($pageIds));
            $this->clearPageCache($pageIds);
        }
    }

    /**
at TYPO3\CMS\Extbase\Service\CacheService->clearCachesOfRegisteredPageIds()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 205
        $body = $response->getBody();
        $body->rewind();
        $content = $body->getContents();
        $this->resetSingletons();
        $this->cacheService->clearCachesOfRegisteredPageIds();
        return $content;
    }

    /**
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 5431
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), '')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2853
                        case 'COA':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('COA', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.e2075662e32df14a28dba8b3ae3a5fae' => array('conf' => array('FLUIDTEMPLATE', '10.' => array('extbase.' => array('controllerExtensionName' => 'PpwSitepackage'), 'file' => 'EXT:ppw_sitepackage/Resources/Private/Partials/Navigation/BreadcrumbFullsize.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0 | -1'), 'includeNotInMenu' => '1', 'excludeDoktypes' => '254', 'levels' => '1', 'entryLevel' => '0', 'titleField' => 'seo_title // nav_title // title', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '40.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|heft')), 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'selectFields' => 'uid,name,heft_typ', 'table' => 'tx_vcfvhefteundartikel_domain_model_heft', 'where.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|heft', 'intval' => '1', 'wrap' => 'uid = |'), 'max' => '1', 'as' => 'heft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|artikel')), 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'selectFields' => 'uid,name', 'table' => 'tx_vcfvhefteundartikel_domain_model_artikel', 'where.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|artikel', 'intval' => '1', 'wrap' => 'uid = |'), 'max' => '1', 'as' => 'article')))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";a:122:{s:3:"uid";i:2411;s:3:"pid";i:2410;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:10:"t3_origuid";i:2399;s:6:"tstamp";i:1689086159;s:7:"sorting";i:4096;s:7:"deleted";i:0;s:12:"perms_userid";i:8;s:13:"perms_groupid";i:7;s:10:"perms_user";i:31;s:11:"perms_group";i:31;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1583330649;s:9:"cruser_id";i:8;s:6:"hidden";i:0;s:5:"title";s:24:"Kostenpflichtige Artikel";s:7:"doktype";i:1;s:8:"TSconfig";N;s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:0:"";s:6:"layout";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:1579166384;s:8:"keywords";N;s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:8:"newUntil";i:0;s:11:"description";N;s:9:"no_search";i:1;s:15:"SYS_LASTCHANGED";i:1710767410;s:8:"abstract";N;s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:0:"";s:8:"nav_hide";i:1;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:22:"pagets__article_detail";s:25:"backend_layout_next_level";s:0:"";s:17:"tsconfig_includes";s:0:"";s:17:"tx_impexp_origuid";i:0;s:10:"categories";i:0;s:16:"sitemap_priority";s:3:"0.5";s:18:"sitemap_changefreq";s:0:"";s:16:"author_firstname";s:0:"";s:15:"author_lastname";s:0:"";s:12:"author_title";s:0:"";s:7:"authors";i:0;s:12:"authors_from";i:0;s:16:"glossary_entries";i:0;s:21:"glossary_entries_from";i:0;s:9:"seo_title";s:0:"";s:24:"tx_yoastseo_focuskeyword";s:0:"";s:8:"og_title";s:0:"";s:14:"og_description";s:0:"";s:8:"og_image";i:0;s:13:"twitter_title";s:0:"";s:19:"twitter_description";s:0:"";s:13:"twitter_image";i:0;s:32:"tx_yoastseo_hide_snippet_preview";i:0;s:8:"no_index";i:0;s:9:"no_follow";i:0;s:23:"tx_yoastseo_cornerstone";i:0;s:29:"tx_yoastseo_score_readability";s:3:"bad";s:21:"tx_yoastseo_score_seo";s:3:"bad";s:14:"is_advertising";i:0;s:12:"author_phone";s:0:"";s:13:"news_datetime";i:1579166384;s:15:"author_position";s:0:"";s:34:"tx_ppwsitepackage_sponsored_colour";s:0:"";s:24:"tx_staticfilecache_cache";i:1;s:30:"tx_staticfilecache_cache_force";i:0;s:7:"archive";i:0;s:8:"shop_url";s:0:"";s:11:"search_page";i:0;s:14:"primary_topics";i:0;s:16:"secondary_topics";i:0;s:18:"contribution_types";i:0;s:12:"class_levels";i:0;s:7:"sources";i:0;s:33:"tx_ppwsitepackage_fachwelt_colour";s:0:"";s:23:"exclude_from_breadcrumb";i:0;s:20:"exclude_from_sitemap";i:1;s:15:"grundschulseite";i:0;s:14:"rowDescription";N;s:16:"sys_language_uid";i:0;s:11:"l10n_source";i:0;s:10:"l10n_state";N;s:15:"l10n_diffsource";s:11:"{"slug":""}";s:4:"slug";s:73:"/friedrich-plus/sekundarstufe/biologie/oekologie/kostenpflichtige-artikel";s:14:"canonical_link";s:0:"";s:33:"tx_yoastseo_focuskeyword_synonyms";N;s:32:"tx_yoastseo_focuskeyword_premium";i:0;s:11:"l10n_parent";i:0;s:12:"twitter_card";s:0:"";s:32:"tx_staticfilecache_cache_offline";i:0;s:33:"tx_staticfilecache_cache_priority";i:0;s:12:"hide_submenu";i:0;s:21:"no_search_sub_entries";i:0;s:27:"vc_fachwelt_abonnieren_page";i:0;s:12:"podcast_page";i:0;s:13:"author_ntx_id";s:0:"";s:23:"tx_pgwdesign_colorworld";s:0:"";s:22:"tx_pgwadtags_desktopad";s:0:"";s:21:"tx_pgwadtags_mobilead";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:5:"pages";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"pages:2411";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:3:{s:6:"target";s:0:"";s:8:"totalUrl";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:4:"type";s:4:"page";}s:18:"lastTypoLinkResult";O:38:"TYPO3\\CMS\\Frontend\\Typolink\\LinkResult":6:{s:7:"' . "\0" . '*' . "\0" . 'type";s:4:"page";s:6:"' . "\0" . '*' . "\0" . 'url";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:9:"' . "\0" . '*' . "\0" . 'target";s:0:"";s:23:"' . "\0" . '*' . "\0" . 'additionalAttributes";a:1:{s:4:"href";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";}s:11:"' . "\0" . '*' . "\0" . 'linkText";s:1:"|";s:20:"' . "\0" . '*' . "\0" . 'linkConfiguration";a:3:{s:9:"parameter";i:1523;s:16:"additionalParams";s:0:"";s:8:"no_cache";s:0:"";}}s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'COA'), 'INT_SCRIPT.ce8419e398a2d604a0e57b311e40376c' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";a:102:{s:3:"uid";i:17288;s:3:"pid";i:2411;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:10:"t3_origuid";i:17257;s:6:"tstamp";i:1584113793;s:6:"crdate";i:1583330649;s:9:"cruser_id";i:8;s:8:"editlock";i:0;s:6:"hidden";i:0;s:7:"sorting";i:256;s:5:"CType";s:35:"vcfvhefteundartikel_hefteundartikel";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:14:"rowDescription";s:0:"";s:8:"bodytext";N;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:9:"imagecols";i:2;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:11:"frame_class";s:7:"default";s:7:"deleted";i:0;s:4:"cols";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:7:"records";s:0:"";s:5:"pages";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:10:"image_zoom";i:0;s:13:"header_layout";s:1:"0";s:9:"list_type";s:0:"";s:12:"sectionIndex";i:0;s:9:"linkToTop";i:0;s:16:"file_collections";s:0:"";s:13:"filelink_size";i:0;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:4:"date";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:16:"sys_language_uid";i:0;s:11:"pi_flexform";s:999:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.pluginmodus"> <value index="vDEF">waiting</value> </field> <field index="settings.hefttyp"> <value index="vDEF">1</value> </field> <field index="settings.beitragTeaser"> <value index="vDEF"></value> </field> <field index="settings.heft"> <value index="vDEF"></value> </field> <field index="settings.pluginmodusNomodeExtra"> <value index="vDEF">lesemodus</value> </field> <field index="settings.primary_topic"> <value index="vDEF">89</value> </field> </language> </sheet> </data></T3FlexForms>";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:94:"{"CType":null,"layout":null,"header":null,"pi_flexform":null,"tx_gridelements_container":null}";s:11:"l10n_source";i:0;s:19:"selected_categories";s:0:"";s:14:"category_field";s:0:"";s:11:"table_class";s:0:"";s:13:"table_caption";N;s:15:"table_delimiter";i:124;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:17:"tx_impexp_origuid";i:0;s:12:"header_class";s:0:"";s:10:"l10n_state";N;s:10:"categories";i:0;s:17:"magento_entity_id";s:0:"";s:30:"tx_ppwmaskcontent_button_style";s:0:"";s:42:"tx_ppwmaskcontent_tx_ppwsitepackage_colour";s:0:"";s:26:"tx_ppwmaskcontent_benefits";N;s:33:"tx_ppwmaskcontent_newsletter_form";i:0;s:40:"tx_ppwmaskcontent_newsletter_form_parent";i:0;s:23:"tx_ppwmaskcontent_email";N;s:34:"tx_ppwmaskcontent_product_category";s:0:"";s:15:"show_media_type";i:1;s:19:"product_button_text";s:0:"";s:26:"filelink_sorting_direction";s:0:"";s:16:"fvpodcasts_links";i:0;s:19:"tx_container_parent";i:0;s:21:"tx_pgwdesign_colwidth";s:0:"";s:24:"tx_pgwdesign_colwidth_sm";s:0:"";s:24:"tx_pgwdesign_colwidth_md";s:0:"";s:24:"tx_pgwdesign_colwidth_lg";s:0:"";s:24:"tx_pgwdesign_colwidth_xl";s:0:"";s:25:"tx_pgwdesign_colwidth_xxl";s:0:"";s:19:"tx_pgwdesign_offset";s:0:"";s:22:"tx_pgwdesign_offset_sm";s:0:"";s:22:"tx_pgwdesign_offset_md";s:0:"";s:22:"tx_pgwdesign_offset_lg";s:0:"";s:22:"tx_pgwdesign_offset_xl";s:0:"";s:23:"tx_pgwdesign_offset_xxl";s:0:"";s:17:"tx_pgwdesign_htag";s:0:"";s:21:"tx_pgwdesign_htag_seo";s:0:"";s:28:"tx_pgwdesign_center_vertical";i:0;}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:16:"tt_content:17288";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.6bc7286214ef9101e40076e440e12ca5' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PpwSitepackage', 'controllerName' => 'PgwLogin', 'pluginName' => 'CheckLogin', 'vendorName' => 'Ppw', 'switchableControllerActions.' => array('PgwLogin.' => array('checkLogin'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.0633b8c492fde3dba98b616f7a99e5e5' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'vendorName' => 'Visionconnect', 'pluginName' => 'GAFachweltAbo', 'view.' => array('templateRootPaths.' => array('EXT:vc_fv_hefte_und_artikel/Resources/Private/Templates/'), 'layoutRootPaths.' => array('EXT:vc_fv_hefte_und_artikel/Resources/Private/Layouts/'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.8fcf1ea0830e417abad7148fabd41107' => array('conf' => array('FLUIDTEMPLATE', '10.' => array('file' => 'EXT:pgw_design/Resources/Private/Templates/Elements/General/NewLoginRedirect.html', 'dataProcessing.' => array('PinguWeb\\PgwDesign\\DataProcessing\\NewLoginDataProcessor'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'COA')), object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2811
    protected function recursivelyReplaceIntPlaceholdersInContent(ServerRequestInterface $request)
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData, $request);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2780
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent($request);
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 165
                    '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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/nr-saml-auth/Classes/Middleware/DeepLinkSsoMiddleware.php line 33
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$this->isResponsible($request)) {
            return  $handler->handle($request);
        }

        $this->handleSamlRedirectIfRequired($request);

at Netresearch\NrSamlAuth\Middleware\DeepLinkSsoMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/friendsoftypo3/headless/Classes/Middleware/UserIntMiddleware.php line 42
    }

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $this->tsfe = $request->getAttribute('frontend.controller');
        if ($this->tsfe === null && isset($GLOBALS['TSFE'])) {
            $this->tsfe = $GLOBALS['TSFE'];
at FriendsOfTYPO3\Headless\Middleware\UserIntMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/fluidtypo3/vhs/Classes/Middleware/AssetInclusion.php line 20
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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/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(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerFinisher.php line 42
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/vc_fv_hefte_und_artikel/Classes/Middleware/AccessStatisticMiddleware.php line 88

            return GeneralUtility::makeInstance(NullResponse::class);
        }

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

    /**
     * @param bool $debug
at Visionconnect\VcFvHefteUndArtikel\Middleware\AccessStatisticMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/nr-saml-auth/Classes/Middleware/SsoLinkMiddlware.php line 55

            return new JsonResponse(['link' => $link]);
        }

        return $handler->handle($request);
    }
}
at Netresearch\NrSamlAuth\Middleware\SsoLinkMiddlware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // 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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/yoast-seo-for-typo3/yoast_seo/Classes/Middleware/PageRequestMiddleware.php line 32
        if (YoastRequestHash::isValid($request->getServerParams())) {
            $context = GeneralUtility::makeInstance(Context::class);
            $context->setAspect('visibility', new VisibilityAspect(true));
        }
        return $handler->handle($request);
    }
}
at YoastSeoForTypo3\YoastSeo\Middleware\PageRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerInitialization.php line 66
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/fv_podcasts/Classes/Middleware/EpisodeJsonMiddleware.php line 249
            $this->cache->set($cacheIdentifier, $podloveEpisode, ['podcasts']);
            return $this->episodeJson($podloveEpisode);
        }

        return $handler->handle($request);
    }
}
at FriedrichVerlag\FvPodcasts\Middleware\EpisodeJsonMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/ppw_fachwelt/Classes/Middleware/RedirectMiddleware.php line 85
            $setTrailingSlashes = true;
        }

        if ($targetUrl === '') {
            return $handler->handle($request);
        }
        if (substr($targetUrl, -1) !== '/' && $setTrailingSlashes) {
            $targetUrl .= '/';
        }
at Ppw\PpwFachwelt\Middleware\RedirectMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 89
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 45
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $explanation = [];
        $skipProcessing = false;
        foreach (GeneralUtility::makeInstance(ObjectFactoryService::class)->get('CacheRule') as $rule) {
at SFC\Staticfilecache\Middleware\PrepareMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 47
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (!$response->hasHeader('X-SFC-Cachable')) {
            return $this->removeSfcHeaders($response);
        }
at SFC\Staticfilecache\Middleware\GenerateMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 25
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        /** @var FrontendUserAuthentication $feUser */
        $feUser = $request->getAttribute('frontend.user');
        $response = $handler->handle($request);

        if ($feUser->dontSetCookie) {
            // do not set any cookie
            return $response;
at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/sinso/app-routes/Classes/Middleware/AppRoutesMiddleware.php line 51
        try {
            $parameters = $router->getUrlMatcher()->match($request->getUri()->getPath());
        } catch (MethodNotAllowedException|ResourceNotFoundException $e) {
            // app routes did not match. go on with regular TYPO3 stack.
            return $handler->handle($request);
        }
        $cacheKey = 'appRoutes_' . md5(serialize($parameters));
        if (!empty($parameters['cache']) && $this->cache->has($cacheKey) && in_array($request->getMethod(), self::CACHEABLE_REQUEST_METHODS)) {
            $cacheEntry = $this->cache->get($cacheKey);
at Sinso\AppRoutes\Middleware\AppRoutesMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/fv_api/Classes/Middleware/ApiMiddleware.php line 76
            $GLOBALS['FV_API_PARAMETERS'] = $parameters;
            return $handler->handle($request->withParsedBody($parameters));
        }

        return $handler->handle($request);
    }
}
at FriedrichVerlag\FvApi\Middleware\ApiMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/SolrRoutingMiddleware.php line 140
            $this->language->getLanguageId() === 0 ? (int)$page['uid'] : (int)$page['l10n_parent']
        );

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

        $this->configure($enhancerConfiguration);

at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/ppw_sitepackage/Classes/Middleware/ArticleMiddleware.php line 115
                }
            }
        }

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

    private function checkSlugAndId(string $table, string $slug, string $uid): bool
    {
at Ppw\PpwSitepackage\Middleware\ArticleMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } catch (Exception $exception) {
            // Not handled
        }

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

    /**
     * Handle the fallback.
at SFC\Staticfilecache\Middleware\FallbackMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 86
     */
    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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * 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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/htdocs/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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/htdocs/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();
});

(2/3) Doctrine\DBAL\Driver\Mysqli\Exception\StatementError

Deadlock found when trying to get lock; try restarting transaction

in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/StatementError.php line 29
    {
        $p = new ReflectionProperty(mysqli_sql_exception::class, 'sqlstate');
        $p->setAccessible(true);

        return new self($exception->getMessage(), $p->getValue($exception), $exception->getCode(), $exception);
    }
}
at Doctrine\DBAL\Driver\Mysqli\Exception\StatementError::upcast(object(mysqli_sql_exception))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php line 166

        try {
            $result = $this->_stmt->execute();
        } catch (mysqli_sql_exception $e) {
            throw StatementError::upcast($e);
        }

        if (! $result) {
            throw StatementError::new($this->_stmt);
at Doctrine\DBAL\Driver\Mysqli\MysqliStatement->execute()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php line 163
    {
        $args = func_get_args();
        $sql  = $args[0];
        $stmt = $this->prepare($sql);
        $stmt->execute();

        return $stmt;
    }

at Doctrine\DBAL\Driver\Mysqli\MysqliConnection->query('DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1309
                } else {
                    $stmt->execute($params);
                }
            } else {
                $stmt = $connection->query($sql);
            }
        } catch (Throwable $e) {
            $this->handleExceptionDuringQuery(
                $e,
at Doctrine\DBAL\Connection->executeQuery('DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 299
                'DELETE tags2, cache1'
                . ' FROM ' . $this->tagsTable . ' AS tags1'
                . ' JOIN ' . $this->tagsTable . ' AS tags2 ON tags1.identifier = tags2.identifier'
                . ' JOIN ' . $this->cacheTable . ' AS cache1 ON tags1.identifier = cache1.identifier'
                . ' WHERE tags1.tag IN (' . implode(',', $quotedTagList) . ')'
            );
        } else {
            $queryBuilder = $connection->createQueryBuilder();
            $result = $queryBuilder->select('identifier')
at TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend->flushByTags(array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/Frontend/AbstractFrontend.php line 132
                throw new \InvalidArgumentException('"' . $tag . '" is not a valid tag for a cache entry.', 1233057360);
            }
        }
        if ($this->backend instanceof TaggableBackendInterface) {
            $this->backend->flushByTags($tags);
        }
    }

    /**
at TYPO3\CMS\Core\Cache\Frontend\AbstractFrontend->flushByTags(array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/CacheManager.php line 252
            throw new NoSuchCacheGroupException('No cache in the specified group \'' . $groupIdentifier . '\'', 1390337130);
        }
        foreach ($this->cacheGroups[$groupIdentifier] as $cacheIdentifier) {
            if (isset($this->caches[$cacheIdentifier])) {
                $this->caches[$cacheIdentifier]->flushByTags($tags);
            }
        }
    }

at TYPO3\CMS\Core\Cache\CacheManager->flushCachesInGroupByTags('pages', array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Service/CacheService.php line 77
            }
            $tags = array_map(static function ($item) {
                return 'pageId_' . $item;
            }, $pageIdsToClear);
            $this->cacheManager->flushCachesInGroupByTags('pages', $tags);
        }
    }

    /**
at TYPO3\CMS\Extbase\Service\CacheService->clearPageCache(array(2078))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Service/CacheService.php line 104
            while (!$this->pageIdStack->isEmpty()) {
                $pageIds[] = (int)$this->pageIdStack->pop();
            }
            $pageIds = array_values(array_unique($pageIds));
            $this->clearPageCache($pageIds);
        }
    }

    /**
at TYPO3\CMS\Extbase\Service\CacheService->clearCachesOfRegisteredPageIds()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 205
        $body = $response->getBody();
        $body->rewind();
        $content = $body->getContents();
        $this->resetSingletons();
        $this->cacheService->clearCachesOfRegisteredPageIds();
        return $content;
    }

    /**
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 5431
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), '')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2853
                        case 'COA':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('COA', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.e2075662e32df14a28dba8b3ae3a5fae' => array('conf' => array('FLUIDTEMPLATE', '10.' => array('extbase.' => array('controllerExtensionName' => 'PpwSitepackage'), 'file' => 'EXT:ppw_sitepackage/Resources/Private/Partials/Navigation/BreadcrumbFullsize.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0 | -1'), 'includeNotInMenu' => '1', 'excludeDoktypes' => '254', 'levels' => '1', 'entryLevel' => '0', 'titleField' => 'seo_title // nav_title // title', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '40.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|heft')), 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'selectFields' => 'uid,name,heft_typ', 'table' => 'tx_vcfvhefteundartikel_domain_model_heft', 'where.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|heft', 'intval' => '1', 'wrap' => 'uid = |'), 'max' => '1', 'as' => 'heft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|artikel')), 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'selectFields' => 'uid,name', 'table' => 'tx_vcfvhefteundartikel_domain_model_artikel', 'where.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|artikel', 'intval' => '1', 'wrap' => 'uid = |'), 'max' => '1', 'as' => 'article')))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";a:122:{s:3:"uid";i:2411;s:3:"pid";i:2410;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:10:"t3_origuid";i:2399;s:6:"tstamp";i:1689086159;s:7:"sorting";i:4096;s:7:"deleted";i:0;s:12:"perms_userid";i:8;s:13:"perms_groupid";i:7;s:10:"perms_user";i:31;s:11:"perms_group";i:31;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1583330649;s:9:"cruser_id";i:8;s:6:"hidden";i:0;s:5:"title";s:24:"Kostenpflichtige Artikel";s:7:"doktype";i:1;s:8:"TSconfig";N;s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:0:"";s:6:"layout";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:1579166384;s:8:"keywords";N;s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:8:"newUntil";i:0;s:11:"description";N;s:9:"no_search";i:1;s:15:"SYS_LASTCHANGED";i:1710767410;s:8:"abstract";N;s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:0:"";s:8:"nav_hide";i:1;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:22:"pagets__article_detail";s:25:"backend_layout_next_level";s:0:"";s:17:"tsconfig_includes";s:0:"";s:17:"tx_impexp_origuid";i:0;s:10:"categories";i:0;s:16:"sitemap_priority";s:3:"0.5";s:18:"sitemap_changefreq";s:0:"";s:16:"author_firstname";s:0:"";s:15:"author_lastname";s:0:"";s:12:"author_title";s:0:"";s:7:"authors";i:0;s:12:"authors_from";i:0;s:16:"glossary_entries";i:0;s:21:"glossary_entries_from";i:0;s:9:"seo_title";s:0:"";s:24:"tx_yoastseo_focuskeyword";s:0:"";s:8:"og_title";s:0:"";s:14:"og_description";s:0:"";s:8:"og_image";i:0;s:13:"twitter_title";s:0:"";s:19:"twitter_description";s:0:"";s:13:"twitter_image";i:0;s:32:"tx_yoastseo_hide_snippet_preview";i:0;s:8:"no_index";i:0;s:9:"no_follow";i:0;s:23:"tx_yoastseo_cornerstone";i:0;s:29:"tx_yoastseo_score_readability";s:3:"bad";s:21:"tx_yoastseo_score_seo";s:3:"bad";s:14:"is_advertising";i:0;s:12:"author_phone";s:0:"";s:13:"news_datetime";i:1579166384;s:15:"author_position";s:0:"";s:34:"tx_ppwsitepackage_sponsored_colour";s:0:"";s:24:"tx_staticfilecache_cache";i:1;s:30:"tx_staticfilecache_cache_force";i:0;s:7:"archive";i:0;s:8:"shop_url";s:0:"";s:11:"search_page";i:0;s:14:"primary_topics";i:0;s:16:"secondary_topics";i:0;s:18:"contribution_types";i:0;s:12:"class_levels";i:0;s:7:"sources";i:0;s:33:"tx_ppwsitepackage_fachwelt_colour";s:0:"";s:23:"exclude_from_breadcrumb";i:0;s:20:"exclude_from_sitemap";i:1;s:15:"grundschulseite";i:0;s:14:"rowDescription";N;s:16:"sys_language_uid";i:0;s:11:"l10n_source";i:0;s:10:"l10n_state";N;s:15:"l10n_diffsource";s:11:"{"slug":""}";s:4:"slug";s:73:"/friedrich-plus/sekundarstufe/biologie/oekologie/kostenpflichtige-artikel";s:14:"canonical_link";s:0:"";s:33:"tx_yoastseo_focuskeyword_synonyms";N;s:32:"tx_yoastseo_focuskeyword_premium";i:0;s:11:"l10n_parent";i:0;s:12:"twitter_card";s:0:"";s:32:"tx_staticfilecache_cache_offline";i:0;s:33:"tx_staticfilecache_cache_priority";i:0;s:12:"hide_submenu";i:0;s:21:"no_search_sub_entries";i:0;s:27:"vc_fachwelt_abonnieren_page";i:0;s:12:"podcast_page";i:0;s:13:"author_ntx_id";s:0:"";s:23:"tx_pgwdesign_colorworld";s:0:"";s:22:"tx_pgwadtags_desktopad";s:0:"";s:21:"tx_pgwadtags_mobilead";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:5:"pages";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"pages:2411";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:3:{s:6:"target";s:0:"";s:8:"totalUrl";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:4:"type";s:4:"page";}s:18:"lastTypoLinkResult";O:38:"TYPO3\\CMS\\Frontend\\Typolink\\LinkResult":6:{s:7:"' . "\0" . '*' . "\0" . 'type";s:4:"page";s:6:"' . "\0" . '*' . "\0" . 'url";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:9:"' . "\0" . '*' . "\0" . 'target";s:0:"";s:23:"' . "\0" . '*' . "\0" . 'additionalAttributes";a:1:{s:4:"href";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";}s:11:"' . "\0" . '*' . "\0" . 'linkText";s:1:"|";s:20:"' . "\0" . '*' . "\0" . 'linkConfiguration";a:3:{s:9:"parameter";i:1523;s:16:"additionalParams";s:0:"";s:8:"no_cache";s:0:"";}}s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'COA'), 'INT_SCRIPT.ce8419e398a2d604a0e57b311e40376c' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";a:102:{s:3:"uid";i:17288;s:3:"pid";i:2411;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:10:"t3_origuid";i:17257;s:6:"tstamp";i:1584113793;s:6:"crdate";i:1583330649;s:9:"cruser_id";i:8;s:8:"editlock";i:0;s:6:"hidden";i:0;s:7:"sorting";i:256;s:5:"CType";s:35:"vcfvhefteundartikel_hefteundartikel";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:14:"rowDescription";s:0:"";s:8:"bodytext";N;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:9:"imagecols";i:2;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:11:"frame_class";s:7:"default";s:7:"deleted";i:0;s:4:"cols";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:7:"records";s:0:"";s:5:"pages";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:10:"image_zoom";i:0;s:13:"header_layout";s:1:"0";s:9:"list_type";s:0:"";s:12:"sectionIndex";i:0;s:9:"linkToTop";i:0;s:16:"file_collections";s:0:"";s:13:"filelink_size";i:0;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:4:"date";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:16:"sys_language_uid";i:0;s:11:"pi_flexform";s:999:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.pluginmodus"> <value index="vDEF">waiting</value> </field> <field index="settings.hefttyp"> <value index="vDEF">1</value> </field> <field index="settings.beitragTeaser"> <value index="vDEF"></value> </field> <field index="settings.heft"> <value index="vDEF"></value> </field> <field index="settings.pluginmodusNomodeExtra"> <value index="vDEF">lesemodus</value> </field> <field index="settings.primary_topic"> <value index="vDEF">89</value> </field> </language> </sheet> </data></T3FlexForms>";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:94:"{"CType":null,"layout":null,"header":null,"pi_flexform":null,"tx_gridelements_container":null}";s:11:"l10n_source";i:0;s:19:"selected_categories";s:0:"";s:14:"category_field";s:0:"";s:11:"table_class";s:0:"";s:13:"table_caption";N;s:15:"table_delimiter";i:124;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:17:"tx_impexp_origuid";i:0;s:12:"header_class";s:0:"";s:10:"l10n_state";N;s:10:"categories";i:0;s:17:"magento_entity_id";s:0:"";s:30:"tx_ppwmaskcontent_button_style";s:0:"";s:42:"tx_ppwmaskcontent_tx_ppwsitepackage_colour";s:0:"";s:26:"tx_ppwmaskcontent_benefits";N;s:33:"tx_ppwmaskcontent_newsletter_form";i:0;s:40:"tx_ppwmaskcontent_newsletter_form_parent";i:0;s:23:"tx_ppwmaskcontent_email";N;s:34:"tx_ppwmaskcontent_product_category";s:0:"";s:15:"show_media_type";i:1;s:19:"product_button_text";s:0:"";s:26:"filelink_sorting_direction";s:0:"";s:16:"fvpodcasts_links";i:0;s:19:"tx_container_parent";i:0;s:21:"tx_pgwdesign_colwidth";s:0:"";s:24:"tx_pgwdesign_colwidth_sm";s:0:"";s:24:"tx_pgwdesign_colwidth_md";s:0:"";s:24:"tx_pgwdesign_colwidth_lg";s:0:"";s:24:"tx_pgwdesign_colwidth_xl";s:0:"";s:25:"tx_pgwdesign_colwidth_xxl";s:0:"";s:19:"tx_pgwdesign_offset";s:0:"";s:22:"tx_pgwdesign_offset_sm";s:0:"";s:22:"tx_pgwdesign_offset_md";s:0:"";s:22:"tx_pgwdesign_offset_lg";s:0:"";s:22:"tx_pgwdesign_offset_xl";s:0:"";s:23:"tx_pgwdesign_offset_xxl";s:0:"";s:17:"tx_pgwdesign_htag";s:0:"";s:21:"tx_pgwdesign_htag_seo";s:0:"";s:28:"tx_pgwdesign_center_vertical";i:0;}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:16:"tt_content:17288";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.6bc7286214ef9101e40076e440e12ca5' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PpwSitepackage', 'controllerName' => 'PgwLogin', 'pluginName' => 'CheckLogin', 'vendorName' => 'Ppw', 'switchableControllerActions.' => array('PgwLogin.' => array('checkLogin'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.0633b8c492fde3dba98b616f7a99e5e5' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'vendorName' => 'Visionconnect', 'pluginName' => 'GAFachweltAbo', 'view.' => array('templateRootPaths.' => array('EXT:vc_fv_hefte_und_artikel/Resources/Private/Templates/'), 'layoutRootPaths.' => array('EXT:vc_fv_hefte_und_artikel/Resources/Private/Layouts/'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.8fcf1ea0830e417abad7148fabd41107' => array('conf' => array('FLUIDTEMPLATE', '10.' => array('file' => 'EXT:pgw_design/Resources/Private/Templates/Elements/General/NewLoginRedirect.html', 'dataProcessing.' => array('PinguWeb\\PgwDesign\\DataProcessing\\NewLoginDataProcessor'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'COA')), object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2811
    protected function recursivelyReplaceIntPlaceholdersInContent(ServerRequestInterface $request)
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData, $request);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2780
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent($request);
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 165
                    '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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/nr-saml-auth/Classes/Middleware/DeepLinkSsoMiddleware.php line 33
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$this->isResponsible($request)) {
            return  $handler->handle($request);
        }

        $this->handleSamlRedirectIfRequired($request);

at Netresearch\NrSamlAuth\Middleware\DeepLinkSsoMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/friendsoftypo3/headless/Classes/Middleware/UserIntMiddleware.php line 42
    }

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $this->tsfe = $request->getAttribute('frontend.controller');
        if ($this->tsfe === null && isset($GLOBALS['TSFE'])) {
            $this->tsfe = $GLOBALS['TSFE'];
at FriendsOfTYPO3\Headless\Middleware\UserIntMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/fluidtypo3/vhs/Classes/Middleware/AssetInclusion.php line 20
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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/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(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerFinisher.php line 42
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/vc_fv_hefte_und_artikel/Classes/Middleware/AccessStatisticMiddleware.php line 88

            return GeneralUtility::makeInstance(NullResponse::class);
        }

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

    /**
     * @param bool $debug
at Visionconnect\VcFvHefteUndArtikel\Middleware\AccessStatisticMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/nr-saml-auth/Classes/Middleware/SsoLinkMiddlware.php line 55

            return new JsonResponse(['link' => $link]);
        }

        return $handler->handle($request);
    }
}
at Netresearch\NrSamlAuth\Middleware\SsoLinkMiddlware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // 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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/yoast-seo-for-typo3/yoast_seo/Classes/Middleware/PageRequestMiddleware.php line 32
        if (YoastRequestHash::isValid($request->getServerParams())) {
            $context = GeneralUtility::makeInstance(Context::class);
            $context->setAspect('visibility', new VisibilityAspect(true));
        }
        return $handler->handle($request);
    }
}
at YoastSeoForTypo3\YoastSeo\Middleware\PageRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerInitialization.php line 66
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/fv_podcasts/Classes/Middleware/EpisodeJsonMiddleware.php line 249
            $this->cache->set($cacheIdentifier, $podloveEpisode, ['podcasts']);
            return $this->episodeJson($podloveEpisode);
        }

        return $handler->handle($request);
    }
}
at FriedrichVerlag\FvPodcasts\Middleware\EpisodeJsonMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/ppw_fachwelt/Classes/Middleware/RedirectMiddleware.php line 85
            $setTrailingSlashes = true;
        }

        if ($targetUrl === '') {
            return $handler->handle($request);
        }
        if (substr($targetUrl, -1) !== '/' && $setTrailingSlashes) {
            $targetUrl .= '/';
        }
at Ppw\PpwFachwelt\Middleware\RedirectMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 89
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 45
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $explanation = [];
        $skipProcessing = false;
        foreach (GeneralUtility::makeInstance(ObjectFactoryService::class)->get('CacheRule') as $rule) {
at SFC\Staticfilecache\Middleware\PrepareMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 47
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (!$response->hasHeader('X-SFC-Cachable')) {
            return $this->removeSfcHeaders($response);
        }
at SFC\Staticfilecache\Middleware\GenerateMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 25
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        /** @var FrontendUserAuthentication $feUser */
        $feUser = $request->getAttribute('frontend.user');
        $response = $handler->handle($request);

        if ($feUser->dontSetCookie) {
            // do not set any cookie
            return $response;
at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/sinso/app-routes/Classes/Middleware/AppRoutesMiddleware.php line 51
        try {
            $parameters = $router->getUrlMatcher()->match($request->getUri()->getPath());
        } catch (MethodNotAllowedException|ResourceNotFoundException $e) {
            // app routes did not match. go on with regular TYPO3 stack.
            return $handler->handle($request);
        }
        $cacheKey = 'appRoutes_' . md5(serialize($parameters));
        if (!empty($parameters['cache']) && $this->cache->has($cacheKey) && in_array($request->getMethod(), self::CACHEABLE_REQUEST_METHODS)) {
            $cacheEntry = $this->cache->get($cacheKey);
at Sinso\AppRoutes\Middleware\AppRoutesMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/fv_api/Classes/Middleware/ApiMiddleware.php line 76
            $GLOBALS['FV_API_PARAMETERS'] = $parameters;
            return $handler->handle($request->withParsedBody($parameters));
        }

        return $handler->handle($request);
    }
}
at FriedrichVerlag\FvApi\Middleware\ApiMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/SolrRoutingMiddleware.php line 140
            $this->language->getLanguageId() === 0 ? (int)$page['uid'] : (int)$page['l10n_parent']
        );

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

        $this->configure($enhancerConfiguration);

at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/ppw_sitepackage/Classes/Middleware/ArticleMiddleware.php line 115
                }
            }
        }

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

    private function checkSlugAndId(string $table, string $slug, string $uid): bool
    {
at Ppw\PpwSitepackage\Middleware\ArticleMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } catch (Exception $exception) {
            // Not handled
        }

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

    /**
     * Handle the fallback.
at SFC\Staticfilecache\Middleware\FallbackMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 86
     */
    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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * 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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/htdocs/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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/htdocs/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();
});

(3/3) #1213 mysqli_sql_exception

Deadlock found when trying to get lock; try restarting transaction

in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php line 164
            $this->bindTypedParameters();
        }

        try {
            $result = $this->_stmt->execute();
        } catch (mysqli_sql_exception $e) {
            throw StatementError::upcast($e);
        }

at mysqli_stmt->execute()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php line 164
            $this->bindTypedParameters();
        }

        try {
            $result = $this->_stmt->execute();
        } catch (mysqli_sql_exception $e) {
            throw StatementError::upcast($e);
        }

at Doctrine\DBAL\Driver\Mysqli\MysqliStatement->execute()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php line 163
    {
        $args = func_get_args();
        $sql  = $args[0];
        $stmt = $this->prepare($sql);
        $stmt->execute();

        return $stmt;
    }

at Doctrine\DBAL\Driver\Mysqli\MysqliConnection->query('DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1309
                } else {
                    $stmt->execute($params);
                }
            } else {
                $stmt = $connection->query($sql);
            }
        } catch (Throwable $e) {
            $this->handleExceptionDuringQuery(
                $e,
at Doctrine\DBAL\Connection->executeQuery('DELETE tags2, cache1 FROM cache_rootline_tags AS tags1 JOIN cache_rootline_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cache_rootline AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN (\'pageId_2078\')')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 299
                'DELETE tags2, cache1'
                . ' FROM ' . $this->tagsTable . ' AS tags1'
                . ' JOIN ' . $this->tagsTable . ' AS tags2 ON tags1.identifier = tags2.identifier'
                . ' JOIN ' . $this->cacheTable . ' AS cache1 ON tags1.identifier = cache1.identifier'
                . ' WHERE tags1.tag IN (' . implode(',', $quotedTagList) . ')'
            );
        } else {
            $queryBuilder = $connection->createQueryBuilder();
            $result = $queryBuilder->select('identifier')
at TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend->flushByTags(array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/Frontend/AbstractFrontend.php line 132
                throw new \InvalidArgumentException('"' . $tag . '" is not a valid tag for a cache entry.', 1233057360);
            }
        }
        if ($this->backend instanceof TaggableBackendInterface) {
            $this->backend->flushByTags($tags);
        }
    }

    /**
at TYPO3\CMS\Core\Cache\Frontend\AbstractFrontend->flushByTags(array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Cache/CacheManager.php line 252
            throw new NoSuchCacheGroupException('No cache in the specified group \'' . $groupIdentifier . '\'', 1390337130);
        }
        foreach ($this->cacheGroups[$groupIdentifier] as $cacheIdentifier) {
            if (isset($this->caches[$cacheIdentifier])) {
                $this->caches[$cacheIdentifier]->flushByTags($tags);
            }
        }
    }

at TYPO3\CMS\Core\Cache\CacheManager->flushCachesInGroupByTags('pages', array('pageId_2078'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Service/CacheService.php line 77
            }
            $tags = array_map(static function ($item) {
                return 'pageId_' . $item;
            }, $pageIdsToClear);
            $this->cacheManager->flushCachesInGroupByTags('pages', $tags);
        }
    }

    /**
at TYPO3\CMS\Extbase\Service\CacheService->clearPageCache(array(2078))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Service/CacheService.php line 104
            while (!$this->pageIdStack->isEmpty()) {
                $pageIds[] = (int)$this->pageIdStack->pop();
            }
            $pageIds = array_values(array_unique($pageIds));
            $this->clearPageCache($pageIds);
        }
    }

    /**
at TYPO3\CMS\Extbase\Service\CacheService->clearCachesOfRegisteredPageIds()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 205
        $body = $response->getBody();
        $body->rewind();
        $content = $body->getContents();
        $this->resetSingletons();
        $this->cacheService->clearCachesOfRegisteredPageIds();
        return $content;
    }

    /**
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 5431
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), '')
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2853
                        case 'COA':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('COA', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'FUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->cObjGetSingle('USER', $nonCacheableData[$nonCacheableKey]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $nonCacheableContent = $contentObjectRendererForNonCacheable->callUserFunction($nonCacheableData[$nonCacheableKey]['postUserFunc'], $nonCacheableData[$nonCacheableKey]['conf'], $nonCacheableData[$nonCacheableKey]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->processNonCacheableContentPartsAndSubstituteContentMarkers(array('INT_SCRIPT.e2075662e32df14a28dba8b3ae3a5fae' => array('conf' => array('FLUIDTEMPLATE', '10.' => array('extbase.' => array('controllerExtensionName' => 'PpwSitepackage'), 'file' => 'EXT:ppw_sitepackage/Resources/Private/Partials/Navigation/BreadcrumbFullsize.html', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0 | -1'), 'includeNotInMenu' => '1', 'excludeDoktypes' => '254', 'levels' => '1', 'entryLevel' => '0', 'titleField' => 'seo_title // nav_title // title', 'as' => 'breadcrumb'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '40.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|heft')), 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'selectFields' => 'uid,name,heft_typ', 'table' => 'tx_vcfvhefteundartikel_domain_model_heft', 'where.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|heft', 'intval' => '1', 'wrap' => 'uid = |'), 'max' => '1', 'as' => 'heft'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '50.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|artikel')), 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'selectFields' => 'uid,name', 'table' => 'tx_vcfvhefteundartikel_domain_model_artikel', 'where.' => array('data' => 'GP:tx_vcfvhefteundartikel_hefteundartikel|artikel', 'intval' => '1', 'wrap' => 'uid = |'), 'max' => '1', 'as' => 'article')))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";a:122:{s:3:"uid";i:2411;s:3:"pid";i:2410;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:10:"t3_origuid";i:2399;s:6:"tstamp";i:1689086159;s:7:"sorting";i:4096;s:7:"deleted";i:0;s:12:"perms_userid";i:8;s:13:"perms_groupid";i:7;s:10:"perms_user";i:31;s:11:"perms_group";i:31;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1583330649;s:9:"cruser_id";i:8;s:6:"hidden";i:0;s:5:"title";s:24:"Kostenpflichtige Artikel";s:7:"doktype";i:1;s:8:"TSconfig";N;s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:0:"";s:6:"layout";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:1579166384;s:8:"keywords";N;s:13:"cache_timeout";i:0;s:10:"cache_tags";s:0:"";s:8:"newUntil";i:0;s:11:"description";N;s:9:"no_search";i:1;s:15:"SYS_LASTCHANGED";i:1710767410;s:8:"abstract";N;s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:0:"";s:8:"nav_hide";i:1;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:22:"pagets__article_detail";s:25:"backend_layout_next_level";s:0:"";s:17:"tsconfig_includes";s:0:"";s:17:"tx_impexp_origuid";i:0;s:10:"categories";i:0;s:16:"sitemap_priority";s:3:"0.5";s:18:"sitemap_changefreq";s:0:"";s:16:"author_firstname";s:0:"";s:15:"author_lastname";s:0:"";s:12:"author_title";s:0:"";s:7:"authors";i:0;s:12:"authors_from";i:0;s:16:"glossary_entries";i:0;s:21:"glossary_entries_from";i:0;s:9:"seo_title";s:0:"";s:24:"tx_yoastseo_focuskeyword";s:0:"";s:8:"og_title";s:0:"";s:14:"og_description";s:0:"";s:8:"og_image";i:0;s:13:"twitter_title";s:0:"";s:19:"twitter_description";s:0:"";s:13:"twitter_image";i:0;s:32:"tx_yoastseo_hide_snippet_preview";i:0;s:8:"no_index";i:0;s:9:"no_follow";i:0;s:23:"tx_yoastseo_cornerstone";i:0;s:29:"tx_yoastseo_score_readability";s:3:"bad";s:21:"tx_yoastseo_score_seo";s:3:"bad";s:14:"is_advertising";i:0;s:12:"author_phone";s:0:"";s:13:"news_datetime";i:1579166384;s:15:"author_position";s:0:"";s:34:"tx_ppwsitepackage_sponsored_colour";s:0:"";s:24:"tx_staticfilecache_cache";i:1;s:30:"tx_staticfilecache_cache_force";i:0;s:7:"archive";i:0;s:8:"shop_url";s:0:"";s:11:"search_page";i:0;s:14:"primary_topics";i:0;s:16:"secondary_topics";i:0;s:18:"contribution_types";i:0;s:12:"class_levels";i:0;s:7:"sources";i:0;s:33:"tx_ppwsitepackage_fachwelt_colour";s:0:"";s:23:"exclude_from_breadcrumb";i:0;s:20:"exclude_from_sitemap";i:1;s:15:"grundschulseite";i:0;s:14:"rowDescription";N;s:16:"sys_language_uid";i:0;s:11:"l10n_source";i:0;s:10:"l10n_state";N;s:15:"l10n_diffsource";s:11:"{"slug":""}";s:4:"slug";s:73:"/friedrich-plus/sekundarstufe/biologie/oekologie/kostenpflichtige-artikel";s:14:"canonical_link";s:0:"";s:33:"tx_yoastseo_focuskeyword_synonyms";N;s:32:"tx_yoastseo_focuskeyword_premium";i:0;s:11:"l10n_parent";i:0;s:12:"twitter_card";s:0:"";s:32:"tx_staticfilecache_cache_offline";i:0;s:33:"tx_staticfilecache_cache_priority";i:0;s:12:"hide_submenu";i:0;s:21:"no_search_sub_entries";i:0;s:27:"vc_fachwelt_abonnieren_page";i:0;s:12:"podcast_page";i:0;s:13:"author_ntx_id";s:0:"";s:23:"tx_pgwdesign_colorworld";s:0:"";s:22:"tx_pgwadtags_desktopad";s:0:"";s:21:"tx_pgwadtags_mobilead";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:5:"pages";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"pages:2411";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:3:{s:6:"target";s:0:"";s:8:"totalUrl";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:4:"type";s:4:"page";}s:18:"lastTypoLinkResult";O:38:"TYPO3\\CMS\\Frontend\\Typolink\\LinkResult":6:{s:7:"' . "\0" . '*' . "\0" . 'type";s:4:"page";s:6:"' . "\0" . '*' . "\0" . 'url";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";s:9:"' . "\0" . '*' . "\0" . 'target";s:0:"";s:23:"' . "\0" . '*' . "\0" . 'additionalAttributes";a:1:{s:4:"href";s:64:"/friedrich-plus/pflegen-demenz-palliativ/pflege-kennenlernpaket/";}s:11:"' . "\0" . '*' . "\0" . 'linkText";s:1:"|";s:20:"' . "\0" . '*' . "\0" . 'linkConfiguration";a:3:{s:9:"parameter";i:1523;s:16:"additionalParams";s:0:"";s:8:"no_cache";s:0:"";}}s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'COA'), 'INT_SCRIPT.ce8419e398a2d604a0e57b311e40376c' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'pluginName' => 'Hefteundartikel'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";a:102:{s:3:"uid";i:17288;s:3:"pid";i:2411;s:9:"t3ver_oid";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:10:"t3_origuid";i:17257;s:6:"tstamp";i:1584113793;s:6:"crdate";i:1583330649;s:9:"cruser_id";i:8;s:8:"editlock";i:0;s:6:"hidden";i:0;s:7:"sorting";i:256;s:5:"CType";s:35:"vcfvhefteundartikel_hefteundartikel";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:14:"rowDescription";s:0:"";s:8:"bodytext";N;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:9:"imagecols";i:2;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:11:"frame_class";s:7:"default";s:7:"deleted";i:0;s:4:"cols";i:0;s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:7:"records";s:0:"";s:5:"pages";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:10:"image_zoom";i:0;s:13:"header_layout";s:1:"0";s:9:"list_type";s:0:"";s:12:"sectionIndex";i:0;s:9:"linkToTop";i:0;s:16:"file_collections";s:0:"";s:13:"filelink_size";i:0;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:4:"date";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:16:"sys_language_uid";i:0;s:11:"pi_flexform";s:999:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.pluginmodus"> <value index="vDEF">waiting</value> </field> <field index="settings.hefttyp"> <value index="vDEF">1</value> </field> <field index="settings.beitragTeaser"> <value index="vDEF"></value> </field> <field index="settings.heft"> <value index="vDEF"></value> </field> <field index="settings.pluginmodusNomodeExtra"> <value index="vDEF">lesemodus</value> </field> <field index="settings.primary_topic"> <value index="vDEF">89</value> </field> </language> </sheet> </data></T3FlexForms>";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:94:"{"CType":null,"layout":null,"header":null,"pi_flexform":null,"tx_gridelements_container":null}";s:11:"l10n_source";i:0;s:19:"selected_categories";s:0:"";s:14:"category_field";s:0:"";s:11:"table_class";s:0:"";s:13:"table_caption";N;s:15:"table_delimiter";i:124;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:17:"tx_impexp_origuid";i:0;s:12:"header_class";s:0:"";s:10:"l10n_state";N;s:10:"categories";i:0;s:17:"magento_entity_id";s:0:"";s:30:"tx_ppwmaskcontent_button_style";s:0:"";s:42:"tx_ppwmaskcontent_tx_ppwsitepackage_colour";s:0:"";s:26:"tx_ppwmaskcontent_benefits";N;s:33:"tx_ppwmaskcontent_newsletter_form";i:0;s:40:"tx_ppwmaskcontent_newsletter_form_parent";i:0;s:23:"tx_ppwmaskcontent_email";N;s:34:"tx_ppwmaskcontent_product_category";s:0:"";s:15:"show_media_type";i:1;s:19:"product_button_text";s:0:"";s:26:"filelink_sorting_direction";s:0:"";s:16:"fvpodcasts_links";i:0;s:19:"tx_container_parent";i:0;s:21:"tx_pgwdesign_colwidth";s:0:"";s:24:"tx_pgwdesign_colwidth_sm";s:0:"";s:24:"tx_pgwdesign_colwidth_md";s:0:"";s:24:"tx_pgwdesign_colwidth_lg";s:0:"";s:24:"tx_pgwdesign_colwidth_xl";s:0:"";s:25:"tx_pgwdesign_colwidth_xxl";s:0:"";s:19:"tx_pgwdesign_offset";s:0:"";s:22:"tx_pgwdesign_offset_sm";s:0:"";s:22:"tx_pgwdesign_offset_md";s:0:"";s:22:"tx_pgwdesign_offset_lg";s:0:"";s:22:"tx_pgwdesign_offset_xl";s:0:"";s:23:"tx_pgwdesign_offset_xxl";s:0:"";s:17:"tx_pgwdesign_htag";s:0:"";s:21:"tx_pgwdesign_htag_seo";s:0:"";s:28:"tx_pgwdesign_center_vertical";i:0;}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:16:"tt_content:17288";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.6bc7286214ef9101e40076e440e12ca5' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PpwSitepackage', 'controllerName' => 'PgwLogin', 'pluginName' => 'CheckLogin', 'vendorName' => 'Ppw', 'switchableControllerActions.' => array('PgwLogin.' => array('checkLogin'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.0633b8c492fde3dba98b616f7a99e5e5' => array('conf' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VcFvHefteUndArtikel', 'vendorName' => 'Visionconnect', 'pluginName' => 'GAFachweltAbo', 'view.' => array('templateRootPaths.' => array('EXT:vc_fv_hefte_und_artikel/Resources/Private/Templates/'), 'layoutRootPaths.' => array('EXT:vc_fv_hefte_und_artikel/Resources/Private/Layouts/'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'FUNC'), 'INT_SCRIPT.8fcf1ea0830e417abad7148fabd41107' => array('conf' => array('FLUIDTEMPLATE', '10.' => array('file' => 'EXT:pgw_design/Resources/Private/Templates/Elements/General/NewLoginRedirect.html', 'dataProcessing.' => array('PinguWeb\\PgwDesign\\DataProcessing\\NewLoginDataProcessor'))), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":27:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:148:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:12:"htmlSanitize";s:7:"boolean";s:13:"htmlSanitize.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:26:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";s:15:"SOLR_MULTIVALUE";s:48:"ApacheSolrForTypo3\\Solr\\ContentObject\\Multivalue";s:12:"SOLR_CONTENT";s:45:"ApacheSolrForTypo3\\Solr\\ContentObject\\Content";s:13:"SOLR_RELATION";s:46:"ApacheSolrForTypo3\\Solr\\ContentObject\\Relation";s:19:"SOLR_CLASSIFICATION";s:52:"ApacheSolrForTypo3\\Solr\\ContentObject\\Classification";s:4:"JSON";s:55:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentObject";s:12:"CONTENT_JSON";s:62:"FriendsOfTYPO3\\Headless\\ContentObject\\JsonContentContentObject";s:3:"INT";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\IntegerContentObject";s:5:"FLOAT";s:56:"FriendsOfTYPO3\\Headless\\ContentObject\\FloatContentObject";s:4:"BOOL";s:58:"FriendsOfTYPO3\\Headless\\ContentObject\\BooleanContentObject";}s:4:"data";N;s:8:"' . "\0" . '*' . "\0" . 'table";s:0:"";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:0:"";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:23:"checkPid_badDoktypeList";i:255;s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:18:"lastTypoLinkResult";N;s:14:"recordRegister";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:1:{i:0;O:34:"Ppw\\PpwFachwelt\\Hooks\\StdWrapHooks":0:{}}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";b:0;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;s:32:"' . "\0" . '*' . "\0" . 'defaultFrontendJavaScriptFile";s:60:"EXT:frontend/Resources/Public/JavaScript/default_frontend.js";}', 'type' => 'COA')), object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2811
    protected function recursivelyReplaceIntPlaceholdersInContent(ServerRequestInterface $request)
    {
        do {
            $nonCacheableData = $this->config['INTincScript'];
            $this->processNonCacheableContentPartsAndSubstituteContentMarkers($nonCacheableData, $request);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $nonCacheableData = @array_diff_assoc($this->config['INTincScript'], $nonCacheableData);
            $reprocess = count($nonCacheableData) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2780
            $assetCollector = unserialize($this->config['INTincScript_ext']['assetCollector'], ['allowed_classes' => [AssetCollector::class]]);
            GeneralUtility::makeInstance(AssetCollector::class)->updateState($assetCollector->getState());
        }

        $this->recursivelyReplaceIntPlaceholdersInContent($request);
        $this->getTimeTracker()->push('Substitute header section');
        $this->INTincScript_loadJSCode();
        $this->generatePageTitle();

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Http/RequestHandler.php line 165
                    '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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/nr-saml-auth/Classes/Middleware/DeepLinkSsoMiddleware.php line 33
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        if (!$this->isResponsible($request)) {
            return  $handler->handle($request);
        }

        $this->handleSamlRedirectIfRequired($request);

at Netresearch\NrSamlAuth\Middleware\DeepLinkSsoMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/friendsoftypo3/headless/Classes/Middleware/UserIntMiddleware.php line 42
    }

    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $this->tsfe = $request->getAttribute('frontend.controller');
        if ($this->tsfe === null && isset($GLOBALS['TSFE'])) {
            $this->tsfe = $GLOBALS['TSFE'];
at FriendsOfTYPO3\Headless\Middleware\UserIntMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/fluidtypo3/vhs/Classes/Middleware/AssetInclusion.php line 20
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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/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(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerFinisher.php line 42
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($request->hasHeader(PageIndexerRequest::SOLR_INDEX_HEADER)) {
            /* @var PageIndexerRequestHandler $pageIndexerRequestHandler */
            $pageIndexerRequestHandler = GeneralUtility::makeInstance(PageIndexerRequestHandler::class);
            $pageIndexerRequestHandler->shutdown();
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerFinisher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/vc_fv_hefte_und_artikel/Classes/Middleware/AccessStatisticMiddleware.php line 88

            return GeneralUtility::makeInstance(NullResponse::class);
        }

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

    /**
     * @param bool $debug
at Visionconnect\VcFvHefteUndArtikel\Middleware\AccessStatisticMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/nr-saml-auth/Classes/Middleware/SsoLinkMiddlware.php line 55

            return new JsonResponse(['link' => $link]);
        }

        return $handler->handle($request);
    }
}
at Netresearch\NrSamlAuth\Middleware\SsoLinkMiddlware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // 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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/yoast-seo-for-typo3/yoast_seo/Classes/Middleware/PageRequestMiddleware.php line 32
        if (YoastRequestHash::isValid($request->getServerParams())) {
            $context = GeneralUtility::makeInstance(Context::class);
            $context->setAspect('visibility', new VisibilityAspect(true));
        }
        return $handler->handle($request);
    }
}
at YoastSeoForTypo3\YoastSeo\Middleware\PageRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/PageIndexerInitialization.php line 66
            }
            $pageIndexerRequestHandler->run();
        }

        return $handler->handle($request);
    }
}
at ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/fv_podcasts/Classes/Middleware/EpisodeJsonMiddleware.php line 249
            $this->cache->set($cacheIdentifier, $podloveEpisode, ['podcasts']);
            return $this->episodeJson($podloveEpisode);
        }

        return $handler->handle($request);
    }
}
at FriedrichVerlag\FvPodcasts\Middleware\EpisodeJsonMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/ppw_fachwelt/Classes/Middleware/RedirectMiddleware.php line 85
            $setTrailingSlashes = true;
        }

        if ($targetUrl === '') {
            return $handler->handle($request);
        }
        if (substr($targetUrl, -1) !== '/' && $setTrailingSlashes) {
            $targetUrl .= '/';
        }
at Ppw\PpwFachwelt\Middleware\RedirectMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-redirects/Classes/Http/Middleware/RedirectHandler.php line 89
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/PrepareMiddleware.php line 45
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $explanation = [];
        $skipProcessing = false;
        foreach (GeneralUtility::makeInstance(ObjectFactoryService::class)->get('CacheRule') as $rule) {
at SFC\Staticfilecache\Middleware\PrepareMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/GenerateMiddleware.php line 47
     * request handler to do so.
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (!$response->hasHeader('X-SFC-Cachable')) {
            return $this->removeSfcHeaders($response);
        }
at SFC\Staticfilecache\Middleware\GenerateMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/FrontendUserMiddleware.php line 25
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        /** @var FrontendUserAuthentication $feUser */
        $feUser = $request->getAttribute('frontend.user');
        $response = $handler->handle($request);

        if ($feUser->dontSetCookie) {
            // do not set any cookie
            return $response;
at SFC\Staticfilecache\Middleware\FrontendUserMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/sinso/app-routes/Classes/Middleware/AppRoutesMiddleware.php line 51
        try {
            $parameters = $router->getUrlMatcher()->match($request->getUri()->getPath());
        } catch (MethodNotAllowedException|ResourceNotFoundException $e) {
            // app routes did not match. go on with regular TYPO3 stack.
            return $handler->handle($request);
        }
        $cacheKey = 'appRoutes_' . md5(serialize($parameters));
        if (!empty($parameters['cache']) && $this->cache->has($cacheKey) && in_array($request->getMethod(), self::CACHEABLE_REQUEST_METHODS)) {
            $cacheEntry = $this->cache->get($cacheKey);
at Sinso\AppRoutes\Middleware\AppRoutesMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/fv_api/Classes/Middleware/ApiMiddleware.php line 76
            $GLOBALS['FV_API_PARAMETERS'] = $parameters;
            return $handler->handle($request->withParsedBody($parameters));
        }

        return $handler->handle($request);
    }
}
at FriedrichVerlag\FvApi\Middleware\ApiMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/apache-solr-for-typo3/solr/Classes/Middleware/SolrRoutingMiddleware.php line 140
            $this->language->getLanguageId() === 0 ? (int)$page['uid'] : (int)$page['l10n_parent']
        );

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

        $this->configure($enhancerConfiguration);

at ApacheSolrForTypo3\Solr\Middleware\SolrRoutingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/packages/ppw_sitepackage/Classes/Middleware/ArticleMiddleware.php line 115
                }
            }
        }

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

    private function checkSlugAndId(string $table, string $slug, string $uid): bool
    {
at Ppw\PpwSitepackage\Middleware\ArticleMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/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/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/lochmueller/staticfilecache/Classes/Middleware/FallbackMiddleware.php line 49
        } catch (Exception $exception) {
            // Not handled
        }

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

    /**
     * Handle the fallback.
at SFC\Staticfilecache\Middleware\FallbackMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php:138$60->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 86
     */
    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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * 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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/vendor/typo3/cms-core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/htdocs/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 /srv/sftp/ppwmain/www.friedrich-verlag.de/typo3surf/releases/20240322120200/htdocs/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();
});